Hi, weiss jemand wie ich in einem lokalen cvs repository bei checkins den username beliebig setzen kann ? Ich habe probiert "LOGNAME" und "USER" im environment zu setzen und auch ueber "-s USER=username" das dem cvs mitzugeben - Leider bisher ohne erfolg ... Ich brauche das ganze um automatisiert in einem cvs changes festzuhalten die wiederum in anderen datein mit namen auftauchen - Ich wuerde gerne diese namen als metadaten ins repository aufnehmen und zwar nicht als "logmsg" sondern als wirklicher user. Leider ergibt googlen und FAQ lesen nicht wirklich was ich brauche ... "rcv" aka co/ci koennen das ueber die "-w" option. flo@touch:/tmp$ mkdir cvs flo@touch:/tmp$ cvs -d /tmp/cvs init flo@touch:/tmp$ mkdir repos flo@touch:/tmp$ cd repos/ flo@touch:/tmp/repos$ touch file flo@touch:/tmp/repos$ cvs -d /tmp/cvs import -m "import" repos vtag rtag N repos/file No conflicts created by this import flo@touch:/tmp/repos$ cd .. flo@touch:/tmp$ rm -rf repos flo@touch:/tmp$ cvs -d /tmp/cvs co repos cvs checkout: Updating repos U repos/file flo@touch:/tmp/repos$ echo Hallo >>file flo@touch:/tmp/repos$ cvs -sUSER=floh commit -m "commit #1" file Checking in file; /tmp/cvs/repos/file,v <-- file new revision: 1.2; previous revision: 1.1 done flo@touch:/tmp/repos$ cvs annotate file Annotations for file *************** 1.2 (flo 08-Oct-02): Hallo Flo -- Florian Lohoff flo@rfc822.org +49-5201-669912 Heisenberg may have been here.