[fossil-users] Compressed >>> uncompressed size

2018-06-06 Thread Andy Goth
In a couple of my repositories (sorry, I can't share them), /artifact_stats shows artifact compressed sizes far larger than uncompressed sizes. For example, in the one I'm looking at right now, the ALL uncompressed size is 188,230,318, but the compressed size is: 262,107,865,366,396,928

Re: [fossil-users] Stray up arrow in timeline

2018-06-06 Thread Andy Goth
On 06/06/18 20:58, Andy Goth wrote: While investigating a difficult-to-reproduce problem with rebuilds (to be discussed in a separate email if I ever come up with a procedure), I managed to get another problem. My timeline now has a stray up arrow coming off the check-in that comes "after"

Re: [fossil-users] Attachment policy

2018-06-06 Thread Andy Goth
On 06/06/18 21:53, jungle Boogie wrote: Seeing that you have a Gmail account, you could upload to Google drive and make public. Then provide the link via email to that file. I'll do that for now, pending direction to attach to email or do anything else. Ideally the file would not be in

Re: [fossil-users] Attachment policy

2018-06-06 Thread jungle Boogie
Hi Andy, Seeing that you have a Gmail account, you could upload to Google drive and make public. Then provide the link via email to that file. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Stray up arrow in timeline

2018-06-06 Thread Andy Goth
While investigating a difficult-to-reproduce problem with rebuilds (to be discussed in a separate email if I ever come up with a procedure), I managed to get another problem. My timeline now has a stray up arrow coming off the check-in that comes "after" the one for which I amended the time.

[fossil-users] Attachment policy

2018-06-06 Thread Andy Goth
What is the file attachment policy for this mailing list? I couldn't find it documented anywhere. It doesn't help that when I search the list for "attachment" I find so much about ticket attachments. May I attach plain text files? Binary files? What are the size limits? I have an 8.7

Re: [fossil-users] Show time...

2018-06-06 Thread Andy Goth
On 06/06/18 20:26, Eduard wrote: I might enable public registration 'soon'. Now all I need is a catchy name, like `chiselapp` :p There are plenty of fossil terms to choose from, for example archaeo. -- Andy Goth | ___ fossil-users mailing list

Re: [fossil-users] Show time...

2018-06-06 Thread Eduard
I finished implementing UID-based segregation. You can view the resulting code here[1]. In particular, you may find the suid wrapper at `fossil/hydra_fossil_chroot_wrapper.c` useful for your own purposes. I've added a patch for safe Tcl (controlled by configure switch `--force-tcl-makesafe`).

Re: [fossil-users] Incorrect arrow colors when using -bgcolor

2018-06-06 Thread Andy Goth
On 06/06/18 19:46, Richard Hipp wrote: On 6/6/18, Andy Goth wrote: When a custom bgcolor is set for a check-in, the arrow color coming out of the check-in is incorrect. In my test case, the outbound arrows are white, which doesn't look so great against the default white background. Fixed on

Re: [fossil-users] Incorrect arrow colors when using -bgcolor

2018-06-06 Thread Richard Hipp
On 6/6/18, Andy Goth wrote: > When a custom bgcolor is set for a check-in, the arrow color coming out > of the check-in is incorrect. In my test case, the outbound arrows are > white, which doesn't look so great against the default white background. Fixed on trunk -- D. Richard Hipp

[fossil-users] Incorrect arrow colors when using -bgcolor

2018-06-06 Thread Andy Goth
When a custom bgcolor is set for a check-in, the arrow color coming out of the check-in is incorrect. In my test case, the outbound arrows are white, which doesn't look so great against the default white background. f new test.fossil mkdir test cd test f open ../test.fossil touch file f add