Package: tkcvs Version: 7.2 Revision: 2 Description: GUI for the CVS revision control system License: GPL Maintainer: Christian Schaffner # Dependencies: Depends: tcltk (>= 8.4.1-2) BuildDepends: tcltk-dev (>= 8.4.1-2) Provides: tkdiff # Unpack Phase: Source: mirror:sourceforge:%n/%n_7_2.tar.gz Source-MD5: 853af837c673eac899354bf01a62a940 # Patch Phase: Patch: %n.patch # Compile Phase: CompileScript: << echo nothing to compile << # Install Phase: DocFiles: CHANGELOG COPYING FAQ INSTALL README.tkcvs InstallScript: << ./doinstall.tcl -nox -finallib %p/lib %i /usr/bin/install -d %i/share /usr/bin/install -d %i/share/man /usr/bin/install -d %i/share/man/man1 mv %i/man/man1/%n.1 %i/share/man/man1/%n.1 rm -r %i/man /usr/bin/install -m 755 tkdiff-svn-wrapper %i/bin/tkdiff-svn-wrapper << # Additional Info DescDetail: << TkCVS is a Tcl/Tk-based graphical interface to the CVS configuration management system. It displays the status of the files in the current working directory, and provides buttons and menus to execute CVS commands on the selected files. TkCVS extends CVS with a method to produce a browsable, "user friendly" listing of modules in the repository. This requires that the CVSROOT/modules file actually lists some modules. Additional comment fields can be added to make the browser more informative. The graphical 2 and 3-way diff/merge tool TkDiff is included in this package and can be used by itself. It has integrated support for AccuRev/CM, CVS, Perforce, PVCS, RCS, SCCS, and SVN (subversion). << DescUsage: << Remote repositories are supported, although the login step must be done at the commandline. Then type 'tkcvs' to start up TkCVS You can put personal preferences in a file called .tkcvs in your home directory. User interface preferences should usually go there. Type 'man tkcvs' to get help. Type 'tkdiff' and open the help menu for more information about TkDiff. TkDiff might also be used as an external diff command for Subversion (svn) via an included wrapper. If you have svn installed add this line to your '~/.subversion/config' file under the '[helpers]' section: diff-cmd = tkdiff-svn-wrapper << DescPackaging: << TkDiff is patched to also work with subversion (svn). See for more information about the patch. << Homepage: http://www.twobarleycorns.net/tkcvs.html