William Mallouk [mailto:[EMAIL PROTECTED] wrote: > Recently we had an issue with CVS: we had to access the > repository using the > :local: protocol, and we realised that cvs would record the > author field of > the history with the username that is currently logged to the > OS. [...] > I wonder if there's any other way to achieve what I did > without recompiling > CVS. Doesn't look like it, at least if you're using :local:.
You could try using a different access method instead, such as :pserver: (you can still do that even though you're working locally). > If not, I would like to know if such feature could be > added to future > CVS versions. You could submit your changes to [EMAIL PROTECTED] as a patch to be considered for future releases, or to go in the 'contrib' directory. -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (http://www.leitch.com) Columnist, C/C++ Users Journal (http://www.cuj.com/experts) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
