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

Does svn log go out to the network when asking for multiple revisions ?

From: François Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-07-29 23:27:48 CEST

Hi !

Can someone explain to me why svn log -r X:Y outputs something different
from svn log -r X:Y URL ? Here's a reproduction recipe:
D:\java\calendar>svn log -r 60:HEAD
------------------------------------------------------------------------
rev 109: fbos | 2003-07-29 00:02:20 -0400 (Tue, 29 Jul 2003) | 4 lines

* rac/calendar/:
   Created the trunk, tags and branches hierarchy under the RAC calendar/
   project. Moved the project's files under trunk/.

------------------------------------------------------------------------

D:\java\calendar>svn log -r 60:HEAD
http://svn.hopto.org:27648/repos/rac/calendar
------------------------------------------------------------------------
rev 99: fbos | 2003-07-28 23:11:35 -0400 (Mon, 28 Jul 2003) | 3 lines

* baseproject/:
   Created new folder to store basic Java project outlooks.

------------------------------------------------------------------------
rev 100: fbos | 2003-07-28 23:20:38 -0400 (Mon, 28 Jul 2003) | 11 lines
[snip]

I believed svn log would go out to the network if I was asking for
multiple revisions ?

Thanks !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 29 23:26:16 2003

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.