Differences From:
File
tools/cvs2fossil/lib/c2f_file.tcl
part of check-in
[3e76f2a5f0]
- Removed the now obsolete textrange information from the revision table and updated the file revision code to not store its textrange any longer.
by
aku on
2008-02-03 01:33:45.
[view]
To:
File
tools/cvs2fossil/lib/c2f_file.tcl
part of check-in
[e1dbf3186d]
- Reworked the revision import to use the new state tracking system instead of the simple array. Moved some log outputs. Added a file listing the known problems to prevent me from forgetting stuff as it piles up :/
by
aku on
2008-02-04 06:05:11.
[view]
@@ -276,8 +276,10 @@
# # ## ### ##### ######## #############
## Pass XII (Import).
method pushto {repository} {
+ log write 2 file {Importing file "$mypath"}
+
set ws [$repository workspace]
struct::list assign [$self Expand $ws] filemap revmap
# filemap = dict (path -> uuid)
# revmap = dict (path -> rid)