Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins using file tools/cvs2fossil/lib/c2f_pcollrev.tcl version 47f6b87c0b
|
2007-10-21
| ||
| 07:08 | Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. check-in: 436f17a5f0 user: aku tags: trunk | |
| 06:10 | Added code able to exclude all non-trunk revisions upon user request. check-in: 886b6f257b user: aku tags: trunk | |
| 04:42 | Created a separate common class for the id databases used by the repository, and updated the repository code to use it. check-in: 99e165d5c4 user: aku tags: trunk | |
|
2007-10-19
| ||
| 07:23 | Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initial deletions on branches. check-in: 510cd02303 user: aku tags: trunk | |
| 07:22 | Extended the RCS parser to handle extended (aka new) phrases coming after the regular data of a revision, in the revision tree. check-in: 294156a36f user: aku tags: trunk | |
|
2007-10-17
| ||
| 04:37 | Added detection of irrelevant trunk revisions for files added to a branch but not the trunk. Repository extended to keep inverted indices for the meta data and commit messages for retrieval of commit messages per meta data, required for the previous. fixed problem with file objects, we kept only the rcs path, and need the user visible path too. check-in: cfe4b269ac user: aku tags: trunk | |
| 04:33 | Extended file-level symbols and project-level trunk with methods to allow users to distinguish them (trunk vs. not trunk, for use as lines of development). check-in: 09af24fc7c user: aku tags: trunk | |
| 03:24 | Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variables. check-in: b5b2d61527 user: aku tags: trunk | |
| 03:15 | Fix setting of myimported, wrong condition. Fix item assignment when sorting branches. Fix parent/child linkage when setting up branch dependencies. Completed processes on non-trunk default branch revisions. Added skeleton code for the deletion of superfluous revisions. check-in: 177a0cc55c user: aku tags: trunk | |
| 03:10 | More handling for option --trunk-only. check-in: a3cd0c3099 user: aku tags: trunk | |
| 03:09 | Added new option --trunk-only, state and processing. check-in: 3bde1a2e2f user: aku tags: trunk | |
| 03:08 | New helper command to delete item from list by name instead of position. check-in: 4e49cbf03b user: aku tags: trunk | |
|
2007-10-15
| ||
| 00:03 | Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... check-in: e5441b908d user: aku tags: trunk | |
|
2007-10-14
| ||
| 01:58 | Reworked the whole handling of meta data (author, commit message, plus project/branch information), so that revisions now store only the meta id, everything else is stored centrally. All the relevant pieces (author, cmessage, symbols, projects) now also get numeric ids assigned early instead of when being saved to the state. Project ids are loaded ... check-in: 67c24820c7 user: aku tags: trunk | |