Gagneet Singh [mailto:[EMAIL PROTECTED] wrote: > The repository files are marked according to the user who logins into > the CVS server for making commits. But before that the user has to > checkout the files in his/her name and then only can he check them in. > The other way for a user to do this is to use a script to > change all his > local settings and then commit them in another users name. Not true. You can override the user name used in checkin by specifying the -d parameter, for example:
cvs -d:pserver:[EMAIL PROTECTED]:/cvs login cvs -d:pserver:[EMAIL PROTECTED]:/cvs commit It doesn't matter who checked out the code, the CVS log will show my user ID for that check-in. -- Jim _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
