Thanks for the info - I do get the same error with the SVN import as well.
In the past, I recall I had trouble with \build\manifest.forge. I'd switched to Maven as recommended in this thread.
But now no more Maven

Anyway I learned something if there's a switch back.
Update 1I've tried again about 10 times and I'm getting consistently kicked off the server when the directory changes. This looks to be a connection problem (
http://lists.freepascal.org/lists/fpc-devel/2009-July/017007.html).
Update 2Now using repeat command line requests
- Code: Select all
svn checkout http://svn.slightlymagic.net/forge/trunk -r HEAD --depth=infinity --force
This method works better since when a request breaks, the next request picks up where the last one stopped. Subclipse starts over from the beginning.

Not sure why this happens.
Usually error message reads something like "connection was closed by server". Sometimes will get "connection forcibly closed by server". These errors happen when a directory change is requested, not on a file download.
Update 3Confirmed. The command above successfully checked out a revision piece by piece. A little intensive since the checkout must be restarted every time it's broken, but it works if nothing else does. Subclipse not recommended for this situation.
============
Still several things I'll be trying today and tomorrow, suggestions welcome.