You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2014/04/25 12:03:16 UTC

svn commit: r1589966 - /ace/site/trunk/content/dev-doc/release-guide.mdtext

Author: jawi
Date: Fri Apr 25 10:03:15 2014
New Revision: 1589966

URL: http://svn.apache.org/r1589966
Log:
CMS commit to ace by jawi

Modified:
    ace/site/trunk/content/dev-doc/release-guide.mdtext

Modified: ace/site/trunk/content/dev-doc/release-guide.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/dev-doc/release-guide.mdtext?rev=1589966&r1=1589965&r2=1589966&view=diff
==============================================================================
--- ace/site/trunk/content/dev-doc/release-guide.mdtext (original)
+++ ace/site/trunk/content/dev-doc/release-guide.mdtext Fri Apr 25 10:03:15 2014
@@ -19,10 +19,12 @@ Before you can start staging a release c
 
 * make sure there are no dependencies on snapshots/unreleased versions;
 * double check that the version you want to create is correctly filled in in <tt>build/build.xml</tt>;
-* create a tagged version of the sources in preparation of the release candidate:
+* create a tagged version of the sources in preparation of the release candidate.  
+
+Creating a tagged version of the sources can be done directly through svn:
 
 	:::sh
-	svn copy https://svn.apache.org/repos/asf/ace/trunk/ https://svn.apache.org/repos/asf/ace/releases/X.Y.Z -m "Release X.Y.Z"
+	$ svn copy https://svn.apache.org/repos/asf/ace/trunk/ https://svn.apache.org/repos/asf/ace/releases/X.Y.Z -m "Release X.Y.Z"
 
 ## Staging a release candidate