ich hab hier eine komische Sache bei CVS - ich kann als root nicht commiten.
So siehts aus:
Code: Alles auswählen
mkdir /tmp/bla
cvs -d /tmp/bla init
mkdir blubb
cd blubb
cvs -d /tmp/bla import blubb2 r1 v1
No conflicts created by this import
cvs -d /tmp/bla co blubb2
cvs checkout: Updating blubb2
cd blubb2
cp /etc/resolv.conf .
cvs -d /tmp/bla add resolv.conf
cvs add: scheduling file `resolv.conf' for addition
cvs add: use 'cvs commit' to add this file permanently
cvs -d /tmp/bla commit
cvs [commit aborted]: cannot commit files as 'root'
Das ganze ist lokal, ich bin per "ssh root@rechner" da drauf und will CVS auch nur lokal benutzen.
So fitt bin inch in CVS noch nicht....
Hat jemand einen Tip?
Ach ja, das ist jetzt leider kein Debian sondern Redhat 7.3 aber ich denke das macht hier keinen Unterschied.
Gruss
Thomas