You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/11/22 08:56:31 UTC

svn commit: r597324 - /servicemix/scripts/servicemix-backport.sh

Author: gnodet
Date: Wed Nov 21 23:56:29 2007
New Revision: 597324

URL: http://svn.apache.org/viewvc?rev=597324&view=rev
Log:
Fix backport script

Modified:
    servicemix/scripts/servicemix-backport.sh

Modified: servicemix/scripts/servicemix-backport.sh
URL: http://svn.apache.org/viewvc/servicemix/scripts/servicemix-backport.sh?rev=597324&r1=597323&r2=597324&view=diff
==============================================================================
--- servicemix/scripts/servicemix-backport.sh (original)
+++ servicemix/scripts/servicemix-backport.sh Wed Nov 21 23:56:29 2007
@@ -1,5 +1,5 @@
 #!/bin/bash
-REPO=https://svn.apache.org/repos/asf/incubator/servicemix/trunk/
+REPO=https://svn.apache.org/repos/asf/servicemix/trunk/
 if [ -z "$1" ]; then 
 	echo usage: $0 revision
     echo This command will backport a SVN patch from the repo $REPO
@@ -9,7 +9,7 @@
 VERSION=$1
 PREVIOUS=$[$VERSION-1]
 
-echo "Merging patch range $PREVIOUS:$VERSION to repo $REPO"
+echo "Merging patch range $PREVIOUS:$VERSION from repo $REPO"
 
 svn merge -r $PREVIOUS:$VERSION $REPO