Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、変更をコミットする SVN リポジトリに最も貢献した私の友人と一緒に理解しようとしています。各ユーザーがコミットしたコード行全体の割合を知るためのツールまたは svn コマンドはありますか?
ありがとう!
このようなことを試してください:
svn のせい SVN_FILE_PATH | gawk '{print $2}' | ソート | ユニーク -c