Re: [fossil-users] Amended check-in time

2017-09-25 Thread Andy Bradford
Thus said Richard Hipp on Mon, 25 Sep 2017 16:04:32 -0400: > It does work sometimes, at least: https://fossil-scm.org/fossil/info/1f378f9e3 I've seen it work before too, so I'm not sure why it would be different with the steps Andy Goth provided. Guess it will take some investigati

Re: [fossil-users] Amended check-in time

2017-09-25 Thread Richard Hipp
On 9/25/17, Andy Bradford wrote: > Thus said Andy Goth on Mon, 25 Sep 2017 10:45:23 -0500: > >> Has anyone tried running these commands yet? I want to see if anyone >> else can replicate my problem. > > I just tried and was able to reproduce the problem. It happens on > rebuild whether o

Re: [fossil-users] Amended check-in time

2017-09-25 Thread Andy Bradford
Thus said Andy Goth on Mon, 25 Sep 2017 10:45:23 -0500: > Has anyone tried running these commands yet? I want to see if anyone > else can replicate my problem. I just tried and was able to reproduce the problem. It happens on rebuild whether one does it via the ``fossil amend'' command

Re: [fossil-users] Amended check-in time

2017-09-25 Thread Andy Bradford
Thus said Andy Goth on Mon, 25 Sep 2017 10:45:23 -0500: > Has anyone tried running these commands yet? I want to see if anyone > else can replicate my problem. Sorry, I misinterpreted your comment about having a bad timezone (except in Narnia) as a retraction of your original problem. And now

Re: [fossil-users] Amended check-in time

2017-09-25 Thread Andy Goth
On 09/21/17 20:48, Andy Goth wrote: On 09/21/17 19:51, Richard Hipp wrote: I don't have any idea [why] the tags are not working for you. Try this sequence: f new repo.fossil mkdir ckout cd ckout f open ../repo.fossil touch xxx f add xxx f commit -date-override 2018-01-01 -m 'add xxx' sleep 5

Re: [fossil-users] Amended check-in time

2017-09-21 Thread Andy Goth
On 09/21/17 20:48, Andy Goth wrote: The second timeline has the corrected time: === 2017-09-22 === 01:47:20 [03d8e85285] Edit [447719afb096a7d3|447719afb0]: Timestamp 2017-09-21T20:47:15. (user: andy) 01:47:20 [7196e2f3c2] *CURRENT* remove xxx (user: andy tags: trunk) 01:47:10 [602cd20

Re: [fossil-users] Amended check-in time

2017-09-21 Thread Andy Goth
On 09/21/17 19:51, Richard Hipp wrote: I don't have any idea [why] the tags are not working for you. Try this sequence: f new repo.fossil mkdir ckout cd ckout f open ../repo.fossil touch xxx f add xxx f commit -date-override 2018-01-01 -m 'add xxx' sleep 5 TIME=$(date +%FT%T) sleep 5 f rm -har

Re: [fossil-users] Amended check-in time

2017-09-21 Thread Richard Hipp
On 9/21/17, Andy Goth wrote: > On 9/21/2017 4:36 PM, Andy Goth wrote: >> I'm having trouble changing the time of a check-in using the Web >> interface or the amend command. Either way I get a good result in the >> repository I amended, but it doesn't seem to sync right. When viewing >> on other

Re: [fossil-users] Amended check-in time

2017-09-21 Thread Andy Goth
On 9/21/2017 4:36 PM, Andy Goth wrote: > I'm having trouble changing the time of a check-in using the Web > interface or the amend command. Either way I get a good result in the > repository I amended, but it doesn't seem to sync right. When viewing > on other sync'ed repositories, the amended ti

[fossil-users] Amended check-in time

2017-09-21 Thread Andy Goth
I'm having trouble changing the time of a check-in using the Web interface or the amend command. Either way I get a good result in the repository I amended, but it doesn't seem to sync right. When viewing on other sync'ed repositories, the amended time isn't always there. With the test I just di