Re: How to extract a Changed Files Report for a single SVN User?
From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-06-08 10:21:25 CEST
On 6/8/07, Luis Motta Campos <l.campos@blinck.com> wrote:
> Maybe someone here could point me to the right piece of
Hi Luis,
Well, you can retrieve the changed files and the user who changed them
svn log -vq <url of the root of your repository>
It will give you log formatted output, with a list of added / changed
If you do want to see the log messages, run 'svn log -v <url>' instead.
HTH,
Erik.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.