mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
150 B

#!/bin/bash
for x in `(cd $1 ; ls $1.*)` ; do
svn mv $1/$x $1/${x/$1/$2}
done
read in
svn commit $1
svn up $1 $2
svn mv $1 $2
svn commit $1 $2