[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-05 01:23:51 CET

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'.

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.

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