Re: [PHP] Trying to do a CVS import

2001-02-18 Thread David Robley

On Mon, 19 Feb 2001 15:34, Chris wrote:

  Hi all,

 I'm sludging away at writing PHP scripts that use CVS. It's been
 pretty slow going, mostly because it seems to be taking me a while to
 learn to think like CVS.

 One thing has me stumped. How the heck do I create a new project using
 import? Unless I'm totally offbase, I have to be 'in' the directory I
 want to import. Since I can't do anything like a cd from PHP, what do
 I do?

 Thanks,
 Chris

Does chdir() not work for you?

-- 
David Robley| WEBMASTER  Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet| http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Trying to do a CVS import

2001-02-18 Thread Chris

Eep. I didn't know there was a chdir. It's not in the list of Filesystem 
functions, but when I looked for it by name in the quickref, there it was.

Thanks!
Chris