On Sun, Jan 19, 2014 at 2:59 PM, Chad Perrin <[email protected]> wrote:

> Am I missing something?  I have not found a simple way to ensure how
> that when I create new Fossil repositories, and I want them all to have
> the web UI settings (CSS, footer, other stuff), I do not have to copy
> and paste stuff into forms in the Fossil web UI admin interface.
>


fossil config export skin -R template.repo >desired-appearance.txt


fossil new xyzzy.fossil;  # Create a new repository
fossil config import -R xyzzy.fossil <desired-appearance.txt



>
> --
> Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to