cvsfs is an attempt to let a user mount a CVS project like any file system. It allows you to navigate and browse through a project tree. No preparations are required on the CVS server side.
| Tags | Software Development Version Control CVS Filesystems |
|---|---|
| Licenses | GPL |
Recent releases


Release Notes: Multithreading was established. A background thread is now used to update the CVS directory tree shown to the user periodically. The source now compiles on AMD64. Some bugfixes and code rewrites were applied.


Release Notes: This release adds the ability to add and check-in files to the repository. Communication with the CVS server can partially be obtained. The actual state of the CVS tree is stored at program end and read in when the appropriate repository is mounted. Special versions of files can be accessed using the '@@' delimiter. For example, 'cat filename@@1.2' may be used to get version 1.2 of the file 'filename'.


Release Notes: Man pages have been added. You can obtain the response for the last CVS action you performed on a file. Some bugfixes have been applied.


Release Notes: Allows you to retrieve info about a file in question. The version of the file and where it is coming from can be obtained. Some bugfixes are also applied.


Release Notes: This is a new implementation of cvsfs that uses the FUSE framework (see http://freshmeat.net/projects/fuse/).