Skip to content

subversionv2025-12-23

Updated

Apache Subversion (SVN) - Enterprise-class centralized version control system

#Usage

The package subversion provides the following libraries:

* libsvn_client
* libsvn_delta
* libsvn_diff
* libsvn_fs
* libsvn_fs_fs
* libsvn_fs_util
* libsvn_fs_x
* libsvn_ra
* libsvn_ra_local
* libsvn_ra_serf
* libsvn_ra_svn
* libsvn_repos
* libsvn_subr
* libsvn_wc

To use the libraries in your CMake project:

find_package(unofficial-subversion CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::subversion::svn_client)

Or link directly against the libraries you need.

#Supported Platforms

!uwp & !mingw & !android

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

and 2 transitive dependencies:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Cappecasper03's avatarCappecasper03
  • Victor Romero's avatarVictor Romero

#Changelog

  • b033f9d[ci][baseline] Fix regressions 20260121.1 (#49559)
  • 5d90b0d[subversion] Added port (#48530)