Hammer gets versioned

Matthew Dillon is adding versioning support to Hammer; it’ll support in-place version upgrading.  The gory details of his current plan are available, with an interesting tidbit: Hammer directory lookups remain the same speed even with 2 billion files in a directory, while UFS will be O(N^3) speed after several hundred thousand.

More links 2008/11/12

I have a number of things to link which probably can all go together:

A way to learn git

Since DragonFly is switching to git instead of CVS, something handy is ‘eg’, or Easy Git. It’s a wrapper around git that makes the transition from CVS easier, or so it says. (via _hasso_ on EFNet #dragonflybsd) The linked page lists some alternate programs that are also designed to make git acclimation easier.

New SoC

I don’t recall if I mentioned this before, but the Google Summer of Code software (the part that Google manages) is now an open source project, for anyone to participate in.  If and when DragonFly participates next year, this application is how it will be managed.