* SCCS vc in emacs 23 does not work for me
@ 2010-02-25 1:30 Ron Mitchell
2010-02-25 4:51 ` Kevin Rodgers
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ron Mitchell @ 2010-02-25 1:30 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SCCS vc in emacs 23 does not work for me
2010-02-25 1:30 SCCS vc in emacs 23 does not work for me Ron Mitchell
@ 2010-02-25 4:51 ` Kevin Rodgers
[not found] ` <mailman.1846.1267073510.14305.help-gnu-emacs@gnu.org>
2010-02-27 1:44 ` Stefan Monnier
2 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2010-02-25 4:51 UTC (permalink / raw)
To: help-gnu-emacs
Ron Mitchell wrote:
> 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!
Try (setq vc-sccs-master-templates '("%s%s" vc-sccs-search-project-dir))
or (setq vc-sccs-master-templates '("%s%s"))
--
Kevin Rodgers
Denver, Colorado, USA
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SCCS vc in emacs 23 does not work for me
[not found] ` <mailman.1846.1267073510.14305.help-gnu-emacs@gnu.org>
@ 2010-02-26 17:46 ` Ron Mitchell
0 siblings, 0 replies; 4+ messages in thread
From: Ron Mitchell @ 2010-02-26 17:46 UTC (permalink / raw)
To: help-gnu-emacs
Thanks for the reply, Kevin. Not back at work until Monday; I'll give
it a try then.
Ron
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SCCS vc in emacs 23 does not work for me
2010-02-25 1:30 SCCS vc in emacs 23 does not work for me Ron Mitchell
2010-02-25 4:51 ` Kevin Rodgers
[not found] ` <mailman.1846.1267073510.14305.help-gnu-emacs@gnu.org>
@ 2010-02-27 1:44 ` Stefan Monnier
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2010-02-27 1:44 UTC (permalink / raw)
To: help-gnu-emacs
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-02-27 1:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25 1:30 SCCS vc in emacs 23 does not work for me Ron Mitchell
2010-02-25 4:51 ` Kevin Rodgers
[not found] ` <mailman.1846.1267073510.14305.help-gnu-emacs@gnu.org>
2010-02-26 17:46 ` Ron Mitchell
2010-02-27 1:44 ` Stefan Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).