On 21.10.2016 22:25, Bert Huijben wrote:
>
>> -Original Message-
>> From: Stefan Sperling [mailto:s...@elego.de]
>> Sent: vrijdag 21 oktober 2016 14:14
>> To: yuan lixin
>> Cc: users@subversion.apache.org
>> Subject: Re: Re: subversion issue: ignore server invaild certificate in
> linux
>>
> -Original Message-
> From: Stefan Sperling [mailto:s...@elego.de]
> Sent: vrijdag 21 oktober 2016 14:14
> To: yuan lixin
> Cc: users@subversion.apache.org
> Subject: Re: Re: subversion issue: ignore server invaild certificate in
linux
>
> On Fri, Oct 21, 2016 at 07:41:18PM +0800, yuan
On Fri, Oct 21, 2016 at 07:41:18PM +0800, yuan lixin wrote:
> but in the interface "svn_auth_ssl_server_trust_prompt_func_t",
> the actual parameter is "failures", not "*failures". so it can not change
> the svn's failures in linux, then can not ignore certificate.
> could you look at my code for
On 21.10.2016 13:34, yuan lixin wrote:
> but in the interface "svn_auth_ssl_server_trust_prompt_func_t", the
> actual parameter is "failures", not "*failures". so it can not change
> the svn's failures in linux, then can not ignore certificate.
The svn_auth_ssl_server_trust_prompt_func_t func
Hi,
We've discovered that one specific change consistently breaks corrupts
repository on the server side.
This seems to be specific to particular change, committing that change in
smaller chunks does not cause any corruption. There's nothing special in
the patch actually, it just adds some images
but in the interface "svn_auth_ssl_server_trust_prompt_func_t", the
actual parameter is "failures", not "*failures". so it can not change the
svn's failures in linux, then can not ignore certificate.could you look at
my code for a solution.Thank you--woodsp
At 2016-10-21 18:52:09, "Stefan Spe
On Fri, Oct 21, 2016 at 06:08:45PM +0800, yuan lixin wrote:
> Dear stefan:
>
> At first, my code is using the "libsvncpp", that has its own providers, and
> it can run normal in windows.
> second, i used the svns's code to implement of downloading and uploading, not
> the svn cmd line. the "--tr