Fixed bugs, cleaned up some code
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user