Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: snick on May 17, 2007, 05:07:28 am

Title: Is there any other way to checkout latest source?
Post by: snick on May 17, 2007, 05:07:28 am
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!
Title: Re: Is there any other way to checkout latest source?
Post by: TDragon on May 17, 2007, 05:54:04 am
I use the latest version, 1.4.3, and have no trouble checking out the sources.
Title: Re: Is there any other way to checkout latest source?
Post by: 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!





Title: Re: Is there any other way to checkout latest source?
Post by: Deschamps on May 17, 2007, 01:36:24 pm
A bit offtopic here. I suppose that Development (http://forums.codeblocks.org/index.php/board,7.0.html) 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.
Title: Re: Is there any other way to checkout latest source?
Post by: stahta01 on May 17, 2007, 01:43:15 pm
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