Re: [phpGroupWare-developers] vfs with svn backend

2008-05-12 Thread Benoit Hamet
Hi all, Sorry for the delay, was outside the known world ... Dave Hall a écrit : > On Mon, 2008-05-12 at 10:01 +0200, Olivier Berger wrote: >> Le samedi 10 mai 2008 à 19:07 +0200, Sigurd Nes a écrit : >>> Hi all >>> >>> Is the svn backend working (class.vfs_dav.inc.php)? >>> >> You meant DAV back

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-12 Thread Dave Hall
On Mon, 2008-05-12 at 10:01 +0200, Olivier Berger wrote: > Le samedi 10 mai 2008 à 19:07 +0200, Sigurd Nes a écrit : > > Hi all > > > > Is the svn backend working (class.vfs_dav.inc.php)? > > > > You meant DAV backend... SVN offers a DAV interface... but there are > differences in DAV which is a

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-12 Thread Olivier Berger
Le samedi 10 mai 2008 à 19:07 +0200, Sigurd Nes a écrit : > Hi all > > Is the svn backend working (class.vfs_dav.inc.php)? > You meant DAV backend... SVN offers a DAV interface... but there are differences in DAV which is a standard and SVN which offers a DAV interface... but also different othe

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-11 Thread Dave Hall
On Mon, 2008-05-12 at 00:18 +0200, Sigurd Nes wrote: > Dave Hall wrote: > > On Sat, 2008-05-10 at 19:07 +0200, Sigurd Nes wrote: > >> I get a 409 in return > >> > >> this is what is sent in net_http_client::sendCommand() > >> > >> MKCOL /svn/repos/property HTTP/1.1 > >> Authorization: Basic c2lndXJ

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-11 Thread Maât
Sigurd Nes a écrit : Dave Hall wrote: I would suggest that you change your password from "572spru" as you sent it to the dev list which is archived in several places. I didn't notice this earlier - sorry :( It's not a problem - I have already changed it to "573spru" Regards Sigurd lol... e

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-11 Thread Sigurd Nes
Dave Hall wrote: On Sat, 2008-05-10 at 19:07 +0200, Sigurd Nes wrote: I get a 409 in return this is what is sent in net_http_client::sendCommand() MKCOL /svn/repos/property HTTP/1.1 Authorization: Basic c2lndXJkOjU3MnNwcnU= Host: 127.0.0.1 Connection: close Accept-Encoding: chunked user-agent:

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-11 Thread Dave Hall
On Sat, 2008-05-10 at 19:07 +0200, Sigurd Nes wrote: > I get a 409 in return > > this is what is sent in net_http_client::sendCommand() > > MKCOL /svn/repos/property HTTP/1.1 > Authorization: Basic c2lndXJkOjU3MnNwcnU= > Host: 127.0.0.1 > Connection: close > Accept-Encoding: chunked > user-agent:

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-10 Thread Dave Hall
On Sat, 2008-05-10 at 20:26 +0200, Sigurd Nes wrote: > Maât wrote: > > Sigurd Nes a écrit : > >> Hi all > >> > >> Is the svn backend working (class.vfs_dav.inc.php)? > >> > >> I looking at using the power of svn as a backend for document handling > >> in the app property. > >> > > you could perhap

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-10 Thread Sigurd Nes
Maât wrote: Sigurd Nes a écrit : Hi all Is the svn backend working (class.vfs_dav.inc.php)? I looking at using the power of svn as a backend for document handling in the app property. you could perhaps consider ged ? my 2 cts Absolutely - I think ged has great potential - and once Interl

Re: [phpGroupWare-developers] vfs with svn backend

2008-05-10 Thread Maât
Sigurd Nes a écrit : Hi all Is the svn backend working (class.vfs_dav.inc.php)? I looking at using the power of svn as a backend for document handling in the app property. you could perhaps consider ged ? my 2 cts Maât ___ phpGroupWare-develop

[phpGroupWare-developers] vfs with svn backend

2008-05-10 Thread Sigurd Nes
Hi all Is the svn backend working (class.vfs_dav.inc.php)? I looking at using the power of svn as a backend for document handling in the app property. I've set up a svn repository on my laptop as a test-environment. By looking at the code - it seems that file:// is not supported - but that h