Re: Check SHA vs Content (was: RE: svn commit: r1759233 - /subversion/trunk/subversion/libsvn_wc/questions.c)

2016-09-08 Thread Ivan Zhakov
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 -

Re: fsfs: Segfault when rep line lists the all-zeroes checksum

2016-09-08 Thread Stefan Fuhrmann
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

Re: fsfs: Segfault when rep line lists the all-zeroes checksum

2016-09-08 Thread Daniel Shahaf
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

ra_local doesn't report post-commit errors

2016-09-08 Thread Daniel Shahaf
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