You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Jeremy Boynes <jb...@apache.org> on 2006/08/12 00:11:05 UTC

svn properties

<rant>
I've just wasted an hour or so working with Raymond trying to figure  
out why a patch he supplied would not apply. I am writing this in a  
suitably frustrated mood ...

It appears that there are many many files in our svn tree that do not  
have the correct properties set.

Some files are missing the "svn:eol-style=native" setting which means  
files are being checked in with inconsistent line endings.  
Specifically, there are a lot of files with DOS "\r\n" endings which  
don't work so well for those of us not using Windows.

There are also quite a few with svn:keywords set to "Rev,Date" as  
opposed to the correct value "Rev Date" meaning the date/version info  
is not being updated.

I would ask everyone to double, triple check their SVN settings to  
make sure that they have the appropriate auto-properties configured.

I am going to waste yet more time fixing the java/samples and java/ 
sca trees so we don't waste even more time in the future
Can someone please spend the time to fix the java/sdo tree
</rant>

--
Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: svn properties

Posted by Kevin Williams <ke...@qwest.net>.
Hi Jeremy,

Here is the "auto-props" section of my Subversion config file (after 
correcting from "Rev, Date"):

    ### Section for configuring automatic properties.
    [auto-props]
    *.c = svn:eol-style=native
    *.cpp = svn:eol-style=native
    *.h = svn:eol-style=native
    *.dsp = svn:eol-style=CRLF
    *.dsw = svn:eol-style=CRLF
    *.sh = svn:eol-style=native;svn:executable
    *.txt = svn:eol-style=native
    *.png = svn:mime-type=image/png
    *.jpg = svn:mime-type=image/jpeg
    Makefile = svn:eol-style=native

    *.java = svn:eol-style=native;svn:keywords=Rev Date
    *.xml = svn:eol-style=native;svn:keywords=Rev Date
    *.xsd = svn:eol-style=native;svn:keywords=Rev Date
    *.html = svn:eol-style=native;svn:keywords=Rev Date
    *.properties = svn:eol-style=native;svn:keywords=Rev Date
    *.jelly = svn:eol-style=native;svn:keywords=Rev Date
    *.ipr = svn:eol-style=native
    *.iml = svn:eol-style=native

Is this correct?  If so, I'll add this info for committers somewhere on 
our website or wiki.

Thanks,

--Kevin


Jeremy Boynes wrote:

> <rant>
> I've just wasted an hour or so working with Raymond trying to figure  
> out why a patch he supplied would not apply. I am writing this in a  
> suitably frustrated mood ...
>
> It appears that there are many many files in our svn tree that do not  
> have the correct properties set.
>
> Some files are missing the "svn:eol-style=native" setting which means  
> files are being checked in with inconsistent line endings.  
> Specifically, there are a lot of files with DOS "\r\n" endings which  
> don't work so well for those of us not using Windows.
>
> There are also quite a few with svn:keywords set to "Rev,Date" as  
> opposed to the correct value "Rev Date" meaning the date/version info  
> is not being updated.
>
> I would ask everyone to double, triple check their SVN settings to  
> make sure that they have the appropriate auto-properties configured.
>
> I am going to waste yet more time fixing the java/samples and java/ 
> sca trees so we don't waste even more time in the future
> Can someone please spend the time to fix the java/sdo tree
> </rant>
>
> -- 
> Jeremy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org