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