Jan 30, 2012

Subversion tips

To revert mistakenly added files and undo an svn add:


svn revert --recursive mistake_folder_or_file



NB: Don't EVER use it when you have changes you have spent the last couple hours slogging over. Save the files somewhere, then issue the revert command and then copy your new saved files into the repository again.

0 Comments:

Post a Comment