[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 09:54:26 CEST 2006


Franz Holzinger wrote:
> This cannot work with tx_staticinfotables. There does not exist any
> directory for it at typo3xdev.
> I think this line must be executed:
> 
> svnadmin create tx_staticinfotables

No, it must not. That would create a completly new repository, but the
repository is already there. All you need to do is to create some new
subdirectories within the repository. You could do this with

svn mkdir ...

or

svn copy ....

As you want to import the complete directory tree of the extension, the
best command is import.

svn import ...

You don't need svnadmin.

Regards

Elmar





More information about the TYPO3-dev mailing list