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 46 47 48 49 50 51 52 53 54 55 56
|
Source: tkcvs
Section: vcs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.0
Build-Depends:
debhelper-compat (= 13),
Homepage: https://sourceforge.net/projects/tkcvs/
Vcs-Git: https://salsa.debian.org/debian/tkcvs.git
Vcs-Browser: https://salsa.debian.org/debian/tkcvs
Package: tkcvs
Architecture: all
Depends:
cvs | subversion,
tk (>= 8.4),
fonts-dejavu,
sensible-utils,
${misc:Depends},
Replaces: tkdiff
Provides: tkdiff
Recommends: xterm | x-terminal-emulator, dirdiff
Description: Graphical front-end to CVS and Subversion
TkCVS is a Tk based graphical interface to the CVS and Subversion
version control systems. For CVS, 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.
|