Subversion Repositories Koakuma

Rev

Rev 3 | Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 6
Line 1... Line 1...
1
# $Id: vcs_cvs.tcl 3 2024-10-01 14:31:23Z nishi $
1
# $Id: vcs_cvs.tcl 6 2024-10-01 22:57:18Z nishi $
2
lappend components "CVS" "CVS Integration" "1.00"
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"
6
	add_toc2 "CVS"
7
	tputs	"<table border=\"0\">"
7
	tputs	"<table border=\"0\">"