[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Suggestion for building on Windows

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-02-20 22:02:10 CET

Eric Hanchrow wrote:

>I followed the instructions in INSTALL (release 0.18), and, as
>suggested, used CVS to check out the apr-iconv library. As it
>happens, the version of CVS that I used (namely, the one that comes
>with Cygwin) didn't put carriage-returns at the ends of lines; this
>breaks the .dsp files. So I used this shell command to put them
>back. I suspect this could be useful for other people too:
>
> find . -type f -name '*.dsp' | xargs file | egrep -vi crlf | awk -F: '{print $1}' | xargs unix2dos
>
>This might be good to put into the INSTALL file.
>
>
No, all you have to put in the INSTALL file is a note to use a native
Windows CVS client, not the Cygwin version. I'd accept a patch for that.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 20 22:02:55 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.