public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmerman <thomas@zimres.net>
To: linux-kernel@vger.kernel.org
Subject: Re: Versioning File Systems?
Date: Sat, 20 Apr 2002 01:44:32 -0700	[thread overview]
Message-ID: <20020420084432.GA5496@darklands.zimres.net> (raw)
In-Reply-To: <20020418110558.A16135@borg.org> <20020418082025.N2710@work.bitmover.com> <20020418172758.Q4498@marowsky-bree.de> <20020418125530.C16135@borg.org>

[-- Attachment #1: Type: text/plain, Size: 2460 bytes --]

On 18-Apr 12:55, Kent Borg wrote:
[snip]
> I am envisioning a richer version of the file stage.  Just as users
> currently decide when to check in a version and when to checkpoint
> versions, I am imagining that sort of decision would still be made,
> but there would be a lower level of granularity that could be looked
> at if desired.  Big infrequent changes to a file would all be
> recorded, and frequent little changes would be subject to some
> heuristic.  It doesn't make sense to record a file's state so often
> that it isn't even self-consistent.  For example, recording all the
> changes over the course of the save of a big Star Office drawing would
> be silly, most would be intermediate and dependent on the changing
> epheneral internal state of Star Office.  I don't know the details of
> a reasonable heuristic other than obvious things such as when a file
> of flushed or closed or not touched for some significant time.

Why not commit versions on sync and close. That would seem to carry the least
surprise for the user. When I sync a filesystem/dir that would seem like a time
to make sure any changes make it to disk. And when a file is closed you don't
expect any more changes to that file.

> 
> > That would actually be pretty interesting because it might also allow you to
> > back out editor screwup ;-)
> 
> Writing an editor to take advantage of such underlying features would
> be pretty interesting too, it could be integrated into undo/redo
> features.  
> 
> Navigating such an historical fabric turns into a really interesting
> user interface problem.

Why teach current tools anything about it at all? Make this a tool you run on
the filesystem. If you _need_ to see earlier versions, it far past time to be
hoping emacs did the right thing.
 
> > However, deducing change sets is more difficult.
> 
> I think change sets for source code would still be based on versions
> declared by a human to be of some specific interest.  But changes sets
> for a computer's configuration might be implicit in the running of rpm
> or chkconfig, or reboots of the system, or saved edits to
> configuration files.  Etc.
> 
> Certainly what I am envisioning would have immediate use in looking at
> changes to specific files, but would require more structure imposed to
> be useful a system configuration management tool or source code
> control system.
[snip MS vaperware envy]

Thomas

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  parent reply	other threads:[~2002-04-20  8:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-18 15:05 Versioning File Systems? Kent Borg
2002-04-18 15:20 ` Larry McVoy
2002-04-18 15:27   ` Lars Marowsky-Bree
2002-04-18 16:55     ` Kent Borg
2002-04-18 17:04       ` Joshua MacDonald
2002-04-20  8:44       ` Thomas Zimmerman [this message]
2002-04-18 23:19   ` Stevie O
2002-04-19  4:12     ` Mark Mielke
2002-04-18 18:11 ` Jeremy Jackson
2002-04-23 22:42 ` Bill Davidsen
  -- strict thread matches above, loose matches on Subject: below --
2002-04-18 16:51 Kerl, John
2002-04-18 17:24 ` Florin Iucha
2002-04-18 18:14   ` Kent Borg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020420084432.GA5496@darklands.zimres.net \
    --to=thomas@zimres.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox