[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: Blank Name <projectshave_at_yahoo.com>
Date: 2005-03-24 18:25:53 CET

That's what I was thinking. It's too bad svn commands
aren't written in a higher order style or with hooks
(like Emacs). Even something modeled on Unix's find
command would be nice: find . -exec command {} \;

Anyway, I can probably hack it up using pysvn.

Thanks.

--- Ben Collins-Sussman <sussman@collab.net> wrote:
>
> 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
>
>

                
__________________________________
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
Received on Thu Mar 24 18:29:54 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.