On Thu, Nov 29, 2012 at 8:02 AM, David Given <d...@cowlark.com> wrote:

> I've managed to bugger up the base URL in one of my fossil repos.
> Unfortunately I now can't fix this because the 'update' button on the
> web page is pointing at the wrong URL...
>
> Is there a way I check out / check in the header text from the command
> line so that I can fix this without using the web UI?
>

fossil configuration export skin somefile.txt
# edit somefile.txt to fix your problem
fossil configuration import somefile.txt


>
> --
> ┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
> │ "There is nothing in the world so dangerous --- and I mean *nothing*
> │ --- as a children's story that happens to be true." --- Master Li Kao,
> │ _The Bridge of Birds_
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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