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 iAPMBXE9014066 for ; Thu, 25 Nov 2004 22:11:34 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf5.us4.outblaze.com (Postfix) with ESMTP id C52AC773B4 for ; Thu, 25 Nov 2004 22:11:33 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXRz7-0008Pl-IC for migo@homemail.com; Thu, 25 Nov 2004 17:21:05 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXRyP-0008Jy-BK for gnu-arch-users@gnu.org; Thu, 25 Nov 2004 17:20:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXRyN-0008Iv-GQ for gnu-arch-users@gnu.org; Thu, 25 Nov 2004 17:20:19 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXRyN-0008HT-Ar for gnu-arch-users@gnu.org; Thu, 25 Nov 2004 17:20:19 -0500 Received: from [204.127.198.35] (helo=rwcrmhc11.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXRoN-0005Ee-Fo for gnu-arch-users@gnu.org; Thu, 25 Nov 2004 17:09:59 -0500 Received: from omnius.greatercreator.net (c-24-6-139-100.client.comcast.net[24.6.139.100]) by comcast.net (rwcrmhc11) with ESMTP id <2004112522095801300l0kmte>; Thu, 25 Nov 2004 22:09:58 +0000 From: Bobby Holley To: gnu-arch-users@gnu.org Subject: Re: [Gnu-arch-users] removing a branch? Date: Thu, 25 Nov 2004 14:09:58 -0800 User-Agent: KMail/1.7.1 References: <200411251217.58812.bobbyholley@comcast.net> <20041125215021.GC27812@wisq.net> In-Reply-To: <20041125215021.GC27812@wisq.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411251409.58575.bobbyholley@comcast.net> 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: 1874 Lines: 46 On Thursday 25 November 2004 01:50 pm, Adrian Irving-Beer wrote: > On Thu, Nov 25, 2004 at 12:17:58PM -0800, Bobby Holley wrote: > > I made a test branch in a project archive I've been working on to > > play around with using arch to do revision control on documents > > (doctest--dev--1.0). However, I'm done with it now and need to > > figure out how to remove it (the version, the branch, and the > > category) from the project archive. How is this done? > > You can't do it with arch directly. > > With direct file access to the repository, you can delete the entire > category tree, directly under the archive root (on the same level as > '=meta-info'). In your case, it should be called 'doctest'. > > Categories, branches, and versions are entirely self-contained; > there's no sort of index to update. > > (Unless, of course, you use .listing files, and then I think archive- > fixup will do those.) Thanks, worked great! On another note, what's the deal with the .listing files? I noticed that when I put my archive in a web accessible directory and tried to access of over http, and it gave me a 404 error. I checked my server logs, and it said that I had tried to get .listing, which didn't appear to exist, so I coppied the layout from another arch repository I found and made my own .listing file, and it worked. Are they an apache or an arch thing? Why are they necessary for http requests (especially since i have directory listing enabled in apache) yet not provided? Should they exist in any directory besides the archive root? Is there a script I can use to generate them? Thanks, -BHolley -- http://www.greatercreator.net _______________________________________________ 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/