fossil
repo
Explore
Sign in
Fossil SCM
Overview
Code
Branches
Timeline
Tickets
Wiki
Forum
Releases
Files
← Back to file
tools/cvs2fossil/lib/c2f_file.tcl
48 commits
Now really fix execute permissions to what they were before
jan.nijtmans
596e7a9ce…
2015-02-06 15:06
Fix execute permissions
jan.nijtmans
216798706…
2015-02-06 14:16
cvs2fossil, fixed off-by-one errors in the application of RCS patches.
aku
68cf3ecdb…
2008-03-05 05:28
Updated my notes regarding memory usage. Converted more locations to incremental query processing v…
aku
f637d4220…
2008-02-24 18:01
Merge in changes from Andreas's branch.
drh
6b78df386…
2008-02-08 21:52
Updated the copyright information of all files touched in the new year.
aku
66235f243…
2008-02-06 05:04
Reworked the revision import to use the new state tracking system instead of the simple array. Move…
aku
e1dbf3186…
2008-02-04 06:05
Removed the now obsolete textrange information from the revision table and updated the file revisio…
aku
3e76f2a5f…
2008-02-03 01:33
Modified filtering pass to drop the blobs of excluded revisions, for them we can be sure that we wi…
aku
83d75a6c2…
2008-02-03 00:45
Extended the collection of revisions for a file with a separate blob store to manage the text range…
aku
aa04ac9d1…
2008-02-03 00:04
Added high-verbosity (level 11) logging to trace the application of rcs patches.
aku
e5ae612c8…
2008-01-31 07:14
Changes to cvs2fossil to import tcllib CVS into fossil on Win32 * using [::file] instead of [file]…
mjanssen
7208c7ac4…
2008-01-28 23:57
Fixed bug in the code detaching a vendor branch. Left link to removed parent dangling, and killed c…
aku
0adaabf11…
2008-01-27 20:40
Extended traversal core to allow custom labeling of the log output immediately before the traversal…
aku
b81901adc…
2007-12-06 03:58
Removed the automatic destruction of the traversed graph from the traversal core and put it into th…
aku
b59cdc7f8…
2007-12-06 03:56
Added progress feedback to the file import, and moved the log output to level 8.
aku
08f808570…
2007-12-06 03:54
Fixed handling of empty revisions.
aku
bf0b70d5e…
2007-12-06 03:48
Extended file handling with main logic to import an archive into fossil. Main parts are determining…
aku
e100314ec…
2007-12-05 07:55
The handling of detached lines of development (floating branches) still had some bugs regarding the…
aku
c4003e7b9…
2007-12-05 02:22
Bugfix. Handle free-floating branches (their root revision was removed as unnecessary).
aku
79c227a9c…
2007-12-01 18:36
Added convenience method for assertions and used it in place of the existing if/trouble internal co…
aku
47d52d1ef…
2007-11-28 05:39
Code cleanup. Removed trailing whitespace across the board.
aku
b679ca335…
2007-11-25 07:54
Fixed the calculation of possible parents for a detached NTDB. Has to be trunk. The symbols were sk…
aku
930ec162c…
2007-11-22 06:03
Merge aku's CVS import changes into the main line. Fix a small bug in diff.c.
drh
38b967dcf…
2007-11-17 00:29
Added code creating aggregate symbol statistics. This completes pass 2 (CollRev).
aku
6f8667b03…
2007-10-31 03:44
Extended handling of id's for files so that we have them for backreferences from symbols and revisi…
aku
adf168e23…
2007-10-24 08:01
Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trun…
aku
e94b52b6f…
2007-10-23 04:36
Reworked object deletion to happen centrally after the file has been processed (drop). Simplified t…
aku
a766b0819…
2007-10-23 03:29
Due to quickly building memory pressure for large cvs repositories (thousands of revisions and symb…
aku
3a00ac5aa…
2007-10-23 02:29
Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some ch…
aku
436f17a5f…
2007-10-21 07:08
Added code able to exclude all non-trunk revisions upon user request.
aku
886b6f257…
2007-10-21 06:10
Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initi…
aku
510cd0230…
2007-10-19 07:23
Added detection of irrelevant trunk revisions for files added to a branch but not the trunk. Reposi…
aku
cfe4b269a…
2007-10-17 04:37
Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variable…
aku
b5b2d6152…
2007-10-17 03:24
Fix setting of myimported, wrong condition. Fix item assignment when sorting branches. Fix parent/c…
aku
177a0cc55…
2007-10-17 03:15
Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs …
aku
e5441b908…
2007-10-15 00:03
Reworked the whole handling of meta data (author, commit message, plus project/branch information),…
aku
67c24820c…
2007-10-14 01:58
Extended pass I to capture the 'file executable' info of rcs archives. Currently the only way to st…
aku
27470a930…
2007-10-13 21:15
The basic work of setting up and linking revisions, tags, and branches is complete.
aku
cb70cf4ad…
2007-10-13 05:39
Extended rcs parser with another callback run after the processing of the revision tree completed, …
aku
40eaf58ec…
2007-10-12 07:20
Continued to flesh out revision and symbol processing. Started on the project level classses.
aku
da9295c6f…
2007-10-12 07:18
Started to flesh out the handling symbols and revisions coming in from the rcs parser. First fragme…
aku
bd131addb…
2007-10-12 05:56
API tweak rcs parser, definition of symbols, call through the callback once per symbol instead of o…
aku
338854a61…
2007-10-10 04:23
Broke static dependency cycle repository <- project <- file <- repository, now using dynamic/runtim…
aku
848717225…
2007-10-06 22:06
Started capture of revision information in file objects. Capturing authors and commit messages and …
aku
3d88cfd05…
2007-10-06 21:59
Continued work on pass II, skeleton of it completed by adding outline of code for persistence.
aku
6d1811d61…
2007-10-06 21:19
Added skeleton and dump methods to make file objects proper sinks for the rcs parser.
aku
2e3815c3b…
2007-10-06 21:01
Fleshed out pass II, added skeleton of rcs archive class, started integration of rcs parser.
aku
8a93ffa9c…
2007-10-06 18:43
Keyboard Shortcuts
Open search
/
Next entry (timeline)
j
Previous entry (timeline)
k
Open focused entry
Enter
Show this help
?
Toggle theme
Top nav button
Close