[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: mod_dav_svn

From: Sung Kim <hunkim_at_cse.ucsc.edu>
Date: 2001-11-16 21:27:19 CET

Thanks for your help.

I installed mod_dav_svn successfully.
But I might miss something or mis-configure.

This is error from import :

[root_at_hunkim svn]# svn import http://localhost:9090/svn ~/davfs

svn_error: #21075 : <RA layer's server request failed>
  The log message's PROPPATCH request failed (neon: 1) (/svn/$svn/wbl/0e86a1e0-d11d-b211-818d-fac2d6adf776/1)

This is error from PUT or OPTIONS hethod
PUT /svn/hello.c HTTP/1.1
Host: kebi.com
Content-length: 12

123456789012
HTTP/1.1 500 Internal Server Error
Date: Fri, 16 Nov 2001 16:57:47 GMT
Server: Apache/2.0.29-dev (Unix) DAV/2 SVN/0.6.0
Vary: accept-language
Accept-Ranges: bytes
Content-Length: 671
Connection: close
Content-Type: text/html; charset=ISO-8859-1

This is error log from apache :

Fri Nov 16 12:00:10 2001] [error] [client 127.0.0.1] Could not fetch resource information. [500, #0]
[Fri Nov 16 12:00:10 2001] [error] [client 127.0.0.1] could not determine resource kind [500, #21050]
[Fri Nov 16 12:00:10 2001] [error] [client 127.0.0.1] file not found: filesystem `/usr/local/svn/repo/db', revision `1', path `/hello.c' [500, #21050]

This is my directory info of /usr/local/svn/repo :

root@hunkim svn]# ls -RS repo/
repo/:
conf dav db hooks locks README

repo/conf:

repo/dav:
activities.pag activities.dir

repo/db:
__db.004 __db.002 __db.003 log.0000000001 __db.005 __db.001 nodes representations revisions strings transactions

repo/hooks:
pre-commit.tmpl start-commit.tmpl post-commit.tmpl write-sentinels.tmpl read-sentinels.tmpl

repo/locks:
db.lock
[root@hunkim svn]#

Thanks

BTW I'm working on davfs which makes WebDAV file system on Linux and
I have a plan to implement delta-V file system which is version control distributed file system

Have a nice day

--
Sung Kim <hunkim@cse.ucsc.edu>
http://www.cse.ucsc.edu/~hunkim
 "Dreams become reality!" 
On Fri, 16 Nov 2001, Kevin Pilch-Bisson wrote:
> On Fri, Nov 16, 2001 at 04:43:57AM -0800, Sung Kim wrote:
> > Hello, 
> > 
> > I downloaded and tested subversion-r464.
> > 
> > After ./configure --with-apxs=/usr/local/apache2/bin/apxs, I did
> > make;make install.
> > 
> > But libmod_dav_svn.so  neither install nor compile.
> > 
> > Did I miss something to install mod_dav_svn to the apache server?
> 
> You also need to have Berkeley DB 3.3.11 in order to build mod_dav_svn.
> If you don't have it you can get it from www.sleepycat.com, unpack the 
> distribution at the root of your subversion source tree, rename the
> db-3.3.11 directory to db, then re-run configure and it should find it.
> 
> If you do have Berkeley DB, then we will need some more information to figure
> out why mod_dav_svn didn't get built.
> 
> -- 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kevin Pilch-Bisson                    http://www.pilch-bisson.net
>      "Historically speaking, the presences of wheels in Unix
>      has never precluded their reinvention." - Larry Wall
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:48 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.