Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Gabor Hojtsy
So, I have a big problems on my hands! I can't replace all cvs/root files when a user logs in, because there can be more than one user on-line at once and it isn't pratical! So I could change only the cvs/root file only when the user submits the new translation. If changing the root file every tim

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Nuno Lopes
ECTED]> To: "Nuno Lopes" <[EMAIL PROTECTED]> Cc: "Sean Coates" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 7:45 PM Subject: Re: [PHP-DOC] Re: cvs questions > CVS authentication is the tool for thi

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Gabor Hojtsy
Yes, all changes would be logged, so you know who done the translation (or the bad job). CVS authentication is the tool for this... It is not at all hard to get a CVS account, it the developers are convinced you will do something. With such an online app, you can translate content, and let somebo

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Nuno Lopes
IL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 7:30 PM Subject: Re: [PHP-DOC] Re: cvs questions > (another) nasty hack warning: > Have the front end authenticate, then use system accounts, but prefix log messages with the username. > > Far from perfect, but

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Sean Coates
(another) nasty hack warning: Have the front end authenticate, then use system accounts, but prefix log messages with the username. Far from perfect, but it might work. S On Wed, Oct 08, 2003 at 08:27:33PM +0200, Gabor Hojtsy wrote: > >Maybe, it would be better to have a CVS account for the sys

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Gabor Hojtsy
Maybe, it would be better to have a CVS account for the system (one for each translating project). Then the users would be controlled by the mysql DB. For example, now it's very hard to get a CVS account, so, the PHP group would give an account for each team and then the admin of the team could add

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Sean Coates
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

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Nuno Lopes
- 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/ subdirect

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Nuno Lopes
]> To: "Nuno Lopes" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 7:12 PM Subject: Re: [PHP-DOC] Re: cvs questions > > I'll try to install on my linux box a cvs server similar to the php's > >

Re: [PHP-DOC] Re: cvs questions

2003-10-08 Thread Gabor Hojtsy
I'll try to install on my linux box a cvs server similar to the php's server. Now, you touched in my biggest problem: authentication! I get the files using the anonymous account, and I update them using the user account, and using the same folders. How will CVS react?? Does I need to have a separa