Suppose you have this SVN repository structure
Root
Foo
Project1
Project2
Bar
Project3
And you want to move Project1 to the top level:
Root
Foo
Project2
Bar
Project3
Project1
The developers already have Project1 at the top level of their local folder trees, so there’s no point in moving them, and you’d like to accomplish this without requiring the developers to do checkouts etc. (which would force them to deal with lots of unversioned files).
Is this possible?
We’re using Tortoise SVN, but we don’t have a problem using svn.exe if that’s necesary.
TIA
Best thing would be to do an SVN move, to move the Project1 under root, and do an SVN switch on the already checked out ones.
Moving the Project1
Switching already checked-out repositories on local machines
You can use TortoiseSVN to do the same.