Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: cprgmswr2 on April 27, 2006, 08:43:45 pm

Title: Is there an easy way to download the source code
Post by: cprgmswr2 on April 27, 2006, 08:43:45 pm
Unless I am overlooking something it appears that you have to download each file individually off of berlious.

http://svn.berlios.de/svnroot/repos/codeblocks/trunk/src/

This is where I am currently looking at
Title: Re: Is there an easy way to download the source code
Post by: thomas on April 27, 2006, 08:53:01 pm
If you have Subversion (http://subversion.tigris.org) on your PC, you can just type:
svn checkout svn://svn.berlios.de/codeblocks/trunk

If you have TortoiseSVN (http://tortoisesvn.tigris.org), then you can right-click onto a folder from inside Windows Exploder and select "Checkout...", then enter:
svn://svn.berlios.de/codeblocks/trunk
where it says "repository URL".
Title: Re: Is there an easy way to download the source code
Post by: PChris on April 27, 2006, 09:11:21 pm
Or you could use SmartSVN, I think it's a really good SVN client, I use it myself for a while ;)
http://www.syntevo.com/smartsvn/index.jsp
Title: Re: Is there an easy way to download the source code
Post by: cprgmswr2 on April 27, 2006, 10:05:05 pm
Thnx