Author Topic: can+t checkout from svn...  (Read 6369 times)

Offline Brane2

  • Multiple posting newcomer
  • *
  • Posts: 39
can+t checkout from svn...
« on: August 22, 2018, 12:22:51 pm »
svn checkout attempt stops for password( github).

But even after typing that in, it still fails:


Quote
svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/wxCrafterCB':
svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/eranif/wxCrafterCB/trunk'
Checked out revision 11454.
svn: E205011: Failure occurred processing one or more externals definitions

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: can+t checkout from svn...
« Reply #1 on: August 22, 2018, 03:36:13 pm »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: can+t checkout from svn...
« Reply #2 on: August 22, 2018, 04:10:00 pm »
Are the subversion externals defined in the repository or in the clients? How can a user apply the new path?

Offline Brane2

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: can+t checkout from svn...
« Reply #3 on: August 22, 2018, 08:23:21 pm »
I was about to ask exactly thhe same thing.

Shouldn't this be fixed in repo root ?

Why would anyone external to codeblocks be expeocted tomess with svn repo config files and external urls ?

Shouldn't this be fixed at your end ?  ???

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: can+t checkout from svn...
« Reply #4 on: August 22, 2018, 10:11:57 pm »
This command works with an already checked out svn repo.

Code
svn update . --ignore-externals

But, it then does not update the external svn repos.

Edit: nano is the first text editor I found on my system that I know how to use.
Code
svn propedit svn:externals src/plugins/contrib --editor-cmd nano

Tim S.
« Last Edit: August 22, 2018, 10:39:12 pm by stahta01 »
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: can+t checkout from svn...
« Reply #5 on: August 22, 2018, 10:18:05 pm »
Great, I'll certainly try that.  It's really annoying when Gentoo's ebuild fails permanently.

One hopes that it's something transient that will get fixed in ebuild, but it never does as it is essentially nothing to fix at its end.

If you refer to external repo URL, shouldn't you fix its URL at your end ?
« Last Edit: August 22, 2018, 10:43:09 pm by Brane2 »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: can+t checkout from svn...
« Reply #6 on: August 22, 2018, 10:40:22 pm »
I vote to delete that line of the external repo.

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 stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: can+t checkout from svn...
« Reply #7 on: August 22, 2018, 11:29:26 pm »
Great, I'll certainly try that.  It's really annoying when Gentoo's ebuild fails permanently.

One hopes that it's something transient that will get fixed in ebuild, but it never does as it is essentially nothing to fix at its end.

If you refer to external repo URL, shouldn't you fix its URL at your end ?

I fixed at my end; but, gave you the command so you can fix it at your end.

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