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

Setup Problems

From: SVNUSAR <amitap77_at_gmail.com>
Date: 2006-10-24 04:00:06 CEST

Hi all,

I am trying to dubug an apache virtual host on port 8080 using Apache2 on a
box that has IIS.

This is what I have in my httpd.conf file:

<VirtualHost *:8080>
  ServerName www.mywebsite.net
  DocumentRoot d:/mywebsite

     <Location /MYrepos>
                DAV svn
               SVNPath "d:/MYrepos"
          AuthType Basic
          AuthName "Subversion repository"
          AuthUserFile "d:/MYrepos/.htaccess"
          Require valid-user
         </Location>

</VirtualHost>

I changed the name of the actual website.

My problem is that I cannot ping the site....

Could it be that svnserve is running? Or should svnserve be running anyway?

I am so confused...I ve been on this problem for days now.

What I want to do is access the repository through Tortoise, and I know it
had worked before for others.

I keep getting an error Propfind 405 method not allowed...

I should at least be able to ping it right? please help.

also, when I try to restart apache it has the message:

d:/mywebsite does not exist...
and it does not, however this is how the file was set up before I was on the
project
what should be in DocumentRoot?
 

-- 
View this message in context: http://www.nabble.com/Setup-Problems-tf2498789.html#a6965798
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Oct 24 04:00:21 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

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