You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2010/12/04 01:23:14 UTC

svn commit: r1042065 - /forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml

Author: crossley
Date: Sat Dec  4 00:23:14 2010
New Revision: 1042065

URL: http://svn.apache.org/viewvc?rev=1042065&view=rev
Log:
Use URL to svn delete old docs.

Modified:
    forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml

Modified: forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml?rev=1042065&r1=1042064&r2=1042065&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml Sat Dec  4 00:23:14 2010
@@ -131,8 +131,9 @@ $FORREST_HOME/tools/ant/bin/ant deploy-d
       </p>
       <p>
         Note that forrestbot does not remove docs from the forrest/site SVN
-        (FOR-392). So need to manually delete: 'cd /svn/forrest/site; svn delete
-        oldDoc'. Then remove it from the forrestbot work directories: 'cd
+        (FOR-392). So need to manually delete:
+        '<code>svn delete https://svn.apache.org/repos/asf/forrest/site/.../oldDoc</code>'
+        and then remove it from the forrestbot work directories: 'cd
         $FORREST_HOME/site-author; rm build/forrest-docs/oldDoc; rm
         work/svn-deploy/forrest-docs/oldDoc'.
       </p>