[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cvs diff -kk still fails without apparent reason
From: |
Roland Illig |
Subject: |
cvs diff -kk still fails without apparent reason |
Date: |
Thu, 13 Oct 2005 11:18:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.7.11) Gecko/20050903 |
http://lists.gnu.org/archive/html/bug-cvs/2005-08/msg00063.html
As noted in that mail, the difference between "cvs diff" and "cvs diff
-kk" is more than just keyword expansion. Where does that difference
come from? Here is a guide to reproduce this:
cvs -d /tmp/cvsroot init
mkdir /tmp/cvsroot/test
cvs -d localhost:/tmp/cvsroot co test
cd test
echo "foo" > .file
cvs add .file
cvs commit -m "added file" .file
cvs diff -kk .file
With a local CVS server, it does not behave this way. Neither with
"file" instead of ".file".
Roland
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- cvs diff -kk still fails without apparent reason,
Roland Illig <=