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 2008/06/10 15:40:40 UTC

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

Author: gnodet
Date: Tue Jun 10 06:40:39 2008
New Revision: 666102

URL: http://svn.apache.org/viewvc?rev=666102&view=rev
Log:
Fix smx3 trunk url for 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=666102&r1=666101&r2=666102&view=diff
==============================================================================
--- servicemix/scripts/servicemix-backport.sh (original)
+++ servicemix/scripts/servicemix-backport.sh Tue Jun 10 06:40:39 2008
@@ -1,5 +1,5 @@
 #!/bin/bash
-REPO=https://svn.apache.org/repos/asf/servicemix/trunk/
+REPO=https://svn.apache.org/repos/asf/servicemix/smx3/trunk/
 if [ -z "$1" ]; then 
 	echo usage: $0 revision
     echo This command will backport a SVN patch from the repo $REPO