----- Original Message ----- From: "Sean Coates" <[EMAIL PROTECTED]> To: "Nuno Lopes" <[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: > [EMAIL PROTECTED] cronjobs]$ cat CVS/Root > :ext:[EMAIL PROTECTED]:/home/cvsroot > > Simple script, to be run in local CVS root: > > for rootfile in `find . -name 'Root'`; do echo ":ext:[EMAIL PROTECTED]:$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_*.