Does such a thing exist in subversion?
In perforce we used to have to do this quite often especially when Perforce got the incremental update wrong – It does not seem possible in Subversion
Is an alternative to delete the .svn file and do an update?
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.
svn upgenerally does the trick. Occasionally, your working copy can get into a bad state, requiringsvn cleanup. Very occasionally, even that doesn’t work, and the simplest fix is tosvn cointo a clean directory.For a prohibitively large working copy, you might be able to avoid
svn coif you can isolate a subtree causing problems, delete it, thensvn up.