Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switching svn from checkout to export
  • Loading branch information
cellularmitosis committed Aug 23, 2012
1 parent 79089b4 commit ac2b400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cocoapods/downloader/subversion.rb
Expand Up @@ -4,11 +4,11 @@ class Subversion < Downloader
executable :svn executable :svn


def download def download
svn! %|checkout "#{reference_url}" "#{target_path}"| svn! "export #{reference_url}" "#{target_path}"|
end end


def download_head def download_head
svn! %|checkout "#{trunk_url}" "#{target_path}"| svn! "export #{trunk_url}" "#{target_path}"|
end end


def reference_url def reference_url
Expand Down

0 comments on commit ac2b400

Please sign in to comment.