Hi,

I used to create my fossil repositories (scripted with 
    fossil init --admin-user $user $repo
But I just noticed that with 1.24, this does not work anymore, instead,
fossil will reply with:
    Cannot figure out who you are!  Consider using the --user
    command line option, setting your USER environment variable,
    or setting a default user with "fossil user default USER".
    fossil: cannot determine user

I have to use:
    fossil init --user $user --admin-user $user $repo
Though `fossil --help init` still only shows admin-user as the option to set
the user.
What is the right way to go?

Regards, Julian
_______________________________________________
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