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

Re: svn commit: r1382990 - in /subversion/trunk/subversion: include/ libsvn_subr/ tests/cmdline/ tests/cmdline/getopt_tests_data/

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Mon, 10 Sep 2012 23:52:37 +0400

On Mon, Sep 10, 2012 at 9:19 PM, <brane_at_apache.org> wrote:
> Author: brane
> Date: Mon Sep 10 17:19:31 2012
> New Revision: 1382990
>
> URL: http://svn.apache.org/viewvc?rev=1382990&view=rev
> Log:
> Make the extended version info retrieval a public API.
>
[...]
> + *
> + * @since New in 1.8.
> + */
> +typedef struct svn_version_extended_t
> +{
> + const char *version_number; /**< Version number */
> + const char *version_string; /**< Version string */
> + const char *build_date; /**< Compilation date */
> + const char *build_time; /**< Compilation time */
> + const char *build_host; /**< Build canonical host name */
Hi, Branko.

What's is the purpose of build_host?

I think it's not good idea to include build host information in
svn.exe. It could leak private or corporate network details to public.

-- 
Ivan Zhakov
Received on 2012-09-10 21:53:33 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.