Hello, I have developed a TCL script to import a cvs repository project into fossil. It should deal with remote repositories, tags, branches, etc. The nice thing is that it takes around 200 lines of code, so it should be completely readable.
You can find it attached. I'll appreciate any comment or suggestion
of improvement
about it. It has no license, so, do whatever you want with it.
Note: In an error found in cvs2fossil from the source of fossil, I
think that it can be fixed
by using something like:
fossil new -date-override $oldest_date $fossil_repository
change_cvs_root.tcl
Description: Tcl script
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

