aliases

Ubuntu wordmark official

Image via Wikipedia

Subversion is awesome, but it's command line interface is "non-intuitive".  Here are some short-cuts I created to remember the commands.  The most useful are:

  • svn_add_all [folder]                - svn add any files not under version control
  • svn_revert_all [folder]             - revert any changes to folder recursively
  • svn_ignore [folder] [pattern]    - add the pattern to the folder's ignore list