History: CvsExperimentalBranches
Preview of version: 3
There exist experimental branches in CVS:
The branch EXP-CORE-SPIDER is for spider's (aka gravesweeper's) core he wants to try.
I created the branch like this:
cvs checkout tiki
cd tiki
cvs tag ROOT-EXP-CORE-SPIDER
cvs tag -r ROOT-EXP-CORE-SPIDER -b EXP-CORE-SPIDER
If merging from HEAD should be possible, more tags are necessary.
Accessing the branch:
cvs checkout -r EXP-CORE-SPIDER tiki
You should not use the tikiwiki module. See page Cvs18 how to get adodb and smarty in your branch. Adodb and smarty should use HEAD branch (and you should not change things herein).
Flo