[PHP] cvs data PHP

2002-03-20 Thread Erik Price
I was wondering if there is a way to access CVS from a PHP script. Obviously there's some way to do it, SourceForge does it. What I'm wondering is how -- Somebody commits an XML file to CVS. Later, somebody else accesses the PHP script. The PHP script queries CVS for the latest version of

Re: [PHP] cvs data PHP

2002-03-20 Thread John S. Huggins
Look for CHORA on the net. It is a PHP thing that somehow accesses a CVS respository. I discovered it as part of phpGroupWare. It works well and should serve as a decent guide. On Wed, 20 Mar 2002, Erik Price wrote: -I was wondering if there is a way to access CVS from a PHP script.