From users-return-6331-daniel=haxx.se@subversion.apache.org Wed Dec 1 20:39:33 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=-1.5 required=3.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id oB1JdWO7016058 for ; Wed, 1 Dec 2010 20:39:33 +0100 Received: (qmail 83535 invoked by uid 500); 1 Dec 2010 19:39:23 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 83528 invoked by uid 99); 1 Dec 2010 19:39:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 19:39:23 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.67.31.27] (HELO smtprelay04.ispgateway.de) (80.67.31.27) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 19:39:15 +0000 Received: from [70.253.92.185] (helo=[192.168.7.75]) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1PNsVx-00081i-Of; Wed, 01 Dec 2010 20:38:54 +0100 Subject: Re: pattern for specifying svn:ignore for files without extension Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: Date: Wed, 1 Dec 2010 13:38:50 -0600 Cc: Subversion Users Content-Transfer-Encoding: quoted-printable Message-Id: References: <4CF6A27C.1050902@javactivity.org> To: Steve Cohen X-Mailer: Apple Mail (2.1082) X-Df-Sender: 368818 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Wed, 01 Dec 2010 20:39:33 +0100 (CET) X-Friend: Nope On Dec 1, 2010, at 13:33, Ryan Schmidt wrote: > On Dec 1, 2010, at 13:31, Steve Cohen wrote: >=20 >> The build process of the application I am bringing under svn creates = a number of unix binary executables that have no extension : for example >>=20 >> abcde >> fghqp >>=20 >> etc. >>=20 >> I believe that * will match any files with or without periods so it = isn't suitable. Is there a pattern specifier that would embrace all = files without an extension? >=20 > I can't think of a way to do that. Can you have the build process write its files to a different directory = (a "build" directory) that you could svn:ignore everything in?