Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Modules
Here is a list of all modules:
[detail level 123]
oAuthentication functionsOverview of the svn authentication system
oBase64 encoding/decoding functions
oClient supporting subsystemClient supporting functions
|o(deprecated) AuthZ client subsystemThe new authentication system allows the RA layer to "pull" information as needed from libsvn_client
|oClient commit subsystemCommit operations
|oClient blame functionalityClient blame
|oClient diff functionalityClient diff
|oClient context managementClient context
|oClient authentication file names
||\Client command-line processingClient argument processing
|oClient working copy managementClient working copy management functions
||oCheckout
||oBring a working copy up-to-date with a repository
||oSwitch a working copy to another location.
||oBegin versioning files/directories in a working copy.
||oCreate directories in a working copy or repository.
||oRemove files/directories from a working copy or repository.
||oImport files into the repository.
||oCommit local modifications to the repository.
||oReport interesting information about paths in the working copy.
||oView information about previous revisions of an object.
||oShow modification information about lines in a file.
||oGenerate differences between paths.
||oMerge changes between branches.
||oCleanup an abnormally terminated working copy.
||oSwitch a working copy to a different repository.
||oRemove local changes in a repository.
||oMark conflicted paths as resolved.
||oCopy paths in the working copy and repository.
||oMove paths in the working copy or repository.
||oProperty functionsProperties
||oExport a tree from version control.
||oList / ls
||oView the contents of a file in the repository.
||oClient Changelist FunctionsChangelist commands
||oClient Locking FunctionsLocking commands
||\Show repository information about a working copy.
|\Client session related functions
oCached authentication dataAccessing cached authentication data in the user config area
oBasic character classification - 7-bit ASCII only
oExtended character classification
oASCII character value constants
oASCII-subset case folding
oErrors in svn_davThe svn-specific object that is placed within a <D:error> response
oDAV property namespacesGeneral property (xml) namespaces that will be used by both ra_dav and mod_dav_svn for marshalling properties
oDelta generation and handling
|oText deltasText deltas
|oTree deltasTraversing tree deltas
|\Path-based delta driversPath-based editor drives
oError creation and destructionSVN error creation and destruction
oFilesystem interaction subsystem
|oBerkeley DB filesystemsSubversion filesystems based on Berkeley DB
||\Berkeley DB filesystem compatibilityThe following functions are similar to their generic counterparts
|oFilesystem access contextsFilesystem Access Contexts
|oFilesystem nodesFilesystem Nodes
|oFilesystem transactionsFilesystem Transactions
||\Bitmask flags for svn_fs_begin_txn2()
|oFilesystem rootsRoots
|oFilesystem directoriesDirectory entry names and directory paths
|\Filesystem locks
oHash table serialization support
|oReading and writing hashtables to diskReading/writing hashtables to disk
|oTaking the diff of two hash tables.Taking the "diff" of two hash tables
|\Miscellaneous hash APIs
oGeneric byte streamsGeneric byte-streams
oVersion/format filesVersion/format files
oURI/URL conversionURI/URL stuff
oCharset conversionCharset conversion stuff
oProperties management utilities
|oVisible propertiesVisible properties
||\Meta-data propertiesMeta-data properties
|oInvisible propertiesWC props are props that are invisible to users: they're generated by an RA layer, and stored in secret parts of .svn/
|\Revision propertiesThese are reserved properties attached to a "revision" object in the repository filesystem
oDefinitions of ra_svn dirent fieldsRa_svn passes svn_dirent_t fields over the wire as a list of words, these are the values used to represent each field
oPaths to lock hooks
oHook-sensitive wrappers for libsvn_fsroutines.
|\Repository lock wrappers
oData structures and editor things forRepository inspection
oDumping and loading filesystem dataThe filesystem 'dump' format contains nothing but the abstract structure of the filesystem – independent of any internal node-id schema or database back-end
oString handling
|osvn_string_t functionsSvn_string_t functions
|osvn_stringbuf_t functionsSvn_stringbuf_t functions
|\c string functionsC strings
oAPR Array Compatibility Helper MacrosThese macros are provided by APR itself from version 1.3
oDirent fieldsIt is sometimes convenient to indicate which parts of an svn_dirent_t object you are actually interested in, so that calculating and sending the data corresponding to the other fields can be avoided
oKeyword definitionsKeyword substitution
oNode location segment reporting.
oWorking copy management
|oTranslation flagsFlags for use with svn_wc_translated_file2
|oNotification callback handlingIn many cases, the WC library will scan a working copy and make changes
|oConflict callback functionalityInteractive conflict handling
|oWorking size constantsValues for the working_size field in svn_wc_entry_t when it isn't set to the actual size value of the unchanged working file
|\Working copy status.We have two functions for getting working copy status: one function for getting the status of exactly one thing, and another for getting the statuses of (potentially) multiple things
\WC out-of-date info from the repositoryWhen the working copy item is out-of-date compared to the repository, the following fields represent the state of the youngest revision of the item in the repository