Re: [fossil-users] providing different commit time possible?

2015-08-28 Thread Josef Frank

On 28.08.2015 01:41, Richard Hipp wrote:


E.g. in mercurial one could do hg ci -d '-mm-dd HH:MM:SS'


There is an undocumented --date-override '-mm-dd HH:MM:SS' option.



Thanks a lot. This works like a charm.

jf





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


[fossil-users] providing different commit time possible?

2015-08-27 Thread Josef Frank


Hello,

is it possible to specify a time/date string for fossil to be used for 
the current commit instead of current time?


E.g. in mercurial one could do hg ci -d '-mm-dd HH:MM:SS'

Background:
I have got a bunch of tgz/zip files that resemble snapshots of the 
respective source trees at particular time points and would like to use 
the date saved in the archives as check-in dates.


Best
jf

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


Re: [fossil-users] providing different commit time possible?

2015-08-27 Thread Andy Bradford
Thus said Josef Frank on Fri, 28 Aug 2015 01:01:52 +0200:

 is it possible to specify a time/date string for fossil to be used for
 the current commit instead of current time?

Yes, you can use the --date-override option for that.

It isn't documented, but it's there:

http://www.fossil-scm.org/index.html/info/431159485ee4209e6bfc7bd4481ff8a1c25a2626?txt=1ln=1700

Andy
--
TAI64 timestamp: 400055dfa0b9
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] providing different commit time possible?

2015-08-27 Thread Richard Hipp
On 8/27/15, Josef Frank josef.fr...@gmx.ch wrote:

 Hello,

 is it possible to specify a time/date string for fossil to be used for
 the current commit instead of current time?

 E.g. in mercurial one could do hg ci -d '-mm-dd HH:MM:SS'

There is an undocumented --date-override '-mm-dd HH:MM:SS' option.
-- 
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