Re: [PATCH] add version queries and version checks (issue 1861)
From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-06-14 01:12:24 CEST
Edmund Horner wrote:
> Hi, sorry about disappearing for a while. Blame my tendency to
[...]
> svn_wc
If those headers don't declare public APIs, then we should make those
Then, of course, the RA and FS vtables need to be extended with a
(Maybe the RA and FS loader should check the version number instead of
> Altered "clients" include:
You also need to add the missing checks to the svn client.
> * subversion/libsvn_delta/version.c
If the library already has an appropriate file (e.g., util.c) then the
>
Should be svn_fs_base__version
> * subversion/libsvn_fs_fs/fs.h (svn_fs_fs_version)
Should be svn_fs_fs__version
> * subversion/include/svn_ra.h (svn_ra_version)
Should be svn_ra_dav__version
> * subversion/libsvn_ra_local/ra_local.h (svn_ra_local_version)
Should be svn_ra_local__version
> * subversion/include/svn_ra_svn.h (svn_ra_svn_version)
(by the way, the canonical GNU-ish way to list several files in a single
* file1 (symbol2),
That way, the asterisk in column 1 signals the start of a log message).
>Property changes on: subversion/libsvn_fs_base/version.c
The rest looks fine. Thanks for working on this!
-- Brane Čibej <brane_at_xbc.nu> http://www.xbc.nu/brane/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Jun 14 01:12:51 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.