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

Creating a changelog questions

From: Adam Gibson <agibson_at_ptm.com>
Date: 2004-01-30 23:15:55 CET

1. Is there a way for copies(tags, etc) to show up using svn log on the
trunk? I would like to show where tags where created in the changelog
that is generated to give others an idea of where new versions were
released.

2. Is there an easier way to create a mini changelog that just shows the
changelog history between two different tags?

Currently I do this:
# svn log -v http://repos/svn/project/tags/project-1.0.2|more

find the last revision from that output (r31 for example)

# svn log -v http://svn/repos/project/tags/project-1.0.4|more

find the last revision form that output (r43 for example)

and finally...

# svn log -v -r 31:43 http://svn/repos/project/tags/project-1.0.4 > \
Changelog

It would be nice if I could do the following with svn automagically
finding the last revision on each tag for the change history output that
I want:

svn log -v -r http://svn/repos/project/tags/project-1.0.2 -r \
http://svn/repos/project/tags/project-1.0.4

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 30 23:16:17 2004

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.