Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Compatibility with older git versions #285

Closed
dougbarth opened this issue Apr 16, 2010 · 0 comments
Closed

Compatibility with older git versions #285

dougbarth opened this issue Apr 16, 2010 · 0 comments

Comments

@dougbarth
Copy link
Contributor

Older versions of git did not create missing ancestor directories when cloning. Bundler currently creates these directories before cloning for it's cache, but not before cloning for it's checkout copy.

http://github.com/dougbarth/bundler/commit/6aff30449d4c51b0b8b0595f9574973414ccd2d4 contains a fix for this issue.

joevandyk pushed a commit to joevandyk/bundler that referenced this issue May 16, 2011
This commit runs FileUtils.mkdir_p to create the ancestor directories
of the git clone before running the git clone command. This extra step
is needed because older versions of git did not do this step.

Most users might not experience this issue because they are running the
latest version of git. The version of git that comes with RedHat
Enterprise Linux 5 does not include this behavior.

Closes rubygems#285
joevandyk pushed a commit to joevandyk/bundler that referenced this issue May 16, 2011
This commit runs FileUtils.mkdir_p to create the ancestor directories
of the git clone before running the git clone command. This extra step
is needed because older versions of git did not do this step.

Most users might not experience this issue because they are running the
latest version of git. The version of git that comes with RedHat
Enterprise Linux 5 does not include this behavior.

Closes rubygems#285
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant