X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Thu, 16 Jul 2009 20:02:48 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: MVFS results
Message-ID: <20090717000248.GB20981@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20090715204831.GA27613@calimero.vinschen.de>  <loom.20090715T213245-387@post.gmane.org>  <20090716090703.GH27613@calimero.vinschen.de>  <loom.20090716T133741-21@post.gmane.org>  <20090716151121.GO27613@calimero.vinschen.de>  <loom.20090716T154525-611@post.gmane.org>  <20090716165112.GS27613@calimero.vinschen.de>  <loom.20090716T165527-559@post.gmane.org>  <20090716174525.GT27613@calimero.vinschen.de>  <loom.20090716T225222-72@post.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <loom.20090716T225222-72@post.gmane.org>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

On Thu, Jul 16, 2009 at 11:13:43PM +0000, Eric Blake wrote:
>Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
>>Oh well.  Ok, I planned to check this change in and let you then test
>>from CVS.  But since that's a problem for you, here's the patch.  The
>>important part is that Cygwin should now always create symlinks as
>>shortcuts on MVFS, regardless of the CYGWIN=winsymlink setting.  Please
>>check.
>
>Not quite.  I've finally got my tree in the state where I could apply
>this patch.  For the record (more documenting it for myself, than
>anything else), I used setup.exe to get 1.7.0-51 sources, used 'git
>init && git add .  && git commit -m 1.7.0-51' to make it easier to
>track commits, then ran these commands to grab all CVS changes since
>that point:
>
>$ wget
>http://cygwin.com/ml/cygwin-cvs/2009-q3/msg0003{0,1,2,3,4,5,6,7,8}.html
>
>$ for f in msg*.html; do sed -n
>'s,.*\(http://sources.redhat.com/cgi-bin[^<]*\)<.*,\1, s,&amp;,\&,gp'
>$f > ${f%.html}.txt; done
>
>$ for f in msg0003*; do while read file; do wget -O patch.txt "$file";
>patch -p2 < patch.txt; done < $f ; git commit -a -m "fold in $f"; done

I always just use the toggle switches on the front panel of my computer.

Much easier.

cgf

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

