Re: Versioned FS (Was Re: An Intro)
From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-01-17 21:19:01 CET
Kevin Pilch-Bisson wrote:
> I was thinking along the lines of after each close. Anyone know how VMS
VMS doesn't really have a versioned filesystem: it has versions of
Here's a live session transcript:
$ dir
Directory E4$:[BRANE.WORK]
EXAMPLE.TXT;1 14/16 Tue, 9-Jan-1996 10:08:47 (RWE,RWED,R,R)
Total of 1 files, 14/16 blocks.
Directory E4$:[BRANE.WORK]
EXAMPLE.TXT;2 14/16 Wed, 17-Jan-2001 21:01:50 (RWE,RWED,R,R)
Total of 2 files, 28/32 blocks.
EXAMPLE.TXT;2 14/16 Wed, 17-Jan-2001 21:01:50 (RWE,RWED,R,R)
Total of 1 files, 14/16 blocks.
You get the idea. If I had edited "example.txt;1", version 2 wouldn't
That's simple enough if only one process at once opens a file. But
> I have been thinking about this, and the only thing I can think of is to
Hmm, something like .cvsignore. Yes, that would work in general.
>> In general it's a bad idea to try to guess when a change is complete.
True, but "a lot of users" wouldn't need it, either. Using a version
> Maybe allow two
Maybe.
> I agree. From what I have heard about VMS, if you just typed 'vi foo.c'
Yes, but as I said, a file version in VMS is just an ordinary file, with
> Good to see you like at least _ONE_ of my ideas :)
Oh, I wasn't stomping on your ideas for fun. Just trying to take away
>> Kevin, if you want to work on this, let me suggest you stay away from
I took a few minutes yesterday to ge up to date. Seems that Samba 2.2,
But: Take a good look at the Subversion sources first, you'll need them
> I really have no
Well, it's a good time to start, then. :-)
> Anyway, thanks for all the great feedback!
You're welcome.
-- Brane �ibej home: <brane_at_xbc.nu> http://www.xbc.nu/brane/ work: <branko.cibej_at_hermes.si> http://www.hermes-softlab.com/ ACM: <brane_at_acm.org> http://www.acm.org/Received on Sat Oct 21 14:36:19 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.