From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.org!not-for-mail
From: Stefan Monnier <monnier@iro.umontreal.ca>
Newsgroups: gmane.emacs.help
Subject: Re: SCCS vc in emacs 23 does not work for me
Date: Fri, 26 Feb 2010 20:44:03 -0500
Message-ID: <jwv7hpzqwr6.fsf-monnier+gnu.emacs.help@gnu.org>
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=us-ascii
X-Trace: dough.gmane.org 1267238459 30610 80.91.229.12 (27 Feb 2010 02:40:59 GMT)
X-Complaints-To: usenet@dough.gmane.org
NNTP-Posting-Date: Sat, 27 Feb 2010 02:40:59 +0000 (UTC)
To: help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 27 03:40:53 2010
Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>
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 <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>)
	id 1NlCbq-00050e-AG
	for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 03:40:50 +0100
Original-Received: from localhost ([127.0.0.1]:37848 helo=lists.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43)
	id 1NlCbn-00045Y-Be
	for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Feb 2010 21:40:47 -0500
Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe21.iad.POSTED!7564ea0f!not-for-mail
Original-Newsgroups: gnu.emacs.help
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)
Cancel-Lock: sha1:zp9DP6Pao7wQOhC5hDWRBc36l/U=
Original-Lines: 15
Original-X-Complaints-To: abuse@UsenetServer.com
Original-NNTP-Posting-Date: Sat, 27 Feb 2010 01:44:03 UTC
Original-Xref: news.stanford.edu gnu.emacs.help:177141
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 <help-gnu-emacs.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/help-gnu-emacs>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=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:72176
Archived-At: <http://permalink.gmane.org/gmane.emacs.help/72176>

> 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