On Wed, Aug 14, 2013 at 8:23 PM, Chad Perrin <c...@apotheon.net> wrote:

> Let's say you have cloned a Fossil repository from a remote repository,
> then you use "fossil user password" to change the password for your user
> account on the local repository, then sync with the remote repository.
> Is there some way to push the changed password to the remote repository
> so that it will be the Fossil repository password you'd use for that
> account next time you sync?
>

i haven't tried this, but i _think_:

    fossil config pull user url_to_repo_repo

should pull the changed user data from the remote url into the current repo.

[stephan@host:~/cvs/fossil/fossil/src]$ f config export user - | head
# The "user" configuration exported from
# repository "/home/stephan/cvs/fossil/fossil/../fossil.fsl"
# on 2013-08-14 18:52:50
config /user 89
1344723530 'drh' pw 'c<snip>' cap 's' info '' photo NULL
config /user 89
...

seems to have all the info it would need. But it's an all or nothing - you
import all users at once, so this isn't a real sync.

But i haven't tried it.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
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