cvs log username setzen
Florian Lohoff
flo at rfc822.org
Tue Oct 8 16:06:08 CEST 2002
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 at touch:/tmp$ mkdir cvs
flo at touch:/tmp$ cvs -d /tmp/cvs init
flo at touch:/tmp$ mkdir repos
flo at touch:/tmp$ cd repos/
flo at touch:/tmp/repos$ touch file
flo at touch:/tmp/repos$ cvs -d /tmp/cvs import -m "import" repos vtag rtag
N repos/file
No conflicts created by this import
flo at touch:/tmp/repos$ cd ..
flo at touch:/tmp$ rm -rf repos
flo at touch:/tmp$ cvs -d /tmp/cvs co repos
cvs checkout: Updating repos
U repos/file
flo at touch:/tmp/repos$ echo Hallo >>file
flo at 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 at touch:/tmp/repos$ cvs annotate file
Annotations for file
***************
1.2 (flo 08-Oct-02): Hallo
Flo
--
Florian Lohoff flo at rfc822.org +49-5201-669912
Heisenberg may have been here.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lug-owl.de/pipermail/linux/attachments/20021008/9673478d/attachment.sig>
More information about the Linux
mailing list