-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify git clone path #1780
Comments
Hi @forki and @inosik . I'd like to have a crack at this if possible. I'm new to open source but have been a dev for 9 years. My attempt would be to:
Please let me know if I'm on the right track, and any other procedures I should follow (if you want me to add some tests for example). Kind regards, |
Sounds like a plan |
Where does this happen? During the first cloning (into It might also make sense to make Pakets global Git cache directory configurable, because |
Only |
Description
Can we specify in the paket.dependencies file what path we want a git repo to be cloned into?
We're using some internal git repos. The URL of these are quite long. If repo A references repo B which references repo C, paket clones the repos in to a path which matches the URL. When its nested like A -> B -> C, we run into trouble because it exceeds the windows path size limit.
Repro steps
Expected behavior
Build scripts should execute, git repos should download
Actual behavior
Build scripts and other things fail due to the path exceeding the windows limit
Known workarounds
None. We can't change the URL of the git repos unfortunately.
Related information
The text was updated successfully, but these errors were encountered: