Bug 17453

Summary: Can't download using svn
Product: WebKit Reporter: Brian Osborne <bosborne11>
Component: WebKit WebsiteAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description Brian Osborne 2008-02-20 08:24:15 PST
The checkout.html page suggests:

svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit

When I do this I just see:

Bus error

I should add that I'm using this same svn to checkout/commit/update other active repositories, works fine.

When I try the more typical:

130 ~>svn checkout svn://svn.webkit.org/repository/webkit/trunk WebKit

I see:

svn: Can't connect to host 'svn.webkit.org': Operation timed out
Comment 1 Mark Rowe (bdash) 2008-02-21 11:43:22 PST
"Bus error" is indicative of an error in the Subversion client you are using.  There's nothing we can do about that.  The second command you tried is expected to fail as we do not use svn:// for accessing our repository.  If you continue to receive the "Bus error" I would suggest you seek help on a Subversion-related list as there is little we can do to work around such a bug.