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

Re: Self-Signed Cert and Repository problem

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2003-08-12 01:06:34 CEST

Mukund wrote:

> | 2nd issue: I have a number of repositories and one is named kaleo. While
> | access to all of the others work fine which means my configuration of Apache
> | is working this one reports the following error.
> |
> | svn: RA layer request failed
> | svn: PROPFIND request failed on '/kaleo'
> | svn: PROPFIND of '/kaleo': 301 Moved Permanently (https://svn.xxxxx.yyy)
>
> It looks like your Subversion DAV server is configured to redirect
> requests from the URI you have used to some other location. Check the
> configuration of the server.

Or rather use the new location instead (https://svn.xxxxx.yyy). I hope
that https://svn.xxxxx.yyy in the message above is really a real URL
that you "hid" from us.

The reason it works in a web browser is because it automatically goes to
the new location when it gets a redirect (301). The subversion client
does not do that, at least not yet. You can read more about that in
issue 660 if you're interested:

        http://subversion.tigris.org/issues/show_bug.cgi?id=660

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 12 01:07:28 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.