Re: Yet another linux filesytem: with version control

From: Albert D. Cahalan (acahalan@cs.uml.edu)
Date: Tue Jul 24 2001 - 00:24:57 EST


Larry McVoy writes:

> b) Filesystem support for SCM is really a flawed approach. No matter how
> much you hate all SCM systems out there, shoving the problem into the
> kernel isn't the answer. All that means is that you have an ongoing
> battle to keep your VFS up to date with the kernel. Ask Rational
> how much fun that is...

I'm sure it is a pain to maintain, but consider recovery
with revision control in your root filesystem:

LILO: linux init=/bin/sh rootfsopts=ver:/bin/sh@@/main/1

Nice, isn't it? You can trash /bin/* all you want.

Distributed filesystems like Coda seem to get pretty close
to having revision control anyway. They need something like
it for conflict resolution.

The traditional revision control approach seems to get pretty
wasteful as well. Maybe you have a few dozen developers, each
with a few files checked out of a multi-gigabyte source tree.
The kernel solution has less trouble sharing resources among
all the developers, especially when people share a machine.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 31 2001 - 21:00:14 EST