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

Multiple repositories

From: BengtOlov Andersson <BengtOlov.Andersson_at_olsbergs.se>
Date: 2007-08-30 10:51:43 CEST

Hi!

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

Maybe I'm trying to do something impossible ...

Here are some related settings in the httpd.conf file

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

Regards

Bengt-Olov Andersson

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Aug 30 10:48:56 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.