[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-11-14 00:43:09 CET

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 14 00:45:07 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.