On my laptop, I use the computer’s name when accessing my svn repository (e.g. svn://computername/repository) with tortoise svn. However, when I’m outside of my network, I need to use an Internet addressable name (e.g. svn://computername.dyndns.com/repository). I would like to continue to do it this way, so that when I’m at home my checkins and updates are as fast as possible and are not dependent on another server being up (dyndns). Is there a way to use the same folder structure that I already have checked out and just change the name back and forth?
Share
Yes. Under the TortoiseSVN right-click menu, select ‘Relocate’. You can change the URL of the repository from there.