Author: olamy
Date: Wed Oct 3 16:13:27 2012
New Revision: 1393579
URL: http://svn.apache.org/viewvc?rev=1393579&view=rev
Log:
don't use standard co directory
Modified:
archiva/site/src/site/apt/developers/releasing.apt
Modified: archiva/site/src/site/apt/developers/releasing.apt
URL:
http://svn.apache.org/viewvc/archiva/site/src/site/apt/developers/releasing.apt?rev=1393579&r1=1393578&r2=1393579&view=diff
==============================================================================
--- archiva/site/src/site/apt/developers/releasing.apt (original)
+++ archiva/site/src/site/apt/developers/releasing.apt Wed Oct 3 16:13:27 2012
@@ -85,8 +85,8 @@ gpg -v archiva-jetty-1.3-bin.zip.asc
First in dev tree: https://dist.apache.org/repos/dist/dev/archiva/ (if the
vote pass they will be copied to release tree)
https://dist.apache.org/repos/dist/release/archiva
+-------------
-svn co https://dist.apache.org/repos/dist/dev/archiva/
-cd archiva
+svn co https://dist.apache.org/repos/dist/dev/archiva/ archiva-dev-release
+cd archiva-dev-release
svn cat http://svn.apache.org/repos/asf/archiva/project/release-script-svn.sh
> release-script-svn.sh
sh release-script-svn.sh VERSION STAGING_URL
+-------------