Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Request #13648 Add SVN feature to pear/pecl command
Submitted: 2008-04-10 23:24 UTC
From: philip Assigned:
Status: Open Package: PEAR (version CVS)
PHP Version: 5_3 CVS-2008-03-16 OS: Mac
Roadmaps: (Not assigned)    
Subscription  


 [2008-04-10 23:24 UTC] philip (Philip Olson)
Description: ------------ This feature request adds a "cvs type" to both pear and pecl commands. So for example: $ pecl install foo-cvs This would download pecl/foo from CVS and build it. Test script: --------------- It might do something like: rm -rf fooTemp cvs -d :pserver:cvsread:phpfi@cvs.php.net:/repository login cvs -d :pserver:cvsread:@cvs.php.net:/repository checkout -d fooTemp pecl/foo cd fooTemp phpize ./configure make ...

Comments

 [2009-08-09 22:39 UTC] dufuz (Helgi Þormar Þorbjörnsson)
-Summary: Add cvs feature to pear/pecl command +Summary: Add SVN feature to pear/pecl command
I assume now you'd like a SVN feature instead of the CVS one, given that the whole infrastructure has now changed.