From: Bill S. <g4...@cl...> - 2018-05-27 23:30:36
|
On 28/05/2018 00:22, Alessandro Gorobey via wsjt-devel wrote: > Sometimes I have problem with sourceforge svn > svn switch --relocate https:// svn:// > or > svn switch --relocate http:// svn:// > seem solve the problem. Hi Sandro, I believe SF dropped http scheme support some time back. The `svn switch --relocate` command is deprecated, beter to type: svn reclocate http https or better: svn relocate http svn or if already using the https scheme: svn relocate https svn Note the svn scheme is slightly faster than the https scheme. 73 Bill G4WJS. |