From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: vc.el and CSSC Date: Sat, 19 Apr 2008 23:50:15 +0200 Message-ID: <18442.26903.717960.503039@a1ihome1.kph.uni-mainz.de> References: <18442.7542.570702.854133@a1ihome1.kph.uni-mainz.de> <18442.25458.425066.154658@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1208641847 2174 80.91.229.12 (19 Apr 2008 21:50:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2008 21:50:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 19 23:51:20 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JnKxp-00027u-KO for ged-emacs-devel@m.gmane.org; Sat, 19 Apr 2008 23:51:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnKxA-0004rF-Mh for ged-emacs-devel@m.gmane.org; Sat, 19 Apr 2008 17:50:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnKwt-0004lx-Us for emacs-devel@gnu.org; Sat, 19 Apr 2008 17:50:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnKws-0004lI-Cx for emacs-devel@gnu.org; Sat, 19 Apr 2008 17:50:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnKws-0004l9-56 for emacs-devel@gnu.org; Sat, 19 Apr 2008 17:50:18 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JnKwr-0004T5-St for emacs-devel@gnu.org; Sat, 19 Apr 2008 17:50:18 -0400 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.2/8.13.4) with ESMTP id m3JLoF7o003088; Sat, 19 Apr 2008 23:50:15 +0200 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.2/8.14.1) with ESMTP id m3JLoFlq032026; Sat, 19 Apr 2008 23:50:15 +0200 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.2/8.14.2/Submit) id m3JLoFKj032021; Sat, 19 Apr 2008 23:50:15 +0200 In-Reply-To: <18442.25458.425066.154658@a1ihome1.kph.uni-mainz.de> X-Mailer: VM 8.0.9 under Emacs 22.1.1 (i686-pc-linux-gnu) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:95483 Archived-At: >> Can you check if the patch below fixes your problem as well? > At least a quick test of checkout, checkin, and diff succeeds. On second thought, you have to be more careful here: "get" and "sccs get" are not completely equivalent, but the "sccs" variant prepends an "SCCS/s." to its filename arguments before passing them to "get". While CSSC seems to play nicely with it, I don't know if all SCCS variants will be happy if the "sccs" wrapper is called with SCCS master filenames. So probably vc-sccs-master-templates shouldn't be used for filename manipulation in this case ... But to play it safe, I would suggest to stay with the present form of the commands, without the "sccs" wrapper. Ulrich