5
votes
4answers
197 views
In subversion, how can I un-hijack a file?
Currently, my team has a set of files that should not be under version control, but they are. I would like to remove them from our subversion repository, and allow everyone to keep their local ver …
0
votes
How do you remove a file from being version controlled without deleting the file in subversion?
As already mentioned svn rm --keep-local is the way to go.
A handy shortcut for those of you using TortoiseSVN: "Delete (keep local)" is available on the TortoiseSVN sub-menu if you hold th …
