user1224478
user1224478

Reputation: 355

How do I rename my SVN sandbox?

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

Answers (2)

Lazy Badger
Lazy Badger

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

Dan Schnau
Dan Schnau

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

Related Questions