[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: Sebastian Böhm <seb_at_exse.net>
Date: 2005-12-15 02:31:36 CET

Gavin Lambert schrieb:
> Quoth Sebastian Böhm <mailto:seb@exse.net>:
>
>> making changelogs with svs is easy : "svn log -r 100:200 --verbose" .
>>
>> But how do I make a changelog between two tags (copies) ?
>>
>
> Given that the two could be completely unrelated a log would be a little
> nonsensical.
>
> You can do a diff, though:
> svn diff svn://server/path/to/tag/1 svn://server/path/to/tag/2
>
>
ok here a scenario:

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)

/sebastian
Received on Thu Dec 15 02:34:15 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.