Skip to content
Snippets Groups Projects
Commit 6c123b17 authored by Max Howell's avatar Max Howell
Browse files

Fixes broken SubversionDownloadStrategy

Being able to commit parts of diffs can bite you if you aren't careful.
parent 3eac79f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment