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 2005/07/19 20:08:33 UTC

svn commit: r219737 - /forrest/trunk/etc/publishing_our_site.txt

Author: crossley
Date: Tue Jul 19 11:08:21 2005
New Revision: 219737

URL: http://svn.apache.org/viewcvs?rev=219737&view=rev
Log:
Clarify the commit message issue.
Second parameter is "password" not "user". Thanks to Jeremias.

Modified:
    forrest/trunk/etc/publishing_our_site.txt

Modified: forrest/trunk/etc/publishing_our_site.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/publishing_our_site.txt?rev=219737&r1=219736&r2=219737&view=diff
==============================================================================
--- forrest/trunk/etc/publishing_our_site.txt (original)
+++ forrest/trunk/etc/publishing_our_site.txt Tue Jul 19 11:08:21 2005
@@ -5,7 +5,7 @@
 <?xml version="1.0"?>
 <project>
   <property name="deploy.svn.user" value="myApacheUsername"/>
-  <property name="deploy.svn.user" value="myPassword"/>
+  <property name="deploy.svn.password" value="myPassword"/>
 </project>
 
 
@@ -27,3 +27,4 @@
 
 FIXME: That commit message technique does not work.
 The second word is treated as an ant target to be called.
+Just leave it out and forrestbot will use a default message.