Differences From:
File
tools/cvs2fossil/lib/c2f_repository.tcl
part of check-in
[52f2254007]
- Continued work on pass I. Filled in the repository management, and basic implementation of project objects. Missing are persistence and the foundation for that (cache database).
by
aku on
2007-10-04 04:34:59.
[view]
To:
File
tools/cvs2fossil/lib/c2f_repository.tcl
part of check-in
[eb656de7d9]
- Added the basic parts of the state manager and integrated it with option processor and pass manager.
by
aku on
2007-10-05 05:33:14.
[view]
@@ -21,8 +21,9 @@
package require vc::tools::log ; # User feedback.
package require vc::tools::misc ; # Text formatting
package require vc::fossil::import::cvs::project ; # CVS projects
package require struct::list ; # List operations.
+package require fileutil ; # File operations.
# # ## ### ##### ######## ############# #####################
##