Artifact Content
Not logged in

Artifact fde05dafaad24f49d5b0f62f195f5ccae93b66c5

File tools/lib/pkgIndex.tcl part of check-in [72dac950c3] - Continued work on the import of branches. Main principle now is to handle the branches vertically. First the trunk, then the branch starting with the first unprocessed changeset, and so forth. Looks more promising than the previous approach. Currently handles just a bit over half of the test projects (11 of 21 in 6 repositories). by aku on 2007-09-26 05:06:18.

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::cvs::ws::timeline     1.0 [list source [file join $dir cvs_timeline.tcl]]
package ifneeded vc::cvs::ws::csets        1.0 [list source [file join $dir cvs_csets.tcl]]
package ifneeded vc::cvs::ws::branch       1.0 [list source [file join $dir cvs_branch.tcl]]
package ifneeded vc::cvs::ws::sig          1.0 [list source [file join $dir cvs_sig.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]]
package ifneeded vc::tools::trouble        1.0 [list source [file join $dir trouble.tcl]]