Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events occurring around 303207ab7c3cadca.

2010-11-11
20:33
Further refinements to the Fossil-versus-Git document. ... (check-in: 8f4d5314ae user: drh tags: trunk)
20:01
typo ... (check-in: 71f7103494 user: bch tags: trunk)
18:21
Add information on the Git-to-Fossil converter and a comparison article on Fossil and Git. ... (check-in: ae0628aa99 user: drh tags: trunk)
13:43 Edit [7043db15b82f7bcb|7043db15b8]: Move to branch gcw-fast. Edit check-in comment. Timestamp 2010-11-11 13:36:40. ... (artifact: ec5b4ddebd user: gcw)
13:36
a stab at fast-import/export support building on the 'import' branch from drh. ... (Closed-Leaf check-in: 7043db15b8 user: gcw tags: gcw-fast)
13:36
Fix the "fossil import" command so that it correctly handles cases where a file is deleted then replaced by a directory with the same name. ... (check-in: e5a734a19a user: drh tags: trunk)
12:09 Ticket [8f8083f230] commit not possible status still Open with 1 other change ... (artifact: 68c41b681e user: drh) ... 1 similar event omitted.
11:31 New ticket [ffcf5b9f62] Add 'append' to 'wiki' command. ... (artifact: 7a1aab180b user: ron)
10:40 Ticket [15f44789de] Restore rstats command status still Open with 1 other change ... (artifact: 8abcba54b5 user: anonymous)
01:16
Cast strlen() to int when used as a printf() argument. ... (check-in: 5fa4dfc286 user: drh tags: trunk)
2010-11-10
21:00
Fix a bug in processing of "merge" records for "fossil import". ... (check-in: 6b76effa92 user: drh tags: trunk)
20:56
Improved handling of branches and tags in the "fossil import" command. ... (check-in: b2f637510a user: drh tags: trunk)
19:11
Allow a manifest to have no F-cards. ... (check-in: 6f8cd72b08 user: drh tags: trunk)
18:44
Drop the temporary time_fudge table once we are done with it. ... (check-in: 172e16aeec user: drh tags: trunk)
18:42
Fix the code for adding "mlink" entries so that it records file deletions on a baseline manifest. ... (check-in: 0ba2c86d2b user: drh tags: trunk)
13:36
Fix the "divider" lines in the timeline display. Add the --force option to the "import" command. ... (check-in: ef68b04449 user: drh tags: trunk)
01:43
Tweak check-in times slightly so that parents always come before their children. ... (check-in: 0e87f42762 user: drh tags: trunk)
00:43
The "fossil import" command works well enough to import the Git self-hosting repository. There are still issues and no doubt many bugs yet to be found. But this is a good start. ... (check-in: 6c827ff02e user: drh tags: trunk)
2010-11-09
18:15
Partial implementation of the "fossil import" command. It is incomplete and does not work. ... (check-in: ba837f5e88 user: drh tags: trunk)
17:53 Ticket [ad76b5d67b] Cannot clone http://www.fossil-scm.org/ status still Open with 1 other change ... (artifact: ad511de232 user: anonymous)
17:51
Merge in the latest changes from venks-emacs. ... (check-in: 7d2d1d3228 user: drh tags: trunk)
17:37
Merge with trunk ... (check-in: 96c0c68a86 user: venkat tags: venks-emacs)
16:26 Ticket [66ad1acf2b] No way to change commit message status still Closed with 2 other changes ... (artifact: 6067a41307 user: anonymous)
15:24 Ticket [ad76b5d67b] Cannot clone http://www.fossil-scm.org/ status still Open with 1 other change ... (artifact: 303207ab7c user: drh) ... 1 similar event omitted.
15:15 Add attachment ss1.gif to ticket [ad76b5d67b] ... (artifact: 4817786de2 user: drh)
15:02 Ticket [ad76b5d67b] Cannot clone http://www.fossil-scm.org/ status still Open with 1 other change ... (artifact: b958803fdc user: anonymous) ... 2 similar events omitted.
13:52
Make "init" an alias for "new". ... (check-in: 21880ca1b6 user: drh tags: trunk)
11:59
The "export" command now exports tags. ... (check-in: 06bc2fb7cc user: drh tags: trunk)
11:05
Merge the import/export changes into trunk. Even though they are incomplete, they do not threaten the correctness of other commands and can be developed in trunk. ... (check-in: 0f024d3e30 user: drh tags: trunk)
10:48 Fixed ticket [6e51013097]: Avoid "obj" directory for builds plus 1 other change ... (artifact: 80737faf6d user: drh)
10:48
Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead]. ... (check-in: e663bac6f7 user: drh tags: trunk)
10:44 Fixed ticket [1318677c15]: Configuration pull does not work plus 1 other change ... (artifact: 587ee4b02e user: drh)
10:44
For cloning and syncing, give all users the privileges of both "nobody" and "anonymous" without requiring a login message. Ticket [1318677c15af04480b]. ... (check-in: 134f5b374e user: drh tags: trunk)
09:01 Ticket [e49f245975] Add '-nocgi' option status still Fixed with 2 other changes ... (artifact: 83a941ccc3 user: ron)
08:59
fix [e49f245975f89a8a9c006ec224eed48c8ad77593] by adding -nocgi option ... (check-in: 1b883d49cf user: ron tags: trunk)
08:38 New ticket [1318677c15] Configuration pull does not work. ... (artifact: fe3e98d4f9 user: anonymous)
01:17
Cleanup of help_page() in preparation for merging with trunk. ... (Closed-Leaf check-in: a298a0e2f9 user: drh tags: StvPrivateHook2)
01:15 Ticket [6e51013097] Avoid "obj" directory for builds status still Open with 2 other changes ... (artifact: f5501ef344 user: anonymous)
01:06
Merge from trunk + minor changes to update.c to work with new . return from file_tree_name for fossil root. ... (check-in: a9407bc82f user: venkat tags: venks-emacs)
2010-11-08
23:39 Edit [6d334ac9ed2f7d98|6d334ac9ed]: Move to branch StvPrivateHook2. Timestamp 2010-10-29 21:11:39. ... (artifact: 0ef6d27d9d user: drh)
23:26
Export works for Fossil and SQLite repositories. Does not yet export tags. Also need to add incremental export. ... (Closed-Leaf check-in: e25884d44f user: drh tags: experimental)
23:01
remove hook command to be compatible with other hook designs ... (check-in: a06121740a user: wolfgang tags: StvPrivateHook2)
20:07
Merge in the [696668aa4ec88213c] fix, which is necessary to successfully export the Fossil self-hosting repository. ... (check-in: 95f709cd4f user: drh tags: experimental)
20:04
merge from trunk ... (check-in: 1e801695d3 user: wolfgang tags: StvPrivateHook2)
20:01
Fix a bug in the manifest parser which caused it to ignore manifests that were signed by a windows-build of PGP. ... (check-in: 696668aa4e user: drh tags: trunk)
19:31
Fix an inintiialized variable in the previous check-in. ... (check-in: d8935a89b5 user: drh tags: trunk)