In one of my fossil repos, I edited the tickets table by adding a column.

I wanted to pull the new column definition into a repo clone, so I said

    fossil config pull all

from the other repo, to no avail.  New reports, the New Ticket and Edit
Ticket pages and so on were properly synchronized, but the table definition
itself was not.

This leads to this error message in one of the reports I have defined that
uses the new column:

    SQLITE_ERROR: no such column: releaseGate

Other commands that did not work:

    fossil config pull ticket

    fossil config pull ticket --overwrite

    fossil pull

I have seen this every time I have tried to add a column to the tickets
table.  I normally work around it by copy-pasting the ticket definitions,
but that is probably not going to be acceptable for my other users.

Am I doing something wrong?

Eric
_______________________________________________
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