Hi!

I'm wondering whether it is possible via command line (or simple enough
SQL) to change the commit time of a specific commit (the most recent
one).

I have a special need of combining several repositories (non-fossil)
into one new fossil repository, maintaining the chronological timeline
(at least of trunk, not sure about the branches yet). Therefore I
cannot go the "git import route" but have to build my own xyz2fossil
script.

The idea is to reconstruct a working copy, made up of the state of the
various repositories at a specific time and then do "fossil addremove"
and "fossil commit" and time-warp the working copy through the time
from the past to the present.

However with this approach, all commit dates are the ones of the
repository conversion and not the original ones. Therefore my question
whether there is an easy way to change the commit date directly after
the commit.

TIA.

Greetings,
Stefan

-- 
Stefan Bellon
_______________________________________________
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