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

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

SCCS vc in emacs 23 does not work for me


From: Ron Mitchell
Subject: SCCS vc in emacs 23 does not work for me
Date: Thu, 25 Feb 2010 01:30:51 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

I've just installed emacs 23.1 on HP-UX.  Our shop uses SCCS for version
control.  I find that the emacs vc commands don't work, for example C-x
v l (vc-print-log), C-x v v to check out a file etc.  

After a bit of investigation what seems to be happening is that emacs is
attempting to run "sccs" commands against the repository s-files rather
than against the plain filenames themselves.  E.g. emacs is doing

     sccs get -e /myprojectdir/SCCS/s.myfile.c

But that's not allowed and does not work, at least on my OS.  What you
should do is

     sccs get -e myfile.c

Can anyone tell me how to fix this?  I guess I may be the only person in
the world using emacs and SCCS on HP-UX!

Thanks in advance,

Ron


reply via email to

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