On Mon, Mar 19, 2018 at 7:30 PM, The Tick <the.t...@gmx.com> wrote:

> Is there a was to get a "ls -l" style list of the files in a repository
> from the web interface? I see "Tree-View" or "File Ages" but the listing of
> "ages" seems to be relative to the last commit time.


A related sidebar: fossil doesn't actually store the creation- or
modification times of files. The only timestamps it remembers are when
changes are made to the repository (a checkin, wiki/ticket edit, new tag
applied to a commit, etc.). When fossil tells you the age of a file, it's
really showing you the timestamp of the commit which most recently modified
that file.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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