News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Is there any other way to checkout latest source?

Started by snick, May 17, 2007, 05:07:28 AM

Previous topic - Next topic

snick

The subversion used by code::blocks is very old, and  it's incompatible with new version.
Can you update your subversion's version?

Thank you!

TDragon

I use the latest version, 1.4.3, and have no trouble checking out the sources.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

snick

Quote from: TDragon link=topic=5924.msg45312#msg45312 date=
I use the latest version, 1.4.3, and have no trouble checking out the sources.

I use 1.4.3 too,but use command copied from website failed:

"svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk".

Now I am using command "svn checkout svn://svn.berlios.de/codeblocks/trunk", and it's ok.

Anyway, thank you!






Deschamps

A bit offtopic here. I suppose that Development would be the correct place.

And in regard to svn, i'm also using 1.4.3 (Linux and Windows), which afaik is the latest version, and can checkout without problems in both plattforms. Besides, I'm using Tortoise in Windows. So i think, with all respects, that your post has no sense.

Regards.
Those who were seen dancing were thought to be insane by those who could not hear the music

stahta01

Quote from: snick on May 17, 2007, 06:05:24 AM
Quote from: TDragon link=topic=5924.msg45312#msg45312 date=
I use the latest version, 1.4.3, and have no trouble checking out the sources.

I use 1.4.3 too,but use command copied from website failed:

"svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk".

Now I am using command "svn checkout svn://svn.berlios.de/codeblocks/trunk", and it's ok.

Anyway, thank you!

Every so often berlios has issues with DDos Attacks which seems to take out "http:" service normally "https" works this means that normal Web Page links don't work if they start with "http:" sometimes.

When the DDos Attacks happen it also causes problem with SVN access if using "svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk".

Rarely, but some times  "svn checkout svn://svn.berlios.de/codeblocks/trunk" does not work but the http version does.

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]