Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need to unbind local folder from SVN

I am using TortoiseSVN

I imported some file to the server. Then I deleted all imported files from server. But my folder in windows explorer is diplayed with SVN icon. How can I removed it?

enter image description here

like image 431
Captain Comic Avatar asked Jun 01 '11 12:06

Captain Comic


People also ask

How do I unlink a directory in SVN?

The answer is surprisingly simple - export the folder to itself! TortoiseSVN detects this special case and asks if you want to make the working copy unversioned. If you answer yes the control directories will be removed and you will have a plain, unversioned directory tree.

Can I move SVN folder to another location?

Moving files and folders select the files or directories you want to move. right drag them to the new location inside the working copy. release the right mouse button. in the popup menu select Context Menu → SVN Move versioned files here.

How do I delete my TortoiseSVN repository?

Right click the any folder and choose TortoiseSVN -> Repo Browser. Then point to your local repository in the URL field. Once open you could be able to browse the repo, and with a right click, delete the folder.

How do I delete a working copy in SVN?

If you have a working copy which you no longer need, how do you get rid of it cleanly? Easy - just delete it in Windows Explorer! Working copies are private local entities, and they are self-contained. Deleting a working copy in Windows Explorer does not affect the data in the repository at all.


1 Answers

You can right click the folder -> choose TortoiseSVN -> Export and choose the same location as the folder currently is in (i.e. export the folder to itself)

This will 'un-version' the whole folder.

like image 77
harman_kardon Avatar answered Oct 10 '22 13:10

harman_kardon