Opened 14 years ago

Closed 14 years ago

#396 closed task (fixed)

Stats.cc:553: failed assertion `rev < static_cast<svn_revnum_t>(i->second.size())'

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: major Milestone: svndigest 0.7
Component: statistics Version: trunk
Keywords: Cc:

Description

I get this error when running on http://dev.thep.lu.se/yat/svn/branches/0.5-stable/doc

Rerunning with a print out reveals that rev is 2072 and size is 2042.

svn info on the directory gives

Path: .
URL: http://dev.thep.lu.se/yat/svn/branches/0.5-stable/doc
Repository Root: http://dev.thep.lu.se/yat/svn
Repository UUID: 75ec8f2d-f2f0-0310-831a-f015e37b41a4
Revision: 2041
Node Kind: directory
Schedule: normal
Last Changed Author: peter
Last Changed Rev: 1987
Last Changed Date: 2009-06-11 20:52:33 -0400 (Thu, 11 Jun 2009)

while svn status -u -q gives

        *     2041   doxygen.config.in
        *     2041   Makefile.am
        *     2041   .

so the obvious thought is that the bug is related to this fact that the directory is not updated. But I'm not sure...

Change History (2)

comment:1 Changed 14 years ago by Peter Johansson

Status: newassigned

Note, I'm running with --copyright switch on and the call to Stats seems to be from function File::copyright_map.

comment:2 Changed 14 years ago by Peter Johansson

Resolution: fixed
Status: assignedclosed

(In [828]) fixes #396

Note: See TracTickets for help on using tickets.