News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

svn checkout doesn't work

Started by Brane2, October 04, 2017, 07:26:31 PM

Previous topic - Next topic

Brane2

when attempting it, I get at the end:

QuoteU   trunk
svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/FortranProject':
svn: warning: W170000: Unrecognized URL scheme for 'https://svn.code.sf.net/p/fortranproject/code/trunk'
svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/PythonPlugins':
svn: warning: W170000: Unrecognized URL scheme for 'https://github.com/spillz/codeblocks-python/trunk'
svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/wxCrafterCB':
svn: warning: W170000: Unrecognized URL scheme for 'https://github.com/eranif/wxCrafterCB/trunk'
Checked out revision 11182.
svn: E205011: Failure occurred processing one or more externals definitions

stahta01

This is likely an (OS) Operating System or firewall issue.

Note: You can try a second time; by running an svn update command.

My internet has a similar error because my internet connection times out; so, I have to repeat svn commands under Windows.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Brane2

Quote from: stahta01 on October 04, 2017, 07:42:00 PM
This is likely an (OS) Operating System or firewall issue.

Note: You can try a second time; by running an svn update command.

My internet has a similar error because my internet connection times out; so, I have to repeat svn commands under Windows.

Tim S.

I found the cause- I had wrong serf library linked in. net-misc-serf-1.3.8-r1 works, while 1.3.9 doesn't.

Now it works, thanks.