Changes between Version 11 and Version 12 of explainSvn


Ignore:
Timestamp:
Jul 8, 2018, 7:55:13 PM (6 years ago)
Author:
dryeo
Comment:

Add workaround for when http connections are blocked.

Legend:

Unmodified
Added
Removed
Modified
  • explainSvn

    v11 v12  
    158158[to be written later]
    159159
     160== Connection Timed Out Error ==
     161
     162If getting errors such as
     163{{{
     164svn co http://svn.netlabs.org/repos/ports/pixman/trunk
     165svn: Server sent unexpected return value (504 Connection Timed Out) in response
     166to OPTIONS request for 'http://svn.netlabs.org/repos/ports/pixman/trunk'
     167}}}
     168Try using https instead of http. Note that you may have to accept a certificate.
     169{{{
     170svn co https://svn.netlabs.org/repos/ports/pixman/trunk
     171}}}
     172
    160173== Old Instructions (to be removed) ==
    161174