Loading...
 
Skip to main content
some guidelines on using cvs to contribute to tikiwiki

CvsTips



ATTENTION
On 2008-03-24: Nyloth migrated tikiwiki from CVS to SVN. See the SVN Usage page for information on accessing SVN


CVS exploring
A good (then lazy) coder will put valuable comments in his CVS commits. You'll see those comments in each post on cvs mails, if you subscribe to that list. Each change on the code source sends a mail to that mailing-list. It's a large amount of mails, but less than for devel list. A good way to follow development is also to update a local cvs version of tikiwiki. Use the command cvs log on a file gives out its history of all comments made on it. Very useful.


CVS : what's that ?
It's a way to store code source and write it collaboratively. It's used in all open source projects and it's a must know.

How to Get code Tikiwiki through CVS

See: Get code

Show PHP error messages