Opened 15 years ago

Closed 15 years ago

#305 closed defect (fixed)

Recent log on first page shows log for entire project not only branch

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

Description


Change History (3)

comment:1 Changed 15 years ago by Peter Johansson

Status: newassigned

For example in test repo, revision 59 is visible in Recent Log while it is not visible when issuing svn log in the wc.

comment:2 Changed 15 years ago by Peter Johansson

(In [651]) refs #305 - fixing so recent log is only the 10 most recent

comment:3 Changed 15 years ago by Peter Johansson

Resolution: fixed
Status: assignedclosed

(In [652]) Fixes #305. In recent log we only want the log of root. The problem was that we used the Node::log function, and for Dirs it is the union of the dir's log and all logs from its daughters. In the case of the test repo, index.html was created in revision 59 in a branch and merged into trunk in rev 60. Apparantly it makes revision 59 to appear in log of index.html.

Note: See TracTickets for help on using tickets.