This is a random collection of SVN functions, in no particular order. They’re here for my own selfish reference purposes: View all files not in version control: svn status | grep “^\?” | awk “{print \$2}” Manually add files to SVN Ignore List: export SVN_EDITOR=vim svn propedit svn:ignore /path/to/directory



