Hi,
The server changed recently. The solution is to use svn.debian.org as the server and not pkg-ocaml-maint.alioth.debian.org. If you don't want to re-checkout the svn you can edit directly the .svn/entries files. Here's what I've done to correct this:
% chmod +w $(find . -name entries)
% sed -i 's/svn+ssh:\/\/[^\/]*alioth.debian.org\//svn+ssh:\/\/svn.debian.org\//' $(find . -name entries)
Regards,
Sam.
Ralf Treinen wrote:
Hi,
am I the only one to experience problems accessing the pkg-ocaml svn archive on alioth:
% svn update svn: Can't open file '/svn/pkg-ocaml-maint/packages/ocaml/format': Permission denied
I suppose this has to do with the recent move of the svn server, and the changes doen at this occassion.
-Ralf.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

