19 projects tagged "BSD Original"
CVSsuck is a mirroring tool for CVS repositories. Unlike other tools such as CVSup or rsync, it uses cvs command to access the repository. So, it works well with remote repositories without a special server or shell account. However, it is inefficient because the CVS client/server protocol is not designed for mirroring.
CVSup is a software package for transferring and updating collections of files across a network. It consists of a server called cvsupd and a client called cvsup. CVSup is faster (often by an order of magnitude) and more flexible than traditional network packages such as rdist and sup. In addition, CVSup has special knowledge of RCS files (as used by CVS). Software projects using CVSup to distribute their CVS repositories include FreeBSD, KDE, and (shortly) Postgres.
cvsweb is a visual (WWW) interface for exploring a CVS repository. Its 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. cvsweb requires the server to have CVS and a CVS repository worth exploring.
ViewVC (formerly known as ViewCVS) is a Python/CGI-based system for viewing and interacting with Subversion and CVS repositories through your Web browser. It can browse directories, view changelogs, generate diffs, view arbitrary revisions, and display annotated ("blame") listings. It has full support for tags and branches, and contains a database-backed query system like Bonsai. It was initially based on the cvsweb work by Henner Zeller, but has been ported to Python and dramatically enhanced.
ded, the directory editor, allows you to navigate multiple file lists or a directory tree, viewing or changing file attributes rapidly. In addition to conventional file information, it operates on files' RCS or SCCS archives, making it useful for source control as well as system administration. It is curses-based.
The P4DTI connects your defect tracking system to the Perforce configuration management system, so that you don't have to switch between them and enter duplicate information about your work. It also links changes made in Perforce with defect tracker issues, making it easy to find out why a change was made, find the work that was done to resolve an issue, or generate reports relating issues to files or codelines.
CVSToys is a collection of companion tools for the Concurrent Versions System, better known as CVS. It currently contains FreshCVS, which performs actions in response to a commit. Actions include notification by various methods, updating a working copy, and rsync'ing to backup. Another key feature of FreshCVS notifications is that you receive one per commit, not one for each directory of the commit as loginfo-triggered scripts are prone to do. FreshCVS is extensible with Python, and notifications may be published by a Perspective Broker network service, allowing 3rd party clients to listen in.