[fpc-pascal] Subversion Client/Server Source
michael.vancanneyt at wisa.be
michael.vancanneyt at wisa.be
Wed Oct 24 17:18:36 CEST 2012
On Wed, 24 Oct 2012, Andrew Brunner wrote:
> On 10/24/2012 09:01 AM, michael.vancanneyt at wisa.be wrote:
>> Well, the http transport uses WEBDAV. So search for the WEBDAV protocol,
>> and
>> you're set ?
>>
>> Michael.
>> _______________________________________________
>> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
>> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>>
>
> Ok, looking at WEBDAV and svn. I assume svn is just file based.
> Implementing WEBDAV will enable svn client to do locking/read/write as needed
> to the actual repository on disk.
>
> Without SVN protocol - I would have to require server distros to have
> subversion installed.
>
> It looks like heavy XML. It will require use the fpc-xml. Are the DOM
> components proven to be memory leak free at this point?
I use them in servers and have not encountered problems in 2 years.
Michael.
More information about the fpc-pascal
mailing list