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

Re: Log message for revision and files

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-24 17:05:36 CET

On Mar 24, 2005, at 9:53 AM, Ben Collins-Sussman wrote:
>
>>
>> Or is there another way to do this?
>>
>
> Nope.
>

Well, I suppose you could set your own made-up property on each file
you change. That would work fine. But there's no command that will
run through every version of a file and print out your custom property.
  You'd have to write yourself a script to do that:

   run 'svn log foo.c', and for each revision returned,
      run svn propget "my-log-prop" URL-of-foo.c

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 24 17:15:07 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.