Hi,
I'm trying to set up subversion repository on my local machine to learn the ins and outs of subversion. I was able to create the repository with subversion 1.4.6 and check out the files using command prompt. Then I installed apache, one of the 2.x versions and got it up and running. I tested apache using the http://localhost/ in the browser and got the "It Works" in the the browser. Then I modified the httpd.conf file according to documentation and added the three lines in there.
LoadModule dav_module modules/mod_dav.soLoadModule dav_svn_module modules/mod_dav_svn.so
<Location /repos> DAV svn SVNPath c:\svnreposnew</Location>
I started apache which comes up fine. Now I type http://localhost/ repos/StdCare in the url but I get page not found. StdCare is my project name. I'm really stuck at this point. Does any one have an idea of what might be wrong. Any help is appreciated.
Thanks,-Taqdees
_________________________________________________________________
Make distant family not so distant with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/digitallife/keepintouch.mspx?ocid=TXT_TAGLM_CPC_VideoChat_distantfamily_012008
Received on 2008-01-12 21:28:11 CET