Reputation: 355
I've checked out a local sandbox and to c:\Sandbox\old
Can I rename that exact sandbox to c:\Sandbox\new without any consequences?
I've researched and it looks like maybe an SVN switch or relocate might do it?
Upvotes: 1
Views: 145
Reputation: 97282
switch or relocate needed on changing from server-side (relocation of repository to new URL)
WC is fully portable and can be moved to new drives|renamed in-place
Upvotes: 0
Reputation: 1535
If you just want to rename the folder on your local computer, not the SVN repo, then yes you can just rename the folder and be fine. All of the svn metadata is stored inside a .svn
directory inside that folder.
Upvotes: 3