On Tue, Jul 24, 2012 at 1:17 AM, Altu Faltu <altufa...@mail.com> wrote:

> One of my repository has got a bad time stamp on a commit such that the
> commit date is in future. Since commit date is in future, any attempts to
> edit the commit doesn't take effect.
>
> Is there any way to fix this issue?
>

(1) Get the very latest Fossil trunk changes (including
http://www.fossil-scm.org/fossil/info/ca72f02c9b) and compile and build
them for your system.

(2) From the timeline, and when logged in as a user with Setup privilege,
click on the offending check-in, then click on the "[Edit]" link in order
to get into the "ci_edit" screen.

(3) Add the query parameter "chngtime=YYYY-MM-DD" to the end of the URL.
(Remember to include the & separator.)  Fill in with a date that is later
than the date of the check-in itself.

(4) A new field will appear in the edit screen:  "Timestamp of this
change:"  Make sure this field contains a date that is after the faulty
check-in time.

(5) Edit the check-in time to be something reasonable and press "Apply".



>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
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

Reply via email to