You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2009/05/19 09:06:15 UTC

svn commit: r776211 - /db/jdo/HowToReleaseJDO.html

Author: andyj
Date: Tue May 19 07:06:15 2009
New Revision: 776211

URL: http://svn.apache.org/viewvc?rev=776211&view=rev
Log:
fix svn commit command, missing -m

Modified:
    db/jdo/HowToReleaseJDO.html

Modified: db/jdo/HowToReleaseJDO.html
URL: http://svn.apache.org/viewvc/db/jdo/HowToReleaseJDO.html?rev=776211&r1=776210&r2=776211&view=diff
==============================================================================
--- db/jdo/HowToReleaseJDO.html (original)
+++ db/jdo/HowToReleaseJDO.html Tue May 19 07:06:15 2009
@@ -222,7 +222,7 @@
     <LI>Check the distribution into svn
 <pre>
 svn add releases/2.n
-svn commit "Create release 2.n" releases/2.n
+svn commit -m "Create release 2.n" releases/2.n
 </pre>
     </LI>