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.
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>
This is error from PUT or OPTIONS hethod
123456789012
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]
This is my directory info of /usr/local/svn/repo :
root@hunkim svn]# ls -RS repo/
repo/conf:
repo/dav:
repo/db:
repo/hooks:
repo/locks:
Thanks
BTW I'm working on davfs which makes WebDAV file system on Linux and
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.orgReceived 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.