[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SCCS vc in emacs 23 does not work for me
From: |
Stefan Monnier |
Subject: |
Re: SCCS vc in emacs 23 does not work for me |
Date: |
Fri, 26 Feb 2010 20:44:03 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) |
> 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
Please use M-x report-emacs-bug so we can try and fix it for Emacs-23.2.
Stefan