You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2013/05/22 13:12:33 UTC

svn commit: r2032 - /dev/incubator/helix/release-script-svn.sh

Author: olamy
Date: Wed May 22 11:12:31 2013
New Revision: 2032

Log:
fix comment :-)

Modified:
    dev/incubator/helix/release-script-svn.sh

Modified: dev/incubator/helix/release-script-svn.sh
==============================================================================
--- dev/incubator/helix/release-script-svn.sh (original)
+++ dev/incubator/helix/release-script-svn.sh Wed May 22 11:12:31 2013
@@ -20,8 +20,7 @@
 
 ## $Id$ ##
 #$1 version
-#$2 staging repo path on archiva-repository.apache.org (usually https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/)
-#before using this script you must svn co https://dist.apache.org/repos/dist/dev/archiva/
+#$2 staging repo path on repository.apache.org
 set -e
 if test $# -ne 2 
 then