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

Re: svn commit: r29961 - in trunk/subversion: include libsvn_client

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Wed, 02 Apr 2008 09:17:34 -0400

David Glasser wrote:
> Huh. svn_client__revision_is_local is weird. Why wouldn't
> svn_opt_revision_number be "local"? It doesn't require the repository
> to resolve it...

While the number doesn't require a network to resolve it, we need the
network to examine the item associated with that revision. I think that's
the question the svn_client__revision_is_local() is trying to resolve. The
function's name is confusing. It probably should be more like
svn_client__object_is_local() or something.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-04-02 15:17:48 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.