Differences From:
File
tools/cvs2fossil/lib/cvs2fossil.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/cvs2fossil.tcl
part of check-in
[fdbc01df95]
- Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager.
by
aku on
2007-10-06 03:56:32.
[view]
@@ -23,9 +23,10 @@
## Passes. The order in which the import passes are loaded is
## important. It is the same order they will register, and then be run
## in.
-package require vc::fossil::import::cvs::pass::collar ; # Coll'ect AR'chives.
+package require vc::fossil::import::cvs::pass::collar ; # Coll'ect AR'chives.
+package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect REV'isions.
# # ## ### ##### ######## ############# #####################
## Support for passes etc.