You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/08/21 22:30:02 UTC

[whimsy] 01/02: try passing user/password on svn update operations

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 4e7af5053e52c226b4efc2e5ca2fe3c0d4f8d7df
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Aug 21 18:16:20 2016 -0400

    try passing user/password on svn update operations
---
 www/secretary/workbench/file.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index 26a4aa5..97db931 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -357,6 +357,7 @@ _json do
     _html send_email $1, @message
   elsif @cmd =~ /svn (update|revert -R|cleanup)/ and committable.include? @file
     op, file = $1.split(' '), @file
+    op += ['--username', $USER, '--password', $PASSWORD] if $PASSWORD
     _html html_fragment {
       _.system [ 'svn', *op, file ]
     }

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.