[parisc-linux] CVS info

willy@thepuffingroup.com willy@thepuffingroup.com
Thu, 13 Apr 2000 17:52:51 -0400


Some people see their commits turning up attributed to `CVSD <cvs@pehc>'.
This is because their CVS/Root file contains the anonymous check-out string;
:pserver:puffin.external.hp.com:/home/cvs/parisc.
You should do the following (assuming you're running bash):

export CVSROOT=:ext:YOUR_USER_NAME@puffin.external.hp.com:/home/cvs/parisc
for i in `find linux-2.3 -name Root`; do echo $CVSROOT >$i; done

and your future commit messages will come from you.  I'd send this message
to the people who're doing it directly, but I have no idea who you are :-)