lib/gjp/get_source.rb in gjp-0.7.0 vs lib/gjp/get_source.rb in gjp-0.8.0
- old
+ new
@@ -61,10 +61,10 @@
if tags.any?
best_tag = get_best_tag(tags, version)
log.info("checking out tag: #{best_tag}")
- `svn checkout #{scm_address}/tags/#{best_tag}`
+ `svn checkout ^/tags/#{best_tag}`
end
end
end
# return the (heuristically) most similar tag to the specified version