diff options
| author | David Aspinall | 2004-02-07 19:31:13 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-02-07 19:31:13 +0000 |
| commit | b9caaa8e4b66817dbc66d0e79b567b3285869fea (patch) | |
| tree | c5420dac1aa1afc28168867ca5cc9c610a46399e /html/projects/reelcase.html | |
| parent | 87174e13a8aa064f6d00ef9248da9938ea4978f6 (diff) | |
Deleted file
Diffstat (limited to 'html/projects/reelcase.html')
| -rw-r--r-- | html/projects/reelcase.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/html/projects/reelcase.html b/html/projects/reelcase.html deleted file mode 100644 index f5fa2f04..00000000 --- a/html/projects/reelcase.html +++ /dev/null @@ -1,34 +0,0 @@ -<h2>A ClearCase-like Configuration Management tool for Linux</h2> -<p> -Managing large libraries of theories and proofs, good software -engineering practices of configuration management become important -when using proof assistants. One powerful and popular configuration -management tool is the commercial <a -href="http://www.rational.com/products/clearcase/index.jtmpl">Rational -ClearCase</a>. -</p> -<p> -The crucial way that ClearCase goes beyond CVS is in providing a view -of a configuration directly through a special mountpoint on -the filesystem. -</p> -<p> -This is a project to implement a kernel-level filesystem driver for -Linux using the Linux VFS to create a ClearCase-like view of a -configuration, through a mountable filesystem. The underlying -configuration management could be done through RCS or CVS, perhaps -invoked via a companion user-level process. -Particular revisions of files should be accessible through names -interpreted specially by the filesystem driver, and some -user-level commands will be needed for other operations. -</p> -<p> -<b>Skills:</b> -Expert C programmer, with ability to understand and work on Linux -kernel code. Understanding of configuration management principles. -</p><p> -<b>Proposers:</b> -<a href="http://zermelo.dcs.ed.ac.uk/~da">David Aspinall</a> -from an idea by -<a href="http://www.dcs.ed.ac.uk/home/cxl">Christoph Lüth</a> -</p> |
