<?php require_once('prepend.php'); ?>
<title>Source code</title>
<h1>Source code</h1>
<p>The source code of Code::Blocks is freely available under the GPL v2 license. Here you will find instructions
on how to access the source code.<br>
<b>Note:</b>
Since November 26 2005, Code::Blocks' repository is under <a href="http://subversion.tigris.org">Subversion</a> control
at <a href="http://developer.berlios.de/projects/codeblocks/">BerliOS</a>. Although the CVS repository still
exists at sourceforge.net, <u>we are not using it</u>.</p>
<h3>Anonymous SVN access via SVN</h3>
<p>Repository url: <tt>svn://svn.berlios.de/codeblocks/trunk</tt><br>
Sample command line: <tt>svn checkout svn://svn.berlios.de/codeblocks/trunk</tt></p>
<h3>Anonymous SVN access via HTTP</h3>
<p>Repository url: <tt>http://svn.berlios.de/svnroot/repos/codeblocks/trunk</tt><br>
Sample command line: <tt>svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk</tt></p>
<h3>Developer SVN access via SVN+SSH</h3>
<p>Repository url: <tt>svn+ssh://<i>developername</i>@svn.berlios.de/svnroot/repos/codeblocks/trunk</tt><br>
Sample command line: <tt>svn checkout svn+ssh://<i>developername</i>@svn.berlios.de/svnroot/repos/codeblocks/trunk</tt></p>
<h3>Developer SVN access via HTTPS</h3>
<p>Repository url: <tt>https://<i>developername</i>@svn.berlios.de/svnroot/repos/codeblocks/trunk</tt><br>
Sample command line: <tt>svn checkout https://<i>developername</i>@svn.berlios.de/svnroot/repos/codeblocks/trunk</tt></p>