vote up 0 vote down star

I accidentally created a repository without the default folders in Tortoise SVN then did a checkout locally. Realized hey, I forgot to create that repository with the defaults so I deleted the repository using Visual SVN Server and then recreated the same repository name which now has the default folders trunk, etc.

Problem is, my local folder has already been checked out. How can I change it/repoint to the new repository url?

flag

61% accept rate

3 Answers

vote up 4 vote down

You can right click on the folder, and click "relocate" in the Tortoise menu.

link|flag
Surely this won't actually work in this case? His repository structure has changed, he doesn't just want to move the repository somewhere else. – Steve Willcock Apr 20 at 23:25
1  
Sure he can relocate it to the trunk folder. – RedWolves Apr 20 at 23:38
I tried to relocate to the new URL but said there is conflicting UID – coffeeaddict Apr 21 at 2:52
In that case, you may need to create a new folder, check out the files, then manually copy the files you have updated to this new folder. – José Basilio Apr 21 at 3:01
vote up 1 vote down

Assuming you don't have any files in the checked out version that you need, just delete the directory and checkout again.

link|flag
vote up 0 vote down

(Assuming you have files in your local working copy): Since you created a new repository, I guess you have to import your working copy into the repository.

Using TortoiseSVN, you can export your working copy to a different folder (so that you only have your source files, without the .svn folders). Then you can import that folder into /trunk of your new repository.

link|flag
maybe I should just delete every .svn folder and try again from scratch – coffeeaddict Apr 21 at 2:53
meaning there's an svn folder in every sub folder of the affected folder that I'm talking about. If I delete all the sub svn folders within it, I assume it's essentially like clearing source control from that folder and its sub folders manually? – coffeeaddict Apr 21 at 2:54
I ended up simply deleting the .svn folder in the main directory (the one I originally clicked on and chose check-out) which allowed me to just clear and start over again. – coffeeaddict Apr 21 at 3:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.