On Thu, May 26, 2011 at 8:15 AM, Gour-Gadadhara Dasa <[email protected]>wrote:
> On Thu, 26 May 2011 07:20:46 -0400 > Richard Hipp <[email protected]> wrote: > > > Please also understand that it is very hard for me to fix if I cannot > > reproduce it. > > Sure. I understand, np. > > Now, I tried with lynx - it works. > > I managed to launch firefox by killing old seesion and started a new > one. > > However, I notice some strange things which I can swear I did not do: > setting > for main branch is 'trunk', althouth there is not 'trunk' branch listed, > but > 'master' instead? > > Then I found some other repos with the same setting and another one which > was > also not launching with the same setting. However, after I changed setting > to > 'trunk' it did launch, so I feel some smell here.. > > Was there some Fossil code which fiddled with such things? > > > Sincerely, > Gour > Git uses 'master' for its trunk. Were these repositories converted from GitHub? I had problems with some Git repositories I converted to Fossil because they had "orphan" branches -- GitHub uses orphan branches for the web content of a project (GitHub has instructions to create an orphan branch for the web content for a project, so it's kind of standard for GitHub repositories). Fossil got confused by these until I tagged the START of the orphan branches. Then, Fossil could deal with them. Bill
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

