From c14b17b92c0a60daf5367a0a30618c27f1ea867b Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Mon, 24 Aug 2026 20:26:05 +0200 Subject: [PATCH] Cleanup snapshots --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15715a6..4cd4867 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ > **License:** [PolyForm Noncommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0) > Copyright (c) 2026 Uberwald. All rights reserved. -> Commercial use requires a separate license from Uberwald. +> Commercial use requires a separate license from Uberwald. Send email to contact@uberwald.me Py sidecar SVN↔Git bidirectional mirror. Uses own mapping DB (not `git svn`) so Git commit hashes never change. +Validated against huge SVN/GIT repos with 70K commits and more than 120 branches + Works with any Git server that exposes bare repos on disk (Gitea, Forgejo, GitLab, bare `git init --bare`, etc.). The Gitea-specific integration code (`svn_mirror/gitea.py`, `svn_mirror/webhook.py`) serves as a **working