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: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

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,

subversion issue: ignore server invaild certificate in linux

2016-10-20 Thread yuan lixin
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, onSslServerTrustPrompt, this, pool); *(svn_auth_provider_object_

Subversion Issue Tracker Migration

2015-09-18 Thread brane
The Apache Subversion developers have decided to migrate all tickets and history from the current issue tracker at Tigris.org[1] to the Jira instance hosted by the Apache Software Foundation[2]. We feel that an important aspect of the migration is properly mapping the old accounts of people who've

Re: Subversion Issue

2014-06-13 Thread Mark Phippard
On Fri, Jun 13, 2014 at 10:15 AM, wrote: > > Subversion Exception! > --- > Subversion encountered a serious problem. > Please take the time to report this on the Subversion mailing list > (users@subversion.apache.org) > I see you read this part. > with as much informat

Subversion Issue

2014-06-13 Thread ankit . mangal
Hi, --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list (users@subversion.apache.org) with as much information as possible about what you were trying to do. But p

Subversion Issue 4357 - Additional Info

2013-05-30 Thread Hans-Peter Carpenter
HI there, I have the issue described in issue 4357. I think it happened after I updated my wc from a different platform. I share my subversion checkout with a Windows system and might have done svn up from Windows. Today I deleted a bun

Re: Is there a way to post a comment to a subversion issue without agreeing to colabnet terms?

2012-08-10 Thread Mark Phippard
stion, No. Issue 2725 is not related to the Subclipse option you mentioned. Subversion's JavaHL blame method does not expose an equivalent of the command line -x option. https://subversion.apache.org/docs/javahl/1.7/org/apache/subversion/javahl/ISVNClient.html So you would need to file a Sub

Is there a way to post a comment to a subversion issue without agreeing to colabnet terms?

2012-08-09 Thread Katherine Marsden
Hello, Is there a way to add a comment to a subversion issue without agreeing to Colabnet terms? I would like to add the following question/comment to Issue 2725. Unfortunately, in my current position, I need to get specific legal review of any terms to which I agree, so cannot sign up for

Re: Subversion Issue: 'delete file' not transmitted to server when performing multiple merge-commit

2011-01-13 Thread Philip Martin
writes: > My user reported that an extra file existed in the repository after > performing a merge (claiming this file was not in his working copy prior > to the commit). My initial thought was they had done the merges out of > sequence causing the deletion of a file before it was added, the use

Subversion Issue: 'delete file' not transmitted to server when performing multiple merge-commit

2011-01-13 Thread Neil.Tuffs
Dear Users, My user reported that an extra file existed in the repository after performing a merge (claiming this file was not in his working copy prior to the commit). My initial thought was they had done the merges out of sequence causing the deletion of a file before it was added, the user was