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

Re: svn log fails on repository root

From: Edmund Horner <edmund_at_chrysophylax.cjb.net>
Date: 2003-10-28 13:40:06 CET

Vlad Skvortsov wrote:
> svn: RA layer request failed
> svn: PROPFIND request failed on '/repos'
> svn: PROPFIND of '/repos': 301 Moved Permanently (http://svn.mydomain.com)

This is an HTTP redirect message from the server telling the client to
go to http://svn.mydomain.com/repos/ instead (note the trailing /).

Unfortunately the client does not yet deal with the message--see
http://subversion.tigris.org/issues/show_bug.cgi?id=660 .

A workaround is to simply add the trailing / whenever you want to look
at /repos .

HTH,
Edmund Horner.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 28 13:41:40 2003

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

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