[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: François Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-07-30 00:01:50 CEST

Garrett Rooney wrote:

> 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
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The other way around, maybe ;)

But thanks, I did not actually "know", but if given the choice, I would
have said the data was on the server.

> matter what type of 'svn log' you are running, it always hits the
> repository.
>
> -garrett
>
>

Thanks !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 30 00:00:27 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.