cvsfs4hurd is a translator for the GNU Hurd, which allows to "mount" a CVS module into your local filesystem. It allows to view version controlled files as like they were regular files on your disk, however saving much network bandwidth.
Save/restore filesystem meta data to/from a SVN (Subversion) working copy. Currently supported attributes: mtime (Modification time), uid (User ID), gid (Group ID), protection bits. A hybrid between FSVS and a mtree based solution.
The fscvs is a group of tools to generate fspatch from the two filesystems, apply fspatch to generate one filesystems from another, manage filesystem project. A fspatch is a file which contain all of the difference in the compared two filesystems.
VCFS provides a user-space NFS server that allows local or remote CVS repositories to be mounted as a filesystem. Works with existing CVS servers, including those used by SourceForge.
SVNFS is a FUSE filesystem for Linux that presents a read-only version of all revisions in a Subversion repository as a native mountpoint, transparent to all other programs.