Author: stephenc
Date: Tue Feb 25 09:32:54 2014
New Revision: 1571633

URL: http://svn.apache.org/r1571633
Log:
The instructions for svnmucc do not work as there is no yyy- until after 
svnmucc completes the transaction

Modified:
    
maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt

Modified: 
maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt?rev=1571633&r1=1571632&r2=1571633&view=diff
==============================================================================
--- 
maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt
 (original)
+++ 
maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt
 Tue Feb 25 09:32:54 2014
@@ -134,10 +134,11 @@ svn cp %SVNPUBSUB%/xxx-archives/yyy-$ver
  or with 
{{{http://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html}<<<svnmucc>>> 
command}}:
 
 +----------+
-svnmucc -U 
https://svn.apache.org/repos/infra/websites/production/maven/content \
+svnmucc -m "Publish yyy $version documentation" \
+  -U https://svn.apache.org/repos/infra/websites/production/maven/content \
   cp HEAD xxx-archives/yyy-LATEST xxx-archives/yyy-$version \
   rm xxx/yyy \
-  cp HEAD xxx-archives/yyy-$version xxx/yyy
+  cp HEAD xxx-archives/yyy-LATEST xxx/yyy
 +----------+
 
 * Updating index page in the Maven site


Reply via email to