Differences From:
File
tools/cvs2fossil/lib/cvs2fossil.tcl
part of check-in
[47740cc1f6]
- Added stub for repository management, added most of pass I, collecting archives in the repository.
by
aku on
2007-10-03 04:18:18.
[view]
To:
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]
@@ -30,8 +30,9 @@
## Support for passes etc.
package require vc::fossil::import::cvs::option ; # Cmd line parsing & database
package require vc::fossil::import::cvs::pass ; # Pass management
+package require vc::tools::log ; # User feedback
# # ## ### ##### ######## ############# #####################
##
@@ -46,8 +47,10 @@
# and their defaults.
option process $arguments
pass run
+
+ vc::tools::log write 0 cvs2fossil Done
return
}
# # ## ### ##### ######## #############