git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1517 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -1,14 +0,0 @@
#!/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