Merges and Stats

3 Messages Forum Options Options
Embed this topic
Permalink
tlarrow
Merges and Stats
Reply Threaded MoreMore options
Print post
Permalink
With our repository, we have one source code administrator who handles all of the code merges.  All of our development is done in branches, and then it is his job to merge them back to trunk when the project is complete.

However when we try and run StatSVN, every line of code is considered to be written by him.  With the new SVN 1.5 merge tracking, is there any way to generate stats based on the actual work that was done by the developers?

We've tried running the stats on the branches, and while that does show developer activity, it also greatly duplicates the lines of code and all of the stats. to the point of making the stats not useful as we have hundreds of branches.
jkealey
Re: Merges and Stats
Reply Threaded MoreMore options
Print post
Permalink
At the moment, StatSVN considers copies/moves/renames as an optional
deletion followed by an addition, as it is done in StatCVS. I agree that
this does not work for all teams.

The implementation of proper support for this feature has been requested for
a long time. The new SVN 1.5 feature is also something of interest. If
you're interested in augmenting StatSVN to properly work support this
scenario, that would be great!

Thanks,
Jason

-----Original Message-----
From: tlarrow [mailto:tlarrow@...]
Sent: October-23-08 9:12 AM
To: statsvn-users@...
Subject: [Statsvn-users] Merges and Stats


With our repository, we have one source code administrator who handles all
of
the code merges.  All of our development is done in branches, and then it is
his job to merge them back to trunk when the project is complete.

However when we try and run StatSVN, every line of code is considered to be
written by him.  With the new SVN 1.5 merge tracking, is there any way to
generate stats based on the actual work that was done by the developers?

We've tried running the stats on the branches, and while that does show
developer activity, it also greatly duplicates the lines of code and all of
the stats. to the point of making the stats not useful as we have hundreds
of branches.
--
View this message in context:
http://n2.nabble.com/Merges-and-Stats-tp1368122p1368122.html
Sent from the StatSVN Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Statsvn-users mailing list
Statsvn-users@...
https://lists.sourceforge.net/lists/listinfo/statsvn-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Statsvn-users mailing list
Statsvn-users@...
https://lists.sourceforge.net/lists/listinfo/statsvn-users
RobinP
Re: Merges and Stats
Reply Threaded MoreMore options
Print post
Permalink
In reply to this post by tlarrow
Did you find the -no-developer option?  It sounds like it might be what you need.

Robin