Received: from spf5.us4.outblaze.com (spf5.us4.outblaze.com [205.158.62.27]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j13Gr1jW027935 for ; Thu, 3 Feb 2005 16:53:02 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf5.us4.outblaze.com (Postfix) with ESMTP id 3BB507705A for ; Thu, 3 Feb 2005 16:53:47 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwkRV-0002TF-8Z for migo@homemail.com; Thu, 03 Feb 2005 12:06:57 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwkEf-0008Tz-UF for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 11:53:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwkEW-0008PN-Uc for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 11:53:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwkEU-0008L4-EE for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 11:53:30 -0500 Received: from [12.219.167.192] (helo=desertsol.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CwjrB-0004VF-9V for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 11:29:25 -0500 Received: from [205.132.171.200] (helo=[29.6.1.169]) by desertsol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.43) id 1CwjrA-00009r-4O for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 09:29:24 -0700 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <42024D16.3050303@arbash-meinel.com> References: <5a7d482af20133a0b03c35bd22319f92@desertsol.com> <420132B1.9040000@panoramicfeedback.com> <1c92b5e634b0fe98c1d9f2d36adfc8ab@desertsol.com> <2f4797b8f3c8328faac3df0af6406263@desertsol.com> <96108223673103d9feba0be06282e9b7@desertsol.com> <42024D16.3050303@arbash-meinel.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <65175f97633fe76a81a88b7b1b93a19c@desertsol.com> Content-Transfer-Encoding: 7bit From: Kevin Geiss Subject: Re: [Gnu-arch-users] mirroring concepts/practice help Date: Thu, 3 Feb 2005 09:29:01 -0700 To: gnu-arch-users@gnu.org X-Mailer: Apple Mail (2.619.2) 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: 1438 Lines: 41 On Feb 3, 2005, at 9:11 AM, John Arbash Meinel wrote: > # Now if you want to register someone else's archive, and create a > local > mirror of it > # This is called a pull mirror, since you pull the other archives > patches locally. > # This is designed so that changes, revisions, etc all look at the > mirror rather than > # the original. You still cannot commit to the mirror, though. > > tla register-archive $real-SOURCE $realpath > tla make-archive --mirror-from $real-SOURCE $mirrorpath > # Now ~/.arch-params/=locations has $mirrorpath as the location for > $real > tla archive-mirror $real > > Basically tla archive-mirror looks at your local registry to figure out > whether it is push mirroring or pull mirroring. Since you are trying to > create a local mirror of a remote repository so that you can work > offline, you want a pull-mirror. So you need to do the second steps. got it, thanks, that's exactly what I was wanting to do. the 'tla make-archive -H' didn't quite penetrate into my brain. it uses '--mirror-from MASTER-SOURCE' in it's examples, and I didn't realize at first that the MASTER part was a separate variable from the '-SOURCE' part :) thanks, I think this all makes sense now. _______________________________________________ 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/