[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:28:02 CET

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

---------------------------------------------------------------------
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:28:29 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.