Hello Everyone!

Have a newbie question about user accounts: Is it possible to transfer user
account between repositories?  I have been unable to figure it out so far.
The "fossil configure" command can push/pull one of: all email project shun
skin ticket user.  But "user" does not seem to transfer user accounts.

Below are the steps I used to create a user and copy the user over to
another repository:
> fossil new original.fossil

> fossil ui original.fossil
   # Open the Admin --> Users page and see the default user list

> fossil clone original.fossil acopy.fossil

> fossil ui acopy.fossil
   # Open the Admin --> Users page and see the default user list

> fossil user new Bubba "testu...@from.nowhere" Bubba -R original.fossil
   # Refresh the original.fossil ui page to see the new user: Bubba

> fossil pull -R acopy.fossil
   # acopy.fossil pulls data from original.fossil
   # - User Bubba is not transfered

> fossil configuration pull all -R acopy.fossil
   # acopy.fossil pulls all configuration data from original.fossil
   # - User Bubba is not transfered
   # - Also the output "Server: ?URL?" line is not display like "fossil
pull"


Is it possible to transfer user accounts?  If so, how?

Thanks!
_______________________________________________
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