You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/03/11 12:58:52 UTC

[whimsy.git] [1/1] Commit a60f4f8: don't attempt to update readonly copy

Commit a60f4f8d54a025617a9c13d209bf68247bef9edd:
    don't attempt to update readonly copy


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/board/agenda/views/actions/refresh.json.rb               |  ----
------------------------------------------------------------
4 changes: 0 additions, 4 deletions.
------------------------------------------------------------


diff --git a/www/board/agenda/views/actions/refresh.json.rb b/www/board/agenda/views/actions/refresh.json.rb
index d5fbd6b..75c0ff0 100644
--- a/www/board/agenda/views/actions/refresh.json.rb
+++ b/www/board/agenda/views/actions/refresh.json.rb
@@ -2,9 +2,5 @@
 # Refresh agenda from svn server
 #
 
-# update the entire board directory
-_.system ['svn', 'cleanup', FOUNDATION_BOARD]
-_.system ['svn', 'update', FOUNDATION_BOARD]
-
 # return a parsed version of the agenda in question
 Agenda.update(@agenda, nil) {}