From 69bc0cbf677509e539c6ecc7cac90e55a9303225 Mon Sep 17 00:00:00 2001 From: Fergal Hainey Date: Sun, 14 Feb 2010 14:51:54 +0000 Subject: [PATCH] Improvements to new SubversionDownloadStrategy Now makes use of `svn up` to make cache act like a cache. Externals without a revision specified are now checked out at HEAD, whereas before they were ignored. Escaping arguments to backticks. Making sure main repo is checked out before the externals. --- Library/Homebrew/download_strategy.rb | 44 +++++++++++++++++++++------ 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index b49cf4d6ec..5657924e69 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -142,21 +142,47 @@ end class SubversionDownloadStrategy