Version: 4.1.4.1
Subversion
(require (planet "main.ss" ("murphy" "svn.plt" 1 0))) |
A binding to the Subversion C API. Currently only the versioned file system facilities are available through the binding.
The main module re-exports various bindings from the other parts of the library:
The exception types exn:fail:apr and exn:fail:svn from Apache Portable Runtime Support and Subversion Support.
The memory pool utilities current-pool, make-pool, pool?, pooled-pointer? and pointer-pool from Apache Portable Runtime Support.
The UUID generation procedure genuuid from Subversion Support.
All bindings except the native C types from Subversion File System.
All safe functions exported from this library create their own memory pool as a child of the current pool if they need one. Manual pool management is never necessary.