On Thu, 16 Jan 2003, Ryeonho Heo wrote: > To test documents I've translated I runned "make test" from document root > directory > It took on several SECONDS and > It said > > [rhheo@mars phpdoc-xx]$ make test > SP_ENCODING=XML SP_CHARSET_FIXED=YES /usr/bin/nsgmls -i lang-xx -D . -s > ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml > [rhheo@mars phpdoc-xx]$ > > I marked my language initial with xx. > Does this mean It's fine to commit a document?
It doesn't show any errors, so you can assume that there were no problems and thus you can commit. > > And another one, > Would someone tell me how to delete an empty directory from CVS repository? > I couldn't remove it with cvs remove, commit command. > Files were possible. You can not really do that, use "cvs upd -dP" to get rid of them (instead of "cvs upd" alone). Derick -- ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ ------------------------------------------------------------------------- -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
