Version: 4.2.1

Subversion

    1 Apache Portable Runtime Support

      1.1 Error Handling

      1.2 Memory Pools

      1.3 Arrays

      1.4 Hashtables

      1.5 Time

    2 Subversion Support

      2.1 Error Handling

      2.2 Strings

      2.3 Streams

      2.4 UUID Generation

    3 Subversion Client

      3.1 Client Contexts

      3.2 Client Configuration

      3.3 Authentication Provider Sets

      3.4 Location and Identification

      3.5 Specifying Revisions

      3.6 Managing a Checkout

      3.7 Listing Files under Version Control

      3.8 Accessing Properties

    4 Subversion File System

      4.1 Filesystems

      4.2 Access Contexts

      4.3 Revisions

      4.4 Locks

      4.5 Transactions

      4.6 Filesystem Roots

      4.7 Nodes

      4.8 History

      4.9 Node Contents

    5 License

 (require (planet "main.ss" ("murphy" "svn.plt" 1 1)))
A binding to the Subversion C API. Currently only some working copy functions and the versioned file system facilities are available through the binding.
The main module re-exports various bindings from the other parts of the library:
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.