[rb-general] Arch Linux Update
Daniel Shahaf
danielsh at apache.org
Sun Dec 9 22:11:13 CET 2018
Jelle van der Waa wrote on Sun, 09 Dec 2018 20:38 +0100:
> Another issue was found using the repro tool with our SVN propsets making it
> unreproducible, the propsets are now removed from our PKGBUILDs - also due to
> not being useful anymore. [2]
>
> [2]:
> https://www.mail-archive.com/arch-dev-public@archlinux.org/msg25744.html
In addition to svn:keywords, you may also need to make sure that
svn:eol-style is either unset or set to 'LF'.
In Subversion, when a file has svn:eol-style set to any value, it's
stored with LF in the repository (and that's what you'll see on the
wire, in dumpfiles, etc); only the working copy converts from LF to one
of CR/CRLF/LF according to the property's value. Whatever process you
use that presents you with files with keywords contracted may also
run into these end-of-line differences.
The svn:executable, svn:needs-lock, svn:externals, svn:special
properties may also create observable differences. (The first
two change the file's permissions; the third creates new files; the
fourth implements versioned symlinks.)
Cheers,
Daniel
P.S. You can use 'svn proplist -R | grep svn: | sort | uniq' to check for these.
More information about the rb-general
mailing list