1

I try to relocate my project from one server to another. On new server this project already exists. When I start relocate I got the error: The repository at 'https://XXX' has uuid 'yyy', but the WC has 'zzz'

I use TortoiseSVN-1.6.12.20536-win32. How to solve this error?

algreat
  • 8,592
  • 5
  • 41
  • 54
  • Just to clarify - do you mean 1) you are moving where your subversion repository itself is held or 2) you are changing where your local client checks the code out from ? – ed. Sep 14 '11 at 15:01

1 Answers1

1

You should set the UUID of your old repository for your new one, using:

svnadmin setuuid REPOS_PATH [NEW_UUID]

See this post for more info.

Community
  • 1
  • 1
TonySalimi
  • 8,257
  • 4
  • 33
  • 62