bash
Hi, I made this for myself, and thought someone else might be interested.
It's an automated install bash script for a Sympal ready lamp server, based on Ubuntu 9.10.
#!/bin/bash
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