From: Michael S. <sc...@un...> - 2006-08-21 08:14:01
|
Silvano Catinella schrieb: > Hello, > > I have written a software package manager that starting from a CVS-working-copy > calcules the version and generates the appropriate software package. > Originally it was a Bash script and it was based on command-ouput analyzing. > Now I have rewritten that in Tcl language, but I have seen that tclib does not > provide CVS and SVN access functions. So, I can develop these features, let me > know if you are interested to include these functions in tclib. > Are you talking about implementing the CVS and SVN protocol in Tcl for inclusion in Tcllib? If yes, those are surely welcome as packages, provided you can donate them under the appropriate license. There would be some code to get you started for CVS, take a look at: http://wiki.tcl.tk/12676 Michael |