[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: Tim Visher <tim.visher_at_gmail.com>
Date: Wed, 5 Nov 2008 09:46:27 -0500

Thanks Andy! That's what I was looking for. I was hoping to not use
the URL (I had seen that in the documentation) as the URL is a mess,
but I just through it into a little shell script and it works fine.

On Wed, Nov 5, 2008 at 9:05 AM, Andy Levy <andy.levy_at_gmail.com> wrote:
> 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.
>

-- 
In Christ,
Timmy V.
http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail
---------------------------------------------------------------------
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:46:50 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.