[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: <rbb_at_rkbloom.net>
Date: 2003-02-20 22:29:52 CET

On Thu, 20 Feb 2003, [UTF-8] Branko Čibej wrote:

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

To confuse things even more.... :-)

I am 99% sure that you can tell Cygwin to treat text files and native
Windows files. This means that the Cygwin CVS client can be used, but
only if it is configured correctly.

(This by the way, is the biggest thing that pisses me off about Cygwin.
If I am on a Windows box, I want _Unix_ tools that work like _windows_
tools. Not Unix tools that create files that I can't use with the windows
tools already on the box.)

Ryan

---------------------------------------------------------------------
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:08:49 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.