Side navigation
#13560 closed bug (notabug)
Opened March 03, 2013 06:18PM UTC
Closed October 30, 2013 06:09PM UTC
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
Attachments (0)
Change History (10)
Changed March 03, 2013 06:36PM UTC by comment:1
owner: | → danheberden |
---|---|
status: | new → pending |
Changed March 03, 2013 07:16PM UTC by comment:2
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!
Changed March 03, 2013 08:05PM UTC by comment:3
status: | new → assigned |
---|
I don't know how, but I missed that you were the OP. Assigning to you ;)
Changed April 05, 2013 01:48AM UTC by comment:4
Do you really want to put your repos in Dropbox? I think ben_alman has a nightmare story about that.
Should this stay open?
Changed April 09, 2013 07:10PM UTC by comment:5
Oh, crap, forgot to fix this; yeah, i'll take a look at it. Adding to the todo list :)
Changed April 14, 2013 11:20PM UTC by comment:6
priority: | undecided → low |
---|
Changed April 14, 2013 11:21PM UTC by comment:7
component: | unfiled → build |
---|
Changed July 03, 2013 05:15PM UTC by comment:8
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.
Changed October 30, 2013 05:58PM UTC by comment:9
I think this is no longer relevant, since submodules aren't used anymore.
Changed October 30, 2013 06:09PM UTC by comment:10
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?