Re: [fpc-pascal] Subversion Client/Server Source

2012-10-24 Thread michael . vancanneyt
On Wed, 24 Oct 2012, Andrew Brunner wrote: On 10/24/2012 09:01 AM, michael.vancann...@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@lists.fr

Re: [fpc-pascal] Subversion Client/Server Source

2012-10-24 Thread Andrew Brunner
On 10/24/2012 09:01 AM, michael.vancann...@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@lists.freepascal.org http://lists.freepascal.org/mailma

Re: [fpc-pascal] Subversion Client/Server Source

2012-10-24 Thread Mark Morgan Lloyd
Andrew Brunner wrote: On 10/24/2012 08:36 AM, michael.vancann...@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 o

Re: [fpc-pascal] Subversion Client/Server Source

2012-10-24 Thread michael . vancanneyt
On Wed, 24 Oct 2012, Andrew Brunner wrote: On 10/24/2012 08:36 AM, michael.vancann...@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 s

Re: [fpc-pascal] Subversion Client/Server Source

2012-10-24 Thread Andrew Brunner
On 10/24/2012 08:36 AM, michael.vancann...@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 l

Re: [fpc-pascal] Subversion Client/Server Source

2012-10-24 Thread michael . vancanneyt
On Wed, 24 Oct 2012, Andrew Brunner wrote: Hi there, I'm exploring the possibility adding support for version control in the Aurawin project. I'm needing resources to subversion client/server source to estimate how much time it will take. Does anyone know of official protocol for implem

[fpc-pascal] Subversion Client/Server Source

2012-10-24 Thread Andrew Brunner
Hi there, I'm exploring the possibility adding support for version control in the Aurawin project. I'm needing resources to subversion client/server source to estimate how much time it will take. Does anyone know of official protocol for implementing SVN? Does anyone have any contributions

Re: [fpc-pascal] Re: New FPCUnit db results writer: testdbwriter: request for... testing

2012-10-24 Thread Graeme Geldenhuys
On 2012-10-19 15:52, Reinier Olislagers wrote: > > [1] http://wiki.lazarus.freepascal.org/Jenkins I've only heard about Jenkins since your recent post. I only read the overview on the wiki, but will investigate this further. I thought I would also mention something we use in our company. We use

Re: [fpc-pascal] TurboPower FlashFiler for Free Pascal

2012-10-24 Thread stdreamer
On 23/10/2012 5:54 μμ, Graeme Geldenhuys wrote: On 2012-10-23 15:25, geneb wrote: What about B-Tree Filer? :) I'll read up on it, thanks. Graeme. A few years back I crossed roads with both flash filer and B-tree filer. B-Tree filer is nothing more than a record based file library that

[fpc-pascal] Re: New FPCUnit db results writer: testdbwriter: request for... testing

2012-10-24 Thread Reinier Olislagers
On 18-10-2012 13:51, Reinier Olislagers wrote: > I've been working on a listener for FPCUnit that writes test results to > a database. > I've also included a dbtestframework workalike (dbtests2db) with units > that runs the FPC 2.6.1 r22717 database test framework; only plug in > database.ini fo