Fixes broken SubversionDownloadStrategy

Being able to commit parts of diffs can bite you if you aren't careful.
This commit is contained in:
Max Howell 2009-12-04 17:44:18 +00:00
parent 3eac79f905
commit 6c123b176d

View File

@ -126,6 +126,11 @@ class SubversionDownloadStrategy <AbstractDownloadStrategy
args << '-q' unless ARGV.verbose?
safe_system *args
end
# currently only used by mplayer.rb
def svn
'/usr/bin/svn'
end
end
class GitDownloadStrategy <AbstractDownloadStrategy