Commit a60f4f8d54a025617a9c13d209bf68247bef9edd:
don't attempt to update readonly copy
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
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) {}