You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mathias Brökelmann <mb...@googlemail.com> on 2007/03/16 00:19:54 UTC

svn:eol-style=native for non binary sources in codebase

I noticed that a lot of source files don't have the svn property
svn:eol-style=native set (at least in 1.2 core). Apache suggests to
use it - see http://www.apache.org/dev/version-control.html for more
info.

I'm currently not sure if it is wise to change it now so that every
non binary file has this svn property. Because all affected files will
get changed on every line.

Cheers
Mathias

Re: svn:eol-style=native for non binary sources in codebase

Posted by Mathias Brökelmann <mb...@googlemail.com>.
I changed it for myfaces 1.2 core branch - with the expected
results... Although it looks like everything has changed. In Fact
r518967 changed not a single line of code.

Please every commiter must check its subversion config for autoprops
according to the settings defined here:
http://www.apache.org/dev/svn-eol-style.txt

Thanks,
Mathias

2007/3/16, Rahul Akolkar <ra...@gmail.com>:
> On 3/15/07, Mathias Brökelmann <mb...@googlemail.com> wrote:
> > I noticed that a lot of source files don't have the svn property
> > svn:eol-style=native set (at least in 1.2 core). Apache suggests to
> > use it - see http://www.apache.org/dev/version-control.html for more
> > info.
> >
> > I'm currently not sure if it is wise to change it now so that every
> > non binary file has this svn property. Because all affected files will
> > get changed on every line.
> >
> <snip/>
>
> Its wise.
>
> Its possible to break these up into two categories based on the
> observed line endings and use an appropriate box for each set to
> minimize the diffs. Easier to call out commits in the first place.
>
> -Rahul
>
>
> > Cheers
> > Mathias
> >
>


-- 
Mathias

Re: svn:eol-style=native for non binary sources in codebase

Posted by Rahul Akolkar <ra...@gmail.com>.
On 3/15/07, Mathias Brökelmann <mb...@googlemail.com> wrote:
> I noticed that a lot of source files don't have the svn property
> svn:eol-style=native set (at least in 1.2 core). Apache suggests to
> use it - see http://www.apache.org/dev/version-control.html for more
> info.
>
> I'm currently not sure if it is wise to change it now so that every
> non binary file has this svn property. Because all affected files will
> get changed on every line.
>
<snip/>

Its wise.

Its possible to break these up into two categories based on the
observed line endings and use an appropriate box for each set to
minimize the diffs. Easier to call out commits in the first place.

-Rahul


> Cheers
> Mathias
>