Author Topic: Is there an easy way to download the source code  (Read 5188 times)

cprgmswr2

  • Guest
Is there an easy way to download the source code
« 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
« Last Edit: April 27, 2006, 08:45:35 pm by cprgmswr2 »

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Is there an easy way to download the source code
« Reply #1 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".
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

PChris

  • Guest
Re: Is there an easy way to download the source code
« Reply #2 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

cprgmswr2

  • Guest
Re: Is there an easy way to download the source code
« Reply #3 on: April 27, 2006, 10:05:05 pm »
Thnx