On Fri, 22 Oct 2004, Gabriel PREDA wrote: > Have lost all my working day trying to create a "mysql" directory under > "phpdoc-ro/reference" > > All I did was to create a "ro/reference/mysql" into "phpdoc-ro"... have no > clue how I did that ... of course that was not my intention... > > I tried: > cvs add phpdoc-ro/reference/mysql > But got: > cvs add: in directory .: > cvs [add aborted]: there is no version here; do 'cvs checkout' first
That's correct, you need to be IN the phpdoc-ro directory for cvs related commands. so: cd phpdoc-ro cvs add reference/mysql should work. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org