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
2. Is there an easier way to create a mini changelog that just shows the
Currently I do this:
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 > \
It would be nice if I could do the following with svn automagically
svn log -v -r http://svn/repos/project/tags/project-1.0.2 -r \
Adam
---------------------------------------------------------------------
|
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.