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

http://svn.host.tld/ fun continues: cannot svn ls it!

From: Alexy Khrabrov <alexy.khrabrov_at_setup.org>
Date: 2002-07-31 23:15:09 CEST

OK, now that I host my SVN repository at

http://svn.setup.org/

without any server-side problems, and can see it fine in the
browser, I decided to do an svn ls of it. And I got this, watch:

1 $ svn ls http://svn.setup.org
Invalid URL: http:/svn.setup.org

2 $ svn ls http://svn.setup.org/
Invalid URL: http://svn.setup.org

3 $ svn ls http://svn.setup.org/cs

svn_error: #21098 : <RA layer request failed>
  PROPFIND of //!svn/vcc/default: 403 Forbidden

NOTE: in case (1), error message contains URL with one
slash cut (the second in http://), in case (2), the trailing
slash is cut. Both requests don't even make it to the server.
In case (3), the logs show:

access log:
128.6.178.78 - - [31/Jul/2002:17:08:06 -0400] "PROPFIND /cs HTTP/1.1" 207 479
128.6.178.78 - - [31/Jul/2002:17:08:06 -0400] "PROPFIND //!svn/vcc/default HTTP/1.1" 403 295

error log -- nothing.

Here we go again, looks like it just wants to cut one slash... Wherever...

Cheers,
Alexy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 31 23:17:35 2002

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.