2005-11-16 17:20:24 +00:00
|
|
|
#! /bin/sh
|
2006-01-13 17:40:18 +00:00
|
|
|
#
|
|
|
|
# cvstrac.cgi: CGI script for cvstrac
|
|
|
|
#
|
2005-11-16 17:20:24 +00:00
|
|
|
|
2006-01-13 17:40:18 +00:00
|
|
|
# For use with Subversion
|
|
|
|
# SCM=svntrac
|
|
|
|
# For use with CVS
|
|
|
|
SCM=cvstrac
|
|
|
|
|
|
|
|
/usr/bin/$SCM cgi /var/lib/cvstrac MyProject
|
2005-11-16 17:20:24 +00:00
|
|
|
|
|
|
|
# End of file
|