I have a large repository on a Windows machine. I would like to copy this entire repository on to another machine, ideally without going via ‘dump’ or using svnsync. If I can GUARANTEE that no file is changed during the copy process, can I simply make an exact file copy on the second machine using tradition file copying techniques?
Share
If you have exactly the same version for subversion in both systems, it should be OK. I have done this before without facing any issues.
Even with different versions, it is still supposed to work, from svn book:
For your specific situation (version 1.6 vs 1.7) there is a paragraph in the release notes for version 1.7 that clarifies the situation: