X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Thu, 16 Jul 2009 20:02:48 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: MVFS results Message-ID: <20090717000248.GB20981@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20090715204831 DOT GA27613 AT calimero DOT vinschen DOT de> <20090716090703 DOT GH27613 AT calimero DOT vinschen DOT de> <20090716151121 DOT GO27613 AT calimero DOT vinschen DOT de> <20090716165112 DOT GS27613 AT calimero DOT vinschen DOT de> <20090716174525 DOT GT27613 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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 On Thu, Jul 16, 2009 at 11:13:43PM +0000, Eric Blake wrote: >Corinna Vinschen 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,&,\&,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