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

RE: client API not optimal

From: Barry Scott <barry.alan.scott_at_ntlworld.com>
Date: 2002-08-26 14:30:30 CEST

Stefan,
        May be the hiding of deeper internals can be done with
        the C++ API that Brent is writing. It is quite feasible
        to lose all of the svn and apr headers from that C++ API
        using pure virtual classes and factory functions to create
        the objects. But I don't think Brent was planning to go
        that far.

        I agree that the learning curve to drive svn from python
        or C++ is far to steep.

        The hideous SourceSafe API is easy to use in comparison.
        And perforce commands ability to output in Python
        marshaled objects make automating around perforce reliable
        (no parsing of the output).

        Personally I'm hoping that I can run the svn command to do
        all the GUI/automation that I'll need. I'm not looking
        forward to learning to drive svn at its C API.

                Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 26 14:31:09 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.