Fossil

Timeline
Login

Timeline

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

10 descendants and 10 ancestors of c7278fd013abfe24

2007-09-23
11:43
Relax the lexigraphical ordering requirement on manifests. Now the lines of a manifest (or cluster or control file) must occur in lexigraphical order after the arguments have been defossilized. ... (check-in: dea1ae50d3 user: drh tags: trunk)
03:21
Forgot a line of debug code, writting manifest.new... now removed ... (check-in: 17596784d0 user: jnc tags: trunk)
03:17
Merged win32 info update and branch addition ... (check-in: 96f0d64a70 user: jnc tags: trunk)
03:13
fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now. ... (check-in: b8a8959ec5 user: jnc tags: trunk)
2007-09-22
23:41
Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. ... (check-in: 09c4adeb6f user: drh tags: trunk)
21:40
More descriptive build process in win32.txt, also removed win32 port from the todo.txt ... (check-in: 34accdd0cd user: jnc tags: trunk)
19:43
Merge in the w32 changes. ... (check-in: 3c5482959c user: drh tags: trunk)
18:38
Merged win32.txt which caused the branch initially ... (check-in: b57d456718 user: jnc tags: trunk)
18:34
Socket operations now functional in Win32 port. Added quotes around the filename portion of the command to edit thus working of windows in paths where the temp directory contains spaces. Added -all flag to clean command. If not specified each file is prompted for before removing. ... (check-in: 8372cc0b81 user: jnc tags: trunk)
06:49
Forgot to remove path problems from 'Outstading Issues' ... (check-in: 46f96301f1 user: jnc tags: trunk)
06:47
Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. ... (check-in: c7278fd013 user: jnc tags: trunk)
2007-09-21
22:07
Added win32 build notes ... (check-in: 5890c67d86 user: jnc tags: trunk)
21:53
Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next ... (check-in: 83c876b447 user: jnc tags: trunk)
19:18
Improvements to the control-file parser. Not recognizes the T-line for tags. ... (check-in: 3dc92fdb7f user: drh tags: trunk)
18:33
Add the --randomize parameter to the rebuild command. Used for testing. ... (check-in: ce1c1a2907 user: drh tags: trunk)
02:41
Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. ... (check-in: 2bc0e2c565 user: drh tags: trunk)
2007-09-20
07:37
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. ... (check-in: 25bc721076 user: aku tags: trunk)
07:33
Trim the commit messages to remove irrelevant leading and trailing line-endings. ... (check-in: a9dcf09124 user: aku tags: trunk)
07:14
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. ... (check-in: cbbf9a7575 user: aku tags: trunk)
07:08
Moved the counting of imported changesets to the beginning for a more accurate percent calculation and proper ending at 100%. ... (check-in: 330f2da791 user: aku tags: trunk)
03:51
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. ... (check-in: a5476aed27 user: aku tags: trunk)