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

RE: svn commit: r1572105 - in /subversion/trunk/subversion: svn/auth-cmd.c svn/cl.h svn/svn.c tests/cmdline/getopt_tests_data/svn--help_stdout tests/cmdline/getopt_tests_data/svn_help_stdout

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 27 Feb 2014 02:13:10 +0100

> -----Original Message-----
> From: stsp_at_apache.org [mailto:stsp_at_apache.org]
> Sent: woensdag 26 februari 2014 16:48
> To: commits_at_subversion.apache.org
> Subject: svn commit: r1572105 - in /subversion/trunk/subversion: svn/auth-
> cmd.c svn/cl.h svn/svn.c tests/cmdline/getopt_tests_data/svn--help_stdout
> tests/cmdline/getopt_tests_data/svn_help_stdout
>
> Author: stsp
> Date: Wed Feb 26 15:48:06 2014
> New Revision: 1572105
>
> URL: http://svn.apache.org/r1572105
> Log:
> Introduce 'svn auth', a subcommand for managing the authentication cache
> which supersedes the 'svnauth' tool. Currently, cached credentials can be
> listed and removed. In the future, this subcommand could also provide a
> mechanism to add credentials to the cache.

Currently 'svn auth' is broken for ssl certificates on Windows, because you use (a Serf api which uses) openssl without properly initializing openssl first.

This serf api, further uses stdio to access the certificate file, which doesn't work on Windows without other workarounds.

The problem in Serf is fixed in r2314, but this will bump the required Serf version for 1.9.0 to a currently not released serf version, and I'm not sure if that is what we want here.

        Bert
Received on 2014-02-27 02:13:51 CET

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.