A rare case can happen when:
- a project gets downloaded
- a pull to a newer version is done without geodiff - the basefile will not get updated (because of
if not self.geodiff check in apply_push_changes())
After that, basefile will be left at an older version, causing issues in the project directory later.
A rare case can happen when:
if not self.geodiffcheck inapply_push_changes())After that, basefile will be left at an older version, causing issues in the project directory later.