Monday, October 8, 2012

SVN Revert


If you want to revert a whole directory of files, use the --depth=infinity option:
$ svn revert --depth=infinity .
Reverted newdir/afile
Reverted foo.c
Reverted bar.txt

Blog Archive