[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[phpGroupWare-developers] vfs with svn backend
From: |
Sigurd Nes |
Subject: |
[phpGroupWare-developers] vfs with svn backend |
Date: |
Sat, 10 May 2008 19:07:12 +0200 |
User-agent: |
Thunderbird 2.0.0.14 (X11/20080504) |
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
http:// should work.
When I try to create a directory as:
$this->vfs->mkdir(array(
'string' => '/property',
'relatives' => array(
RELATIVE_NONE
)));
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: Mozilla/5.0 (compatible; PHPGroupware dav_client/1; Linux)
Depth: 0
The result is:
HTTP/1.1 409 Conflict
Any clue on this matter?
Regards
Sigurd
- [phpGroupWare-developers] vfs with svn backend,
Sigurd Nes <=