On Tue, May 15, 2018 at 4:59 PM, Peter Vonča <pvo...@gmail.com> wrote:

> I understand, how about anonymization then. User "Jane" is deleted.
> Replace all references with default user "Anonymous".
>

Another point to consider is that fossil does not synchronize user
information unless it's explicitly told to. e.g. when i pull a copy of the
main Fossil SCM repository, it does not copy the users "drh", "jan", etc.
etc. Those users exist only as entries in commits (in "manifests", to use
the official Fossil terminology). The central repo can add any number of
users, but my local copy doesn't know them as users - it only knows them as
static strings in commit entries.

In short: what you're asking for is, by design, not possible in Fossil. (i
don't _think_ it's possible in any SCM, for that matter, but i _know_ that
it's not possible in Fossil.)


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

Reply via email to