correct svn:eol-style for .xml files please?
alecmyers
Joined: 2006-08-01
Posts: 4342 |
Posted: Mon, 2008-06-02 13:54 |
Hi, What's the correct svn:eol-style (and other) properties for .xml files within modules? Should they be "native" - or not specified? Background: the .xml extension isn't included in the ~/.subversion/config [auto-props] section listed at http://codex.gallery2.org/Gallery:Using_Subversion but I appear to be running into the same old same old CR/LF issues with .xml files. Thanks |
|
Posts: 358
Alec:
I believe that the correct svn properties for .xml files should be:
svn: keywords Author Id Revision
svn: eol-style native
Come to think of it, I've had similar problems.
I'll look into it
Tim
http://www.timalmdal.com
Posts: 358
Alec:
I looked into it a bit more and they should have only the eol-style.
Thanks for pointing that out.
Tim
http://www.timalmdal.com
Posts: 4342
Thanks for the really speedy reply!