原文:統計SVN代碼行數工具-StatSVN

主要參考了以下一些文章。 文章 主要參考 :http: chenzhou .iteye.com blog 文章 :http: www.nc .cn ncnet article.asp nc .xhtml 我的主要操作步驟, . 獲取SVN log:svn log v r : xml gt logfile.log . 用StatSVN分析:java jar project statsvn . . s ...

2012-11-21 13:04 0 8423 推薦指數:

查看詳情

[轉]SVN的可視化日志統計工具StatSVN

StatSVN很好的統計工具,能幫你統計團隊成員各自的編寫量,代碼總數,提交情況,文件數量等情況,並且以html網頁圖表的方式發布統計結果。 以前寫過一個叫NOVA的小程序,並用StatSVN管理,通過這個例子介紹StatSVN的一些功能 上面是發布報表的主頁,這主要描述統計內容的起止時間 ...

Thu Apr 28 19:16:00 CST 2016 0 1971
SVN的可視化日志統計工具StatSVN

StatSVN README ============== StatSVN is a statistics tool for SVN repositories. It generates HTML reports from SVN log files. The StatSVN ...

Sat May 27 19:19:00 CST 2017 0 3330
StatSVN統計svn項目中每人代碼提交量

StatSVN統計SVN服務器項目的代碼量 下載並安裝SVN統計工具StatSVN 1)下載地址:sourceforge.net/projects/statsvn/ 2)解壓壓縮包,到一個目錄,如D:\statsvn 找一個svn上項目 check或update這個項目到D ...

Thu Aug 04 17:47:00 CST 2016 2 14370
統計代碼行數工具

1. cloc github: AlDanial/cloc ubuntu 上安裝命令:sudo apt install cloc 使用:進入要統計的目錄執行 cloc . 結果截圖: 其他平台使用請參照github上說明。 2. tokei github ...

Wed Nov 30 20:28:00 CST 2022 0 538
Python-統計svn變更代碼行數

使用環境:python2.7、svn1.6、Ubuntu13.04 使用命令:python xxx.py -o "old_url" -n "new_url" -f y -u "name" -p "password" 腳本解析:使用svn info ...

Thu Apr 24 03:00:00 CST 2014 0 2627
工具-cloc代碼行數統計工具

cloc 代碼統計工具 計算代碼行、注釋行、空行量的工具。支持多種語言。 gitHub地址: https://github.com/AlDanial/cloc 例如統計一下vue項目里的src文件夾下的代碼: 安裝方式 使用舉例 單個文件 多個文件 可以依次 ...

Tue Dec 25 16:48:00 CST 2018 0 1699
項目代碼行數統計工具

1.cloc 工具項目地址:https://github.com/AlDanial/cloc 2.CountLines https://www.cr173.com/soft/27344.html 3.SourceCount http://ttl7.pc6.com/lff ...

Mon Dec 23 17:46:00 CST 2019 0 3477
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM