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 client operations, repository access, working copy management, and server-side repository access respectively.

API entry from apis.yml

apis.yml Raw ↑
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: GitHub Repository
  url: https://github.com/apache/subversion