Author Topic: svn checkout doesn't work  (Read 3910 times)

Offline Brane2

  • Multiple posting newcomer
  • *
  • Posts: 39
svn checkout doesn't work
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: svn checkout doesn't work
« Reply #1 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.
 
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Brane2

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: svn checkout doesn't work
« Reply #2 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.