Fixed bugs, cleaned up some code

This commit is contained in:
Wouter den Breejen
2007-07-09 00:28:38 +00:00
parent afb445957d
commit bc2fbabc12
6 changed files with 74 additions and 57 deletions

View File

@@ -10,6 +10,4 @@ if [ "$#" != 4 ] ; then
exit 1;
fi
cd $statepath
$svnbin merge -r HEAD:$torevision $repos
cd -
$svnbin merge -r HEAD:$torevision $repos $statepath

View File

@@ -10,6 +10,4 @@ if [ "$#" != 4 ] ; then
exit 1;
fi
cd $statepath
$svnbin merge -r HEAD:$torevision $repos
cd -
$svnbin merge -r HEAD:$torevision $repos $statepath