[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 the 
file, and reads its contents.  (This is because I actually want the PHP 
script to parse the XML and do later things with this info.)

Does anyone know how this is done?  Rather, can anyone point me to a 
tutorial or resource on this topic?

Thank you,
Erik







Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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.  
-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 the 
-file, and reads its contents.  (This is because I actually want the PHP 
-script to parse the XML and do later things with this info.)
-
-Does anyone know how this is done?  Rather, can anyone point me to a 
-tutorial or resource on this topic?
-
-Thank you,
-Erik
-
-
-
-
-
-
-
-Erik Price
-Web Developer Temp
-Media Lab, H.H. Brown
[EMAIL PROTECTED]
-
-
--- 
-PHP General Mailing List (http://www.php.net/)
-To unsubscribe, visit: http://www.php.net/unsub.php
-

**

John Huggins
VANet

[EMAIL PROTECTED]
http://www.va.net/

**


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php