Tcllib locations
The source code was previously hosted in a CVS repository.
fossil clone http://core.tcl.tk/tcllib tcllib.fossil
To open the repository:
Windows:
C:\dev>md tcllib C:\dev>cd tcllib C:\dev\tcllib>fossil open ..\tcllib.fossil
Unix:
mkdir tcllib cd tcllib fossil open ../tcllib.fossil
To see what branches are available, either use the fossil web user interface, or look at the output of:
fossil branch ls --all