[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Viewing Changes a Particular User Made In a Given Period Of Time

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 5 Nov 2008 09:05:21 -0500

On Wed, Nov 5, 2008 at 09:00, Tim Visher <tim.visher_at_gmail.com> wrote:
> Hello Everyone,
>
> I'd like to be able to look at all revisions committed to the repo in
> a given period of time. Initial reasoning is that I would like to be
> able to use it to give me a sense of what I accomplished during the
> day.
>
> I can do this for any one file using the log option, but I can't
> figure out how to do it for the whole repo and to only grab things
> that I did.

Whole repo: svn log <REPO_ROOT_URL>

To get just your changes will be a little trickier because SVN doesn't
store things by user. If you get the log as XML (svn log --xml), then
apply an XSL stylesheet which only shows the entries you've made, you
can get there.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-05 15:05:44 CET

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.