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:41:00 UTC

[whimsy] branch master updated: Revert "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 4be7c29  Revert "WHIMSY-278 Update the local working copy"
4be7c29 is described below

commit 4be7c29a7463b95ec7468e4e7fdedcc22a826408
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jul 17 23:40:18 2019 +0100

    Revert "WHIMSY-278 Update the local working copy"
    
    This reverts commit 8ded5d617af2f6d9dcb4e48f9adc5c0e8a2049fd.
---
 lib/whimsy/asf/svn.rb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 9bb06b7..dae9171 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -336,10 +336,6 @@ 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