I’m looking for a webbased solution like DropBox or a solution to integrate with DropBox where I can control the files like Microsoft Visual SourceSafe a check in/out system.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to version control code with a web-based interface, suggest you check out github (git) and unfuddle (subversion). They are hosted solutions, like dropbox but they have the features you will need to version control source code.
If you’re desperate to try and use dropbox for source code control, it’s been asked before. Try searching stackoverflow for questions on dropbox like this one.