Browse Source

this file should not have been comitted - sorry!

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1517 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
084391ce6f
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      package/gnome2/svnrename.sh

+ 0
- 14
package/gnome2/svnrename.sh

@ -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

Loading…
Cancel
Save