RES: RES: RES: Problems with TSVN
From: Luciano Ribeiro <luciano.ribeiro_at_thales-is.com.br>
Date: 2006-12-07 19:39:34 CET
Hello!
1 My URL to repository: <http://localhost/repos>
2 Yes, I can browse the URL from Browser.
3 The mod_rewrite is with # in conf file.
Thank you :-)
-----Mensagem original-----
Luciano Ribeiro wrote:
> Sorry, but I didn´t understand...
>
> This is my Document Root:
> DocumentRoot C:/programs/servers/apache/htdocs
>
> And this is my svn configuration:
>
> <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>
This configuration looks good. Question now is
* what URL do you use to access your repository?
* can you browse that url in your browser? If yes, does it stay the same
or does it get renamed in the browser url bar? If again yes, you have
somewhere a redirect (mod_rewrite) in your conf file.
* maybe try with 127.0.0.1 instead of localhost
Also make sure that there's really a repository at c:\usr\repos\myrepo
Oh, and change the paths in your config file to use forward slashes!
(e.g. SVNParentPath "C:/usr/repos")
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: users-help@tortoisesvn.tigris.orgReceived on Thu Dec 7 19:39:58 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.