DSharper
DSharper

Reputation: 3217

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

Upvotes: 5

Views: 3740

Answers (4)

Stefan
Stefan

Reputation: 43575

How to unversion a working copy and Removing a working copy from version control describe what you need.

Upvotes: 1

Joe Ratzer
Joe Ratzer

Reputation: 18569

It might not be the GUI tool, but there is an excellent shell command that can do this.

Upvotes: 4

ur.
ur.

Reputation: 2957

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

Upvotes: 4

DSharper
DSharper

Reputation: 3217

Writing a small GUI program or batch file that recursively search in parent folder for .svn hidden folders and delete might be also possible for this or something similar maybe the SVN command line does.

Upvotes: 0

Related Questions