I've tried to retrieve the source for SDO for C++ from the repository using the following command.
E:> svn checkout http://svn.apache.org/repos/asf/incubator/tuscany/cpp When I do this fo rthe first time, I get what looks like a failure svn: REPORT request failed on '/repos/asf/!svn/vcc/default' svn: REPORT of '/repos/asf/!svn/vcc/default': 200 OK (http://svn.apache.org) However, if I then issue the same command again, the extract works without a problem (ie lots of files get fetched). I'm using svn V1.3.0 and I've also tried TortoiseSVN 1.3.3 - which gives essentially the same behaviour, failing on this first attempt but then succeeding. Is this normal? It feels to me that I'm failing to do some setup step before attempting the checkout but I can't see what that is. Thanks and regards, Geoff.
