Bug 17453 - Can't download using svn
Summary: Can't download using svn
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 08:24 PST by Brian Osborne
Modified: 2008-02-21 11:43 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.