Subversion website screenshot

Subversion

Apache Subversion (SVN) is a centralized version control system that tracks changes to files and directories over time. It supports atomic commits, directory versioning, cheap branching and tagging, merge tracking, and binary file handling. SVN is served over HTTP/HTTPS using the WebDAV/DeltaV protocol via mod_dav_svn, or over a custom protocol using svnserve.

Subversion publishes 4 APIs on the APIs.io network, including Commits API, Files API, History API, and 1 more. Tagged areas include Apache, Open-Source, Repository, Source Control, and Svn.

The Subversion catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Subversion’s developer surface includes authentication, getting-started guide, FAQ, GitHub presence, and 12 more developer resources.

34.9/100 thin ▬ flat Agent 20/100 agent aware Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemiumSelf serve
1 APIs
ApacheOpen-SourceRepositorySource ControlSvnVersion ControlWebDAV

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/svn: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

SVN C Library API

The Subversion C library provides the low-level API for building tools and integrations. It includes the libsvn_client, libsvn_ra, libsvn_wc, and libsvn_repos libraries for clie...

SVN Python Bindings

Python bindings for Subversion C libraries, providing access to client and repository operations via pysvn and the official svn.client Python module.

SVNKit Java Library

SVNKit is a pure Java Subversion client library providing full access to Subversion repository and working copy data. Used by major IDE plugins including IntelliJ IDEA and Eclip...

Subversion Commits API

Commit lifecycle — create transaction, stage changes, finalize

Subversion Files API

File and directory content retrieval

Subversion History API

Log, blame, and revision history operations

Subversion Repository API

Repository root and metadata operations

Scroll for all 7

Open Collections 6

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

SVN WebDAV HTTP API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Svn Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Svn Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Svn Finops

FINOPS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Svn Context

0 classes · 26 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Subversion API Rules

5 rules · 3 warnings 2 info

SPECTRAL

Subversion API Rules

8 rules · 3 errors 5 warnings

SPECTRAL

JSON Schema 2

Standalone JSON Schema definitions for this provider's data models.

SVN Commit

5 properties

JSON SCHEMA

SVN Repository

5 properties

JSON SCHEMA

JSON Structure 1

JSON Structure definitions describing this provider's data shapes.

Svn Repository Structure

0 properties

JSON STRUCTURE

Examples 2

Example request and response payloads for these APIs.

Svn Commit Example

2 fields

EXAMPLE

Svn Get File Example

3 fields

EXAMPLE

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Svn Authentication

http · 2 schemes

SECURITY

Svn Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Svn Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Svn Agentic Access

8 operations · 4 acting

8 operations · 4 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: svn
name: Subversion
description: Apache Subversion (SVN) is a centralized version control system that tracks changes to files and directories
  over time. It supports atomic commits, directory versioning, cheap branching and tagging, merge tracking, and binary file
  handling. SVN is served over HTTP/HTTPS using the WebDAV/DeltaV protocol via mod_dav_svn, or over a custom protocol using
  svnserve.
type: Index
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Freemium · Self-serve signup
  confidence: medium
  try_now_blocked_by: example-domain
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://subversion.apache.org/images/svn-square.jpg
tags:
- Apache
- Open-Source
- Repository
- Source Control
- Svn
- Version Control
- WebDAV
tags_raw:
- Apache
- Open Source
- Repository
- Source Control
- Svn
- Version Control
- Webdav
url: https://raw.githubusercontent.com/api-evangelist/svn/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-05-19'
specificationVersion: '0.23'
apis:
- aid: svn:svn-c-api
  name: SVN C Library API
  description: The Subversion C library provides the low-level API for building tools and integrations. It includes the libsvn_client,
    libsvn_ra, libsvn_wc, and libsvn_repos libraries for client operations, repository access, working copy management, and
    server-side repository access respectively.
  humanURL: https://subversion.apache.org/docs/api/latest/
  tags:
  - C Library
  - Integration
  - Library
  properties:
  - type: Documentation
    url: https://subversion.apache.org/docs/api/latest/
  - type: GitHubRepository
    url: https://github.com/apache/subversion
