Justtechjobs.com Find a programming school near you






Online Campus Both


php-documentation-list | 2003101

Re: [PHP-DOC] Re: cvs questions From: Sean Coates (sean <email protected>)
Date: 10/08/03

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