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

Re: svn used together with apache ERROR!

From: Lars Tiefland <ltiefland_at_gmail.com>
Date: 2007-04-02 10:38:35 CEST

Hi,

please make sure, that you use "http://localhost/svn/test_repo" insted
of only just "http://localhost/svn" in the URL field of your client.
Of course you have to replace "localhost" and / or "test_repo" as
needed!

2007/4/2, zzf <zzf818@gmail.com>:
>
> Hello all,
> I got a problem when I install apache and svn under Windows 2000. I want to
> use them together.
> The version of Apache is: 2.0.59. The versin of subversion is:1.4.2.
> And I add the following to my apache conf file:httpd.conf:
>
> <Location /svn>
> DAV svn
> SVNListParentPath on
> SVNParentPath D:\MyRepo
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile D:\MyRepo\passwd
> #AuthzSVNAccessFile svnaccessfile
> Require valid-user
> </Location>
>
> But when I check out the Repo, I always get the following errer msg:
>
> Error: PROPFIND request failed on '/svn'
> Error: PROPFIND of '/svn': 301 Moved Permanently (http://localhost )
>
> I am quite confused about it. PLease help me out.
> Thanks a lot for all your help!
>
> --
> Sincerely,
>
> Computer Science, Ocean University of China
> phone: +86 135 5300 3657
> email: zzf818@gmail.com
>
> Kelin.

-- 
Live Long And Prosper,
Lars Tiefland
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 2 10:39:27 2007

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.