Florian Weimer wrote:
> Below you'll find a patch which adds the CVS user name to the data
> that is written to a loginfo handler. It's very complicated to
> determine it if you're using pserver and multiple CVS users are mapped
> to one Unix user (in this case, you can't use getuid(), as some
> scripts do).
Alternatively, you can pass $USER as an argument to the script called by
loginfo to get the same effect w/o patching the code. Even in :pserver:
mode, $USER contains the actual client ID (not the single mapped Unix
user).
David