[TYPO3-ect] tx_categories on typo3xdev (help!)
Elmar Hinz
elmar07 at googlemail.com
Wed Oct 31 08:25:16 CET 2007
> GUI but it really just mirrors the SVN commands into the GUI, so,
> understanding SVN would be the key. The SVN book from tigris.org is a
> good one to have on hand and read a bit.
Absolutely right. The svn command line is also a very quick help and fast
tool. I can only speak for Linux.
bash# svn help
bash# svn help mkdir
bash# svn help checkout
bash# svn help status
bash# svn help update
bash# svn help commit
I.e. to commit your current work you just type:
bash# svn co -m 'Some short but informative upload comment here.'
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list