Re: [fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread The Tick

On 3/19/2018 2:44 PM, Stephan Beal wrote:

On Mon, Mar 19, 2018 at 7:30 PM, The Tick > 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.



I see. I was mistakenly under the impression that fossil would preserve 
the timestamps on a checkout so that 'make' would work correctly. I 
didn't think about the fact that one does not store the intermediate or 
targets of a build in the repository -- one builds from scratch and when 
a product is shelved for a while, one just does a final commit, closes 
the repository and deletes the checkout.


That clears things up. Thanks.


___
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] Web interface: "ls -l" list of files?

2018-03-19 Thread Stephan Beal
On Mon, Mar 19, 2018 at 7:30 PM, The Tick  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


Re: [fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread The Tick

On 3/19/2018 1:33 PM, Richard Hipp wrote:

On 3/19/18, The Tick  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. For instance, a
"Tree-View" on a repository that I have not touched for several months
shows file ages in minutes rather than months.


Not at the moment.  Easy enough to add, though.  Do you have a patch?  ;-)

I took a look and it is far beyond my ability to add. Thanks for your 
answer though.

___
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] Web interface: "ls -l" list of files?

2018-03-19 Thread Richard Hipp
On 3/19/18, The Tick  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. For instance, a
> "Tree-View" on a repository that I have not touched for several months
> shows file ages in minutes rather than months.

Not at the moment.  Easy enough to add, though.  Do you have a patch?  ;-)

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


[fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread The Tick
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. For instance, a 
"Tree-View" on a repository that I have not touched for several months 
shows file ages in minutes rather than months.

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