Opened 11 years ago
Closed 10 years ago
#13560 closed bug (notabug)
update_submodules task doesn't work in a symbolically linked directory
Reported by: | danheberden | Owned by: | danheberden |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | build | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Output:
Running "update_submodules" task Warning: fatal: Not a git repository: ../../../../../../../Dropbox/MBP/Citadel/jQuery/jquery/.git/modules/src/sizzle/modules/speed/benchmark.js Failed to recurse into submodule path 'src/sizzle' Use --force to continue.
Aborted due to warnings.
As you can see - my ~/Citadel directory is a symbolic link do ~/dropbox/MBP/Citadel
Change History (10)
comment:1 Changed 11 years ago by
Owner: | set to danheberden |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
Not yet, just wanted to get the bug filed. You can assign it to me if you wanna. Gotta finish my talk at jqcon toronto first. <3z from canada!
comment:3 Changed 11 years ago by
Status: | new → assigned |
---|
I don't know how, but I missed that you were the OP. Assigning to you ;)
comment:4 Changed 10 years ago by
Do you really want to put your repos in Dropbox? I think ben_alman has a nightmare story about that.
Should this stay open?
comment:5 Changed 10 years ago by
Oh, crap, forgot to fix this; yeah, i'll take a look at it. Adding to the todo list :)
comment:6 Changed 10 years ago by
Priority: | undecided → low |
---|
comment:7 Changed 10 years ago by
Component: | unfiled → build |
---|
comment:8 Changed 10 years ago by
Ran into this bug when I checked out jquery into /var/tmp to play around with it. :(
Happy to find this ticket, but lest anyone be misled by some of the comments here, you don't have to be doing anything strange to hit this bug.
comment:9 Changed 10 years ago by
I think this is no longer relevant, since submodules aren't used anymore.
comment:10 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | assigned → closed |
True, we don't use this task anymore.
Our tools are designed for the most straightforward use case: working directly in the repo. Do you have a reasonable patch?