comparison .shell.d/50.vcs_functions.sh @ 47:e80bc65439ac

Too clever for my own good in this function.
author Augie Fackler <durin42@gmail.com>
date Mon, 09 Feb 2009 15:20:13 -0600
parents 8946e6ae2747
children 20834b97b814
comparison
equal deleted inserted replaced
46:8946e6ae2747 47:e80bc65439ac
46 } 46 }
47 } 47 }
48 }'` 48 }'`
49 49
50 branchname=$br 50 branchname=$br
51 echo svn cp $upstream/$branchname $upstream/branches/$1 -m \"Creating branch $1\" 51 echo svn cp $upstream/$branchname $upstream/branches/$1
52 } 52 }
53 53
54 # Function to clean locks out of svn wcs 54 # Function to clean locks out of svn wcs
55 function clean_svn_source_trees() { 55 function clean_svn_source_trees() {
56 for aa in */ ; do 56 for aa in */ ; do