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

Re: RES: RES: Problems with TSVN

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-12-07 19:31:31 CET

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.org
Received on Thu Dec 7 19:32:12 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.