Copy the following lines and paste into a shell:

fossil version
fossil new test.fossil
fossil open test.fossil
touch b1.lua
touch b2.lua
touch b3.lua
touch b4.lua
touch b5.lua
fossil add b1.lua
fossil add b2.lua
fossil add b3.lua
fossil add b4.lua
fossil add b5.lua
fossil commit b1.lua -m "testorama"
fossil commit b2.lua -m "testorama"
fossil commit b3.lua -m "testorama"
fossil commit b4.lua -m "testorama"
fossil commit b5.lua -m "testorama"

  I get the following results:

This is fossil version [79b7902cdd] 2011-01-01 03:06:47 UTC
project-id: 58852bad6646420dc04d935ea1f68ec3cc227ffb
server-id:  bfd0715f00ee545e00323a1cf6c61927597bd94c
admin-user: Owner (initial password is "1ce3f0")
ADDED  b1.lua
ADDED  b2.lua
ADDED  b3.lua
ADDED  b4.lua
ADDED  b5.lua
New_Version: 68c5d3037a36375fc547b499699cd9255262bc33
C:\bin\fossil.exe: ancestor check-in [68c5d3037a] (2011-01-27 15:50:02) is
not older (clock skew?) Use -f to override.
C:\bin\fossil.exe: ancestor check-in [68c5d3037a] (2011-01-27 15:50:02) is
not older (clock skew?) Use -f to override.
C:\bin\fossil.exe: ancestor check-in [68c5d3037a] (2011-01-27 15:50:02) is
not older (clock skew?) Use -f to override.
C:\bin\fossil.exe: ancestor check-in [68c5d3037a] (2011-01-27 15:50:02) is
not older (clock skew?) Use -f to override.

  Sometimes it fails on third file, sometimes on second (like in the example
above).


>
> On Thu, Jan 27, 2011 at 1:09 AM, Ivan Hamer <tic...@gmail.com> wrote:
>
>> I also noticed the time skew problem when I quickly add, commit, then tag
>> the same file (from a script; not by hand). If interested, I can provide
>> more details to reproduce.
>>
>
> Yes please.  That would be great.
>
>
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to