subversionv2025-12-23
- Updated
Apache Subversion (SVN) - Enterprise-class centralized version control system
- Project website: https://subversion.apache.org/
#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.
#Features
No features defined.
#Host Dependencies
and 2 transitive dependencies:
- vcpkg-cmake-get-vars (through vcpkg-make)
vcpkg-make (through apr)
Platforms:
!windows
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Cappecasper03
Victor Romero