My task is to move this VS solution and projects to another SVN server. I'm working with Visual Studio 2010 RC1 and AnkhSVN 2.1.7819....
- Currently the files are all bound to a repo at
C:\Repositories\foo
. - I'd like to move it to
http://someSite/svn/foo
The most obvious way, I found, was the Pending Changes - Source Files window (which appears to belong to AnkhSVN). It appears to allow you to change the repository that you're working with.
I'm presented with this error message:
Repository UUID '152c39db-5799-4234-85f2-074004a6fcad' doesn't match expected UUID '6c83444d-7f93-d64a-b0a0-23283495cf17'
Questions
- How can I avoid this message in AnkhSVN?
- Are there better solutions for moving the source into a repo on the new target?
- How can I get Ankh to 'forget' that repo at
C:\Repositories\
forever?