Commit ac2b400e authored by Jason Pepas's avatar Jason Pepas

switching svn from checkout to export

parent 79089b43
......@@ -4,11 +4,11 @@ module Pod
executable :svn
def download
svn! %|checkout "#{reference_url}" "#{target_path}"|
svn! "export #{reference_url}" "#{target_path}"|
end
def download_head
svn! %|checkout "#{trunk_url}" "#{target_path}"|
svn! "export #{trunk_url}" "#{target_path}"|
end
def reference_url
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment