all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ron Mitchell <ron@ronmitchell.co.uk>
To: help-gnu-emacs@gnu.org
Subject: SCCS vc in emacs 23 does not work for me
Date: Thu, 25 Feb 2010 01:30:51 +0000	[thread overview]
Message-ID: <871vga2jas.fsf@sunnyjim.i-did-not-set--mail-host-address--so-tickle-me> (raw)


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	other threads:[~2010-02-25  1:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25  1:30 Ron Mitchell [this message]
2010-02-25  4:51 ` SCCS vc in emacs 23 does not work for me 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

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871vga2jas.fsf@sunnyjim.i-did-not-set--mail-host-address--so-tickle-me \
    --to=ron@ronmitchell.co.uk \
    --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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.