5 Commits
Author SHA1 Message Date
uberwald ef910b6dd9 fix: call push_to_gitea every cycle to retry on failure 2026-06-24 13:13:52 +02:00
uberwald 4f41bd3488 feat: daemon polls Gitea for new commits before sync_git_to_svn 2026-06-24 11:45:05 +02:00
uberwald e0e368cc9a fix: always advance last_svn_revision even when no new revs (already mapped) 2026-06-24 10:41:25 +02:00
uberwald 99a056d9fb feat: thread SVN auth (username/password) through all svn call sites 2026-06-23 13:23:44 +02:00
uberwald 45fb8c40d0 feat: initial import — SVN↔Git bi-directional mirror for Gitea
Server-side sidecar daemon. Uses own SQLite mapping table (not git svn)
so Git commit hashes never change. Pure Python, zero framework deps.

Includes:
- SVN→Git sync engine with nested-directory tree reconstruction
- Git→SVN push with author mapping and working-copy management
- Branch/tag sync (svn copy → git branch/tag and reverse)
- Gitea integration (on-disk push/fetch, webhook receiver)
- Reconciliation tool for divergence recovery (assess + auto-fix)
- Full end-to-end regression test (bash, 34 checks)
- systemd unit and deployment docs

Only external dependency: PyYAML (config parsing).
2026-06-23 09:47:02 +02:00