svn error updating source

While trying to update the tree...

[brother@gumshoe ~/work]$ svn info
Path: .
URL: http://svn.icir.org/bro/branches/robin/work
Repository Root: http://svn.icir.org/bro
Repository UUID: 040645db-9414-0410-b69e-f32faa466a09
Revision: 6761
Node Kind: directory
Schedule: normal
Last Changed Author: robin
Last Changed Rev: 6702
Last Changed Date: 2009-05-07 16:06:55 -0500 (Thu, 07 May 2009)

I get this error...

svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for ‘http://svn.icir.org/bro

When I re-run 'svn update', more files are update and then the same error appears.

Thanks,
Randy

Hmmm... Strange. I just tried a fresh checkout and that worked
fine. Can you try that? Anyone else seeing this problem?

Robin

Checkout wroked...

[brother@gumshoe ~]$ svn checkout http://svn.icir.org/bro/branches/robin/work
A work/aux/broccoli/docs/html/c84.html
A work/aux/broccoli/docs/html/a3617.html
A work/aux/broccoli/docs/html/c20.html
A work/aux/broccoli/docs/html/c54.html
U work/aux/broccoli/docs/broccoli-manual.sgml
Skipped 'work/policy/scan.bro'
U work/policy/ftp.bro
U work/policy/bro.init
U work/policy/mime.bro
U work/policy/http-request.bro
U work/policy/all.bro
U work/policy/sigs/dpd.sig
U work/policy/dns.bro
A work/policy/http-detect-passwd.bro
A work/policy/capture-loss.bro
  U work
Checked out revision 6765.

Thanks,
Randy