Robert Wenner
2018-06-11 13:56:33 UTC
Hello subversion users and devs,
I had a crash that I didn't find in your bug tracker.
With svn, version 1.10.0 (r1827917)
compiled Apr 20 2018, 09:01:43 on x86_64-apple-darwin17.4.0,
run this in any working copy:
robert~> svn diff -c 123-
svn: E235000: In file 'subversion/libsvn_client/ra.c' line 682:
assertion failed (SVN_IS_VALID_REVNUM(start_revnum))
Abort trap: 6 (core dumped)
IMHO Subversion should reject the bad revision number, as it does when I
specify e.g., "foo" instead.
Robert
I had a crash that I didn't find in your bug tracker.
With svn, version 1.10.0 (r1827917)
compiled Apr 20 2018, 09:01:43 on x86_64-apple-darwin17.4.0,
run this in any working copy:
robert~> svn diff -c 123-
svn: E235000: In file 'subversion/libsvn_client/ra.c' line 682:
assertion failed (SVN_IS_VALID_REVNUM(start_revnum))
Abort trap: 6 (core dumped)
IMHO Subversion should reject the bad revision number, as it does when I
specify e.g., "foo" instead.
Robert