fix: always advance last_svn_revision even when no new revs (already mapped)

This commit is contained in:
2026-06-24 10:41:25 +02:00
parent 07439d09b1
commit e0e368cc9a
-1
View File
@@ -450,7 +450,6 @@ def _sync_all_impl(mirror: Mirror) -> int:
logger.exception("Failed to sync SVN r%d for %s", rev, mirror.config.id)
raise
if count:
mirror.db.set_state("last_svn_revision", str(latest_rev))
logger.info("Synced %d revision(s) for %s", count, mirror.config.id)
return count