On Tue, 3 Aug 2004 [EMAIL PROTECTED] wrote: > I need to write a script that maps a cvs/unix user id > to a bugzilla user id. I know CVS knows the user that > "cvs commits" a change. How do I get this info? Is it > the %s variable?
If you use proper Unix accounts for your CVS users, then your commitinfo script can simply look at the effective user ID of its process, for instance using the ``id'' command. -- Meta-CVS: the working replacement for CVS that has been stable for two years. It versions the directory structure, symbolic links and execute permissions. It figures out renaming on import. Plus it babysits the kids and does light housekeeping! http://freshmeat.net/projects/mcvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
