History: CvsExperimentalBranches
Preview of version: 6
There exist experimental branches in CVS:
Branch dedicated to the work of lfagundes also known under name of batatata on irc.
topic: adding a wikiId in everywhere so wiki is managed like image galleries with many wikis. Possible further moves include internationalization, and evoluted things but the primary goal of that move is only to add a wikiId everywhere (more to be defined by batatatata).
branched on 2004-02-27 the tiki module (-- mose)
cvs tag ROOT-EXP-WIKI-FARM
cvs tag -r ROOT-EXP-WIKI-FARM -b EXP-WIKI-FARM
To checkout a fresh branch
cvs co -r EXP-WIKI-FARM -d tiki-wiki-farm tikiwiki
cd tiki-wiki-farm
To change Head to wiki-farm
cd tikiwiki
cvs -q up -r EXP-WIKI-FARM -dP
to revert to HEAD
cd tikiwiki
cvs -q up -dAP
working here: lfagundes, dgd, mose
The branch EXP-CORE-SPIDER is for spider's core he wants to try. (spider's cvs user is 'gravesweeper')
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