Justtechjobs.com Find a programming school near you






Online Campus Both


php-documentation-list | 2003101

Re: [PHP-DOC] Re: cvs questions From: Nuno Lopes (nunoplopes <email protected>)
Date: 10/08/03

----- Original Message -----
From: "Sean Coates" <sean <email protected>>
To: "Nuno Lopes" <nunoplopes <email protected>>
Sent: Wednesday, October 08, 2003 7:20 PM
Subject: Re: [PHP-DOC] Re: cvs questions

> There will be files in your local repository in each CVS/ subdirectory
called "Root".
> You'll need to modify these files, if I'm following you.
>
> example:
> [scoates <email protected> cronjobs]$ cat CVS/Root
> :ext:scoates <email protected>[whereIwork].com:/home/cvsroot
>
> Simple script, to be run in local CVS root:
>
> for rootfile in `find . -name 'Root'`; do echo
":ext:$USER@$SERVER:$REPOSITORY_PATH > $rootfile; done
>
> As far as passwords go, you might need to do some fancy (read: nasty)
stuff with proc_open.. ?
>
> S

This solution might work, but...... I don't think it's the better!

Yes, I will need to play with proc_*.