Re: [PHP-DEV] Adding new extention to php4 From: Sascha Schumann (sascha <email protected>)
Date: 08/13/99

> I tried 'cvs add ext/<ext_name>

try

$ cd ext
$ cvs add <ext_name>
$ cvs commit -m . <ext_name> # not sure about this one
$ cd <ext_name>
$ cvs add <file names...>

-- 

Regards,

Sascha Schumann Consultant

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>