X-Recipient: archive-cygwin@delorie.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:to:from:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=f2Z
	i6Cl/ji+w7B1z7IQ6yubKkJGT9NpggQA0oVCYGEl88XI8qAcYmbv36cr69TgKYC8
	/9eStulQr/LDFpVG2/PQd2gxWGI2KP19EMsoYlMEN3blYTIQPTL3Cx8Ue/MTgXk3
	O2YGwP/PfMDUuo5O4LVUdwih2rGud+5PgWe6kdpY=
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:to:from:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=kG6h/SaJo
	t2o1Ss1kahX77Atdv4=; b=vom+Bt29k+ziBcwZb42ta96gf2FnqPPgTSIYQswbJ
	mird0YC24epkdMt0T9CUMzk8mNjtHni6niVS5bwzCDl/gongJJxjFjPRwYf8Vddi
	1NGUurhqkRbUU4SuA68HpwSDRrVpRQaNWfBWdDjyseyO2DWz9PMxLZe2ejqaE8zq
	G0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1
To: cygwin@cygwin.com
From: Thomas Deinhamer <thasmo@gmail.com>
Subject: Wrong permissions when cloning a Git repository using Cygwin
Date: Fri, 14 Jun 2013 23:10:35 +0200
Lines: 35
Message-ID: <kpg0sd$mfc$1@ger.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
User-Agent: Postbox 3.0.8 (Windows/20130427)

Hi folks,

when I run "git clone URL" on the mintty terminal in the Cygwin
environment on a Windows Server 2008 network share some directories
have wrong permissions set (i.e. groups are missing).

Most of the directories have the correct groups and permissions
assigned, but some of them (it seems mostly the directories which
are further down in the hierarchy) are missing some groups.

Unfortunately I don't have any screenshots right now.

I was wondering what the cause for this could be? Is it a
Cygwin problem or a Git problem? Does it maybe belong to
the length of the path - because it does not affect directories
in the upper levels of the hierarchy, but only directories beyond
the fourth or fifth directory level?!

What I actually do on the mintty terminal is this:

 > cd //servername
 > cd path/to/project/
 > git clone URL .

If I clone the Git repository using e.g. TortoiseGit,
which is integrated into the Windows Explorer Context-Menu,
permissions and groups of the cloned repository are fine.

Please feel free to ask if you need any additional information
about this issue - I'd be really happy to fix this problem.

Thanks a lot in advance for help on this!

Regards,
Thomas


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

