This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Git unable to construct submodule's relative path


On Wed, 26 Jun 2019 at 18:05, Andrey Repin wrote:
> Checking out the https://gitlab.com/norganna-wow/all I've noticed a problem in
> updating submodules after first init.
> Inspecting the Git config area, I stumbled upon paths like
>
> worktree = ../../../../../../../../../anrdaemon/Documents/Games/WoW/NorgannaAddons/auctioneer/Auc-Advanced
>
> which is obviously wrong.
> To begin with, there's not enough parent directories to fill the path, and
> even if I correct the path to
>
> worktree = ../../../../auctioneer/Auc-Advanced
>
> the next run of "git submodule update --recursive --remote" trashes it again.

Works just fine for me.

Can you please explain, step-by-step, exactly what you're doing, what
commands you're running, what you're seeing, and how that differs from
what you expect to see?

For future reference, there's a good guide to providing useful
bug/problem reports at
https://www.chiark.greenend.org.uk/~sgtatham/bugs.html, which is
linked from the Cygwin problem reporting guidance page at
http://cygwin.com/problems.html.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]