Subversion has very strange behavior when moving/deleting folder. I had this error
Subversion unreliable: "please update the out of date items"
and now this one. How to solve this ?
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.
Did you used the operating systems move or delete functions? If so, that could also produce the errors you see above. When moving files or deleting files in Subversion working copies, you should always use the svn commands (
svn move,svn delete) rather than the operating system’s.When moving directories inside working copies or from one working copy to another, you could have copied the .svn directory, which will cause the “several Subversion working copies” message.