[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: Chia-liang Kao <clkao_at_clkao.org>
Date: 2005-03-05 12:20:14 CET

Ben Collins-Sussman <sussman <at> collab.net> writes:
> On Mar 4, 2005, at 6:03 PM, sysadmin <at> 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'.
>
> 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.

If you have svk, it can be a bit easier. the log from svk is like:

r595 (orig r685): autrijus | 2004-10-18 18:11:54 +0800
Changed paths:
   M /svk/trunk
   M /svk/trunk/lib/SVK/Command/Admin.pm
  A /svk/trunk/lib/SVK/Help/zh_cn/Index.pod
  MM /svk/trunk/lib/SVK/Help/zh_tw/Index.pod

So you can tell property changes, but again, it does not tell you what property
changed, you need to do svk desc 595 in this case. Probably only a bit better
than typing 594:595.

Cheers,
CLK

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