From 9f9219a142f44b137a42afc12dcfa62ca45bbc90 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 1 Mar 2010 11:35:27 -0800 Subject: [PATCH] Subversion now supports revisions on externals. A formula using svn can now provide a spec: :revisions => {...revision numbers...} that contains a mapping of revision numbers to use for externals. The name of the external is keyed to the revision to use for that external. The symbol :trunk should be used to specify the reivsion of the main repo. An example from the Ffmpeg formula: head 'svn://svn.ffmpeg.org/ffmpeg/trunk', :revisions => { :trunk => 22916, 'libswscale' => 31045 } Signed-off-by: Adam Vandenberg --- Library/Homebrew/download_strategy.rb | 72 +++++++++++++-------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 8abbb5a54e..e5e00d2613 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -126,8 +126,7 @@ end class SubversionDownloadStrategy