Received: from spf5.us4.outblaze.com (spf5.us4.outblaze.com [205.158.62.27]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id iALJBj4h028497 for ; Sun, 21 Nov 2004 19:11:47 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf5.us4.outblaze.com (Postfix) with ESMTP id 991AB77229 for ; Sun, 21 Nov 2004 19:11:46 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVxGh-0003v9-FL for migo@homemail.com; Sun, 21 Nov 2004 14:21:03 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CVxGI-0003ut-21 for gnu-arch-users@gnu.org; Sun, 21 Nov 2004 14:20:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CVxGG-0003uT-L1 for gnu-arch-users@gnu.org; Sun, 21 Nov 2004 14:20:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVxGG-0003u4-Jo for gnu-arch-users@gnu.org; Sun, 21 Nov 2004 14:20:36 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CVx79-0006xc-B3 for gnu-arch-users@gnu.org; Sun, 21 Nov 2004 14:11:11 -0500 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CVx77-0004Jt-00 for ; Sun, 21 Nov 2004 20:11:09 +0100 Received: from s0106000d88033723.ok.shawcable.net ([24.70.183.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Nov 2004 20:11:09 +0100 Received: from nathan by s0106000d88033723.ok.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Nov 2004 20:11:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gnu-arch-users@gnu.org From: Nathan Howell Date: Sat, 20 Nov 2004 14:31:04 -0800 Message-ID: <1100989864.32754.31.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s0106000d88033723.ok.shawcable.net X-Mailer: Evolution 2.0.2 Subject: [Gnu-arch-users] Excluded files should actually be excluded X-BeenThere: gnu-arch-users@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: a discussion list for all things arch-ish List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: gnu-arch-users-bounces+migo=homemail.com@gnu.org Errors-To: gnu-arch-users-bounces+migo=homemail.com@gnu.org Status: RO Content-Length: 2230 Lines: 39 I've been working on getting my home dir into arch recently, and have run into a couple of snags. Here's the setup. I've tried doing this before, using configs and several separate projects for different sets of config files. I found it too cumbersome to maintain, so I'm now using one big project in ~, with certain directories (mostly large ones) excluded either because I never want them in an archive or because they will be their own projects. The main project is set to tagline, with untagged-source source set. This is basically to keep my options open, and to make it easy to maintain. I don't want to spend a ton of time dealing with adding and removing files, so I'm essentially using names, but I want the option of using taglines and explicit ids when I wish to (since I already have taglines in most of the config files that I care about). Here are the problems/questions: 1. When I specify files to exclude (in .arch-inventory), they aren't actually ignored by arch at all times. They are still considered (all the excluded dirs are still traversed), and this slows everything down. At this point, it is also preventing me from committing my files. A couple of excluded directories have files with unicode chars in them, things like accented e's and such, which apparently violate naming conventions. Since I don't even want these files in the archive in the first place, having them stop my commit completely is quite frustrating. I need to make arch completely ignore these files. Possible? 2. I can see wanting to commit files with accented unicode chars in the names in the future. Is this going to be possible at some point? Some point soon? It seems odd to me that excluded files aren't excluded. Is there a reason behind this, or is it a bug? Besides preventing my commit at the moment, this currently makes the output of tla useless, since it lists every excluded file as "apparent source, but lacks an id". There are many thousands of them. I really don't need that list. Nathan _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/