Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you remove a file from being version controlled without deleting the file in subversion?

Tags:

svn

I accidentally added a binary file to SVN with the add command, and now I want to remove it from being version controlled, but not delete the file. How do I do this?

like image 975
andrewrk Avatar asked Dec 03 '22 09:12

andrewrk


1 Answers

svn rm --keep-local

like image 134
andrewrk Avatar answered Dec 20 '22 12:12

andrewrk