Relocating an SVN repository
I moved universities and servers and needed to move the subversion repository that used to live on my office computer. I don’t have an office server anymore, but I did manage to keep access to a linux server in Georgia. I can now update the working copy of the repository on my work laptop and home desktop using the ‘switch’ command via
> svn switch --relocate [OLD-SERVER-PATH] [NEW-SERVER-PATH]
Advertisement
Leave a Comment


