Added svn test

This commit is contained in:
Nathan Broadbent
2011-10-19 18:19:58 +08:00
parent 63491cd97f
commit ef2bd8a78d
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ update_scm_breeze() {
# Create '~/.*.scmbrc' files, or attempt to patch them if passed a previous revision
_create_or_patch_scmbrc() {
patchfile=$(mktemp)
for scm in git; do
for scm in git svn; do
# Create file from example if it doesn't already exist
if ! [ -e "$HOME/.$scm.scmbrc" ]; then
cp "$HOME/.scm_breeze/$scm.scmbrc.example" "$HOME/.$scm.scmbrc"