You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2013/10/04 17:31:05 UTC

svn commit: r1529189 - /ctakes/site/trunk/content/ctakes-release-guide.mdtext

Author: chenpei
Date: Fri Oct  4 15:31:05 2013
New Revision: 1529189

URL: http://svn.apache.org/r1529189
Log:
Update Release to use the svnpubsub svn repo instead of ~home directory for staging artificats

Modified:
    ctakes/site/trunk/content/ctakes-release-guide.mdtext

Modified: ctakes/site/trunk/content/ctakes-release-guide.mdtext
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/content/ctakes-release-guide.mdtext?rev=1529189&r1=1529188&r2=1529189&view=diff
==============================================================================
--- ctakes/site/trunk/content/ctakes-release-guide.mdtext (original)
+++ ctakes/site/trunk/content/ctakes-release-guide.mdtext Fri Oct  4 15:31:05 2013
@@ -111,18 +111,8 @@ If VOTE passes with 3+ cTAKES PMC votes,
 
 
 ### Publishing Artifacts to dist
-
 Move the artifacts from Dev to Dist
 For example:
- svn copy \
-   https://svn.apache.org/repos/asf/ctakes/tags/ctakes-A.B.C-rcX  \
-   https://svn.apache.org/repos/asf/ctakes/tags/ctakes-A.B.C      \
-   -m "Copying tag of accepted RC for the release to final actual release tag"
-to https://dist.apache.org/repos/dist/release/ctakes/<release>
-
-
-### Creating Final Tag from RC Tag after VOTE Passes
-For example, if the VOTE for RCX passes for release A.B.C
 <pre>
  svn copy \
    https://dist.apache.org/repos/dist/dev/ctakes/A.B.C-rcX  \
@@ -133,6 +123,16 @@ The svnpubsub will automatically push th
 You can verify by visiting:
 http://www.apache.org/dist/ctakes/
 
+
+### Creating Final Tag from RC Tag after VOTE Passes
+For example, if the VOTE for RCX passes for release A.B.C
+<pre>
+ svn copy \
+   https://svn.apache.org/repos/asf/ctakes/tags/ctakes-A.B.C-rcX  \
+   https://svn.apache.org/repos/asf/ctakes/tags/ctakes-A.B.C      \
+   -m "Copying tag of accepted RC for the release to final actual release tag"
+to https://dist.apache.org/repos/dist/release/ctakes/<release>
+</pre>
 ### Update documentation
 Wait for versions to hit the mirrors (hint: keep checking http://www.apache.org/dyn/closer.cgi/ctakes until you see something).
 Once the release hits: