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

svn list --xml problem with http repositories

From: Tomasz Cichecki <knight_at_kopernet.org>
Date: Fri, 16 Jan 2009 02:49:11 -0800 (PST)

If I list my repository using
$ svn list http://svnhost/repo

everything works fine but adding the --xml switch breaks things:
$ svn list --xml http://svnhost/repo
It starts to output xml but at the first entry fails with following message
svn: REPORT request failed 'http://svnhost/repo': 403 Forbidden (http://svnhost)

Beside the command line client I've also tried to use TortoiseSVN. If I look at the apache's logentries there's a subtle difference. Tortoise does not prepend 'http://svnhost' to the REPORT query string but the commandline uses full URL.

I also noticed that svn --verbose http://svnhost/repos results in a similar failure.

Can anybody help ?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1028361

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-16 18:01:39 CET

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.