Fixes broken SubversionDownloadStrategy
Being able to commit parts of diffs can bite you if you aren't careful.
This commit is contained in:
parent
3eac79f905
commit
6c123b176d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user