public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Git unable to construct submodule's relative path
@ 2019-06-26 17:05 Andrey Repin
  2019-06-28 11:22 ` Adam Dinwoodie
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Repin @ 2019-06-26 17:05 UTC (permalink / raw)
  To: All

Greetings, All!

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.


-- 
With best regards,
Andrey Repin
Wednesday, June 26, 2019 19:21:13

Sorry for my terrible english...


--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-28 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 17:05 Git unable to construct submodule's relative path Andrey Repin
2019-06-28 11:22 ` Adam Dinwoodie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).