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

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

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-07-29 23:53:54 CEST

kfogel@collab.net wrote:

> François Beausoleil <fbos@users.sourceforge.net> writes:
>
>>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:
>>
>>[...]
>>
>>I believed svn log would go out to the network if I was asking for
>>multiple revisions ?
>
>
> It does go to the network, but it still pays attention to the path
> (whether implicit '.' or URL), and only shows changes that occurred
> under that path.

Just to make sure you're aware of this, because from your question it
appears you are not. Running 'svn log' will always use the network.
The log data is only stored at the client, never at the server. It
doesn't matter what type of 'svn log' you are running, it always hits
the repository.

-garrett

---------------------------------------------------------------------
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:54:40 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.