Changes between Version 11 and Version 12 of explainSvn
- Timestamp:
- Jul 8, 2018, 9:55:13 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
explainSvn
v11 v12 158 158 [to be written later] 159 159 160 == Connection Timed Out Error == 161 162 If getting errors such as 163 {{{ 164 svn co http://svn.netlabs.org/repos/ports/pixman/trunk 165 svn: Server sent unexpected return value (504 Connection Timed Out) in response 166 to OPTIONS request for 'http://svn.netlabs.org/repos/ports/pixman/trunk' 167 }}} 168 Try using https instead of http. Note that you may have to accept a certificate. 169 {{{ 170 svn co https://svn.netlabs.org/repos/ports/pixman/trunk 171 }}} 172 160 173 == Old Instructions (to be removed) == 161 174