|
From: SourceForge.net <no...@so...> - 2007-07-20 08:52:44
|
Bugs item #1757386, was opened at 2007-07-20 10:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=833326&aid=1757386&group_id=164845 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Richard Quirk (richq) Assigned to: Nobody/Anonymous (nobody) Summary: No lines changed shown for first revision on sub-branch Initial Comment: The first revision on a branch does not show the lines changed. 1. Create a repository 2. Add a file in trunk 3. Create branches/release from trunk 4. Modify the file on the branches/release 5. Create the svn.log file for branches/release and get the stats for this branch. Expected result: shows +1 line Actual result: 0 lines of code changed I've hacked in a solution that works for me - it gives the correct lines changed count per developer - but it probably requires a bit of investigation, especially for completely new files as opposed to files that have just 1 revision on the current branch. The change I made is in the attached patch. To test, I'll attach a script that creates a local repository in /tmp/testrepo and then performs the steps above. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=833326&aid=1757386&group_id=164845 |