X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=i4BmeKJ a6O1Sa/Jn+aRnu6Gvl9ts/3iTF4epL0g83Mq99Fm1OLQKAN8HuibutdE58ONJykR hMVX3GyVrVo9A7PgFXqNPz6EvgEbgeICN640cWVbauGL4qWPdK5x+XnWyNHMKokb RYUobKnRlu/zHYxKWqOhn4OcYu7Ul2O7h83I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=tQcwTwCspZzTn nHhIgiJGisJvaQ=; b=CWkGophrH4TMYPzGtOIyMRaFQBSI1BDXqocUdOgQc/ot+ MrAOsnsr7EFflTOS1HNwiUbwjs1CcrHA2+rAzBdOW4Vke4TJEXcUDBVVUhJjaCRD 5F8OHlIoUa+huZh8qfk4jj6/ce/x05aprFWzXiYIofylLD/rOdD3mJAqjVJjgY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=Documents, auctioneer, worktree, Games X-HELO: mail-ua1-f49.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dinwoodie.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=IeKA2Q861C1H256Ep0BTDPMO1Q6rFNqOaAeKJ5jEMyk=; b=MQxx4vfRYCnfcZOo3MA4Led/cc6/lXeg6L6QYoag6gXWGuggXFwDFUtGUTV251Fc5V IkCYFZBEvuiLJHcyjev+Kxo1kVQrf3AAygFHXsohCpLcXWOd/gnpP/uVmAGmMkVyM0QK 6wj7DSaVeP/i+RdyweeI+1BV2+YhIRI3x3HKA= MIME-Version: 1.0 References: <517680510 DOT 20190626195940 AT yandex DOT ru> In-Reply-To: <517680510.20190626195940@yandex.ru> From: Adam Dinwoodie Date: Fri, 28 Jun 2019 12:21:30 +0100 Message-ID: Subject: Re: Git unable to construct submodule's relative path To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes 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