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