Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Brane2 on August 22, 2018, 12:22:51 pm

Title: can+t checkout from svn...
Post by: Brane2 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
Title: Re: can+t checkout from svn...
Post by: ollydbg on August 22, 2018, 03:36:13 pm
See this post for the fix:
Re: The 15 August 2018 build (11449) is out. (http://forums.codeblocks.org/index.php/topic,22779.msg154832.html#msg154832)
Title: Re: can+t checkout from svn...
Post by: Miguel Gimenez 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?
Title: Re: can+t checkout from svn...
Post by: Brane2 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 ?  ???
Title: Re: can+t checkout from svn...
Post by: stahta01 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.
Title: Re: can+t checkout from svn...
Post by: Brane2 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 ?
Title: Re: can+t checkout from svn...
Post by: stahta01 on August 22, 2018, 10:40:22 pm
I vote to delete that line of the external repo.

Tim S.
Title: Re: can+t checkout from svn...
Post by: stahta01 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.