From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <201108120950.32598.dexen.devries@gmail.com> References: <20110810220404.D6021B827@mail.bitblocks.com> <201108120950.32598.dexen.devries@gmail.com> Date: Fri, 12 Aug 2011 08:45:44 -0700 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] simple venti demo: Topicbox-Message-UUID: 1239b92a-ead7-11e9-9d60-3106f5b1d025 On Fri, Aug 12, 2011 at 12:50 AM, dexen deVries wrote: > Venti would make a great backend for Git. I guess you could do this; it'd be interesting to do something more in keeping with the Unix model than git is. Create repo: dd -if etc. etc. checkout unvac commit vac etc. compare two trees: vacfs score1 /tree1 vacfs score2 /tree2 diff-somehow /tree1 /tree2 It seems to me that all the things that are done with git today, with all its special purpose commands, might be done with a Unix tool approach. Plus, some of the git commands are pretty interesting and might be useful if they could be applied to other contexts. ron