Code::Blocks Forums

User forums => Help => Topic started by: Brane2 on October 04, 2017, 07:26:31 pm

Title: svn checkout doesn't work
Post by: Brane2 on October 04, 2017, 07:26:31 pm
when attempting it, I get at the end:

Quote
U   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
Title: Re: svn checkout doesn't work
Post by: 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.
 
Title: Re: svn checkout doesn't work
Post by: Brane2 on October 04, 2017, 10:43:20 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.