[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: <cmpilato_at_collab.net>
Date: 2003-07-29 23:44:31 CEST

kfogel@collab.net writes:

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

    D:\java\calendar>svn log -r 60:HEAD
    ...
    D:\java\calendar>svn log -r 60:HEAD \
             http://svn.hopto.org:27648/repos/rac/calendar
    ...

I'm guessing that the concern is that, presumably, the URL for
"D:\java\calendar" is "http://svn.hopto.org:27648/repos/rac/calendar"
in this example. Which would, in theory, make the two commands return
the same information.

---------------------------------------------------------------------
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:45:39 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.