Posted by rnaufal on June 20th, 2012
If you want to cancel an svn add operation, do not use svn delete or svn remove, according to this post. You can issue the following command to undo a svn add:
svn revert --recursive your_folder
This tip was very useful for me today
Tags: add, revert, subversion, svn
This entry was posted on Wednesday, June 20th, 2012 at 2:09 pm and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.