Télécharger la liste

Description du projet

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.

Système requise

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 a été établi. Un thread d'arrière-plan est maintenant utilisé pour mettre à jour l'arborescence des répertoires CVS affiché à l'utilisateur périodiquement. La source compile maintenant sur AMD64. Quelques corrections et réécritures de code ont été appliquées.
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

Cette version ajoute la possibilité d'ajouter et de l'enregistrement des fichiers dans le référentiel. La communication avec le serveur CVS peut-être partiellement obtenu. L'état actuel de l'arbre CVS est stockée à la fin du programme et sont à lire quand le dépôt approprié est monté. Des versions spéciales de fichiers peuvent être accessibles en utilisant la '@ @' délimiteur. Par exemple, 'cat filename @ @ 1.2 "mai être utilisé pour obtenir la version 1.2 du fichier' filename '.
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

Les pages de manuel ont été ajoutées. Vous pouvez obtenir la réponse pour la dernière action CVS vous avez effectué sur un fichier. Quelques corrections ont été appliquées.
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

Vous permet de récupérer des informations sur un fichier en question. La version du fichier et où il vient peut être obtenue. Quelques corrections de bugs sont également appliquées.
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

Il s'agit d'une nouvelle implémentation de cvsfs qui utilise le cadre de FUSE (voir 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