How can I move a local repository without needing to re check out working copies?

2013-12-20 Thread Thinsoldier
Repository file://localhost/Applications/XAMPP/SVNRepos/Project Working Copy 1 /Applications/XAMPP/xamppfiles/htdocs/thyme/Project/project.com Working Copy 2 /Volumes/Server/Project/project.com Is seems that I can move the working copies anywhere and Versions will automatically update their

Re: How can I move a local repository without needing to re check out working copies?

2013-12-20 Thread Quinn Taylor
Versions doesn’t have UI for it, but you can use `svn switch` in Terminal to point a working copy to a new repository location. Hopefully that will help. http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html Cheers, - Quinn On Dec 20, 2013, at 10:29 AM, Thinsoldier

Re: How can I move a local repository without needing to re check out working copies?

2013-12-20 Thread Thinsoldier
Thanks. That works. On Friday, December 20, 2013 5:25:41 PM UTC-5, Quinn Taylor wrote: Versions doesn’t have UI for it, but you can use `svn switch` in Terminal to point a working copy to a new repository location. Hopefully that will help.