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

SV: Re: Multiple repositories

From: BengtOlov Andersson <BengtOlov.Andersson_at_olsbergs.se>
Date: 2007-09-03 09:11:29 CEST

>-----Ursprungligt meddelande-----
>Från: Stefan Küng [mailto:tortoisesvn@gmail.com]
>Skickat: den 30 augusti 2007 20:38
>Till: users@tortoisesvn.tigris.org
>Ämne: Re: Multiple repositories
>
>BengtOlov Andersson wrote:
>
>> I'm trying to set up multiple repositories in the way you describe it
>> under 3.1.5 in the manual, but for me it doesn't work. I create a new
>> map under /svn level and then creating a new repository in this map and
>> everything seems to work fine. The problems start when trying to
>> checkout from this repository. The checkout window gives me the
>> following information
>>
>> Error: PROPFIND request failed on '/svn/Obsolete/Process'
>> Error: Could not open the requested SVN filesystem
>
>Do you have a subfolder under D:/Electronics Files/Repositories/ called
>"Obsolete"? If yes, that won't work. All repositories must be directly
>under D:/Electronics Files/Repositories/.
>
>> Maybe I'm trying to do something impossible ...
>>
>> Here are some related settings in the httpd.conf file
>>
>> <Location /svn/>
>> RedirectMatch ^(/svn)$ $1/
>
>Try removing the RedirectMatch - AFAIK Subversion doesn't like
>redirections at all.
>
>Stefan
>
>

So even if we point out the directories in httpd.conf like in the example below it won't work???

.
.
.
<Location /svn/>
RedirectMatch ^(/svn)$ $1/
DAV svn
SVNParentPath "D:/Electronics Files/Repositories/"
SVNPathAuthz off
SVNAutoversioning on
SVNListParentPath on
AuthType SSPI
AuthName "Repository"
SSPIAuth On
SSPIAuthoritative On
SSPIDomain olsbergs
SSPIOfferBasic On
Require valid-user
</Location>

<Location /svn/da22>
DAV svn
SVNParentPath "D:/Electronics Files/Repositories/da22/"
SVNPathAuthz off
SVNAutoversioning on
SVNListParentPath on
AuthType SSPI
AuthName "Repository"
SSPIAuth On
SSPIAuthoritative On
SSPIDomain olsbergs
SSPIOfferBasic On
Require valid-user
</Location>

<Location /svn/da13/>
DAV svn
SVNParentPath "D:/Electronics Files/Repositories/da13/"
SVNPathAuthz off
SVNAutoversioning on
SVNListParentPath on
AuthType SSPI
AuthName "Repository"
SSPIAuth On
SSPIAuthoritative On
SSPIDomain olsbergs
SSPIOfferBasic On
Require valid-user
</Location>
.
.
.

Bengt-Olov

>--
> ___
> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Sep 3 09:08:51 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.