Re: Searching for a C++ API

2018-03-20 Thread R developer
o Čibej [mailto:br...@apache.org] > > Sent: maandag 29 januari 2018 13:54 > > To: users@subversion.apache.org > > Subject: Re: Searching for a C++ API > > > > On 29.01.2018 11:45, R developer wrote: > > > Hello all, > > > > > > I have been in

RE: Searching for a C++ API

2018-01-31 Thread Bert Huijben
> -Original Message- > From: Branko Čibej [mailto:br...@apache.org] > Sent: maandag 29 januari 2018 13:54 > To: users@subversion.apache.org > Subject: Re: Searching for a C++ API > > On 29.01.2018 11:45, R developer wrote: > > Hello all, > > > > I

Re: Searching for a C++ API

2018-01-30 Thread Branko Čibej
On 30.01.2018 13:30, Daniel Shahaf wrote: > R developer wrote on Tue, 30 Jan 2018 10:22 +0100: >> I'm not that familiar with the C API unless I'm missing something >> (which is very well possible) one would have to manage the apr pools >> himself? > In the C API, the caller of a function passes to

Re: Searching for a C++ API

2018-01-30 Thread Daniel Shahaf
R developer wrote on Tue, 30 Jan 2018 10:22 +0100: > I'm not that familiar with the C API unless I'm missing something > (which is very well possible) one would have to manage the apr pools > himself? In the C API, the caller of a function passes to it a result_pool and a scratch_pool, and decides

Re: Searching for a C++ API

2018-01-30 Thread R developer
2018-01-29 13:54 GMT+01:00 Branko Čibej : > On 29.01.2018 11:45, R developer wrote: > > Hello all, > > > > I have been involved in writing a closed source application that among > > other things maintains a checkout from an SVN repository, the > > application used to be written in C# so at the mom

Re: Searching for a C++ API

2018-01-29 Thread Branko Čibej
On 29.01.2018 11:45, R developer wrote: > Hello all, > > I have been involved in writing a closed source application that among > other things maintains a checkout from an SVN repository, the > application used to be written in C# so at the moment we are used to > SharpSvn. Recently the decision wa