+1

On 7/21/06, Adam Winer <[EMAIL PROTECTED]> wrote:
This would be excellent.

FYI, the inconsistent line feeds are 100% my fault;  they
happened when I put in the new licenses.

-- Adam

On 7/20/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> Since it sounds like you're going to start the adf -> trinidad
> renaming soon, I'd like to suggest fixing the svn:eol-style property
> and the line endings on all the files first.
>
> You may have seen some commit messages that show the entire file being
> changed-- setting the eol-style property will stop that from
> happening, and it will make the diffs from the renaming more
> meaningful, not to mention smaller. :)
>
> The first thing to do is to fix your svn client configuration so that
> it adds the properties when you commit new files.  See the ASF version
> control page at [1] for more information, (or the Struts wiki [2]
> which has some links to the Subversion manual.)
>
> Then you can fix existing files with (for example):
> $ find . -name *.java       -exec svn propset svn:eol-style native {} \;
>
> Obviously, that needs to be done for *.xml, *.txt, *.properties, etc.
>
> Unfortunately, the adffaces repo has many, many files with
> inconsistent newlines, and that will have to be corrected before 'svn
> propset' will work.  (I usually open and save the file in JEdit, but
> any text editor that can be set to use a specific line-ending style
> will work.)
>
> [1] http://www.apache.org/dev/version-control.html#https-svn
> [2] http://wiki.apache.org/struts/StrutsMaintenanceSvn
>
> Thanks,
> --
> Wendy
>



--
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to