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

New Subversion Client C++ API

From: Brent R. Matzelle <bmatzelle_at_yahoo.com>
Date: 2002-08-20 04:02:12 CEST

Hello Everyone,

I have been happily hacking away at RapidSVN. The code written by
the original author was written with the Subversion C API mixed in,
which made for some really arcane and difficult to debug code.

Finally I decided to write a C++ API that would provide a nice clean
interface. It is a wrapper of the C API code. There is tons of data
hiding done so you can barely tell it's using C underneath. I called
the API SvnCpp for obvious reasons.

About 75% of the C API has been completed so far. All functions are
documented with the help of Doxygen. I wrote unit tests for each
method with CppUnit.

I was wondering if it should be placed in the Subversion repository
under bindings/svncpp or if I should just put it in the RapidSVN
project. It is useful for any project so I would expect the former.
Hopefully one of the people writing a TortoiseCVS-like clone might
use it.

Either way, I'll post the documentation and code on the RapidSVN
site.

Best regards,

Brent.

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 20 04:02:43 2002

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

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