[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: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: Wed, 2 Apr 2008 12:40:12 +0530

On Wed, 2008-04-02 at 12:31 +0530, Kamesh Jayachandran wrote:
> >>
> >> * subversion/include/svn_client.h
> >> (SVN_CLIENT_IS_WC_DEPENDENT_REVKIND): Move this macro ...
> >> * subversion/libsvn_client/client.h
> >> (SVN_CLIENT__REVKIND_NEEDS_WC) ... to here and rename it.
> >
>
> I just realized do we need SVN_CLIENT__REVKIND_NEEDS_WC at all as we
> already have svn_client__revision_is_local?

If i'm right, in SVN_CLIENT__REVKIND_NEEDS_WC macro, we check for
following revisions:
  svn_opt_revision_base
  svn_opt_revision_previous
  svn_opt_revision_working
  svn_opt_revision_committed

whereas, in svn_client__revision_is_local() function we check for
following revisions:
  svn_opt_revision_unspecified
  svn_opt_revision_head
  svn_opt_revision_number
  svn_opt_revision_date

-- 
Regards,
Bhuvaneswaran

Received on 2008-04-02 09:10:26 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.