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
As a result, such repositories can have their change id index corrupted. This can result, for example, in jj co revisionid wrongly reporting that no revision with such id exists.
A workaround when a repo gets corrupted is to run jj debug reindex.
Update: Some possible symptoms (feel free to add to the list):
jj co revisionid wrongly reporting that no revision with such id exists.
The fix to #924 relies on locks. These locks would not be available if the repo was synced with
rsync
or over Dropbox, as described in https://github.com/martinvonz/jj/blob/main/docs/technical/concurrency.md.As a result, such repositories can have their change id index corrupted. This can result, for example, in
jj co revisionid
wrongly reporting that no revision with such id exists.A workaround when a repo gets corrupted is to run
jj debug reindex
.Update: Some possible symptoms (feel free to add to the list):
jj co revisionid
wrongly reporting that no revision with such id exists.The text was updated successfully, but these errors were encountered: