On Thu, Feb 16, 2012 at 12:28 PM, Thomas Stover <c...@thomasstover.com>wrote:

> On Thursday, February 16, 2012 11:23am, "Richard Hipp" <d...@sqlite.org>
> 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?
>

User accounts are part of metadata.  If you edit user accounts locally and
then do a "config pull" it keeps the most recent change.

Other metadata that "config pull" might sync (assuming you have appropriate
permissions) include:

*  The ticket configuration (what fields are on tickets, and the ticket
entry and editing screens)
*  The list of "shunned" artifacts
*  Ticket report formats
*  "Concealed" user names.

Concealed usernames are typically email addresses that you do not want to
be available for harvesting by spammers, and so are stored in the tickets
themselves as a SHA1 hash.  The "Concealed" table maps those hashes back to
the original names, so that authorized users can see the original email
address.  "Anonymous" can only access the SHA1 hash.



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



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

Reply via email to