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

Log between two tags

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-02-07 12:37:20 CET

Hi!

I'd like to find out what changed between two tags of a project. In order to
get the raw changes to the sourcecode, I can easily use "svn diff
$URI/tags/tag1 $URI/tags/tag2".

Now, how do I get to the changelog between those two? I know that I can
use "svn log --stop-on-copy --verbose $URL/tags/tagX" to find out when tagX
was created and from which revisions of which files (in the ideal case that
is just a single revision). With that info, I can then use "svn log -rX:Y
$URL/trunk" to get the logentries.

Is there an easier way?

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 7 12:37:49 2007

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.