I am looking for the ability to measure developers productivity. One method is tracking now many lines of code are written in a given day/week/month. Using that information and measuring number of bugs introduced helps me measure quality of development.
Does Vault Pro have this, I have not been able to find any report that will tell new 'New/Added lines' checked in.
http://en.wikipedia.org/wiki/Source_lines_of_code
http://whatis.techtarget.com/definition ... es-of-code
SLOC or KLOC Lines of Code Measure
Re: SLOC or KLOC Lines of Code Measure
Vault does not have a built-in feature to count lines of code.
You might be able to write something using the Vault Client API:
--Lines of code added between two dates - API with Show Blame
--Lines of code in a version - API and do a line count on the file on which you did a GET
--Lines of code in a directory - API to do a folder GET and line count on each file
--Lines of code w/ comment w/ out comment (API to do a history, then GET, then line count).
Another option:
Code Collaborator from SmartBear provides full metrics, reports, and data-export, and integrates with Vault:
http://support.smartbear.com/viewarticle/20485/
It's not clear whether they support Vault 6; if you're interested in pursuing this route, let me know and we'll contact them about integration with Vault 6 and 7.
You might be able to write something using the Vault Client API:
--Lines of code added between two dates - API with Show Blame
--Lines of code in a version - API and do a line count on the file on which you did a GET
--Lines of code in a directory - API to do a folder GET and line count on each file
--Lines of code w/ comment w/ out comment (API to do a history, then GET, then line count).
Another option:
Code Collaborator from SmartBear provides full metrics, reports, and data-export, and integrates with Vault:
http://support.smartbear.com/viewarticle/20485/
It's not clear whether they support Vault 6; if you're interested in pursuing this route, let me know and we'll contact them about integration with Vault 6 and 7.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager