News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

can+t checkout from svn...

Started by Brane2, August 22, 2018, 12:22:51 PM

Previous topic - Next topic

Brane2

svn checkout attempt stops for password( github).

But even after typing that in, it still fails:


Quotesvn: 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

ollydbg

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.

Miguel Gimenez

Are the subversion externals defined in the repository or in the clients? How can a user apply the new path?

Brane2

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 ?  ???

stahta01

#4
This command works with an already checked out svn repo.


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.

svn propedit svn:externals src/plugins/contrib --editor-cmd nano


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

#5
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 ?

stahta01

I vote to delete that line of the external repo.

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]

stahta01

Quote from: 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 ?

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++.
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]