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

Re: [PATCH] Add serf library version information to svn --version

From: Ben Reser <ben_at_reser.org>
Date: Thu, 15 Aug 2013 09:07:43 -0700

On 8/15/13 4:48 AM, Ivan Zhakov wrote:
> Thoughts?

It'd be nice if this was printed under the linked dependencies section
of `svn --version --verbose`, but I don't see a good way of adding that
since serf is required by the dynamically loadable ra layer and isn't a
core dependency.

Maybe we should extend the ra layer vtable to provide a function to ask
for linked libs to be added to that list. Since you're already talking
about changing the vtable that would be the solution I would prefer.

Shoving the version number of the library in the description doesn't fit
with the existing behavior of our output and forces users of our library
that want to find this information out to parse the description.

That said I'd be fine with doing this in this manor for 1.8.x if we
don't want to rev the vtable for it. It seems like a reasonable quick
hack to get the information available.
Received on 2013-08-15 18:08:25 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.