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

Re: svn propget for 9000 revisions. there must be a more efficient way

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-03-05 13:16:18 CET

On Friday 04 March 2005 19:23, Ben Collins-Sussman wrote:
> On Mar 4, 2005, at 6:03 PM, sysadmin@grmtech.com wrote:
> > there must be some more efficient ways there ? any pointers ?
>
> 'svn log -v index.html' will show every revision in which index.html
> changed. That's pretty much the point of 'svn log'.

I've run into this situation in the past, so I changed the way we make our
log messages. We use the format:
 * path/to/file [XY]

where X and Y are the first to columns of 'svn st' for that file or
directory.

However, I wonder if we could do the same for 'svn log -v'? It would at
least limit the number of 'svn diff' commands you needed to issue.

> It won't tell you if it was a textual change or a property change, or
> both. But 'svn diff -r X-1:X index.html' will show you the specifics.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 5 13:36:19 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.