What: tkCVS Where: http://tkcvs.sourceforge.net/ http://www.twobarleycorns.net/tkcvs.html http://www.rubicon.net/%7Egbr/cvs-info/ http://www.cvshome.org/cyclic/tkcvs/ ftp://ftp.procplace.com/pub/tcl/sorted/packages-7.6/apps/tkcvs-6.0/tkcvs-6.0.tar.gz Description: tkCVS is a Tk interface to the Concurrent Version System, a revision control system. Supports CVS 1.6 and newer and provides search facilities for the modules database, file browser, etc. Includes tkdiff for comparing versions of files. Requires TkDiff to be installed. Has been tested under Linux v1.2.13/CVS 1.6/Tk 4.0 and SunOS v4.1.3/CVS 1.[2-6]/Tk 4.0. See the Cyclic site for a port of tkCVS to Windows NT. The Rubicon site has a document describing the use of tkCVS for version control. Contact mailto:lduperval@yahoo.com regarding a patched version of tkCvs for Windows. Currently at version 7.1.2. Updated: 02/2003 Author: Del del@babel.com.au Contact: mailto:mokuren@twobarleycorns.net ---- See [CVS]. Requires [TkDiff] to be installed. ---- [kroc] - I've done a starkit of tkcvs 7.2 (tested under linux and OS X actually). It can be downloaded there [http://www.kroc.tk/tclkit/tkcvs.kit] ---- [Patrick Finnegan] has written "a quick guide to preparing the XP environment ... [[for]] running TkCVS . . ." [http://groups.google.com/groups?th=9ad9179f422dd3bd]. I have received a few queries about running TKCVS on Windows XP so here is a quick guide to preparing the XP environment. 1. Install CVSNT client. CVS NT is available from http://www.cvsnt.org. The client component installs the CVS windows native command line environment utilized by TKCVS. 2. Install Active State Tcl Run Time. Available from http://www.activestate.com/Products/ActiveTcl/. 3. Install Microsoft services for unix. Available from http://www.microsoft.com/windows/sfu/default.asp. Supported by Microsoft, preferred by Corporates and free. Install the unix command line component. Provides unix command capability from the windows command shell. E.G. supplies diff.exe. 4. Install TKCVS. Install latest version of TKCVS. Create desktop and start button shortcuts. The working directory and module browser icons do not display properly under XP. I changed the working directory icon as follows. Navigate to TKCVS install dir C:\TKCVS72\lib\tkcvs\bitmaps\. Convert ticklefish_med.gif to ticklefish_med.ico. package require Tk package require Img image create photo img -file ticklefish_med.gif img write ticklefish_med.ico -format ico Navigate to C:\TKCVS72\lib\tkcvs\workdir.tcl Edit line 36: wm iconbitmap .workdir C:/TKCVS72/lib/tkcvs/bitmaps/ticklefish_med.ico Working directory browser now displays with fish icon. Regards. PATRICK FINNEGAN. WebSphere Administrator. Web LDAP Administrator. ''[escargo] 1 Aug 2004'' - What if you have [Cygwin] installed instead of the [Unix] services for [Microsoft Windows]? ---- [[ [Category Application] | ]]