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

Re: post commit hook to update a changelist file

From: Listman <listman_at_burble.net>
Date: Wed, 8 Apr 2009 00:51:57 -0700

Hi Tyler, thx for you response
On Apr 7, 2009, at 10:08 AM- Apr 7, 2009, Tyler Roscoe wrote:

> On Tue, Apr 07, 2009 at 09:38:18AM -0700, Listman wrote:
>> it would be nice to have subversion automatically update the CHANGEs
>> file with the text-description provided with each commit. then when
>> we
>> make a release we have a starting point for the release notes.
>
> Is there a reason you want to do this incrementally instead of all at
> the end? I would use:
>
> svn log -r${FIRST_REVISION_IN_THIS_RELEASE}:$
> {LAST_REVISION_IN_THIS_RELEASE}
>
> with appropriate flags and text mangling to generate the release
> notes.
> You could use tags to represent the ${REVISION} variables I used
> above.
>

i'd like to use tags but i can't seem to get the syntax right:

our release tags live here

Unix> svn ls http://www.ourcorp.com/svn/versic/builds
0.1
0.2
0.3
0.4
1.0
1.1

what syntax should i use to get the list of commit messages from 1.0
to 1.1 in this example?

TIA

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1592202

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-08 09:53:12 CEST

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.