This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MVFS results


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]