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

Re: cr, lf on merge ... implement or use gnu diff option?

From: solo turn <soloturn99_at_yahoo.com>
Date: 2002-11-14 01:53:52 CET

is there a chance that subversion will just ommit this by turning it
around and use a property for the rare case (makefiles)?

--- Ben Collins-Sussman <sussman@collab.net> wrote:
>
> > aehm ... how do we set this default behaviour?
>
> We don't have server-side configuration yet. So for now, you need
> to
> do two things:
>
> 1. set the 'svn:mime-type' property to "native" on every single
> text file in your project:
>
> find . -name *.c | xargs svn propset svn:mime-type native
>
> 2. make a company policy of setting this property whenever you
> add
> a new file to version control. (i.e. after you 'svn add'
> something.)
>
> Sorry it's not more automated yet.
>
> But, if you do these things, then SVN will behave exactly the same
> as
> CVS.
>
>

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 14 01:54:35 2002

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.