From c4f80d5ed68a6cf8be8d5557f6a52f6677ff73ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20D=C3=ADaz?= <sdiaz@splendeo.es> Date: Wed, 18 Apr 2012 17:09:54 +0200 Subject: [PATCH] Updated checkout plugin for svn --- lib/tasks/staging.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/staging.rake b/lib/tasks/staging.rake index dd9cb1634..c37d797a9 100644 --- a/lib/tasks/staging.rake +++ b/lib/tasks/staging.rake @@ -103,7 +103,7 @@ namespace :staging do :command=>"svn checkout", :is_default=>"1", :protocol=>"Subversion", - :regex_replacement=>"http://svn.staging.es/\\1", + :regex_replacement=>"http://svn.ohwr.staging.es/\\1", :access=>"permission" }] } -- GitLab