[fpc-pascal] Subversion Client/Server Source
Mark Morgan Lloyd
markMLl.fpc-pascal at telemetry.co.uk
Wed Oct 24 16:09:20 CEST 2012
Andrew Brunner wrote:
> On 10/24/2012 08:36 AM, michael.vancanneyt at wisa.be wrote:
>>
>> Why not use the library version of SVN ? This is how Tortoise does it, as
>> far as I know.
>>
>
> I think the focus then would shift to wrapping a library to hook into
> server over HTTP. I would still need svn protocol or even maybe I could
> look at Apache svn source (C++) to port to Aurawin's HTTP server.
One comment there if I may. Official SVN builds from e.g. Debian pull in
much more Apache code than is relevant. From the FPC wiki on Solaris:
"It might be less disruptive to build Subversion from source, e.g.
http://subversion.tigris.org/downloads/subversion-1.6.17.tar.bz2.
According to the INSTALL file the actual dependencies for a client using
the svn: (as distinct from http:) protocol are libapr, libapr-util,
SQLite and libz; these are available from e.g.
http://subversion.tigris.org/downloads/subversion-deps-1.6.17.tar.bz2".
Start off with those, then see what else you /really/ need for http.
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers or colleagues]
More information about the fpc-pascal
mailing list