Re: subversion issue: ignore server invaild certificate in linux

2016-10-21 Thread Branko Čibej
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: ignor

RE: Re: subversion issue: ignore server invaild certificate in linux

2016-10-21 Thread Bert Huijben
> -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,

Re: Re: subversion issue: ignore server invaild certificate in linux

2016-10-21 Thread Stefan Sperling
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

Re: subversion issue: ignore server invaild certificate in linux

2016-10-21 Thread Branko Čibej
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

Re: subversion issue: ignore server invaild certificate in linux

2016-10-21 Thread Stefan Sperling
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

Re: subversion issue: ignore server invaild certificate in linux

2016-10-20 Thread Stefan Sperling
On Fri, Oct 21, 2016 at 01:45:57PM +0800, yuan lixin wrote: > Dear All, > My program call the api "svn_auth_ssl_server_trust_prompt_func_t" in > windows to ignore server invaild certificate, > Code like : >svn_client_get_ssl_server_trust_prompt_provider( > &provider,