Subversion Repositories Koakuma

Rev

Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 27
Line 1... Line 1...
1
# $Id: vcs_cvs.tcl 13 2024-10-02 06:39:33Z nishi $
1
# $Id: vcs_cvs.tcl 27 2024-10-02 08:24:48Z nishi $
2
lappend components "CVS" "CVS Integration" "1.00" "VCS"
2
lappend components "CVS" "CVS Integration" "1.00" "VCS"
3
 
3
 
4
proc CVS_info {} {
4
proc CVS_info {} {
5
	regexp {[0-9]+\.[0-9]+\.[0-9]+} "[exec cvs --version]" version
5
	regexp {[0-9]+\.[0-9]+\.[0-9]+} "[exec cvs --version]" version
6
	add_toc2 "CVS"
-
 
7
	tputs	"<table border=\"0\">"
6
	tputs	"<table border=\"0\">"
8
	tputs	"	<tr>"
7
	tputs	"	<tr>"
9
	tputs	"		<th>"
8
	tputs	"		<th>"
10
	tputs	"			Version"
9
	tputs	"			Version"
11
	tputs	"		</th>"
10
	tputs	"		</th>"