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: ignore server invaild certificate in > linux >>

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, 2016 at 07:41:18PM +0800, yuan

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

Specific commit breaks consistency of server repository

2016-10-21 Thread Sergey Sharybin
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

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

2016-10-21 Thread yuan lixin
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

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