View Ticket
Not logged in
Ticket UUID: bf536aff75721f8c7f0d3f6ce22b139c0a53fe8d
Title: fossil reports/header/footer/css/logo do not sync
Status: Closed Type: Feature_Request
Severity: Cosmetic Priority:
Subsystem: Resolution: Not_A_Bug
Last Modified: 2009-09-22 15:17:56
Version Found In: 37f295c310
Description & Comments:
the ticket report formats, header, footer, and css definitions, and logo image in the fossil repository do not sync. clone appears to copy these elements initially, but pull/sync does not. it would also be nice if these elements were revision controlled, but that is an entirely different ticket.

rwilson added on 2009-09-22 14:54:14:
tickets don't sync either.


drh added on 2009-09-22 15:10:45:
Server setup does not sync by design. Different servers are potentially administered by different people and/or for different purposes and so you do not necessarily want every server to be configured the same way. To sync the setup use:

  fossil config sync all URL
  fossil config pull all URL
  fossil config push all URL

Replace "all" with "email", "project", "skin", "shun", "ticket", or "user" to sync some subset of the server setup.

The content of tickets is synced. And we know that works because ticket content is routinely synced between all three self-hosting fossil repositories.


rwilson added on 2009-09-22 15:17:56:
re: tickets not syncing - my mistake. i was looking a the list of all tickets on my local fossil repository and it was unsorted when my brain was expecting sort DESC which led me to believe they were not syncing.

re: all/email/project/skin/shun/ticket/user - recommend the info be added to reference.wiki.