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

Re: [PATCH] add version queries and version checks (issue 1861)

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-07 07:11:42 CEST

On Wed, 2004-07-07 at 01:09, Edmund Horner wrote:
> OK. So shall I go ahead and add the private svn_pluginname__version()
> functions, and also append them to the vtable? (I take it the nicest
> place to add them is at the end.)

Slightly more architecture required. But I think Branko volunteered to
work on this part.

In general, static functions do not need to have any special prefix, so
it makes me nervous to see you continuing to refer to the functions as
having svn_pluginname__ prefixes.

> Also: can the public svn_ra_svn_version() function -- checked by
> svnserve -- be used in the vtable for ra_svn?

If the vtable entry can have the same function signature, then sure.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 7 07:12:20 2004

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.