You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Blank Name <pr...@yahoo.com> on 2005/03/23 22:45:45 UTC

Log message for revision and files

When I commit a group of files, I'd like to add
specific log messages for each file explaining what I
did, plus a single log message that explains the
revision. When I ask for a specific file's log, I'd
like to get both messages: the changes made to this
file and the overall revision message.

I understand the log message is a property. Is there a
way to get 'svn log' to output a different property
other than svn:log? 

Or is there another way to do this?

Thanks.

[Please cc your response to me. I'm not subscribed to
the list.]





		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Log message for revision and files

Posted by Ben Collins-Sussman <su...@collab.net>.
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

Re: Log message for revision and files

Posted by Ben Collins-Sussman <su...@collab.net>.
On Mar 23, 2005, at 4:45 PM, Blank Name wrote:

> When I commit a group of files, I'd like to add
> specific log messages for each file explaining what I
> did, plus a single log message that explains the
> revision. When I ask for a specific file's log, I'd
> like to get both messages: the changes made to this
> file and the overall revision message.

Not possible.  Subversion doesn't have per-file log messages, only a 
global log message for the whole commit (changeset.)

>
> I understand the log message is a property. Is there a
> way to get 'svn log' to output a different property
> other than svn:log?

No.

>
> Or is there another way to do this?
>

Nope.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org