bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13496: 24.3.50; C-x v v in local CVS projects hangs


From: Glenn Morris
Subject: bug#13496: 24.3.50; C-x v v in local CVS projects hangs
Date: Sat, 19 Jan 2013 15:23:16 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]