1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: tkcvs
Section: devel
Priority: optional
Maintainer: Joel Rosdahl <joel@debian.org>
Standards-Version: 3.5.6
Build-Depends-Indep: debhelper (>= 3.0.0)
Package: tkcvs
Architecture: all
Depends: tkdiff, cvs, tcl8.3, tk8.3
Recommends: x-terminal-emulator
Description: A graphical front-end to CVS
TkCVS is a Tk based graphical interface to the CVS configuration
management system. It includes facilities for providing "user
friendly" names to modules and directories within the repository, and
provides a facility to interactively browse the repository looking for
modules and directories.
.
Some of the features of TkCVS include:
.
File and directory browser, with optional display of hidden
files, and display of the current directory's location within
the CVS tree.
.
Push-button based check-in / check-out of CVS modules. Ability
to add and delete files from the repository also using push
buttons.
.
Module tree browser, and reports showing the structure of the
CVS modules tree. Individual modules or entire directory trees
may be checked out using the browser.
.
Updating of files from the repository when they change.
.
Tagging and branching of files from the file browser, and tagging
and branching of modules from the module browser.
.
Exporting a CVS module or directory from the repository for
delivery off-site.
.
Creation of patch files between two releases of a module, or
between a release and the current (head) version.
.
Viewing of diff and status listings for currently checked out
modules.
|