[Pkg-shadow-devel] Re: [Pkg-shadow-commits] r127 - trunk/debian/patches
Nicolas François
nicolas.francois@centraliens.net
Thu, 12 May 2005 22:29:17 +0200
On Thu, May 12, 2005 at 07:09:17PM +0000, Martin Quinson wrote:
> Author: mquinson
> Date: 2005-05-12 19:09:17 +0000 (Thu, 12 May 2005)
> New Revision: 127
>
> Modified:
> trunk/debian/patches/317_lastlog_usage_249611.dpatch
> Log:
> Recommit this (with a dummy spacing change) to use the version we had in cvs with dos line-ending since the cvs2svn generated version (with unix line ending) doesn't apply
Eh Eh;)
I did not think about applying patches.
So, svn is trying to be intelligent and change the end-of-line to the
native system.
You can change this behaviour with:
svn propdel svn:eol-style <file>
This will indicate that end-of-lines should not be touched.
svn propset svn:eol-style CRLF patches/205_it-manpages.dpatch
may work here (it indicates that all end-of-lines must be changed to CRLF)
but this won't work if one file inside this patch do not use DOS eol.
So propdel is preferable.
Properties are not versioned. That's a pitty:(
I will try this on 205.
--
Nekral