RE: history snapshot
From: <jason_at_subversus.org>
Date: 2006-06-21 15:14:44 CEST
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
What OS are you running on? Do you have a language such as Perl / Python /
-----Original Message-----
Hi there,
I'm working with subversion just a few weeks now and
cvs history -c -D startDate -u aUser
Is there a way to do this with svn (remote) ?
svn list -r {2006-06-21} -v -R
svn log -r {2006-06-21} -v
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 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Jun 21 15:19:15 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.