32
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improvements to the control-file parser. Not recognizes the T-line for tags.
drh
More... over 16 years ago
Add the --randomize parameter to the rebuild command. Used for testing.
drh
More... over 16 years ago
Work toward adding a tagging system. Code compiles but is incomplete and probably does not work.
drh
More... over 16 years ago
Entered the general structure planned for processing of branches. Incomplete. This code right now exits when it finds branch csets. Some debug output to see detailed internals from which to pull the pieces together.
aku
More... over 16 years ago
Trim the commit messages to remove irrelevant leading and trailing line-endings.
aku
More... over 16 years ago
Got rid of the explicit revision tree and rephrased the trunk processing to use a loop which is more self-explanatory. Started to add in code needed when we process the branches as well, currently they will have now effect.
aku
More... over 16 years ago
Moved the counting of imported changesets to the beginning for a more accurate percent calculation and proper ending at 100%.
aku
More... over 16 years ago
Modified sorting of timeline entries for the same second to properly split files and file versions from each other, and to have newer revisions later. Further added a storage for error messages to be repeated when the importer exist. First user is the code reporting corrupted archive files detected during a checkout.
aku
More... over 16 years ago
Further work on the CVS frontend. The main parts for doing the extraction and management of changesets are now in a separate package.
aku
More... over 16 years ago
Fixed bug in the new code setting up the timeline, forgot to clean up loop state, causing data from previous iterations to bleed into the current one, causing the use of bogus data and ultimatively a bogus timeline. Note! Incidentially a bug in the old code was fixed by the new one, the use of mismatching revisions and commit messages. That caused the generation of extra changesets in the old code.
aku
More... over 16 years ago
Cleaned up the creation of the workspace directory.
aku
More... over 16 years ago
More structuring of the CVS backend, encapsulated the management of the global timeline of events in the project in a separate package.
aku
More... over 16 years ago
Added structure to the CVS frontend code, putting the repository traversal into its own package.
aku
More... over 16 years ago
Semantics of the progress display extended to allow an empty maximum to signal use of an infinite (open-ended) display.
aku
More... over 16 years ago
Pulled the latest CLI, website, and sqlite changes into the importer branch.
aku
More... over 16 years ago
Pulled in the navbar and timeline changes.
aku
More... over 16 years ago
Reworked the CVS handling code to have a simpler API, more like the reworked Fossil API. The API now has a form where adding the handling of branches should not require complex changes in the import controller any longer. Extended the system to allow the user to restrict the importing to a sub-directory of the chosen repository, via the new switch --project. This is required to pull a SF CVS repository apart into the various projects it may have. Example: Under Tcl we have 3 projects, namely Tcl itself, sampleextension, and Thread.
aku
More... over 16 years ago
Fixed problems with the untested statistics module. Moved cset <-> uuid map out of cvs to control layer, separate package. Currently not really useful, will be needed when handling cvs branches. Moved some user feedback around, and the import control too.
aku
More... over 16 years ago
Moved the handling of the import statistics into its own package. Untested.
aku
More... over 16 years ago
Rename CLI commands: leaves->descendents and branches->leaves.
drh
More... over 16 years ago
Fix the "leaves" webpage.
drh
More... over 16 years ago
Update the SQLite amalgamation file to version 3.5.0.
drh
More... over 16 years ago
Unhacked the fossil backend. IOW reworked the API and made it nicer, more structured, better command and option names. Gave the internals more structure, and simplified the handling of -breakat (old -stopat breakpoint). Updated users, and updated the user visible switches as well. Added a -h switch for help.
aku
More... over 16 years ago
Encapsulated access to the fossil and cvs applications in their own packages.
aku
More... over 16 years ago
Continuing namespace changes, rcs parser. Basic structure is now ok IMHO.
aku
More... over 16 years ago
Continuing namespace changes, cvs frontend.
aku
More... over 16 years ago
Continuing namespace changes, fossil backend.
aku
More... over 16 years ago
Continued restructuring of the code (namespace hierarchy, import control).
aku
More... over 16 years ago
Improvements to the CLI timeline display. When an update fails due to multiple descendents, show all of the descendents in timeline format.
drh
More... over 16 years ago
Added navbar to all pages, linking back to the index. Fixed typo in the index page.
aku
More... over 16 years ago