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

Re: Tortoise client

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-04-15 12:16:51 CEST

Austin Clenney wrote:

> The issue that we are having is that we cannot browse the root folder of
> our respositories, or use the root folder to checkout all of the
> projects beneath that folder.
>
> Here is an exerpt of the httpd.conf file for our Apache configuration.
>
> <Location /Austin>
> DAV svn
> SVNParentPath d:/Austin
> SVNListParentPath on
> </Location>
>
> We can browse to the folder underneath the Austin folder but not the
> folder itself. The repo-browsder returns one of 2 errorrs either 301
> Moved Permanently or 403 forbidden.

That's because /Austin is *not* a repository folder. It's the *parent*
folder of all your repositories.
You can browse that folder with your web browser because mod_dav_svn
generates a html page for that location. But that's all. Subversion
clients can't access that page directly.

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 Sun Apr 15 12:17:10 2007

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.