You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seen in the logs - in some very rare cases, when there are no "our" changes, but there are some "their" changes, rebase fails when applying base2their changeset at the last step, when committing the changes (in sqlite3 speak, releasing savepoint). In logs, this shows as Failed to release savepoint, but with no further information.
In Sqlite3SavepointTransaction, we could add more detailed error reporting, to better understand possible source of the problem.
The text was updated successfully, but these errors were encountered:
Seen in the logs - in some very rare cases, when there are no "our" changes, but there are some "their" changes, rebase fails when applying base2their changeset at the last step, when committing the changes (in sqlite3 speak, releasing savepoint). In logs, this shows as
Failed to release savepoint
, but with no further information.In
Sqlite3SavepointTransaction
, we could add more detailed error reporting, to better understand possible source of the problem.The text was updated successfully, but these errors were encountered: