I’m making website with my friend and we are using dropbox for synchronizing files.
It works well but now we have error.
MyLogger (Ruslan-PC’s conflicted copy 2011-12-20)
Does anyone know what we should do?
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.
Dropbox marks a file as conflicted if it finds two conflicting changes it can’t merge.
The way you’re sharing files is not really the best way to collaboratively work. Your best option would be to use something like Git for source control, or a hosted SVN service such as Beanstalk.
If you want to utilise Dropbox (for some reason) then you can create an SVN repository stored in your Dropbox, then you can check out local working copies on both remote machines. Committing the changes back into the repo will update Dropbox and the other users can then update their local working copy with the new changes.