[plt-dev] Accessing other's usr repository; SQLite package broken

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Jun 1 10:22:50 EDT 2009

On Jun  1, Noel Welsh wrote:
> 
> I notice I have permission to access Jay's repo where sqlite is
> stored, but when I try to check it out I get:
> 
> > svn co http://svn.plt-scheme.org/usr/jay/sqlite sqlite
> svn: Server sent unexpected return value (403 Forbidden) in response
> to PROPFIND request for '/usr/jay'
> 
> How does one go about this?

This might be related to the subversion bug that has been there for a
while now, and has finally received some attention recently.

Or it might work right if jay adds read access for you to his root.
(But I'm not sure why your client would need to read `/usr/jay', so it
might still be that bug.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the dev mailing list.