Sam Doidge

Continual improvement

SVN Tips

SVN is still around, some things I have found useful

Add all files to SVN within current directory (recursively)

svn add . --force

Remove files from an add, within a folder (before commit)

svn revert --recursive folder_name