Content deleted Content added
→Linux: punct., fmt., style |
RandFreeman (talk | contribs) Adding local short description: "Computer file system", overriding Wikidata description "file system which provides for the concurrent existence of several versions of a file" |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
{{Short description|Computer file system}}
A '''versioning file system''' is any computer [[file system]] which allows a [[computer file]] to exist in several versions at the same time. Thus it is a form of [[revision control]]. Most common versioning file systems keep a number of old copies of the file. Some limit the number of changes per minute or per hour to avoid storing large numbers of trivial changes. Others instead take periodic snapshots whose contents can be accessed using methods similar as those for normal file access.
Line 37 ⟶ 38:
* [[ext3cow]] – Most recent release was in 2005.
On February 8, 2004, Kiran-Kumar Muniswamy-Reddy, Charles P. Wright, Andrew Himmer, and Erez Zadok (all from [[Stony Brook University]]) proposed a stackable file system Versionfs, providing a versioning layer on top of any other Linux file systems.<ref>{{Cite
===LMFS===
|