[TYPO3-dev] creation of a new svn directory for the TYPO3 Extension Development Platform

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Mon Sep 4 02:21:17 CEST 2006


Franz Holzinger wrote:
> Hello,
> 
> I want to add new extensions to the TYPO3 Extension Development Platform
> http://svn.sourceforge.net/viewvc/typo3xdev/.
> 
> I tried to do this as described in the SVN book:
> 

Hello Franz,

what you descibe here is the setup of an own subversion repository on
your local machine. But you don't need that. All you need is a
subversion client to access the source forge repository. Try this on the
command line:

List all extensions:

svn ls https://svn.sourceforge.net/svnroot/typo3xdev/


Export xajax (non developer export):

svn export
https://svn.sourceforge.net/svnroot/typo3xdev/tx_xajax/tags/0.2.3/ xajax


Checkout playground: (developer checkout)

svn checkout
https://svn.sourceforge.net/svnroot/typo3xdev/cvstest/trunk cvstest

Edit some files now.

Commit alterations:

svn commit -m='my little test'


Now you have learned the basic handling. But you still haven't imported
an own project. That is a little more difficult for the beginner. Please
ask Andreas Otto for assistance.

Regards

Elmar


















More information about the TYPO3-dev mailing list