[reportlab-users] [Patch] lib/_rl_accel.c
Yves Bastide
reportlab-users@reportlab.com
Thu, 19 Aug 2004 12:28:46 +0200
On Thu, Aug 19, 2004 at 10:35:41AM +0100, Robin Becker wrote:
> Yves Bastide wrote:
>
> > Hi,
> >
> > A small bug in lib/_rl_accel.c bit me the other day when registering a
> > font (missing argument when calling _SWRecover). Patch attached.
> >
> > BTW, the svn server seems unavailable:
> >
> > svn: REPORT request failed on '/svn/public/!svn/vcc/default'
> > svn: REPORT of '/svn/public/!svn/vcc/default': 400 Bad Request
> > (http://www.reportlab.co.uk)
> >
> >
> > Regards,
> >
> > yves
>
> can you say what the actual URL you used was? I use the server from outside as
> well and it seems to work for me.
Sure:
zeb@delicatessen:/tmp$ svn --version
svn, version 1.0.6 (r10360)
compiled Aug 4 2004, 22:30:50
Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' schema
zeb@delicatessen:/tmp$ svn co http://www.reportlab.co.uk/svn/public/reportlab/trunk/reportlab
svn: REPORT request failed on '/svn/public/!svn/vcc/default'
svn: REPORT of '/svn/public/!svn/vcc/default': 400 Bad Request (http://www.reportlab.co.uk)
zeb@delicatessen:/tmp$
>
> --
> Robin Becker
yves