Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-12-28 10:00
0.5

Multithreading se estableció. Un hilo de fondo se utiliza ahora para actualizar el árbol de directorios CVS se muestra al usuario de forma periódica. La fuente ahora compila en AMD64. Algunas correcciones de errores y vuelve a escribir el código se aplican.
Tags: FUSE, Major feature enhancements
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.

2004-12-17 23:53
0.4

Esta versión incluye la capacidad de agregar y de facturación de los archivos en el repositorio. La comunicación con el servidor CVS en parte se puede obtener. El estado actual del árbol de CVS se almacena al final del programa y leer en cuando se monta el repositorio apropiado. Las versiones especiales de los archivos se puede acceder a través del "@ @ 'delimitador. Por ejemplo, 'cat nombre de archivo @ @ 1.2' puede ser utilizado para obtener la versión 1.2 del archivo 'nombre de archivo'.
Tags: FUSE, Major feature enhancements
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'.

2004-12-13 23:40
0.3

Las páginas de manual se han añadido. Usted puede obtener la respuesta para la acción de CVS última vez que realizar en un archivo. Algunas correcciones se han aplicado.
Tags: FUSE, Minor feature enhancements
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.

2004-12-12 21:34
0.2

Le permite recuperar información acerca de un archivo en cuestión. La versión del archivo y de dónde viene puede ser obtenida. Algunas correcciones se aplican también.
Tags: FUSE, Minor feature enhancements
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.

2004-12-11 21:03
0.1

Esta es una nueva implementación de cvsfs que utiliza el marco de IC (véase http://freshmeat.net/projects/fuse/).
Tags: FUSE, Initial freshmeat announcement
This is a new implementation of cvsfs that uses
the FUSE framework (see
http://freshmeat.net/projects/fuse/).

Project Resources