From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: pcl-cvs: suppress empty dirs? Date: Wed, 17 May 2006 06:32:01 +0300 Message-ID: References: <125q962c2eg4d47@corp.supernews.com> <8764ki31pq.fsf-monnier+gnu.emacs.help@gnu.org> <126kjg47o2hrte5@corp.supernews.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1147836737 22214 80.91.229.2 (17 May 2006 03:32:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 May 2006 03:32:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 17 05:32:16 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FgClj-0007w7-4J for geh-help-gnu-emacs@m.gmane.org; Wed, 17 May 2006 05:32:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgCli-0000F1-It for geh-help-gnu-emacs@m.gmane.org; Tue, 16 May 2006 23:32:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgClX-0000EQ-H3 for help-gnu-emacs@gnu.org; Tue, 16 May 2006 23:32:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgClW-0000EC-4W for help-gnu-emacs@gnu.org; Tue, 16 May 2006 23:32:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgClV-0000E9-V7 for help-gnu-emacs@gnu.org; Tue, 16 May 2006 23:32:02 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgCoH-000764-VA for help-gnu-emacs@gnu.org; Tue, 16 May 2006 23:34:54 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-81-207.inter.net.il [80.230.81.207]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DJQ93276 (AUTH halo1); Wed, 17 May 2006 06:31:56 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <126kjg47o2hrte5@corp.supernews.com> (message from Robin Dunn on Tue, 16 May 2006 15:11:11 -0700) 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:35096 Archived-At: > From: Robin Dunn > Date: Tue, 16 May 2006 15:11:11 -0700 > > I've written a small script to wrap cvs such that if "update" is on the > command line it pipes cvs's output through grep to remove the lines that > are confusing pcl-cvs. It works fine on Linux and OS X, but so far I > can't seem to get the pcl-cvs on Windows to execute anything but an .exe > file... If you convert the script to a Windows batch file, you will have no problem running it on Windows, exactly like you run shell scripts on Unix and GNU/Linux.