Skip to content
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

git-subrepo 0.4.8 doesn't work on Windows #627

Closed
pkrebs-am opened this issue Jul 25, 2024 · 2 comments
Closed

git-subrepo 0.4.8 doesn't work on Windows #627

pkrebs-am opened this issue Jul 25, 2024 · 2 comments
Assignees
Labels

Comments

@pkrebs-am
Copy link

After updating to version 0.4.8, git-subrepo shows an error on Windows:

$ git subrepo status Common
D:/Development/git-subrepo/lib/git-subrepo.d/bash+.bash: line 1: ../../ext/bashplus/lib/bash+.bash: No such file or directory

Same error is shown for GIT 2.39 and GIT 2.45.2.
Version git-subrepo 0.4.7 works well
Is it necessary to do any additional settings?

@admorgan admorgan self-assigned this Jul 25, 2024
@admorgan admorgan added the Bug label Jul 25, 2024
@admorgan
Copy link
Collaborator

I found the issue in 7816a57. It uses symbolic links to address issues when using make install. This doesn't work on Windows and an alternate solutions will have to be found. Thank you for making me aware of this.

admorgan added a commit to admorgan/git-subrepo that referenced this issue Jul 25, 2024
This reverts commit 7816a57 because
it is not compatible with Windows.

Fixes ingydotnet#627
@pkrebs-am
Copy link
Author

Thank you for the quick fix. Btw, tag 0.4.9 does not belong to any branch (master).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants