You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/07/17 22:28:04 UTC

[whimsy] branch master updated: WHIMSY-278 Update the local working copy

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ded5d6  WHIMSY-278 Update the local working copy
8ded5d6 is described below

commit 8ded5d617af2f6d9dcb4e48f9adc5c0e8a2049fd
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jul 17 23:27:59 2019 +0100

    WHIMSY-278 Update the local working copy
---
 lib/whimsy/asf/svn.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index dae9171..9bb06b7 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -336,6 +336,10 @@ module ASF
       ensure
         FileUtils.rm_rf tmpdir
       end
+      # Now update the local working copy
+      _.system ['svn', 'update', '--non-interactive',
+        ['--username', env.user, '--password', env.password],
+        dir]
     end
   end