Re: [fossil-users] Fossil server

2015-11-02 Thread Josef Frank

On 02.11.2015 09:29:29 Jan Danielsson wrote:

On 01/11/15 13:30, Damien Sykes-Pendleton wrote:

I’m running Windows. I’m not personally running anything on port 80, though I 
get a blank web page (as opposed to a 404 or problem loading error) when I 
visit localhost.


I forget the name of the tool, but in there's a nifty tool for
Windows which can list all the ports and which process owns them.  I
think the tool is part of the Sysinternals Suite (a quick glance makes
me think it may be "PortMon", but I'm not sure).  If you can't figure it
out any other way, you could use that to find out who is hogging port 80.


Actually the mentioned program is part of Windows itself, call it with 
the "-b" option:


netstat -b


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