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

Problems with TSVN

From: Luciano Ribeiro <luciano.ribeiro_at_thales-is.com.br>
Date: 2006-12-06 14:15:03 CET

Hi all,

 

I have Subversion under Win XP PRO SP2 and Tortoise SVN client.

I can´t checkout or create files in my repository. TortoiseSVN shows the
following message: ERROR * PROPFIND request failed on ‘/repos’ PROPFIND of
‘/repos’: 301 Moved Permanently (http://localhost:8087).

 

Here is my apache.conf:

 


 

LoadModule dav_svn_module modules/mod_dav_svn.so

LoadModule authz_svn_module modules/mod_authz_svn.so

 


 

<Location /repos>

    DAV svn

    SVNListParentPath on

    SVNParentPath "c:\usr\repos"

    AuthType Basic

    AuthName "SVN Repository"

    AuthUserFile "c:\programs\servers\Apache\bin\passwd"

    Require valid-user

</Location>

 

 

What I have to do?

I´d like to know how to access repository with Tortoise SVN - http.

 

thanks

 
Received on Wed Dec 6 14:15:25 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.