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

Re: Cygwin, eol-style, and --native-eol

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-02-26 14:54:30 CET

Bill Baxter <wbaxter@gmail.com> writes:

> In that case, is there any reasonable workaround that will let me
> work from a cygwin shell, but have all my source files treated as
> DOS?

Use the source code.

Look at the function svn_subst_eol_style_from_value() in the file
subversion/libsvn_subr/subst.c. That function determines what the
various svn:eol-style settings mean and you will see that "native"
leads to APR_EOL_STR, i.e. Subversion gets the value from APR. You
could change svn_subst_eol_style_from_value() and rebuild Subversion,
or you could change APR_EOL_STR and rebuild all of APR, APR-UTIL and
Subversion, it depends what behaviour you want.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 26 14:55:51 2005

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.