From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 25 Nov 2009 17:45:29 -0500 To: 9fans@9fans.net Message-ID: In-Reply-To: <<13426df10911251432w76ab8bb1m56884356c659ecd0@mail.gmail.com>> References: <<13426df10911251432w76ab8bb1m56884356c659ecd0@mail.gmail.com>> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] after a recent pull ... Topicbox-Message-UUID: a0bcbc26-ead5-11e9-9d60-3106f5b1d025 On Wed Nov 25 17:34:12 EST 2009, rminnich@gmail.com wrote: > On Wed, Nov 25, 2009 at 2:07 PM, erik quanstrom wrote: > > that performance is only for one case.  what about the > > case where i'd like to know if a local file differs from sources? > > Then use replica for that. But replica is just too slow to be a useful > for package management. It's not great that it takes longer to get the > openssl package than it takes to do a full ubuntu install. > > > (i suggest contrib/diff as an addition to contrib.)  that's > > really slow and annoying with a tar file. > > I don't see that. I would be willing to bet (I'll try it at some > point) that it is far faster to pull a tar down, mount it via tarfs, > and run replica/pull agains that than what we do now. Were we to do > this we'd have two ways to use replica. replica still makes a lot of sense to me. if i just splat a tar file on top of my source, i have no idea what changed and when; history is useless. replica to and from sources takes just a few seconds for the packages i'm using. then again, i don't packages i'm not willing to debug, like openssl, on plan 9. - erik