Re: problem connecting via apache
From: Hirotaka Mizutani <hirotaka_at_tbs.co.jp>
Date: 2005-02-03 12:43:13 CET
Thanks, all.
Now, I understood Subversion "tree structure". But, I still have a problem...
First, I created repository.
---- # svnadmin create /svn # ls /svn README.txt conf/ dav/ db/ format hooks/ locks/ ---- Then, I imported some documents into repository. ---- # svn import /project file:///svn --message="first import" Adding /project/dir1 Adding /project/dir1/index.html Adding /project/dir2 Adding /project/dir2/index.html Adding /project/dir3 Adding /project/dir3/index.html Committed revision 1. ---- I checked out documents from repository. ---- # cd /home/www # svn checkout file:///svn/dir1 A dir1/index.html Checked out revision 1. # ls dir1/ ---- No problem so far. Now, I try checkout via apache, ---- # svn checkout http://172.16.5.19/svn/dir1 svn: PROPFIND request failed on '/svn/dir1' svn: Could not open the requested SVN filesystem ---- fails.... httpd.conf is ---- <Location /svn> DAV svn SVNPath /svn </Location> ----- apache error.log ----- [Thu Feb 03 20:19:01 2005] [error] [client 172.16.5.19] (20014)Error string not specified yet: Can't create a converter from 'native' to 'UTF-8' [Thu Feb 03 20:19:01 2005] [error] [client 172.16.5.19] Could not fetch resource information. [500, #0] [Thu Feb 03 20:19:01 2005] [error] [client 172.16.5.19] Could not open the requested SVN filesystem [500, #2] [Thu Feb 03 20:19:01 2005] [error] [client 172.16.5.19] Could not open the requested SVN filesystem [500, #2] ----- Regards Hirotaka --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Feb 3 12:38:07 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.