From users-return-5232-daniel=haxx.se@subversion.apache.org Thu Oct 7 22:29:44 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_DKIM_INVALID, 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 o97KTgJK014884 for ; Thu, 7 Oct 2010 22:29:43 +0200 Received: (qmail 98625 invoked by uid 500); 7 Oct 2010 20:29:33 -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 98618 invoked by uid 99); 7 Oct 2010 20:29:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 20:29:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS Received-SPF: pass (nike.apache.org: domain of Feldhacker.Chris@principal.com designates 206.195.196.21 as permitted sender) Received: from [206.195.196.21] (HELO mx2.principal.com) (206.195.196.21) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 20:29:25 +0000 DomainKey-Signature: s=desmoines; d=principal.com; c=nofws; q=dns; h=X-IronPort-Anti-Spam-Filtered: X-IronPort-Anti-Spam-Result:X-IronPort-AV:X-AddDisclaimer: X-HTML_Disclaimer_Check:Received:Received:Received:From: To:Date:Subject:Thread-Topic:Thread-Index:Message-ID: Accept-Language:Content-Language:X-MS-Has-Attach: X-MS-TNEF-Correlator:acceptlanguage:Content-Type: MIME-Version:Content-Transfer-Encoding; b=qTumhk2tnuCI7wKEOOhJI4av81idAxiqAz9w2pGs2gE+QYeS8R95ioPo BBEsUcdqrNcxWPj4fofnoCw7QwvNZBbcF9GBH/FBomk9joR+B9RqDJljN 8YfAu48ymnswumK; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=principal.com; i=Feldhacker.Chris@principal.com; q=dns/txt; s=desmoines; t=1286483364; x=1318019364; h=from:to:date:subject:message-id:mime-version: content-transfer-encoding; z=From:=20"Feldhacker,=20Chris"=20|To:=20"users@subversion.apache.org"=20|Date:=20Thu,=207=20Oct=202010=2015:29 :49=20-0500|Subject:=20Global=20ignores|Message-ID:=20<8E DA3C194A2D994DBEBB95D3446AA5F2063DE903D5@PFGDSMMBX001.pri ncipalusa.corp.principal.com>|MIME-Version:=201.0 |Content-Transfer-Encoding:=20quoted-printable; bh=d8OFqII0LQTe4IDEdymI1bRUACSDeMqnb/mn2gOdj2M=; b=QNA9UDLKSECKIO+TXLbc59XjIfZL24tdLHaW/KZXxcDsJxoju7+oP0JE oyQLjshz4PzgTqyZuBLn1SRPn/4Op7cl7HP1GG3jvt9oU/jQwdZ9q6+Eu t+HjGgVZKKXpgb+; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAGvKrUyig4t1/2dsb2JhbACiQXG6dYVHBIRR X-IronPort-AV: E=Sophos;i="4.57,298,1283749200"; d="scan'208";a="202935750" X-AddDisclaimer: True X-HTML_Disclaimer_Check: False Received: from pfgdsmhts701.principalusa.corp.principal.com ([162.131.139.117]) by mx2.principal.com with ESMTP; 07 Oct 2010 15:29:02 -0500 Received: from PFGDSMMBX001.principalusa.corp.principal.com ([162.131.175.100]) by pfgdsmhts701.principalusa.corp.principal.com ([162.131.139.117]) with mapi; Thu, 7 Oct 2010 15:29:01 -0500 From: "Feldhacker, Chris" To: "users@subversion.apache.org" Date: Thu, 7 Oct 2010 15:29:49 -0500 Subject: Global ignores Thread-Topic: Global ignores Thread-Index: ActmXmOYtNnZGvU4QvKGDuGlw6ULRA== Message-ID: <8EDA3C194A2D994DBEBB95D3446AA5F2063DE903D5@PFGDSMMBX001.principalusa.corp.principal.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Thu, 07 Oct 2010 22:29:44 +0200 (CEST) X-Friend: Nope Where can I find more complete information on global-ignores and the expect= ed format/syntax of the patterns? The svnbook just indicates: The global-ignores option is a list of whitespace-delimited globs which des= cribe the names of files and directories that Subversion should not display= unless they are versioned.=20 The default value is *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store At first I assumed this just performed wild-card matching, but looking at t= he default list within the config file that was created on my machine (Wind= ows) I see this: global-ignores =3D *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store Based on the presence of the "[0-9]" set, I assume something a bit more tha= n just wild-card matching must be performed but apparently something less t= han full regular expressions... The wikipedia entry for "glob" indicates this is just a generic term that r= efers to a limited pattern-matching facility, which seems to vary by progra= mming language or shell, and "there is no definite syntax for globs..." So, where can I find more complete information on the "glob" syntax that Su= bversion uses for the global-ignores option, and is it consistent across OS= es? Thanks! -----Message Disclaimer----- This e-mail message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by reply email to Connect@principal.com and delete or destroy all copies of the original message and attachments thereto. Email sent to or from the Principal Financial Group or any of its member companies may be retained as required by law or regulation. Nothing in this message is intended to constitute an Electronic signature for purposes of the Uniform Electronic Transactions Act (UETA) or the Electronic Signatures in Global and National Commerce Act ("E-Sign") unless a specific statement to the contrary is included in this message. While this communication may be used to promote or market a transaction or an idea that is discussed in the publication, it is intended to provide general information about the subject matter covered and is provided with the understanding that The Principal is not rendering legal, accounting, or tax advice. It is not a marketed opinion and may not be used to avoid penalties under the Internal Revenue Code. You should consult with appropriate counsel or other advisors on all matters pertaining to legal, tax, or accounting obligations and requirements.