You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/03/31 21:14:55 UTC

[whimsy.git] [1/1] Commit 1c20da2: Docn

Commit 1c20da25023d43fd8c397488388fda89875a2f56:
    Docn


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/treasurer/bill-upload.cgi                                | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/treasurer/bill-upload.cgi b/www/treasurer/bill-upload.cgi
index fce66a8..1d7b9de 100755
--- a/www/treasurer/bill-upload.cgi
+++ b/www/treasurer/bill-upload.cgi
@@ -70,7 +70,7 @@ _html do
         @message += "\n\nFunding source: #{@source}" 
       end
 
-      # add file to svn
+      # add file to svn (--revision 0 means it won't overwrite an existing file)
       _.system ['svnmucc', '--revision', '0', '--message', @message,
          ['--no-auth-cache', '--non-interactive'],
          (['--username', $USER, '--password', $PASSWORD] if $PASSWORD),