代码搜索:TKCVS
找到约 22 项符合「TKCVS」的源代码
代码结果 22
www.eeworm.com/read/177852/9430680
tcl tkcvs.tcl
#!/bin/sh
#-*-tcl-*-
# the next line restarts using wish \
exec wish "$0" -- ${1+"$@"}
#
# TkCVS Main program -- A Tk interface to CVS.
#
# Uses a structured modules file -- see the manpage f
www.eeworm.com/read/177852/9430689
1 tkcvs.1
.TH TkCVS 1 Release 8.0.3
.SH NAME
TkCVS - a Tk/Tcl Graphical Interface to CVS and Subversion
.SH SYNOPSIS
.B tkcvs
[\-dir directory] [\-root cvsroot] [\-win workdir|module|merge] [\-log file]
.
www.eeworm.com/read/177852/9430449
install
TkCVS requires Tcl/Tk 8.4. Tkcvs and tkdiff expect to find a
program called "wish" in the path. This can be a symbolic link to wish8.x
or whatever is appropriate. Naturally, you also need CVS and
www.eeworm.com/read/177852/9430497
tcl tkcvs_def.tcl
# TkCVS defaults file.
#
# This file is read by TkCVS on startup. It will be installed
# automatically by the "configure" script.
#
# Defaults in the .tkcvs file in the user's home directory wil
www.eeworm.com/read/177852/9430624
xbm tkcvs48.xbm
#define tkcvs48_width 48
#define tkcvs48_height 48
static unsigned char tkcvs48_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00,
www.eeworm.com/read/177852/9430653
xbm tkcvs-help.xbm
www.eeworm.com/read/15042/430108
gz tkcvs_7_2_4.tar.gz
www.eeworm.com/read/177852/9430459
faq
Q1. How do I log in to a remote server?
Q2. How do I import a new module?
Q3. I can't get the Module Browser to work with my CVSROOT/modules file!
Q4. I haven't put the tkcvs extensions in my CVS
www.eeworm.com/read/177852/9430493
pl mkmanpage.pl
#!/usr/bin/perl -w
open(HELP, "help.tcl") || die("Can't open helpl.tcl");
print ".TH TkCVS 1 Release 8.0.3\n";
print ".SH NAME\n";
print "TkCVS \- a Tk/Tcl Graphical Interface to CVS and Sub
www.eeworm.com/read/177852/9430445
tcl doinstall.tcl
#!/bin/sh
#-*-tcl-*-
# the next line restarts using wish \
if [ -z "$DISPLAY" -o "X$1" = "X-nox" ]; then exec tclsh "$0" -- ${1+"$@"}; else exec wish "$0" -- ${1+"$@"}; fi
#
# Usage: doinstall