Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I remove SVN bindings from folder using GUI SVN tool

I have SVN bound folder that is copied from my colleague's machine. that folder contains svn bound hidden folders which are difficult to remove manualy. Is there a way to remove the svn bindings from folder using tortoise svn GUI tool

like image 335
DSharper Avatar asked Sep 30 '10 17:09

DSharper


People also ask

How do I delete a .SVN file in Windows?

Right click on the project, go to Team->disconnect. It will open a popup where you select the first option: 'Also delete the SVN meta-information from file system. ' This will remove all the SVN folders automatically along with svn property files that you might forget sometimes while removing .

How do I delete my TortoiseSVN repository?

Use TortoiseSVN → Delete to remove files or folders from Subversion. When you TortoiseSVN → Delete a file or folder, it is removed from your working copy immediately as well as being marked for deletion in the repository on next commit. The item's parent folder shows a “modified” icon overlay.

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

If you export the working copy to the same folder, the .svn subdirectories are removed. This is not coincidence but a feature of TortoiseSvn.

like image 71
ur. Avatar answered Oct 11 '22 15:10

ur.