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
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(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.
For example in test repo, revision 59 is visible in Recent Log while it is not visible when issuing svn log in the wc.