On 5 September 2016 at 19:23, Ivan Zhakov wrote:
> On 5 September 2016 at 14:46, Bert Huijben wrote:
>>> -Original Message-
>>> From: i...@apache.org [mailto:i...@apache.org]
>>> Sent: maandag 5 september 2016 13:33
>>> To: comm...@subversion.apache.org
>>> Subject: svn commit: r1759233 -
On 29.08.2016 18:57, Daniel Shahaf wrote:
When the "props:" line in a noderev lists an all-zeroes checksum, FSFS
segfaults:
[[[
% cat repro.sh
#!/bin/sh
rm -rf r wc
svnadmin create r
svn co -q file://`pwd`/r wc
svn ps -q k v wc
svn ci -qmm wc
echo "First dump:"
svnadmin dump -q r >/dev/null
perl
Stefan Fuhrmann wrote on Thu, Sep 08, 2016 at 17:51:47 +0200:
> It appears that it might be very hard to get such data into the
> repository because we use the same parser function in e.g. the
> network layer and the editor drivers. Not sure we all for MD5s etc.
> to be missing in all relevant plac
To reproduce:
% svnadmin create r
% ln -s /bin/false r/hooks/post-commit
% svnmucc put -mm r/format file://$PWD/r/$RANDOM
r1 committed by daniel at 2016-09-08T21:13:46.645621Z
%
The problem here is that the "post-commit hook failed" error isn't
printed.
The corresponding error message is avail
4 matches
Mail list logo