GNU bug report logs -
#13496
24.3.50; C-x v v in local CVS projects hangs
Previous Next
Reported by: Harald Maier <harald <at> maierh.de>
Date: Sat, 19 Jan 2013 11:05:01 UTC
Severity: normal
Tags: moreinfo
Merged with 13610,
13645
Found in version 24.3.50
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 13496 <at> debbugs.gnu.org (full text, mbox):
Harald Maier wrote:
> C-x v v (vc-next-action) on local CVS projects hangs. I have to quit the
> action with C-g. Nothing happens else. The problem exists also under
> GNU/Linux.
>
> Harald
>
> Debugger entered--Lisp error: (quit)
> get-file-buffer("/Users/maierh/local/wiki/emacs/EmacsBackup")
> vc-next-action(nil)
> call-interactively(vc-next-action nil nil)
Works for me. Please give a complete recipe starting from emacs -Q.
Mine:
mkdir /tmp/cvsroot
export CVSROOT=/tmp/cvsroot/
cvs init
mkdir /tmp/foo
cd /tmp/foo
touch file
cvs import -m "import" foo VENDOR RELEASE
cd ../
rm -rf foo
cvs co foo
cd foo
emacs -Q file
make some changes to file, save, C-x v v, file checks in fine.
Press C-x v v again, "Fileset is up-to-date", as expected.
This bug report was last modified 12 years and 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.