GNU bug report logs -
#5298
file VC state not updated after a directory check in
Previous Next
Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>
Date: Sun, 3 Jan 2010 18:15:02 UTC
Severity: normal
Done: Dan Nicolaescu <dann <at> ics.uci.edu>
Bug is archived. No further changes may be made.
Full log
Message #3 received at submit <at> debbugs.gnu.org (full text, mbox):
mkdir /tmp/test
cd /tmp/test
bzr init
echo blah > foo
bzr add foo
emacs -Q
C-x C-f /tmp/test/foo RET
C-x v d /tmp/test RET
Move point to "./"
C-x v v
write something in the log-edit buffer.
C-c C-c
now see that in the *vc-dir* the state for "foo" has changed to `up-to-date'
but the mode-line for the "foo" buffer does not show that the buffer is
up to date.
(vc-state "/tmp/test/foo") returns `added'.
The buffer content has been reverted as expected (this can be verified
by using a VCS that does keyword expansion and adding a "$Id$" in
"foo").
If the point is on the "foo" line instead of "./" everything works as
expected, the VC state is updated. The problem only happens when
checking in directories.
"bzr" is just used as an example above, the problem happens with all VC backends.
This bug report was last modified 15 years and 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.