From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: SCCS vc in emacs 23 does not work for me
Date: Wed, 24 Feb 2010 21:51:36 -0700 [thread overview]
Message-ID: <hm4vkl$3ti$1@dough.gmane.org> (raw)
In-Reply-To: <871vga2jas.fsf@sunnyjim.i-did-not-set--mail-host-address--so-tickle-me>
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
next prev parent reply other threads:[~2010-02-25 4:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-25 1:30 SCCS vc in emacs 23 does not work for me Ron Mitchell
2010-02-25 4:51 ` Kevin Rodgers [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='hm4vkl$3ti$1@dough.gmane.org' \
--to=kevin.d.rodgers@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).