CVS beginner needs help 

http://groups.google.com/groups?hl=en&threadm=uvlcBGlm%24GA.263%40cpmsnbbsa05&rnum=9&prev=/groups%3Fq%3Dcvs%2Binitial%2Bdirectory%2Btree%26num%3D50%26hl%3Den%26sa%3DG%26scoring%3Dr

Newsgroups: comp.software.config-mgmt
Date: 2000/03/26

I just finished reading the 2 CVS books: free chapters of Open Source Development with CVS and Cederqvist. I am using ver 1.06 on intel win95 (One day I will switch over to Linux). I successfully did the following:

  1. Created cvs repository. I used "cvs -d :local:e:/user/khunginit"
  2. Imported a project into the repository.
  3. Checked out the project.

Everything is fine except that I don't know how to tell CVS my user name and therefore after keyword expansion, the author (in one of my file) is anonymous.

CVS beginner needs help 

Hmmm… Try setting an environment variable called LOGNAME to your userid, like this:

set LOGNAME=khung

Randy Rizun