Re: [fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover
On Thursday, February 16, 2012 12:18pm, "Weber, Martin S" said: > > It's easy actually. The full command is "configuration", to which all of Awesome. "fossil configuration pull skin" did it. Looking at the bytes transferred, the icon itself must have already come over in another operation.

Re: [fossil-users] web page icon propagation

2012-02-16 Thread Weber, Martin S
On 2012-02-16 12:41 , "Thomas Stover" wrote: >I spoke too soon. I get "fossil: unknown command: configure" on all my >installations. Do I need another build flag? It's easy actually. The full command is "configuration", to which all of "conf", "config" and even "configur" are valid prefixes/abbr

Re: [fossil-users] web page icon propagation

2012-02-16 Thread Richard Hipp
On Thu, Feb 16, 2012 at 12:28 PM, Thomas Stover wrote: > On Thursday, February 16, 2012 11:23am, "Richard Hipp" > said: > > > > fossil configure pull > > fossil configure push skin > > ok. I think one time I did do a "configure pull", and another time just > "pull". The user accounts ar

Re: [fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover
On Thursday, February 16, 2012 11:47am, "Lluís Batlle i Rossell" said: > On Thu, Feb 16, 2012 at 11:41:53AM -0600, Thomas Stover wrote: >> I spoke too soon. I get "fossil: unknown command: configure" on all my >> installations. Do I need another build flag? > > No json. 'fossil configuration'

Re: [fossil-users] web page icon propagation

2012-02-16 Thread Lluís Batlle i Rossell
On Thu, Feb 16, 2012 at 11:41:53AM -0600, Thomas Stover wrote: > I spoke too soon. I get "fossil: unknown command: configure" on all my > installations. Do I need another build flag? No json. 'fossil configuration' :) Regards, Lluís ___ fossil-users m

Re: [fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover
I spoke too soon. I get "fossil: unknown command: configure" on all my installations. Do I need another build flag? ___ 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 page icon propagation

2012-02-16 Thread Thomas Stover
On Thursday, February 16, 2012 11:23am, "Richard Hipp" said: > > fossil configure pull > fossil configure push skin ok. I think one time I did do a "configure pull", and another time just "pull". The user accounts are not by chance part of this configuration? ___

Re: [fossil-users] web page icon propagation

2012-02-16 Thread Richard Hipp
The "skin" (including the project icon) is not versioned. It is consider server-specific metadata. The skin is copied when you clone. You can all move move it using: fossil configure pull fossil configure push skin It is often necessary to press "Reload" on your browser after changin

[fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover
At first it appeared that push/pull was propagating the project icon. Then it looked like it was not, so I started adding it manually. Then I realized that was just browser silliness. Now I'm back to not seeing it working. Would someone tell me if this is suppose to work, since I have confused m