php-documentation-list | 2003101
Date: 10/08/03
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] Re: cvs questions"
- Previous message: Nuno Lopes: "Re: [PHP-DOC] Re: cvs questions"
- In reply to: Gabor Hojtsy: "Re: [PHP-DOC] Re: cvs questions"
- Next in thread: Nuno Lopes: "Re: [PHP-DOC] Re: cvs questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] Re: cvs questions"
- Previous message: Nuno Lopes: "Re: [PHP-DOC] Re: cvs questions"
- In reply to: Gabor Hojtsy: "Re: [PHP-DOC] Re: cvs questions"
- Next in thread: Nuno Lopes: "Re: [PHP-DOC] Re: cvs questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

