From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/40467 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Deleted files (Was re. Windows tools in XeTeX) Date: Fri, 18 Apr 2008 16:50:57 +0200 Message-ID: <6faad9f00804180750r2a6f501o7e479119188a2523@mail.gmail.com> References: <7871fcf50804180554m702a659ah942e08dad6e58bb0@mail.gmail.com> Reply-To: mailing list for ConTeXt users 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 1208605736 16907 80.91.229.12 (19 Apr 2008 11:48:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2008 11:48:56 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sat Apr 19 13:48:52 2008 connect(): Connection refused Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1JmrxL-0006gR-9W for gctc-ntg-context-518@m.gmane.org; Fri, 18 Apr 2008 16:52:51 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A618E1FCA2; Fri, 18 Apr 2008 16:52:10 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14938-02-3; Fri, 18 Apr 2008 16:51:55 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F0A911FC77; Fri, 18 Apr 2008 16:51:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 57B011FC77 for ; Fri, 18 Apr 2008 16:51:53 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16008-01-3 for ; Fri, 18 Apr 2008 16:51:08 +0200 (CEST) Original-Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.157]) by ronja.ntg.nl (Postfix) with ESMTP id 648FD1FC51 for ; Fri, 18 Apr 2008 16:51:08 +0200 (CEST) Original-Received: by yw-out-1718.google.com with SMTP id 6so515474ywa.74 for ; Fri, 18 Apr 2008 07:50:57 -0700 (PDT) Original-Received: by 10.151.102.16 with SMTP id e16mr3730422ybm.183.1208530257073; Fri, 18 Apr 2008 07:50:57 -0700 (PDT) Original-Received: by 10.150.122.20 with HTTP; Fri, 18 Apr 2008 07:50:57 -0700 (PDT) In-Reply-To: <7871fcf50804180554m702a659ah942e08dad6e58bb0@mail.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:40467 Archived-At: On Fri, Apr 18, 2008 at 2:54 PM, Joel C. Salomon wrote: > On Thu, Apr 17, 2008 at 8:58 PM, Akira Kakuto wrote: > > > There are some new executables in w32tex's XeTeX. > > > > I'll remove them. > > How does the Minimals distribution deal with files deleted from the > server? Does rsync know enough to remove files as well? You only need to pass --delete to rsync. (You can also pass --delete to mtx-update.) But you need to make sure that you fetch everything in a single call to rsync. rsync -av --delete first/ one rsync -av --delete second/ one won't work, you need to use rsync -av --delete first/ second/ one instead (However, it's also possible that I forget to delete some things from the server.) Mojca ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________