info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how-to get real username in loginfo with :pserver


From: Paul MacAdam
Subject: how-to get real username in loginfo with :pserver
Date: Wed, 06 Jun 2001 14:08:30 -0700

I have a client-server CVS setup using :pserver.

No actual users have an account on the CVS box; rather, all processes
run as user and group "cvs."

In CVSROOT/loginfo, I configured all commits to be cat'd to
CVSROOT/commitlog

    ALL (echo ""; id; date; echo %{sVv}; cat) >>
/cvs-root/CVSROOT/commitlog;

Problem is, every entry in commitlog identifies the committing user as
"cvs."

Does anyone of something other than "id" or "whoami" that would record
the real user in commitlog?

Thanks.
PaulM





reply via email to

[Prev in Thread] Current Thread [Next in Thread]