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

Re: Where to define the version number?

From: Scott Lamb <slamb_at_slamb.org>
Date: 2002-08-06 22:41:17 CEST

Karl Fogel wrote:
> Two recent patches have revealed that we may need to change where we
> define the version of Subversion.
>
> Currently, the "master" location is svn_version.h, where we define the
> SVN_VER_MAJOR, SVN_VER_MINOR, and SVN_VER_MICRO constants.
>
> Then Art Haas posted a patch that would have duplicated this
> information in configure.in. Meanwhile, Scott Lamb posted a patch
> which hints that we (I *think*) are essentially duplicating the
> SVN_VER_MAJOR constant in build.conf... Only it's out of sync right
> now, claiming 1 instead of 0 :-). Greg Stein may clarify this, but
> for now I'll assume that the situation is as I've just described it.

Arkadiusz Miskiewicz's "[PATCH] move all dlopen()ed modules to
subdirectory" fixes my problem - with it, the build.conf's version is no
longer needed from ra_loader.c, since it loads *.so in that directory.
(In concept - I think it was part one of a two-part patch.)

But yeah, if build.conf's version is supposed to be the same as
SVN_VER_MAJOR, something ain't right.

--
Scott Lamb
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 6 22:41:51 2002

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.