| Problems in setting up SVN with http
From: Eli Hadad <eli.hadad_at_gmail.com>
 Date: Sat, 12 Jul 2008 01:34:47 +0300 
Hi,
 I am trying to setup SVN repository on my Fedora9 machine.
 I simply followed the instruction in the red book and other tutorials and
 First in subversion.conf which is one of the httpd config files I have the
 LoadModule dav_svn_module     modules/mod_dav_svn.so
 <Location /svn>
 I created the directory /Store/SVN-REPOs
 svnadmin create /Store/SVN-REPOs/myProject
 then I changed the permission of /Store/SVN-REPOs to apache
 Trying to browse: http://home-linux/svn/ ,  I get error:
 When trying to browse: http://home-linux/svn/myProject , I can see the empty
 Second I tried to import some code into the new repository I created.
 svn import myProject http://home-linux/svn/myProject/trunk -m "Initial
 And got the following error:
 TIA,
 | 
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.