[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Searching for a C++ API

From: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 31 Jan 2018 14:07:24 +0100

> -----Original Message-----
> From: Branko Čibej [mailto:brane_at_apache.org]
> Sent: maandag 29 januari 2018 13:54
> To: users_at_subversion.apache.org
> Subject: Re: Searching for a C++ API
>
> 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 was made to incorporate the
> > functionality into a mobile c++ app (yes, I do wish we could use a
> > different language, but for now that's out of our scope).
> >
> > Is there a C++ library available somewhere?
> > One that can be used in a closed source app and compiles both on
> > Windows and Linux (and preferably other platforms like OSx, iOS, Android).
> > Usage of c++11, boost and/or Qt frameworks is fine as our app already
> > uses them.

It is not a real C++ library, but there might be some code that you can copy from the SharpSvn library code for your usage. SharpSvn is C++/CLI, to allow operation with the .Net environment, but there is enough plain C++ inside that might be able to get you started with the C library. The code is Apache licensed so you can mostly use it however you like.

        Bert
Received on 2018-01-31 14:07:35 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.