Reputation: 2661
Unintentionally I checked out the C:\
hard drive to get controlled by SVN
.
Result : All of the sub folders are version controlled.
How can I remove the relation of the C:
folder to svn
without deleting anything?
Upvotes: 0
Views: 561
Reputation: 97355
If you SVN is 1.7+ (one .svn folder in the root of WC) just delete C:\.svn\
folder
Open View > tick on Hidden Items to look for the folder
Upvotes: 1
Reputation: 2283
You have an "Export" option in SVN. That may help. You can have a folder with no svn relations using export. Hope i got your question right and this helps. cheers
Upvotes: 0