svn: resync to changed path -


I need to rename a path within my svn repository

explanation:

The old path to the server

  http: // myserver / vault /  

There is now a new way on the server

  http: // myserver / vault / myrepos / systems myrepos / systems / foo / branches / mybranch-0.1 / foo / branches / mybranch  

I got it, it was just SVN switch (I was trying - the installer but I think it is only necessary if your whole B Dar to another server or any other root URL).

  svn switch http: // myserver / vault / mireps / system / af / branches / marcharch  

Comments