Sounds like your connection is timing out. I would suggest deleting (rm -rf dirname) the last directory that SVN was trying to check out, then changing directories into "WebKit" (cd WebKit), and finally running "svn update" to pick up the rest of the directories. Dave On Tue, 8/26/08, Jack Wootton <jackwootton@gmail.com> wrote:
After running the following command:
svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit
As specified here:
http://webkit.org/building/checkout.html
I receive the following error:
svn: REPORT of '/repository/webkit/!svn/vcc/default': Could not read response body: connection was closed by server (http://svn.webki t.org)
Perhaps this is why I am not downloading all the directories :p
Can someone help?
Cheers, Jack
On Fri, Aug 22, 2008 at 5:43 PM, Darin Adler <darin@apple.com> wrote:
On Aug 22, 2008, at 9:14 AM, Jack Wootton wrote:
I had directories containing src (JavaScriptCore etc), but no 'WebKitTools' dir.
That's very strange. The WebKitTools directory is right next to JavaScriptCore and there's no important difference between the two directories. But it is the last directory alphabetically so you might see a problem if you were checking out and it failed part way through.
The directories are:
BugsSite JavaScriptCore JavaScriptGlue LayoutTests PageLoadTests PlanetWebKit SunSpider WebCore WebKit WebKitExamplePlugins WebKitLibraries WebKitSite WebKitTools
You could check to see if you have them all.
-- Darin
-- Regards Jack