SVN
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
Hello, setting up source code control is less than exciting. Here's a quick way to do it.
Adapted from a great article: http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubun...