Simple Project List Software Map

12 projects in result set
LastUpdate: 2014-04-10 14:15

OpenGrok

OpenGrok is a fast and usable source code search and cross reference engine. It helps you search, cross-reference, and navigate your source tree. It can understand various program file formats and version control histories like Mercurial, Bazaar, Git, ClearCase, Perforce, SCCS, RCS, CVS, or Subversion. In other words, it lets you grok (profoundly understand) the source.

LastUpdate: 2010-04-28 10:30

Chora

Chora is built upon the Horde Application Framework and provides a read-only browser interface to any number of version control repositories. Advanced features include a visual branch view of the repository's history, pretty-printed output, annotation, patchsets and basic statistics.

LastUpdate: 2011-11-28 22:35

TkCVS

TkCVS is a cross-platform, Tcl/Tk-based GUI for the CVS and Subversion configuration management systems. It displays the status of the files in the current working directory, and provides buttons and menus to execute CVS, Subversion, or RCS commands on the selected files. The Log Browser displays a branch diagram of the revision history. The Module Browser extends CVS with facilities for a user-friendly listing of modules in the repository. TkDiff is included for browsing and merging your changes.

(Machine Translation)
LastUpdate: 2011-11-28 22:39

tkdiff

tkdiff is a graphical diff and merge tool that runs on many platforms. It supports many revision control systems: AccuRev, BitKeeper, ClearCase, CVS, Git, Mercurial, Perforce, PVCS, RCS, SCCS, and Subversion. It is also useful with unversioned files.

(Machine Translation)
LastUpdate: 2014-06-07 03:18

cvs-fast-export

cvs-fast-export analyzes a collection of RCS files in a CVS repository (or outside of one) and, when possible, emits an equivalent history in the form of a fast-import stream. Not all possible histories can be rendered this way; the program tries to emit useful warnings when it can't. The program can also produce a visualization of the resulting commit DAG in the DOT format handled by the graphviz suite. The package also includes cvssync, a tool for mirroring masters from remote CVS hosts.

(Machine Translation)
LastUpdate: 1999-07-01 13:01

RCS

The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, for example programs, documentation, graphics, papers, and form letters.

LastUpdate: 2013-08-27 20:21

ded

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.

(Machine Translation)
LastUpdate: 2013-12-08 14:26

cm_tools

cm_tools is a collection of commandline utilities that support and
extend RCS and related configuration management activity.

(Machine Translation)
LastUpdate: 2006-11-24 04:03

Blame

Blame displays the last modification for each line in an RCS file. It is the RCS equivalent of CVS's "annotate" command. An annotated RCS file describes the revision and date in which each line was added to the file, and the author of each line.

(Machine Translation)
LastUpdate: 2002-09-04 13:29

Changetrack

changetrack is a program to monitor changes to files. If files are modified one day, and the machine starts working incorrectly some days later, changetrack can provide information on which files were modified, and help locate the problem. Changetrack will also allow recovery of the files from any stage.

(Machine Translation)
LastUpdate: 2013-02-18 22:12

eacc

eacc is a bash script that allows a group of people to share an encrypted, revision controlled file on a shared filesystem. Rather than store an encrypted file in RCS, eacc encrypts the RCS file and handles the decryption, check-out, check-in, and encryption steps automatically. The repository is encrypted using GPG's multi-recipient support, which allows each member of the group to use their own unique password. A typical use case would be to securely store sensitive information, such as password lists or account information, that is shared by a team.

(Machine Translation)
LastUpdate: 2004-04-18 00:52

RCSI

RCSI is a kind of coloured ls for RCS files. It indicates things including the files in a directory that are under RCS control, which have been revised, and which are currently checked out.