English 中文(简体)
缩略语
原标题:Graphic overview SVN, summary about lines of code changed

是否容易向项目经理展示少数灰色动物/在特别志愿人员协会中有多少变化? 在最后2周内,我们增加了50份新档案,修改了63,000条法典。

最佳回答

不能肯定的是,如果你真的拿到你想要的图表(而且我无法测试,因为我没有这种数据或这一计算机),但Tortoise SVN。 可以向您提供一些图表,例如按日期分列的承诺数量。

See for example this page for agam of Screenshots.


Another tools that might interest you is
StatSVN -- and it seems that this one can get you a graph counting number of lines of code.


Another solution, instead of using some one-shot tool, would be to use some continuous-integration platform on your project (like Jenkins, for example), and configure it to show this kind of reports.

这样,在任何特定时间,本团队中的任何人都可以查阅这些统计数据,并跟踪项目的发展。

问题回答

rel=“nofollow noreferer”>FishEye

FishEye is the on-premise source code repository browser for enterprise teams. It provides your developers with advanced browsing and search for SVN, Git, Mercurial, Perforce and CVS code repositories, from any web browser.





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签