From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: SCCS vc in emacs 23 does not work for me Date: Wed, 24 Feb 2010 21:51:36 -0700 Message-ID: References: <871vga2jas.fsf@sunnyjim.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1267073542 4355 80.91.229.12 (25 Feb 2010 04:52:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2010 04:52:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 25 05:52:14 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NkVht-0005LX-9g for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Feb 2010 05:52:13 +0100 Original-Received: from localhost ([127.0.0.1]:58614 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkVhs-0002zX-PE for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Feb 2010 23:52:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkVhU-0002xm-HQ for help-gnu-emacs@gnu.org; Wed, 24 Feb 2010 23:51:48 -0500 Original-Received: from [140.186.70.92] (port=57417 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkVhT-0002x7-Pn for help-gnu-emacs@gnu.org; Wed, 24 Feb 2010 23:51:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NkVhT-0006d0-FK for help-gnu-emacs@gnu.org; Wed, 24 Feb 2010 23:51:48 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:36656) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NkVhT-0006cq-9q for help-gnu-emacs@gnu.org; Wed, 24 Feb 2010 23:51:47 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NkVhQ-0005DH-IV for help-gnu-emacs@gnu.org; Thu, 25 Feb 2010 05:51:44 +0100 Original-Received: from c-71-237-24-138.hsd1.co.comcast.net ([71.237.24.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Feb 2010 05:51:44 +0100 Original-Received: from kevin.d.rodgers by c-71-237-24-138.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Feb 2010 05:51:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-24-138.hsd1.co.comcast.net User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) In-Reply-To: <871vga2jas.fsf@sunnyjim.i-did-not-set--mail-host-address--so-tickle-me> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72123 Archived-At: 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