Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8576FDD48 for ; Thu, 23 Aug 2012 13:40:51 +0000 (UTC) Received: (qmail 21634 invoked by uid 500); 23 Aug 2012 13:40:50 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 21597 invoked by uid 500); 23 Aug 2012 13:40:50 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 21583 invoked by uid 99); 23 Aug 2012 13:40:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 13:40:50 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pent@adobe.com designates 64.18.1.23 as permitted sender) Received: from [64.18.1.23] (HELO exprod6og109.obsmtp.com) (64.18.1.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 13:40:43 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob109.postini.com ([64.18.5.12]) with SMTP ID DSNKUDYyxp9J4JCsq+0BMVsFR1pd/hvcSwC/@postini.com; Thu, 23 Aug 2012 06:40:23 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q7NDbok0017089 for ; Thu, 23 Aug 2012 06:37:51 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q7NDeKYr024300 for ; Thu, 23 Aug 2012 06:40:20 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Thu, 23 Aug 2012 06:40:19 -0700 From: Peter Ent To: "flex-dev@incubator.apache.org" Date: Thu, 23 Aug 2012 06:40:18 -0700 Subject: Re: [jira] [Updated] (FLEX-33173) Mustella DragManager Patch Thread-Topic: [jira] [Updated] (FLEX-33173) Mustella DragManager Patch Thread-Index: Ac2BNNXMGKTFIEwGRmmliwyxL4cF2g== Message-ID: In-Reply-To: <79BAFBD7-DB80-4EF4-BBF0-571E91C23956@classsoftware.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.3.120616 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I tried that: patch -p1=20 ~/apache/patches/0003-fixed-TileList-and-DragManager-tests-in-DragManager_. patch . from the "flex" directory where "mustella" is a sub-directory. I got this error: patch: **** read error : Is a directory So I tried it without the "." and all this did was sit there, as if expecting me to enter something. I looked at the man page for patch and I don't see that this is expected behavior. --peter On 8/22/12 6:35 PM, "Justin Mclean" wrote: >Hi, > >> svn patch=20 >>0003-fixed-TileList-and-DragManager-tests-in-DragManager_.patch . > >The patch is in git format which is slightly different to what svn >supports. Try this instead "patch -p1 >0003-fixed-TileList-and-DragManager-tests-in-DragManager_.patch". > >The -p1 will strip the first letter (ie the "a" and "b") off the paths in >the patch. > >Thanks, >Justin