You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by ta...@apache.org on 2011/04/05 17:56:13 UTC

svn commit: r1089097 - /click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html

Author: takezoe
Date: Tue Apr  5 15:56:13 2011
New Revision: 1089097

URL: http://svn.apache.org/viewvc?rev=1089097&view=rev
Log:
Add -R option to copy command to dist directory.

Modified:
    click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html

Modified: click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html?rev=1089097&r1=1089096&r2=1089097&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html (original)
+++ click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html Tue Apr  5 15:56:13 2011
@@ -121,7 +121,7 @@ gpg --verify SUBPROJECT-X.X.X.zip.asc SU
                 An easy way to do this is to copy the files in your <tt>public_html</tt>
                 folder for example:
                 <pre class="codeConfig">ssh people.apache.org
-cp ~/public_html/click/clickide/X.X.X/ /www/www.apache.org/dist/click/clickide/X.X.X
+cp -R ~/public_html/click/clickide/X.X.X/ /www/www.apache.org/dist/click/clickide/X.X.X
 </pre>
             </li>
              <li>