Expand description
SVN adapter stub — untested, contributed by AI.
This adapter provides basic SVN integration for projects using Subversion. It is untested and needs validation by an SVN user before production use.
Key differences from Git:
- SVN commit is immediately remote (no local-only commits)
- No built-in branch-based code review workflow
push()is a no-op sincecommit()already sends to the server
Structs§
- SvnAdapter
- SVN adapter implementing Subversion workflow.