Hello all,

I created a local repository under Fossil 1.24, checked in some files,
did some development, checked in some changes, and then copied the
repo to server which is running Fossil 1.27.  When notified by the
server's fossil that the DB schema was out of date, I ran "fossil
rebuild" on the server, and at that point everything seemed to work. I
could access it via CGI, clone the remote repo to my laptop, and push
and pull. Everything about the repository is entirely plain vanilla -
no changes to ticket fields, report formats, or anything else - just
checked-in code and a couple wiki pages.

However, today I noticed that I could not submit tickets via CGI on
the server - the "New Ticket" page displayed "Error: no such variable:
icomment", and had no preview or submit buttons. After poking around a
bit, I found that the problem was that the TICKETCHNG table did not
exist in the repository. When I created TICKETCHNG manually (per the
description in tickets.wiki in the Fossil source tree), the "New
Ticket" page worked properly. Is this a known problem?

In general, Fossil and SQLite are amazing tools; my thanks to the developers.

- Joe Knapka

-- 
It is always best to think of reality as perfectly normal.  Since the
beginning, not one unusual thing has ever happened. - Less Wrong
_______________________________________________
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