Versioning file system: Difference between revisions

Content deleted Content added
Related software: Shadow Copy was only introduced once, not once per version of Windows :-P
SdkbBot (talk | contribs)
Line 66:
** [[Versomatic]] - Versomatic software by [[Acertant]] automatically tracks file changes and preemptively archives a copy of a file before it is modified.
* Cascade File System exposes a [[Subversion (software)|Subversion]] or [[Perforce]] repository via a file system driver. The user must still explicitly decide when to commit changes.
* [[git (software)|git]] implementation documents call git a "content addressable filesystem with a VCS user interface written on top of it." <ref>{{cite web|url=http://git-scm.com/book/en/v1/Git-Internals|title=Git Internals|quote=Git is fundamentally a content-addressable filesystem with a VCS user interface written on top of it.}}</ref>
 
==See also==