Differences From:
File
tools/lib/pkgIndex.tcl
part of check-in
[b504674c5f]
- Fixed problems with the untested statistics module.
Moved cset <-> uuid map out of cvs to control layer, separate package.
Currently not really useful, will be needed when handling cvs branches.
Moved some user feedback around, and the import control too.
by
aku on
2007-09-15 03:18:31.
[view]
To:
File
tools/lib/pkgIndex.tcl
part of check-in
[6f121db1e2]
- Added structure to the CVS frontend code, putting the repository traversal
into its own package.
by
aku on
2007-09-17 01:43:07.
[view]
@@ -1,10 +1,11 @@
if {![package vsatisfies [package require Tcl] 8.4]} return
package ifneeded vc::rcs::parser 1.0 [list source [file join $dir rcsparser.tcl]]
package ifneeded vc::cvs::cmd 1.0 [list source [file join $dir cvs_cmd.tcl]]
package ifneeded vc::cvs::ws 1.0 [list source [file join $dir cvs.tcl]]
+package ifneeded vc::cvs::ws::files 1.0 [list source [file join $dir cvs_files.tcl]]
package ifneeded vc::fossil::cmd 1.0 [list source [file join $dir fossil_cmd.tcl]]
package ifneeded vc::fossil::ws 1.0 [list source [file join $dir fossil.tcl]]
package ifneeded vc::fossil::import::cvs 1.0 [list source [file join $dir importcvs.tcl]]
package ifneeded vc::fossil::import::stats 1.0 [list source [file join $dir import_statistics.tcl]]
package ifneeded vc::fossil::import::map 1.0 [list source [file join $dir import_map.tcl]]
package ifneeded vc::tools::log 1.0 [list source [file join $dir log.tcl]]