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

RE: changelog genneration between tags

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2005-12-15 02:43:00 CET

Quoth Sebastian Böhm <mailto:seb@exse.net>:
> I have a tag "version_1.0" and I have a tag "version_1.1-rc1" and
> want to make a changelog between those tags, to see what has changed
> ( the commit-messages, not the code-changes itself, that a diff would
> show)

Nothing has changed as far as SVN is concerned -- those tags came into
existence with the copy and haven't been changed since.

What I think you actually want to find out is what has changed in trunk
between those two points.

To do that, use either svn info or svn log to find out the revision at
which each tag was created, then use svn log with those revision numbers
to find the changes in trunk that occurred between the two revisions.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 15 02:45:35 2005

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.