列出特定用户在 subversion 中更改的所有文件 [英] List all files changed by a particular user in subversion

查看:20
本文介绍了列出特定用户在 subversion 中更改的所有文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以获得特定用户修改/添加/删除的所有文件的列表?

Is it possible to get a list of all files modified/added/deleted by a particular user?

目标是了解用户当天(或日期范围)做了什么.

The goal is to get an idea of what a user did for the day (or date range).

推荐答案

这里有一个例子,使用 svn log 命令linux sed 命令,使用你的用户名,'blankman':

Here's an example, using the svn log command and linux sed command, with your username, 'blankman':

svn log | sed -n '/blankman/,/-----$/ p'

如果您希望通过持续报告获取这些信息,请使用像 StatSVN 这样的项目,Patrick提到了,很有用.如果您使用的是 Maven,则有一个 StatSCM 插件,它将在您的项目站点上生成此信息.

If you're looking to obtain this information with continual reports, using a project like StatSVN, which Patrick mentioned, is very useful. If you're using Maven, there is a StatSCM plugin which will generate this information on your project site.

这篇关于列出特定用户在 subversion 中更改的所有文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