Free Software Foundation!

Join now

Semantic search

This entry published by the Free Software Foundation.

[Edit query]| Show embed code


Previous     Results 1– 20    Next        (20 | 50 | 100 | 250 | 500)


CVSGraph CvsGraph is a utility to make a graphical representation of all revisions and branches of a file in a CVS/RCS repository.

CVSHistory CVSHistory is a Web-based tool for browsing CVS activity. It integrates with ViewCVS or CVSweb, supports sorting, range selection, and regular expession-based searching, and works with any CGI-capable Web server.

CVSSearch CVSSearch searches for code fragments using CVS comments. Since a CVS comment describes the lines of code involved in the commit and that this description will typically hold for many future versions. CVSSearch lets you to better search and understand the most recent version of the code by looking at previous versions. For each line of code in the most recent version, we build a profile consisting of all CVS comments that involved that line in past commits. This profile is used not only to search the most recent version of the code but also to understand what the code does --- including its motivation and history.

CVSToys "CVSToys' is a collection of companion tools for CVS (Concurrent Versions System). It currently consists only of FreshCVS, which performs actions (including notification by email, HTML, RSS, or IRC, updating a working copy, and rsync'ing to backup) in response to a commit. Users receive one notifications per commit, not one per directory of the commit as loginfo-triggered scripts tend are to do. FreshCVS is extensible with Python; notifications may be published by a Perspective Broker network service, so 3rd party clients can listen in.

CVSTrac CVSTrac implements a low-ceremony Web-based bug and patch-set tracking system for use with CVS. Features include automatic changelog generation, repository change history browsing, user-defined bug database queries, Wiki pages, and Web-based administration of the CVSROOT/passwd file. CVSTrac operates either as CGI or as its own Web server. It automatically generates a patch-set log from CVS check-in comments, and includes a built-in repository browser. It is simple to setup and has minimal memory, disk and CPU requirements, so it runs effectively on old hardware. Access permissions are separately configurable for each user, and anonymous users are allowed. Since the program uses a built-in SQL database engine (SQLite), no external RDBMS is required.

CVSps CVSps is a program for generating 'patchset' information from a CVS repository. A patchset is defined as a set of changes made to a collection of files, and all committed at the same time (using a single 'cvs commit' command). This helps you see the big picture of the evolution of a cvs project. You can see the history of committed patchsets, restrict by author, date range, files affected, branches affected. The program can also generate a diff of a given patchset. It essentially gives you the equivalent of tagging before and after each commit.

Ccvssh 'ccvssh' is an external program called by cvs (via the :ext: method) which connects to remote CVS pservers through an SSL connection to a stunnel daemon. It is a reimplementation of 'cvssh' in C, and is fast and easy to use.

Cervisia Cervisia is a graphical frontend for the CVS version control system. It runs with any window manager or desktop environment (not just KDE). Features include:

  • Update or retrieve the status of a working directory or single files
  • Importing into the repository
  • Diff against the repository and between different revisions
  • Annotated view of files
  • See log messages in tree and list form.
  • Conflict resolution in a file
  • Tagging, branching
  • Updating to a branch/date
  • Changelog editor
  • Command to see the last change in a file

Cl2html 'cl2html' converts a CVS log into chronological HTML output to give an overview of the CVS activities in a project. HTML output can include links to sources and patches, using viewcvs.cgi.

Colorsvn colorsvn is a Subversion output colorizer. It was extracted from kde-sdk, and was extended with build process and configuration.

Cvs-Brancher 'Cvs-Brancher' establishes a tagged branch in a CVS module and schedules a merge and build to occur at a later date/time. It might be used to roll out Website changes at odd hours, such as posting a press release in time for the start of the business day on the east coast, or to roll out cfengine changes to a data center during the night, to minimize the impact of downtime.

Cvs2cl cvs2cl produces a GNU-style ChangeLog for CVS-controlled sources, by running "cvs log" and parsing the output. Duplicate log messages get unified in the Right Way.

Cvs2html Perl program to transform the 'cvs log' output to HTML. The HTML output shows the revision log history and differences between versions, and can be configured to show the amount of information the user like to see from the CVS repository. cvs2html can be used for any type of cvs archive. The program can be used on any type of cvs archive, but since it invokes cvs itself, it must be run onn a machine with a local checked out copy of the archive and access to the repsitory.

CvsKnit CvsKnit lets users knit up a CVS Repository from existing source packages. The new repositoryincludes the original release dates of the source. If you already have non-CVS-managed packages and want to start using revision management with CVS, CvsKnit may be useful.

CvsWeb 'cvsweb' is a Web interface for accessing a CVS repository. This is an enhanced cvsweb developed by Henner Zeller. Enhancements include recognition and display of popular mime-types, visual, color-coded, side by side diffs of changes and the ability sort the file display and to hide old files from view. One living example of the enhanced cvsweb is the KDE cvsweb. cvsweb requires the server to have CVS and a CVS repository.

Cvsauth cvsauth is a wrapper for the CVS pserver method. It lets you run multiple repositories on one CVS server without the usual risk when running pserver as root (every CVS user can gain root access). It finally removes the security risks with typical CVS pservers. However, be forewarned that Red Hat 5.0 (and older) and SuSe 5.3 (and older) *do not* work.

Cvschk 'cvschk' is a Perl program which transforms the 'cvs status' output to an ASCII table sorted according file status. It gives an overview of which files are new and which have been changed. Note that the program does *only* local checks of files. If you have fast access to the CVS repository, then consider using cvsstat, which can also tell if other people have made newer versions of the files. It's also designed for CVS 1.9; earlier or later versions may require changes to the script.

Cvsd 'cvsd' is a configurable chroot/suid wrapper for running a CVS pserver more securely. The hope is that cvsd will allow people to run remotely accessible CVS repositories more securely. The distribution includes a script for setting up the chroot'd environment and user/group. It works by running 'cvs pserver' under a special uid/gid ina chroot jail. The authors notes, however, that for authentication the user should consider using SSh as a secure authentication mechanism and transport, because passwords in 'cvs pserver' are transmitted in plain text and 'cvsd' does not change that.

Cvsdelta 'cvsdelta' works with a CVS project, producing a list of the local files that have been changed. It lists the number of lines of code that have been added, removed, and deleted. It can also execute the "add" and "remove" commands for the appropriate files. It detects files that have been added and removed, and of existing files it counts the number of lines that have been added, deleted, and changed. It filters project changes by using .cvsignore files, both system-wide and locally. Via the --execute option, cvsdelta can also perform the related operations with CVS, that is, it can add and remove the appropriate files. Again, .cvsignore files are honored. Thus, "cvsdelta --execute" will add all new files to the CVS project.

Cvsfs 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 It allows to view the versioned files as like they were ordinary files on a disk. There is also a possibility to check in/out some files for editing

Previous     Results 1– 20    Next        (20 | 50 | 100 | 250 | 500)

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.


The FSF is a charity with a worldwide mission to advance software freedom — learn about our history and work.

Copyright © 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.

Licensed under the GNU Free Documentation License, version 1.3 or later.

The FSF also has sister organizations in France, Latin America, Europe and India.

Powered by MediaWiki and Semantic MediaWiki

Toolbox