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

Re: RE: history snapshot

From: Arno Bauer <arb_at_gmx.li>
Date: 2006-06-22 16:20:24 CEST

Ok, the answer is 'do it yourself, there is no build in way in svn'.
I use Windows/Cygwin, thought I could save the time for writing a script :).

Thanks

-------- Original-Nachricht --------
Datum: Wed, 21 Jun 2006 09:14:44 -0400
Von: jason@subversus.org
An: \'Arno Bauer\' <arb@gmx.li>, users@subversion.tigris.org
Betreff: RE: history snapshot

> You could parse out the results from svn log to do what you want.
>
> svn log -r{2006-06-21}:HEAD -v
>
> And from that, you could extract the revs that are committed by a
> particular
> author.
>
> What OS are you running on? Do you have a language such as Perl / Python
> /
> etc installed on the system?
>
>
> -----Original Message-----
> From: Arno Bauer [mailto:arb@gmx.li]
> Sent: Wednesday, June 21, 2006 8:10 AM
> To: users@subversion.tigris.org
> Subject: history snapshot
>
> Hi there,
>
> I'm working with subversion just a few weeks now and
> trying to get a history snapshot like in cvs ...
>
> cvs history -c -D startDate -u aUser
>
> ... which means 'Give me all changes of user <aUser>
> since <startDate>'.
>
> Is there a way to do this with svn (remote) ?
>
> svn list -r {2006-06-21} -v -R
> -> gives me all files on the server, not only the changes.
> Additional parameter --username does not seem to have
> the effect as wished.
>
> svn log -r {2006-06-21} -v
> -> not working recursively.
>
> Many thanks in advance!
>
> Arno
> --
>
>
> Echte DSL-Flatrate dauerhaft für 0,- Euro*!
> "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 22 16:22:41 2006

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.