Search code examples
svn

How can I remove a file from my svn working copy without deleting it?


I accidentally added a file to my svn working copy that I don't want to check in (a test image). I haven't commited yet, so how do I remove the file from my svn working copy without deleting it?


Solution

  • svn revert filename