- aid: svn:svn-python-bindings
  name: SVN Python Bindings
  description: Python bindings for Subversion C libraries, providing access to client and repository operations via pysvn
    and the official svn.client Python module.
  humanURL: https://pysvn.sourceforge.io/
  tags:
  - Python
  - SDK
  properties:
  - type: Documentation
    url: https://pysvn.sourceforge.io/Docs/pysvn_prog_guide.html
- aid: svn:svn-java-bindings
  name: SVNKit Java Library
  description: SVNKit is a pure Java Subversion client library providing full access to Subversion repository and working
    copy data. Used by major IDE plugins including IntelliJ IDEA and Eclipse Subclipse.
  humanURL: https://svnkit.com/
  tags:
  - Java
  - SDK
  properties:
  - type: Documentation
    url: https://svnkit.com/index.html
- aid: svn:svn-commits-api
  name: Subversion Commits API
  description: Commit lifecycle — create transaction, stage changes, finalize
  humanURL: https://subversion.apache.org/docs/
  baseURL: https://svn.example.com/repos/
  tags:
  - Commits
  properties:
  - type: OpenAPI
    url: openapi/svn-commits-api-openapi.yml
  - type: Documentation
    url: https://subversion.apache.org/docs/
  - type: Book
    url: https://svnbook.red-bean.com/
  - type: Protocol
    url: https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-usage.html
- aid: svn:svn-files-api
  name: Subversion Files API
  description: File and directory content retrieval
  humanURL: https://subversion.apache.org/docs/
  baseURL: https://svn.example.com/repos/
  tags:
  - File
  tags_raw:
  - Files
  properties:
  - type: OpenAPI
    url: openapi/svn-files-api-openapi.yml
  - type: Documentation
    url: https://subversion.apache.org/docs/
  - type: Book
    url: https://svnbook.red-bean.com/
  - type: Protocol
    url: https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-usage.html
- aid: svn:svn-history-api
  name: Subversion History API
  description: Log, blame, and revision history operations
  humanURL: https://subversion.apache.org/docs/
  baseURL: https://svn.example.com/repos/
  tags:
  - History
  properties:
  - type: OpenAPI
    url: openapi/svn-history-api-openapi.yml
  - type: Documentation
    url: https://subversion.apache.org/docs/
  - type: Book
    url: https://svnbook.red-bean.com/
  - type: Protocol
    url: https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-usage.html
- aid: svn:svn-repository-api
  name: Subversion Repository API
  description: Repository root and metadata operations
  humanURL: https://subversion.apache.org/docs/
  baseURL: https://svn.example.com/repos/
  tags:
  - Repository
  properties:
  - type: OpenAPI
    url: openapi/svn-repository-api-openapi.yml
  - type: Documentation
    url: https://subversion.apache.org/docs/
  - type: Book
    url: https://svnbook.red-bean.com/
  - type: Protocol
    url: https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-usage.html
common:
- type: Website
  url: https://www.apache.org/
- type: IssueTracker
  url: https://github.com/apache/subversion/issues
- type: CodeOfConduct
  url: https://github.com/apache/.github/blob/main/.github/CODE_OF_CONDUCT.md
- type: AgenticAccess
  url: agentic-access/svn-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/svn-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/svn-domain-security.yml
- type: Authentication
  url: authentication/svn-authentication.yml
- type: GettingStarted
  url: https://subversion.apache.org/quick-start
- type: Book
  url: https://svnbook.red-bean.com/
- type: Downloads
  url: https://subversion.apache.org/download/
- type: Security
  url: https://subversion.apache.org/security/
- type: FAQ
  url: https://subversion.apache.org/faq.html
- type: Community
  url: https://subversion.apache.org/mailing-lists.html
- type: GitHub
  url: https://github.com/apache/subversion
- type: License
  url: https://www.apache.org/licenses/LICENSE-2.0
- type: Features
  url: https://subversion.apache.org/features.html
- type: Package
  url: https://packages.apache.org/subversion
maintainers:
- name: Apache Software Foundation
  email: dev@subversion.apache.org
  url: https://www.apache.org/

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/svn"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/svn/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/svn/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.