[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Let's add issue 4129 error wordings to relevant docs

From: Pavel Lyalyakin <pavel.lyalyakin_at_visualsvn.com>
Date: Mon, 26 Dec 2016 18:47:09 +0300

Hello Daniel,

On Fri, Dec 23, 2016 at 11:14 PM, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
>
> Pavel Lyalyakin wrote on Fri, Dec 23, 2016 at 22:31:02 +0300:
> > Index: issue4129.txt
> > ===================================================================
> > --- issue4129.txt (revision 1775883)
> > +++ issue4129.txt (working copy)
> > @@ -12,6 +12,16 @@
> > revision would be reported as belonging to the previous revision that touched
> > the file being annotated.
> >
> > +Beginning with SVN 1.8.0, 'svnadmin verify' produces one of these errors in
> > +case it detects this problem:
> > +[[[
> > +svnadmin: E160004: Mergeinfo-count discrepancy on '0-221.0.r64541/774830': expected 417247173744278003+0, counted 42834
> > +]]]
> > +
> > +[[[
> > +svnadmin: E160004: r1234's root node's predecessor is r1232 but should be r1233
> > +]]]
> > +
>
> There are several other error messages in libsvn_fs_fs that have
> comments associating them with issue #4129, so I don't think the
> text should imply that these two messages are the only possible
> manifestations of issue #4129.

It's definitely makes sense to include other relevant errors messages.
I've originally specified only the errors that have been recently
reported to users@ mailing list and the ones mentioned in docs. But
what are those other messages?

From what I see now, there are 4 variants of messages `svnadmin
verify` will produce when it encounters #4129:

[[[
svnadmin: E160004: Mergeinfo-count discrepancy on
'0-221.0.r64541/774830': expected 417247173744278003+0, counted 42834
]]]
[[[
svnadmin: E160004: r1234's root node's predecessor is r1232 but should be r1233
]]]
[[[
svnadmin: E160004: Predecessor count mismatch: ARG has ARG, but ARG has ARG
]]]
[[[
svnadmin: E160004: Transaction TXN's root node's predecessor is rREV
but should be rREV
]]]

It is this list complete?

> Also, please use the text/plain MIME type for attachments.

Oops. Thanks for noticing that. :)

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team
Received on 2016-12-26 16:48:07 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.