22 events occurring around 2007-09-28 15:44:08.
2007-10-03
| ||
04:18:18 | * | [47740cc1f6] Added stub for repository management, added most of pass I, collecting archives in the repository. (user: aku, tags: trunk) |
02:33:31 | * | [0edee97370] Begin adding setup screens for ticket configuration. (user: drh, tags: trunk) |
2007-10-02
| ||
18:58:44 | * | [2e9d52f27f] Begin adding the ticket configuration processing logic. (user: drh, tags: trunk) |
15:22:13 | * | [d8f27c5afd] Notes on how to proceed with ticket integration added to ideas.txt. (user: drh, tags: trunk) |
10:34:46 | * | [307233d828] Added rudimentary proxy support to fossil chat client (user: mjanssen, tags: trunk) |
06:48:55 | * | [591151532206c] Added the pass management, integrated with application and option processor. (user: aku, tags: trunk) |
05:33:09 | * | [d57b7b4a05] Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. (user: aku, tags: trunk) |
03:05:43 | * | [2a98ac44bd] Third attempt at getting a cvs importer which can handle branches. Using cvs2svn code and design notes as a guide. (user: aku, tags: trunk) |
2007-09-28
| ||
20:08:32 | * | [134e2aeccc] Combine the "config" and "setting" commands into a single "settings" command. (user: drh, tags: trunk) |
15:44:08 | * | [ab637af752] Add enumeration lists and indented paragraphs in the wiki. (user: drh, tags: trunk) |
2007-09-27
| ||
04:44:19 | * | [7a64b9e738] CVS import. First, fixed sig::next regarding two things. One, we have to take the root version of a file into account as a possible predecessor. Two, a missing changed file may be misclassified and actually be added instead. Second, modified the search for a root changeset of a branch. We now try the existing regular intersection first for exactnes... (user: aku, tags: trunk) |
03:24:49 | * | [bd35e98274] Updates to the ideas.txt file with notes on ideas for doing tickets. (user: drh, tags: trunk) |
2007-09-26
| ||
19:46:37 | * | [2b51dbe02b] If you "sync" against a server for which you do not have push permission, you get an error message but it still does the pull. (user: drh, tags: trunk) |
16:20:41 | * | [7eecb079ed] Cleanup of the safemerge flag on update. Override available using the --force option. (user: drh, tags: trunk) |
13:49:54 | * | [a15122ff2d] Fix a bug in autosync commit - cleanup the onremote temp table after use. (user: drh, tags: trunk) |
12:24:07 | * | [d8d6dc85e1] Minor changes to the quickstart.html document. (user: drh, tags: trunk) |
12:21:20 | * | [cbe0ace8f3] Fix a bug in clone - have it open the global settings database file so that it can access the default-user setting. (user: drh, tags: trunk) |
07:06:45 | * | [f6f5c902e6] Bugfix for 3852590ce6. Make the use of cache files in the rcs parser actually dependent on the user option. (user: aku, tags: trunk) |
05:06:18 | * | [72dac950c3] Continued work on the import of branches. Main principle now is to handle the branches vertically. First the trunk, then the branch starting with the first unprocessed changeset, and so forth. Looks more promising than the previous approach. Currently handles just a bit over half of the test projects (11 of 21 in 6 repositories). (user: aku, tags: trunk) |
05:02:06 | * | [3852590ce6] New feature for importer. rcs parser extended so that it can store parse results for quick loading in future runs. This feature has no real use in regular use of the importer, i.e. one-shot conversion of a CVS repository to fossil. It is however useful for debugging when the source repository is scanned many times during test runs. Especially for l... (user: aku, tags: trunk) |