X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=3.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT X-Spam-Check-By: sourceware.org Date: Mon, 17 Oct 2011 18:19:15 +0400 From: Andrey Repin Reply-To: Andrey Repin Message-ID: <1699857392.20111017181915@mtu-net.ru> To: Roger Pack , cygwin AT cygwin DOT com Subject: Re: 1.7.9-1 Patch command mangles permissions on windows 7 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Greetings, Roger Pack! > Forgive me if this is a commonly reported bug, but I wasn't sure if > other discussions on permissions issues were the same as this issue... > $ c:\installs\cygwin\bin\patch.exe -p0 < multithread_utilities_trunk.diff > (Stripping trailing CRs from patch.) > patching file xxx/yyy/zzz/Test.java > ... When you're running Cygwin tools outside cygwin shell, you need to let Windows do the security handling for you. In /etc/fstab, uncomment the last line (under one that says "This is the default...") and add "noacl" mount option. none /cygdrive cygdrive binary,posix=0,user,noacl 0 0 Or, even none / cygdrive binary,posix=0,user,noacl 0 0 -- WBR, Andrey Repin (anrdaemon AT freemail DOT ru) 17.10.2011, <18:15> 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