this is what i use in my setup script: 

${FOSSIL} sqlite "insert or replace into config values ('project-name', 
'${NAME}', now() );" -R "${FILE}" >/dev/null 

----- On Aug 6, 2017, at 4:06 AM, abhijit nandy <m...@abhij.it> wrote: 

> I need to create quite a few repositories with many users so I've created a
> script to do so.
> However, I'm not able to set the name of the Project from the command line, so
> when users to the web page for a particular repository, it shows up as unnamed
> fossil project.

> I know I can do this from the web interface as a super-user but is there any 
> way
> I can set the Project name and theme from within the script?

> - Abhijit.

> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
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