Chris writes:
> 
> I've written a PHP script to attempt to create a module. Basically, it 
> creates a dir, cd's into it, calls import, then removes the dir. The actual 
> command looks like this:
[...]
> That should be good news, except that the module isn't created! I can't 
> check it out, and there's nothing in $CVSROOT - it's simply not there. When 
> I cut-n-paste the command to the console and enter it, the module does in 
> fact get created.

My guess is that there aren't any files in the directory, so nothing
gets imported.  Remember: CVS manages files, not directories; as far as
CVS is concerned, directories are just handy containers for files.

-Larry Jones

You're going to be pretty lonely in the nursing home. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to