<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://en.contaowiki.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://en.contaowiki.org/index.php?action=history&amp;feed=atom&amp;title=Core_from_Subversion</id>
		<title>Core from Subversion - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://en.contaowiki.org/index.php?action=history&amp;feed=atom&amp;title=Core_from_Subversion"/>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/index.php?title=Core_from_Subversion&amp;action=history"/>
		<updated>2026-05-30T22:31:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.6</generator>

	<entry>
		<id>https://en.contaowiki.org/index.php?title=Core_from_Subversion&amp;diff=6&amp;oldid=prev</id>
		<title>Xtra: initial revision</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/index.php?title=Core_from_Subversion&amp;diff=6&amp;oldid=prev"/>
				<updated>2010-05-24T22:03:49Z</updated>
		
		<summary type="html">&lt;p&gt;initial revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Development]]&lt;br /&gt;
[[Category:Dev HOWTOS]]&lt;br /&gt;
[[de:Core aus Subversion]]&lt;br /&gt;
&lt;br /&gt;
==Common informationen==&lt;br /&gt;
&lt;br /&gt;
The Contao subversion repository is available at http://svn.typolight.org/trunk&lt;br /&gt;
&lt;br /&gt;
If you want to fetch everything, including all released versions, you have to omit the suffix &amp;quot;trunk&amp;quot;.&lt;br /&gt;
{{Caution|A Complete Checkout is a giant heap of files and should not be checked out without very good reasons.}}&lt;br /&gt;
&lt;br /&gt;
Official informations are available at: http://www.typolight.org/typolight-development.html (very bottom of the page).&lt;br /&gt;
&lt;br /&gt;
==Checkout using different clients==&lt;br /&gt;
===Tortoise SVN with Windows===&lt;br /&gt;
Download the client from http://tortoisesvn.net/downloads.&lt;br /&gt;
After the installation is complete, you'll find an new entry in the Windows Explorer context menu named &amp;quot;TortoiseSVN Checkout&amp;quot;.&lt;br /&gt;
After clicking on that one, you will be prompted for a subversion repository URL. Enter http://svn.typolight.org/trunk to get the latest revision.&lt;br /&gt;
Finally click &amp;quot;OK&amp;quot; and TortoiseSVN will check out all files to the selected directory.&lt;br /&gt;
&lt;br /&gt;
To update this working copy to the latest revision you do not have to check out trunk anymore.&lt;br /&gt;
Instead you can use &amp;quot;TortoiseSVN Update&amp;quot; from the same context menu (You have to be within your working copy to make this menu entry available).&lt;br /&gt;
Using update instead of checkout only transfers the files changed since the last checkout/update.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Console client &amp;quot;svn&amp;quot; using Linux or cygwin===&lt;br /&gt;
Open a console window to get into bash and create a new directory where you want the sources to end up.&lt;br /&gt;
 mkdir contao&lt;br /&gt;
 cd contao&lt;br /&gt;
&lt;br /&gt;
Issue the following command to perform a checkout:&lt;br /&gt;
 svn co http://svn.typolight.org/trunk&lt;br /&gt;
&lt;br /&gt;
To update the working copy to the latest revision, you only have to update (up) it.&lt;br /&gt;
To do this, hop into the directory containing the sources and issue the following command:&lt;br /&gt;
 cd contao&lt;br /&gt;
 svn up&lt;br /&gt;
&lt;br /&gt;
For further documentation of the subversion cliend, please read the manpage.&lt;br /&gt;
 man svn&lt;/div&gt;</summary>
		<author><name>Xtra</name></author>	</entry>

	</feed>