[TYPO3-dev] working and up to date trac installation for TYPO3 4.x.x available?

Elmar Hinz elmar07 at googlemail.com
Sun Oct 21 20:47:13 CEST 2007


> Hi Dmitry,
> 
> in trac tickets don't have to be active, sure mantis is for the tickets.
> To synchronize a cronjob can do the job, there were several that have a
> working trac of sf svn on a local server (mentioned in the thread in
> newslist, i don't remember where it was). So i know that it's possible.
> 
> vg  Steffen


This cronjob lines do a stable ob for me since monthes. 

*/30 * * * *   root export SVKROOT='/var/svk' && svk
mirror --unlock //mirror/typo3xdev && svk sync //mirror/typo3xdev

*/30 * * * *   root export SVKROOT='/var/svk' && svk
mirror --unlock //mirror/typo3 && svk sync //mirror/typo3

It simply can't block, because I do a call to unlock before every run. As
you see I use svk to mirror. 

Regards

Elmar









More information about the TYPO3-dev mailing list