SharpSvn.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        "SharpSvn"
    </assembly>
    <members>
        <member name="T:SharpSvn.SvnCreateDirectoryArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.CreateDirectory(System.String,SharpSvn.SvnCreateDirectoryArgs)" /> and <see cref="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri,SharpSvn.SvnCreateDirectoryArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnUpdateArgs.AllowObstructions">
            <summary>If @a allow_unver_obstructions is <c>true</c> then the update tolerates
existing unversioned items that obstruct added paths from @a URL</summary>
            <remarks>
Only obstructions of the same type (file or dir) as the added item are
tolerated. The text of obstructing files is left as-is, effectively
treating it as a user modification after the update. Working
properties of obstructing items are set equal to the base properties.
If AllowUnversionedObstructions is <c>false</c> then the update will abort
if there are any unversioned obstructing items.
</remarks>
        </member>
        <member name="P:SharpSvn.SvnUpdateArgs.Revision">
            <summary>The revision to update to; None by default</summary>
            <remarks>
Revision must be of kind Number, Head or Date. If Revision
does not meet these requirements, Updated returns the error
SVN_ERR_CLIENT_BAD_REVISION.
</remarks>
        </member>
        <member name="P:SharpSvn.SvnUpdateArgs.IgnoreExternals">
            <summary>Gets or sets a value indicating whether to ignore externals
definitions as part of this operation.</summary>
        </member>
        <member name="P:SharpSvn.SvnUpdateArgs.KeepDepth">
            <summary>
Gets or sets whether in addition to updating paths also the
sticky ambient depth value must be set to depth
</summary>
        </member>
        <member name="P:SharpSvn.SvnUpdateArgs.Depth">
            <summary>Gets or sets the depth of the update</summary>
            <remarks>
                <para>If Depth is Infinity, update fully recursively. Else if it
is Immediates or Files, update each target and its file
entries, but not its subdirectories. Else if Empty, update
exactly each target, nonrecursively (essentially, update the
target's properties).</para>
                <para>If Depth is Unknown, take the working depth from the specified paths
</para>
            </remarks>
        </member>
        <member name="T:SharpSvn.SvnUpdateArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnLookLockArgs.IgnorePathErrors">
            <summary>If true, doesn't perform a check if path does really exist in the repository when no lock is found</summary>
        </member>
        <member name="T:SharpSvn.SvnLookLockArgs">
            <summary>Base Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" /> commands</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnRevisionPropertyListArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s GetRevisionPropertyList</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnUnlockArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Unlock(System.String,SharpSvn.SvnUnlockArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnCleanUpArgs">
            <summary>Extended parameter container for <see cref="T:SharpSvn.SvnClient" />Cleanup</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.Remote.SvnRemotePropertiesArgs.NodeKind">
            <summary>Only retrieve the properties if the node is of the specified kind. Unknown for retrieving the kind</summary>
        </member>
        <member name="T:SharpSvn.SvnLookInheritedPropertyListArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" />'s InheritedPropertyList method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnPackRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s DeleteRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnRelocateArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri,SharpSvn.SvnRelocateArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleSshServerTrustHandler">
            <summary>Console based SslServerTrust implementation</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleSslClientCertificatePasswordHandler">
            <summary>Console based SslClientCertificatePassword implementation</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleSslClientCertificateHandler">
            <summary>Console based SslClientCertificate implementation</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleSslServerTrustHandler">
            <summary>Console based SslServerTrust implementation</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleUserNamePasswordHandler">
            <summary>Console based UserNamePasswordHandler implementation</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleUserNameHandler">
            <summary>Console based UserNameHandler implementation</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionWindowsSslAuthorityTrustHandler">
            <summary>Subversion CryptoApi Ssl Trust handler</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionWindowsSslServerTrustHandler">
            <summary>Subversion CryptoApi Ssl Trust handler</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionWindowsSslClientCertificatePasswordHandler">
            <summary>Subversion SslClientCertificatePassword file backend using Windows CryptoStore (managed representation)</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileSslClientCertificatePasswordHandler">
            <summary>Subversion SslClientCertificatePassword file backend (managed representation)</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileSslClientCertificateHandler">
            <summary>Subversion SslClientCertificate file backend (managed representation)</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileSslServerTrustHandler">
            <summary>Subversion SslServerTrust file backend (managed representation)</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionWindowsUserNamePasswordHandler">
            <summary>Subversion UserNameHandler file backend using Windows CryptoStore (managed representation)</summary>
            <remarks>Should be added after <see cref="P:SharpSvn.Security.SvnAuthentication.SubversionFileUserNamePasswordHandler" /></remarks>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileUserNamePasswordHandler">
            <summary>Subversion UserNamePasswordHandler file backend (managed representation)</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileUserNameHandler">
            <summary>Subversion UserNameHandler file backend (managed representation)</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthentication.DefaultCredentials">
            <summary>Simple credential handler to provide a static credential via <see cref="E:SharpSvn.Security.SvnAuthentication.UserNameHandlers" /> and <see cref="E:SharpSvn.Security.SvnAuthentication.UserNamePasswordHandlers" />.
Use <see cref="M:SharpSvn.Security.SvnAuthentication.ForceCredentials(System.String,System.String)" /> to override cached credentials.</summary>
            <remarks>When set implements a <see cref="E:SharpSvn.Security.SvnAuthentication.UserNameHandlers" /> and <see cref="E:SharpSvn.Security.SvnAuthentication.UserNamePasswordHandlers" />
instance over the specified credential instance</remarks>
        </member>
        <member name="M:SharpSvn.Security.SvnAuthentication.GetCachedItems(SharpSvn.Security.SvnAuthenticationCacheType)">
            <summary>Gets a list of subversion cached credentials of the specified type</summary>
            <param name="type">The type of credentials to retrieve</param>
            <remarks>This list only contains credentials cached by Subversion; not by external authentication stores</remarks>
        </member>
        <member name="M:SharpSvn.Security.SvnAuthentication.AddConsoleHandlers">
            <summary>Adds all default console handlers</summary>
        </member>
        <member name="M:SharpSvn.Security.SvnAuthentication.AddSubversionFileHandlers">
            <summary>Adds all default subversion-configuration-based handlers</summary>
        </member>
        <member name="M:SharpSvn.Security.SvnAuthentication.Clear">
            <summary>Removes all currently registered providers and caching data</summary>
        </member>
        <member name="M:SharpSvn.Security.SvnAuthentication.ClearAuthenticationCache">
            <summary>Clears the in-memory authentication cache of this client</summary>
        </member>
        <member name="M:SharpSvn.Security.SvnAuthentication.CopyAuthenticationCache(SharpSvn.SvnClientContext)">
            <summary>Copies the in-memory cache from the specified client to this client; merging and overwriting existing credentials</summary>
        </member>
        <member name="T:SharpSvn.Security.SvnAuthentication">
            <summary>Container for all subversion authentication settings on a client</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnBeforeEngineDialogEventArgs.Handle">
            <summary>The Window handle (HWND) of the owner Window</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnSslClientCertificatePasswordEventArgs.Password">
            <summary>The password to authorize with</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.CertificateValue">
            <summary>Text version of the certificate</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.Issuer">
            <summary>Issuer value of the certificate</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.ValidUntil">
            <summary>Text valid-until value of the certificate</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.ValidFrom">
            <summary>Text valid-from value of the certificate</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.Fingerprint">
            <summary>Fingerprint name of the certificate</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.CommonName">
            <summary>Common name of the certificate</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnUserNameEventArgs.UserName">
            <summary>The username to authorize with</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnUserNameEventArgs.InitialUserName">
            <summary>Default username; can be NULL</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnUserNamePasswordEventArgs.Password">
            <summary>The password to authorize with</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnUserNamePasswordEventArgs.UserName">
            <summary>The username to authorize with</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnUserNamePasswordEventArgs.InitialUserName">
            <summary>Default username; can be NULL</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthenticationEventArgs.Realm">
            <summary>If realm is non-null, maybe use it in the prompt string</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthenticationEventArgs.MaySave">
            <summary>If MaySave is false, the auth system does not allow the credentials
to be saved (to disk). A prompt function shall not ask the user if the
credentials shall be saved if may_save is FALSE. For example, a GUI client
with a remember password checkbox would grey out the checkbox if may_save
is false</summary>
        </member>
        <member name="M:SharpSvn.Security.SvnAuthenticationCacheItem.Delete">
            <summary>Deletes the externally cached credentials</summary>
            <remarks>Does /not/ delete in memory credentials. You should call ClearAuthenticationCache() to clear the in memory cache</remarks>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthenticationCacheItem.IsDeleted">
            <summary>Gets a boolean indicating whether the credentials were deleted since creating this instance</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthenticationCacheItem.RealmUri">
            <summary>Gets the Uri part of the Realm string</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthenticationCacheItem.Realm">
            <summary>Gets the realm of the cached item</summary>
        </member>
        <member name="P:SharpSvn.Security.SvnAuthenticationCacheItem.CacheType">
            <summary>Gets the type of the cached item</summary>
        </member>
        <member name="T:SharpSvn.SvnClientConfigurationException">
            <summary>SharpSvn configuration loader exception</summary>
        </member>
        <member name="T:SharpSvn.SvnClientException">
            <summary>SharpSvn SvnClient exception</summary>
        </member>
        <member name="P:SharpSvn.SvnSshException.SshErrorCode">
            <summary>Gets the raw subversion error code casted to a <see cref="T:SharpSvn.SvnErrorCode" /></summary>
        </member>
        <member name="P:SharpSvn.SvnException.Targets">
            <summary>When not NULL, contains a String, Uri or SvnTarget, or an IEnumberable of one of these,
containing (some of) the targets of the command executed. This to help debugging issues from just
handling the exceptions</summary>
        </member>
        <member name="P:SharpSvn.SvnException.RootCause">
            <summary>Gets the root cause of the exception; commonly the most <see cref="P:System.Exception.InnerException" /></summary>
        </member>
        <member name="P:SharpSvn.SvnException.SvnErrorCode">
            <summary>Gets the raw subversion error code casted to a <see cref="T:SharpSvn.SvnErrorCode" /></summary>
        </member>
        <member name="P:SharpSvn.SvnException.WindowsErrorCode">
            <summary>Gets the operating system error code when there is one
(Only valid if SvnErrorCategory returns <See cref="F:SharpSvn.SvnErrorCategory.OperatingSystem" />)
</summary>
        </member>
        <member name="P:SharpSvn.SvnException.OperatingSystemErrorCode">
            <summary>Gets the operating system error code when there is one
(Only valid if SvnErrorCategory returns <See cref="F:SharpSvn.SvnErrorCategory.OperatingSystem" />)
</summary>
        </member>
        <member name="P:SharpSvn.SvnException.SubversionErrorCode">
            <summary>Gets the raw subversion error code</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.OnProcessing(SharpSvn.SvnProcessingEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.Remote.SvnRemoteSession.Processing" /> event.</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.OnSvnError(SharpSvn.SvnErrorEventArgs)">
            <summary>Raises the <see cref="T:System.Exception" /> event.</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.OnProgress(SharpSvn.SvnProgressEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.Remote.SvnRemoteSession.Progress" /> event.</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.OnCancel(SharpSvn.SvnCancelEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.Remote.SvnRemoteSession.Cancel" /> event.</summary>
        </member>
        <member name="E:SharpSvn.Remote.SvnRemoteSession.Processing">
            <summary>
Raised just before a command is executed. This allows a listener
to cleanup before a new command is started
</summary>
        </member>
        <member name="E:SharpSvn.Remote.SvnRemoteSession.Progress">
            <summary>
Raised on progress. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.Remote.SvnRemoteSession.SvnError">
            <summary>
Raised when a subversion exception occurs.
Set <see cref="P:SharpSvn.SvnCancelEventArgs.Cancel" /> to true to cancel
throwing the exception
</summary>
        </member>
        <member name="E:SharpSvn.Remote.SvnRemoteSession.Cancel">
            <summary>
Raised to allow canceling operations. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnLookClient" /></summary>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteSession.Configuration">
            <summary>Gets the <see cref="T:SharpSvn.SvnClientConfiguration" /> instance of this <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Write(System.String,System.IO.Stream,SharpSvn.Remote.SvnRemoteWriteArgs,SharpSvn.SvnPropertyCollection@)">
            <summary>Writes the content of specified file to a stream. (<c>svn cat</c>)</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Write(System.String,System.IO.Stream,SharpSvn.SvnPropertyCollection@)">
            <summary>Writes the content of specified file to a stream. (<c>svn cat</c>)</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Write(System.String,System.IO.Stream,SharpSvn.Remote.SvnRemoteWriteArgs)">
            <summary>Writes the content of specified file to a stream. (<c>svn cat</c>)</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Write(System.String,System.IO.Stream)">
            <overloads>Writes the content of specified file to a stream. (<c>svn cat</c>)</overloads>
            <summary>Writes the content of specified file to a stream. (<c>svn cat</c>)</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Log(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnRevisionRange,SharpSvn.Remote.SvnRemoteLogArgs,System.EventHandler`1{SharpSvn.Remote.SvnRemoteLogEventArgs})">
            <summary>Streamingly retrieve the log messages for a set of revision(s).</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Log(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnRevisionRange,System.EventHandler`1{SharpSvn.Remote.SvnRemoteLogEventArgs})">
            <overloads>Streamingly retrieve the log messages for a set of revision(s)</overloads>
            <summary>Streamingly retrieve the log messages for a set of revision(s).</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Log(System.String,SharpSvn.SvnRevisionRange,SharpSvn.Remote.SvnRemoteLogArgs,System.EventHandler`1{SharpSvn.Remote.SvnRemoteLogEventArgs})">
            <summary>Streamingly retrieve the log messages for a set of revision(s).</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.ResolveRevision(SharpSvn.SvnRevision,SharpSvn.Remote.SvnRemoteCommonArgs,System.Int64@)">
            <summary>Resolves a dated or head revision to an actual revision number</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.ResolveRevision(SharpSvn.SvnRevision,System.Int64@)">
            <overloads>Resolves a dated or head revision to an actual revision number</overloads>
            <summary>Resolves a dated or head revision to an actual revision number</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.GetLatestRevision(SharpSvn.Remote.SvnRemoteCommonArgs,System.Int64@)">
            <summary>Get the latest revision in the repository</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.GetLatestRevision(System.Int64@)">
            <overloads>Get the latest revision in the repository</overloads>
            <summary>Get the latest revision in the repository</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Reparent(System.Uri,SharpSvn.Remote.SvnRemoteCommonArgs)">
            <summary>Reparents the session to the specified Uri in the same repository</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Reparent(System.Uri)">
            <overloads>Reparents the session to the specified Uri</overloads>
            <summary>Reparents the session to the specified Uri in the same repository</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Open(System.Uri,SharpSvn.Remote.SvnRemoteOpenArgs)">
            <summary>Opens the session to the specified Uri</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.Open(System.Uri)">
            <overloads>Opens the session to the specified Uri</overloads>
            <summary>Opens the session to the specified Uri</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.#ctor(System.Uri)">
            <summary>Initializes a new SvnRemoteSession instance and then <see cref="M:SharpSvn.Remote.SvnRemoteSession.Open(System.Uri)" /> a session to the specified url</summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteSession.#ctor">
            <summary>Initializes a new SvnRemoteSession instance</summary>
        </member>
        <member name="T:SharpSvn.Remote.SvnRemoteSession">
            <summary>This class gives access to the Subversion network protocol. Make sure all
passed paths use '/' as path separator. Refer to svn_ra.h for details about the
functions on this class, or use the more polished wrappers on the SvnClient class
</summary>
        </member>
        <member name="E:SharpSvn.SvnLookClient.Cancel">
            <summary>
Raised to allow canceling operations. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnLookClient" /></summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetList(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookListArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLookListEventArgs}@)">
            <summary>Gets the content of a path directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetList(SharpSvn.SvnLookOrigin,System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLookListEventArgs}@)">
            <overloads>Gets the content of a path directly from a repository</overloads>
            <summary>Gets the content of a path directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.List(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookListArgs,System.EventHandler`1{SharpSvn.SvnLookListEventArgs})">
            <summary>Lists the content of a path directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.List(SharpSvn.SvnLookOrigin,System.String,System.EventHandler`1{SharpSvn.SvnLookListEventArgs})">
            <overloads>Lists the content of a path directly from a repository</overloads>
            <summary>Lists the content of a path directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.Write(SharpSvn.SvnLookOrigin,System.String,System.IO.Stream,SharpSvn.SvnLookWriteArgs)">
            <summary>Writes the content of the specified path to a stream directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.Write(SharpSvn.SvnLookOrigin,System.String,System.IO.Stream)">
            <overloads>Writes the content of the specified path to a stream directly from a repository</overloads>
            <summary>Writes the content of the specified path to a stream directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetPropertyList(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookPropertyListArgs,SharpSvn.SvnPropertyCollection@)">
            <summary>Gets all properties on files or dirs (<c>svn proplist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetPropertyList(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnPropertyCollection@)">
            <overloads>Gets all properties on files or dirs (<c>svn proplist</c>)</overloads>
            <summary>Gets all properties on files or dirs (<c>svn proplist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetProperty(SharpSvn.SvnLookOrigin,System.String,System.String,SharpSvn.SvnLookGetPropertyArgs,SharpSvn.SvnPropertyValue@)">
            <summary>Gets the property value of the specified path directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetProperty(SharpSvn.SvnLookOrigin,System.String,System.String,SharpSvn.SvnLookGetPropertyArgs,System.String@)">
            <summary>Gets the property value of the specified path directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetProperty(SharpSvn.SvnLookOrigin,System.String,System.String,SharpSvn.SvnPropertyValue@)">
            <summary>Gets the property value of the specified path directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetProperty(SharpSvn.SvnLookOrigin,System.String,System.String,System.String@)">
            <overloads>Gets the property value of the specified path directly from a repository</overloads>
            <summary>Gets the property value of the specified path directly from a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetRevisionProperty(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)">
            <summary>Gets the specified revision property directly from the repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetRevisionProperty(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookRevisionPropertyArgs,System.String@)">
            <summary>Gets the specified revision property directly from the repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetRevisionProperty(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnPropertyValue@)">
            <summary>Gets the specified revision property directly from the repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetRevisionProperty(SharpSvn.SvnLookOrigin,System.String,System.String@)">
            <overloads>Gets a revision property directly from a repository</overloads>
            <summary>Gets the specified revision property directly from the repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetChanged(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangedArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnChangedEventArgs}@)">
            <summary>Equivalent to <c>svnlook changed</c></summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetChanged(SharpSvn.SvnLookOrigin,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnChangedEventArgs}@)">
            <overloads>Gets the changed paths directly from a repository</overloads>
            <summary>Equivalent to <c>svnlook changed</c></summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.Changed(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangedArgs,System.EventHandler`1{SharpSvn.SvnChangedEventArgs})">
            <summary>Equivalent to <c>svnlook changed</c></summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.Changed(SharpSvn.SvnLookOrigin,System.EventHandler`1{SharpSvn.SvnChangedEventArgs})">
            <overloads>Gets the changed paths directly from a repository</overloads>
            <summary>Equivalent to <c>svnlook changed</c></summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetChangeInfo(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangeInfoArgs,SharpSvn.SvnChangeInfoEventArgs@)">
            <summary>Gets the change information (author, date, log, paths, etc.) of a change in a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.GetChangeInfo(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangeInfoEventArgs@)">
            <overloads>Gets the change information of a change directly from a repository</overloads>
            <summary>Gets the change information (author, date, log, paths, etc.) of the last change in a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.ChangeInfo(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangeInfoArgs,System.EventHandler`1{SharpSvn.SvnChangeInfoEventArgs})">
            <summary>Gets the change information (author, date, log, paths, etc.) of a change in a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.ChangeInfo(SharpSvn.SvnLookOrigin,System.EventHandler`1{SharpSvn.SvnChangeInfoEventArgs})">
            <overloads>Gets the change information of a change directly from a repository</overloads>
            <summary>Gets the change information (author, date, log, paths, etc.) of the last change in a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnLookClient.#ctor">
            <summary>Initializes a new <see cref="T:SharpSvn.SvnLookClient" /> instance with default properties</summary>
        </member>
        <member name="T:SharpSvn.SvnLookClient">
            <summary>
Managed wrapper of some of the most common svnlook functions
</summary>
            <remarks>
At this time this class is a limited subset of svnlook functionality and
is experimental
</remarks>
        </member>
        <member name="M:SharpSvn.SvnLookOrigin.#ctor(System.String,System.String)">
            <summary>Initializes a new SvnLookOrigin instance for a transaction in repositoryPath</summary>
        </member>
        <member name="M:SharpSvn.SvnLookOrigin.#ctor(System.String,System.Int64)">
            <summary>Initializes a new SvnLookOrigin instance for a specific revision of repositoryPath</summary>
        </member>
        <member name="M:SharpSvn.SvnLookOrigin.#ctor(System.String)">
            <overloads>Initializes a new SvnLookOrigin</overloads>
            <summary>Initializes a new SvnLookOrigin instance for the head revision of repositoryPath</summary>
        </member>
        <member name="T:SharpSvn.SvnLookOrigin">
            <summary>Container for the location to use with the <see cref="T:SharpSvn.SvnLookClient" /> commands</summary>
        </member>
        <member name="T:SharpSvn.SvnLookClientArgs">
            <summary>Base Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" /> commands</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.Restore(System.String,SharpSvn.SvnWorkingCopyRestoreArgs)">
            <summary>Restores a missing node</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.Restore(System.String)">
            <summary>Restores a missing node</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.Copy(System.String,System.String,SharpSvn.SvnWorkingCopyCopyArgs)">
            <summary>Copies a node to a different path</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.Copy(System.String,System.String)">
            <summary>Copies a node to a different path</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.Move(System.String,System.String,SharpSvn.SvnWorkingCopyMoveArgs)">
            <summary>Moves a node to a different path</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.Move(System.String,System.String)">
            <summary>Moves a node to a different path</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.GetVersion(System.String,SharpSvn.SvnGetWorkingCopyVersionArgs,SharpSvn.SvnWorkingCopyVersion@)">
            <summary>Gets the working copy version (<c>svnversion</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.GetVersion(System.String,SharpSvn.SvnWorkingCopyVersion@)">
            <summary>Gets the working copy version (<c>svnversion</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.GetEntries(System.String,SharpSvn.SvnWorkingCopyEntriesArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnWorkingCopyEntryEventArgs}@)">
            <summary>Gets a list of entries contained in the specified working copy path</summary>
            <remarks>Helper method used by AnkhSVN to detect nested working copies</remarks>
            <remarks>Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry
structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this
routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path.
</remarks>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.GetEntries(System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnWorkingCopyEntryEventArgs}@)">
            <summary>Gets a list of entries contained in the specified working copy path</summary>
            <remarks>Helper method used by AnkhSVN to detect nested working copies</remarks>
            <remarks>Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry
structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this
routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path.
</remarks>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.ListEntries(System.String,SharpSvn.SvnWorkingCopyEntriesArgs,System.EventHandler`1{SharpSvn.SvnWorkingCopyEntryEventArgs})">
            <summary>Enumerates through the list of entries contained in the specified working copy path</summary>
            <remarks>Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry
structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this
routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path.
</remarks>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.ListEntries(System.String,System.EventHandler`1{SharpSvn.SvnWorkingCopyEntryEventArgs})">
            <summary>Enumerates through the list of entries contained in the specified working copy path</summary>
            <remarks>Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry
structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this
routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path.
</remarks>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.GetState(System.String,SharpSvn.SvnWorkingCopyStateArgs,SharpSvn.SvnWorkingCopyState@)">
            <summary>Gets the text file status of a working copy path</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.GetState(System.String,SharpSvn.SvnWorkingCopyState@)">
            <summary>Gets the text file status of a working copy path</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.OnProcessing(SharpSvn.SvnProcessingEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnWorkingCopyClient.Processing" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.OnSvnError(SharpSvn.SvnErrorEventArgs)">
            <summary>Raises the <see cref="T:System.Exception" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.OnNotify(SharpSvn.SvnNotifyEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnWorkingCopyClient.Notify" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyClient.OnCancel(SharpSvn.SvnCancelEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnWorkingCopyClient.Cancel" /> event.</summary>
        </member>
        <member name="E:SharpSvn.SvnWorkingCopyClient.Processing">
            <summary>
Raised just before a command is executed. This allows a listener
to cleanup before a new command is started
</summary>
        </member>
        <member name="E:SharpSvn.SvnWorkingCopyClient.SvnError">
            <summary>
Raised when a subversion exception occurs.
Set <see cref="P:SharpSvn.SvnCancelEventArgs.Cancel" /> to true to cancel
throwing the exception
</summary>
        </member>
        <member name="E:SharpSvn.SvnWorkingCopyClient.Notify">
            <summary>
Raised on notifications. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnWorkingCopyClient.Cancel">
            <summary>
Raised to allow canceling operations. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnRepositoryClient.Cancel">
            <summary>
Raised to allow canceling operations. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnRepositoryClient" /></summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.HotCopy(System.String,System.String)">
            <overloads>Makes a hot copy of a repository</overloads>
            <summary>Makes a hot copy of a repository</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.DeleteRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,SharpSvn.SvnSetRevisionPropertyRepositoryArgs)">
            <summary>Set the property NAME on revision REVISION</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.DeleteRevisionProperty(System.String,SharpSvn.SvnRevision,System.String)">
            <overloads>Delete the property NAME on revision REVISION</overloads>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.SetRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnSetRevisionPropertyRepositoryArgs)">
            <summary>Set the property NAME on revision REVISION</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.SetRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,System.String,SharpSvn.SvnSetRevisionPropertyRepositoryArgs)">
            <summary>Set the property NAME on revision REVISION</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.SetRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,System.Collections.Generic.ICollection`1{System.Byte})">
            <summary>Set the property NAME on revision REVISION</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.SetRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,System.String)">
            <overloads>Set the property NAME on revision REVISION</overloads>
            <summary>Set the property NAME on revision REVISION</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.UpgradeRepository(System.String,SharpSvn.SvnUpgradeRepositoryArgs)">
            <summary>In-Place Upgrades a repository to a later version</summary>
            <remarks>
 NOTE: This functionality is provided as a convenience for
administrators wishing to make use of new Subversion functionality
without a potentially costly full repository dump/load. As such,
the operation performs only the minimum amount of work needed to
accomplish this while maintaining the integrity of the repository.
It does *not* guarantee the most optimized repository state as a
dump and subsequent load would.
</remarks>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.UpgradeRepository(System.String)">
            <overloads>In-Place Upgrades a repository to a later version</overloads>
            <summary>In-Place Upgrades a repository to a later version</summary>
            <remarks>
 NOTE: This functionality is provided as a convenience for
administrators wishing to make use of new Subversion functionality
without a potentially costly full repository dump/load. As such,
the operation performs only the minimum amount of work needed to
accomplish this while maintaining the integrity of the repository.
It does *not* guarantee the most optimized repository state as a
dump and subsequent load would.
</remarks>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.DumpRepository(System.String,System.IO.Stream,SharpSvn.SvnDumpRepositoryArgs)">
            <summary>Dumps a repository to a file (svnadmin dump)</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.DumpRepository(System.String,System.IO.Stream)">
            <overloads>Dumps a repository to a file (svnadmin dump)</overloads>
            <summary>Dumps a repository to a file (svnadmin dump)</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.LoadRepository(System.String,System.String,SharpSvn.SvnLoadRepositoryArgs)">
            <summary>Loads a repository from a file (svnadmin load)</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.LoadRepository(System.String,System.String)">
            <overloads>Loads a repository from a file (svnadmin load)</overloads>
            <summary>Loads a repository from a file (svnadmin load)</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.LoadRepository(System.String,System.IO.Stream,SharpSvn.SvnLoadRepositoryArgs)">
            <summary>Loads a repository from a file (svnadmin load)</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.LoadRepository(System.String,System.IO.Stream)">
            <overloads>Loads a repository from a file (svnadmin load)</overloads>
            <summary>Loads a repository from a file (svnadmin load)</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.RecoverRepository(System.String,SharpSvn.SvnRecoverRepositoryArgs)">
            <summary>Recovers the repository at the specified local path</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.RecoverRepository(System.String)">
            <summary>Recovers the repository at the specified local path</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.DeleteRepository(System.String,SharpSvn.SvnDeleteRepositoryArgs)">
            <summary>Deletes the repository at the specified local path</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.DeleteRepository(System.String)">
            <summary>Deletes the repository at the specified local path</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.CreateRepository(System.String,SharpSvn.SvnCreateRepositoryArgs)">
            <summary>Creates a default repository at the specified local path</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.CreateRepository(System.String)">
            <summary>Creates a default repository at the specified local path</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.FindRepositoryRoot(System.Uri)">
            <summary>Helper which allows splitting file:/// uri's in the repository root and the file within</summary>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClient.#ctor">
            <summary>Initializes a new <see cref="T:SharpSvn.SvnRepositoryClient" /> instance with default properties</summary>
        </member>
        <member name="T:SharpSvn.SvnRepositoryClient">
            <summary>
Managed wrapper of some of the most common repository management functions.
</summary>
            <remarks>
At this time this class is just included to enable a standalone test framework
over the SvnClient api; without depending on external tools)
</remarks>
        </member>
        <member name="M:SharpSvn.SvnRepositoryClientArgs.OnNotify(SharpSvn.SvnRepositoryNotifyEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnRepositoryClientArgs.Notify" /> event</summary>
        </member>
        <member name="E:SharpSvn.SvnRepositoryClientArgs.Notify">
            <summary>Raised to notify changes by an in-progress command</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgsWithConflict.OnConflict(SharpSvn.SvnConflictEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClientArgsWithConflict.Conflict" /> event</summary>
        </member>
        <member name="E:SharpSvn.SvnClientArgsWithConflict.Conflict">
            <summary>
Raised on conflict. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgsWithConflict" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="T:SharpSvn.SvnClientArgsWithConflict">
            <summary>Base class of all <see cref="T:SharpSvn.SvnClient" /> arguments which allow handling conflicts</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnClientArgsWithCommit.LogProperties">
            <summary>Gets a list of 'extra' revision properties to set on commit</summary>
        </member>
        <member name="P:SharpSvn.SvnClientArgsWithCommit.LogMessage">
            <summary>Gets or sets the logmessage applied to the commit</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgsWithCommit.OnCommitting(SharpSvn.SvnCommittingEventArgs)">
            <summary>Applies the <see cref="P:SharpSvn.SvnClientArgsWithCommit.LogMessage" /> and raises the <see cref="E:SharpSvn.SvnClientArgsWithCommit.Committing" /> event</summary>
        </member>
        <member name="E:SharpSvn.SvnClientArgsWithCommit.Committed">
            <summary>Raised after a successfull commit</summary>
        </member>
        <member name="E:SharpSvn.SvnClientArgsWithCommit.Committing">
            <summary>Raised just before committing to allow modifying the log message</summary>
        </member>
        <member name="T:SharpSvn.SvnClientArgsWithCommit">
            <summary>Base class of all <see cref="T:SharpSvn.SvnClient" /> arguments which allow committing</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:SharpSvn.SvnClientArgs.HandleResult(SharpSvn.SvnClientContext,svn_error_t*)">
            <summary>Adds an error category to the list of errors not to throw exceptions for</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.AddExpectedCause(SharpSvn.SvnErrorCode[])">
            <summary>Adds error codes to the list of errors not to throw exceptions for</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.AddExpectedCause(SharpSvn.SvnErrorCode)">
            <summary>Adds an error code to the list of errors not to throw exceptions for</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.AddExpectedError(SharpSvn.SvnErrorCategory[])">
            <summary>Adds error categories to the list of errors not to throw exceptions for</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.AddExpectedError(SharpSvn.SvnErrorCategory)">
            <summary>Adds an error category to the list of errors not to throw exceptions for</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.AddExpectedError(SharpSvn.SvnErrorCode[])">
            <summary>Adds error codes to the list of errors not to throw exceptions for</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.AddExpectedError(SharpSvn.SvnErrorCode)">
            <summary>Adds an error code to the list of errors not to throw exceptions for</summary>
        </member>
        <member name="P:SharpSvn.SvnClientArgs.Warnings">
            <summary>Gets a collection of warnings issued by the last command invocation</summary>
        </member>
        <member name="P:SharpSvn.SvnClientArgs.LastException">
            <summary>
Gets the last exception thrown by a Subversion api command to which this argument was provided
</summary>
        </member>
        <member name="P:SharpSvn.SvnClientArgs.ThrowOnCancel">
            <summary>
Gets or sets a boolean indicating whether the call must throw an error if the operation is canceled
<see cref="P:SharpSvn.SvnClientArgs.IsLastInvocationCanceled" /> is true and the returnvalue <c>false</c> if the operation was canceled.
(The <see cref="P:SharpSvn.SvnClientArgs.LastException" /> property is set to the cancel exception). Defaults to true
</summary>
        </member>
        <member name="P:SharpSvn.SvnClientArgs.ThrowOnWarning">
            <summary>
Gets or sets a boolean indicating whether the call must throw an error if a non fatal error occurs.
(E.g. locking or updating an external failed). Defaults to false
</summary>
        </member>
        <member name="P:SharpSvn.SvnClientArgs.ThrowOnError">
            <summary>
Gets or sets a boolean indicating whether the call must throw an error if an error occurs.
If an exception would occur, the method returns false and the <see cref="P:SharpSvn.SvnClientArgs.LastException" /> property
is set to the exception which would have been throw. Defaults to true.
</summary>
        </member>
        <member name="P:SharpSvn.SvnClientArgs.CommandType">
            <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.OnSvnError(SharpSvn.SvnErrorEventArgs)">
            <summary>Called when handling a <see cref="T:SharpSvn.SvnException" /></summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.OnNotify(SharpSvn.SvnNotifyEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClientArgs.Notify" /> event</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.OnProgress(SharpSvn.SvnProgressEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClientArgs.Progress" /> event</summary>
        </member>
        <member name="M:SharpSvn.SvnClientArgs.OnCancel(SharpSvn.SvnCancelEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClientArgs.Cancel" /> event</summary>
        </member>
        <member name="E:SharpSvn.SvnClientArgs.SvnError">
            <summary>Raised to notify errors from an command</summary>
        </member>
        <member name="E:SharpSvn.SvnClientArgs.Notify">
            <summary>Raised to notify changes by an in-progress command</summary>
        </member>
        <member name="E:SharpSvn.SvnClientArgs.Progress">
            <summary>Raised to notify of progress by an in-progress command</summary>
        </member>
        <member name="E:SharpSvn.SvnClientArgs.Cancel">
            <summary>Raised to allow canceling an in-progress command</summary>
        </member>
        <member name="T:SharpSvn.SvnClientArgs">
            <summary>Base class of all <see cref="T:SharpSvn.SvnClient" /> arguments</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:SharpSvn.SvnClient.GetWorkingCopyRoot(System.String)">
            <summary>Gets the (relevant) working copy root of a path or <c>null</c> if the path doesn't have one</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.TryGetRepository(System.Uri,System.Uri@,System.Guid@)">
            <summary>Gets the repository url and repository id for a url</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.TryGetRepositoryId(System.String,System.Guid@)">
            <summary>Gets the Uuid of a Path, or <see cref="F:System.Guid.Empty" /> if path is not versioned</summary>
            <returns>true if successfull, otherwise false</returns>
        </member>
        <member name="M:SharpSvn.SvnClient.TryGetRepositoryId(System.Uri,System.Guid@)">
            <summary>Gets the Uuid of a Uri, or <see cref="F:System.Guid.Empty" /> if path is not versioned</summary>
            <returns>true if successfull, otherwise false</returns>
        </member>
        <member name="M:SharpSvn.SvnClient.GetRepositoryRoot(System.String)">
            <summary>Gets the repository root from the specified path</summary>
            <value>The repository root <see cref="T:System.Uri" /> or <c>null</c> if the uri is not a working copy path</value>
            <remarks>SharpSvn makes sure the uri ends in a '/'</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetRepositoryRoot(System.Uri)">
            <overloads>Gets the repository root from the specified uri or path</overloads>
            <summary>Gets the repository root from the specified uri</summary>
            <value>The repository root <see cref="T:System.Uri" /> or <c>null</c> if the uri is not a repository uri</value>
            <remarks>SharpSvn makes sure the uri ends in a '/'</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetUriFromWorkingCopy(System.String)">
            <summary>Gets the repository Uri of a path, or <c>null</c> if path is not versioned</summary>
            <remarks>See also <see cref="M:SharpSvn.SvnTools.GetUriFromWorkingCopy(System.String)" /></remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Youngest(System.String,System.Int64@)">
            <overloads>Obtains the youngest valid revision for the repository</overloads>
        </member>
        <member name="M:SharpSvn.SvnClient.Patch(System.String,System.String)">
            <overloads>Applies a patch file to a directory</overloads>
            <summary>Applies a patch file to a directory</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ReplayRevisions(SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.Delta.SvnDeltaEditor,SharpSvn.SvnReplayRevisionArgs)">
            <summary>Replays the specified revisions on the specified target to the editory</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ReplayRevisions(SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.Delta.SvnDeltaEditor)">
            <overloads>Replays the specified revisions on the specified target to the editor</overloads>
            <summary>Replays the specified revisions on the specified target to the editor</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetFileVersions(SharpSvn.SvnTarget,SharpSvn.SvnFileVersionsArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnFileVersionEventArgs}@)">
            <summary>Gets a list of versions of the specified file</summary>
            <remarks>This function allows access to the raw data used to create a Blame report</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetFileVersions(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnFileVersionEventArgs}@)">
            <overloads>Gets a lists of versions of the specified file</overloads>
            <summary>Gets a list of versions of the specified file</summary>
            <remarks>This function allows access to the raw data used to create a Blame report</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.FileVersions(SharpSvn.SvnTarget,SharpSvn.SvnFileVersionsArgs,System.EventHandler`1{SharpSvn.SvnFileVersionEventArgs})">
            <summary>Lists the versions of the specified file</summary>
            <remarks>This function allows access to the raw data used to create a Blame report</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.FileVersions(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnFileVersionEventArgs})">
            <overloads>Lists the versions of the specified file</overloads>
            <summary>Lists the versions of the specified file</summary>
            <remarks>This function allows access to the raw data used to create a Blame report</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetCapabilities(SharpSvn.SvnTarget,SharpSvn.SvnGetCapabilitiesArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnCapability}@)">
            <summary>Checks whether the repository of the specified target has the specified capabilities</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetCapabilities(SharpSvn.SvnTarget,System.Collections.Generic.IEnumerable`1{SharpSvn.SvnCapability},System.Collections.ObjectModel.Collection`1{SharpSvn.SvnCapability}@)">
            <overloads>Checks whether the repository of the specified target has the specified capabilities</overloads>
            <summary>Checks whether the repository of the specified target has the specified capabilities</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetBlame(SharpSvn.SvnTarget,SharpSvn.SvnBlameArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnBlameEventArgs}@)">
            <summary>Retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetBlame(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnBlameEventArgs}@)">
            <summary>Retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Blame(SharpSvn.SvnTarget,SharpSvn.SvnBlameArgs,System.EventHandler`1{SharpSvn.SvnBlameEventArgs})">
            <summary>Streamingly retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Blame(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnBlameEventArgs})">
            <overloads>Streamingly retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</overloads>
            <summary>Streamingly retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetMergesMerged(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnMergesMergedArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnMergesMergedEventArgs}@)">
            <summary>Retrieves a list of previously merged revisions from the specified source</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetMergesMerged(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnMergesMergedEventArgs}@)">
            <summary>Retrieves a list of previously merged revisions from the specified source</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ListMergesMerged(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnMergesMergedArgs,System.EventHandler`1{SharpSvn.SvnMergesMergedEventArgs})">
            <summary>Retrieves previously merged revisions from the specified source</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ListMergesMerged(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnMergesMergedEventArgs})">
            <overloads>Retrieves a list of previously merged revisions from the specified source</overloads>
            <summary>Retrieves previously merged revisions from the specified source</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetMergesEligible(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnMergesEligibleArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnMergesEligibleEventArgs}@)">
            <summary>Retrieves a list of revisions of source that are available for merging</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetMergesEligible(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnMergesEligibleEventArgs}@)">
            <summary>Retrieves a list of revisions of source that are available for merging</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ListMergesEligible(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnMergesEligibleArgs,System.EventHandler`1{SharpSvn.SvnMergesEligibleEventArgs})">
            <summary>Retrieves revisions of source that are available for merging</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ListMergesEligible(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnMergesEligibleEventArgs})">
            <overloads>Retrieves a list of revisions of source that are available for merging</overloads>
            <summary>Retrieves revisions of source that are available for merging</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetAppliedMergeInfo(SharpSvn.SvnTarget,SharpSvn.SvnGetAppliedMergeInfoArgs,SharpSvn.SvnAppliedMergeInfo@)">
            <summary>Gets the merges which are applied on the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetAppliedMergeInfo(SharpSvn.SvnTarget,SharpSvn.SvnAppliedMergeInfo@)">
            <overloads>Gets the merges which are applied on the specified target (<c>svn mergeinfo</c>)</overloads>
            <summary>Gets the merges which are applied on the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetSuggestedMergeSources(SharpSvn.SvnTarget,SharpSvn.SvnGetSuggestedMergeSourcesArgs,SharpSvn.SvnMergeSourcesCollection@)">
            <summary>Gets a list of Uri's which might be valid merge sources</summary>
            <remarks>The list contains copy-from locations and previous merge locations</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetSuggestedMergeSources(SharpSvn.SvnTarget,SharpSvn.SvnMergeSourcesCollection@)">
            <overloads>Gets a list of Uri's which might be valid merge sources (<c>svn mergeinfo</c>)</overloads>
            <summary>Gets a list of Uri's which might be valid merge sources</summary>
            <remarks>The list contains copy-from locations and previous merge locations</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnListChangeListEventArgs}@)">
            <summary>Gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetChangeList(System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnListChangeListEventArgs}@)">
            <overloads>Gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</overloads>
            <summary>Gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ListChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.EventHandler`1{SharpSvn.SvnListChangeListEventArgs})">
            <summary>Streamingly gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ListChangeList(System.String,System.EventHandler`1{SharpSvn.SvnListChangeListEventArgs})">
            <overloads>Streamingly gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</overloads>
            <summary>Streamingly gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoveFromChangeList(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnRemoveFromChangeListArgs)">
            <summary>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoveFromChangeList(System.Collections.Generic.ICollection`1{System.String})">
            <summary>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoveFromChangeList(System.String,SharpSvn.SvnRemoveFromChangeListArgs)">
            <summary>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoveFromChangeList(System.String)">
            <overloads>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</overloads>
            <summary>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.AddToChangeList(System.Collections.Generic.ICollection`1{System.String},System.String,SharpSvn.SvnAddToChangeListArgs)">
            <summary>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.AddToChangeList(System.Collections.Generic.ICollection`1{System.String},System.String)">
            <summary>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.AddToChangeList(System.String,System.String,SharpSvn.SvnAddToChangeListArgs)">
            <summary>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.AddToChangeList(System.String,System.String)">
            <overloads>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</overloads>
            <summary>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetDiffSummary(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffSummaryArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnDiffSummaryEventArgs}@)">
            <summary>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</summary>
            <remarks>Subversion limitation: Currently only works over Uri targets</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetDiffSummary(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnDiffSummaryEventArgs}@)">
            <overloads>Retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</overloads>
            <summary>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</summary>
            <remarks>Subversion limitation: Currently only works over Uri targets</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.DiffSummary(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffSummaryArgs,System.EventHandler`1{SharpSvn.SvnDiffSummaryEventArgs})">
            <summary>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</summary>
            <remarks>Subversion limitation: Currently only works over Uri targets</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.DiffSummary(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnDiffSummaryEventArgs})">
            <overloads>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</overloads>
            <summary>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</summary>
            <remarks>Subversion limitation: Currently only works over Uri targets</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Diff(SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.SvnDiffArgs,System.IO.Stream)">
            <summary>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Diff(SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,System.IO.Stream)">
            <summary>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Diff(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffArgs,System.IO.Stream)">
            <summary>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Diff(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.IO.Stream)">
            <overloads>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</overloads>
            <summary>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ReintegrationMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnReintegrationMergeArgs)">
            <summary>Perform a reintegration merge of source into targetPath</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.ReintegrationMerge(System.String,SharpSvn.SvnTarget)">
            <overloads>Perform a reintegration merge of source into targetPath</overloads>
            <summary>Perform a reintegration merge of source into targetPath</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection`1{``0},SharpSvn.SvnMergeArgs)">
            <summary>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.SvnMergeArgs)">
            <summary>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection`1{``0})">
            <summary>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange)">
            <overloads>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</overloads>
            <summary>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.DiffMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffMergeArgs)">
            <summary>
Merges the changes from <paramref name="mergeFrom" /> to <paramref name="mergeTo" /> into <paramRef name="targetPath" /></summary>
        </member>
        <member name="M:SharpSvn.SvnClient.DiffMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnTarget)">
            <overloads>Merges the differences between two sources to a working copy path (<c>svn merge</c>)</overloads>
            <summary>
Merges the changes from <paramref name="mergeFrom" /> to <paramref name="mergeTo" /> into <paramRef name="targetPath" /></summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetRevisionPropertyList(System.Uri,SharpSvn.SvnRevision,SharpSvn.SvnRevisionPropertyListArgs,SharpSvn.SvnPropertyCollection@)">
            <summary>Gets all revision properties on a a specific revision (<c>svn proplist --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetRevisionPropertyList(System.Uri,SharpSvn.SvnRevision,SharpSvn.SvnPropertyCollection@)">
            <overloads>Gets all revision properties on a a specific revision (<c>svn proplist --revision</c>)</overloads>
            <summary>Gets all revision properties on a a specific revision (<c>svn proplist --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,SharpSvn.SvnGetRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)">
            <summary>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,SharpSvn.SvnGetRevisionPropertyArgs,System.String@)">
            <summary>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,SharpSvn.SvnPropertyValue@)">
            <summary>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.String@)">
            <overloads>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</overloads>
            <summary>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.DeleteRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,SharpSvn.SvnSetRevisionPropertyArgs)">
            <summary>Deletes the value of a revision property on files, dirs in a specific revision(<c>svn propdel --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.DeleteRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String)">
            <overloads>Deletes the value of a revision property on files, dirs in a specific revision(<c>svn propdel --revision</c>)</overloads>
            <summary>Deletes the value of a revision property on files, dirs in a specific revision(<c>svn propdel --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.SetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnSetRevisionPropertyArgs)">
            <summary>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.SetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.String,SharpSvn.SvnSetRevisionPropertyArgs)">
            <summary>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.SetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.Collections.Generic.ICollection`1{System.Byte})">
            <summary>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.SetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.String)">
            <overloads>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</overloads>
            <summary>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetPropertyList(SharpSvn.SvnTarget,SharpSvn.SvnPropertyListArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnPropertyListEventArgs}@)">
            <summary>Gets all properties on files or dirs (<c>svn proplist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetPropertyList(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnPropertyListEventArgs}@)">
            <overloads>Gets all properties on files or dirs (<c>svn proplist</c>)</overloads>
            <summary>Gets all properties on files or dirs (<c>svn proplist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.PropertyList(SharpSvn.SvnTarget,SharpSvn.SvnPropertyListArgs,System.EventHandler`1{SharpSvn.SvnPropertyListEventArgs})">
            <summary>Streamingly lists all properties on files or dirs (<c>svn proplist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.PropertyList(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnPropertyListEventArgs})">
            <overloads>Streamingly lists all properties on files or dirs (<c>svn proplist</c>)</overloads>
            <summary>Streamingly lists all properties on files or dirs (<c>svn proplist</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.TryGetProperty(SharpSvn.SvnTarget,System.String,System.String@)">
            <summary>Tries to get a property from the specified path (<c>svn propget</c>)</summary>
            <remarks>Eats all (non-argument) exceptions</remarks>
            <returns>True if the property is fetched, otherwise false</returns>
            <remarks>Equivalent to GetProperty with <see cref="T:SharpSvn.SvnGetPropertyArgs" />'s ThrowOnError set to false</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetProperty(SharpSvn.SvnTarget,System.String,SharpSvn.SvnGetPropertyArgs,SharpSvn.SvnTargetPropertyCollection@)">
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.GetProperty(SharpSvn.SvnTarget,System.String,SharpSvn.SvnPropertyValue@)">
            <summary>Gets the specified property from the specfied path</summary>
            <returns>true if property is set, otherwise false</returns>
            <exception type="SvnException">path is not a valid workingcopy path</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.GetProperty(SharpSvn.SvnTarget,System.String,System.String@)">
            <overloads>Retrieves the value of a property on files, dirs, or revisions (<c>svn propget</c>)</overloads>
            <summary>Gets the specified property from the specfied path</summary>
            <returns>true if property is set, otherwise false</returns>
            <exception type="SvnException">path is not a valid workingcopy path</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteDeleteProperty(System.Uri,System.String,SharpSvn.SvnSetPropertyArgs)">
            <summary>Removes the specified property from the specfied path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteDeleteProperty(System.Uri,System.String)">
            <summary>Removes the specified property from the specfied path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)">
            <summary>Removes the specified property from the specfied path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String)">
            <overloads>Deletes a property from files, dirs (<c>svn propdel</c>)</overloads>
            <summary>Removes the specified property from the specfied path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteSetProperty(System.Uri,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnSetPropertyArgs)">
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteSetProperty(System.Uri,System.String,System.String,SharpSvn.SvnSetPropertyArgs)">
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteSetProperty(System.Uri,System.String,System.Collections.Generic.ICollection`1{System.Byte})">
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteSetProperty(System.Uri,System.String,System.String)">
            <overloads>Set the value of a property on files, dirs (<c>svn propset</c>)</overloads>
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnSetPropertyArgs)">
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.String,SharpSvn.SvnSetPropertyArgs)">
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.Collections.Generic.ICollection`1{System.Byte})">
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.String)">
            <overloads>Set the value of a property on files, dirs (<c>svn propset</c>)</overloads>
            <summary>Sets the specified property on the specfied path to value</summary>
            <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteUnlock(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnUnlockArgs)">
            <summary>UnlockURLs (<c>svn unlock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteUnlock(System.Uri,SharpSvn.SvnUnlockArgs)">
            <summary>UnlockURLs (<c>svn unlock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteUnlock(System.Collections.Generic.ICollection`1{System.Uri})">
            <summary>UnlockURLs (<c>svn unlock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteUnlock(System.Uri)">
            <overloads>UnlockURLs (<c>svn unlock</c>)</overloads>
            <summary>UnlockURLs (<c>svn unlock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Unlock(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnUnlockArgs)">
            <summary>Unlock working copy paths (<c>svn unlock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Unlock(System.String,SharpSvn.SvnUnlockArgs)">
            <summary>Unlock working copy paths (<c>svn unlock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Unlock(System.Collections.Generic.ICollection`1{System.String})">
            <summary>Unlock working copy paths (<c>svn unlock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Unlock(System.String)">
            <overloads>Unlock working copy paths (<c>svn unlock</c>)</overloads>
            <summary>Unlock working copy paths (<c>svn unlock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteLock(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnLockArgs)">
            <summary>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteLock(System.Uri,SharpSvn.SvnLockArgs)">
            <summary>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteLock(System.Collections.Generic.ICollection`1{System.Uri},System.String)">
            <summary>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteLock(System.Uri,System.String)">
            <overloads>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</overloads>
            <summary>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Lock(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnLockArgs)">
            <summary>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Lock(System.String,SharpSvn.SvnLockArgs)">
            <summary>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Lock(System.Collections.Generic.ICollection`1{System.String},System.String)">
            <summary>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Lock(System.String,System.String)">
            <overloads>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</overloads>
            <summary>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteMove(System.Collections.Generic.ICollection`1{System.Uri},System.Uri,SharpSvn.SvnMoveArgs,SharpSvn.SvnCommitResult@)">
            <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri,SharpSvn.SvnMoveArgs,SharpSvn.SvnCommitResult@)">
            <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteMove(System.Collections.Generic.ICollection`1{System.Uri},System.Uri,SharpSvn.SvnMoveArgs)">
            <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri,SharpSvn.SvnMoveArgs)">
            <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteMove(System.Collections.Generic.ICollection`1{System.Uri},System.Uri,SharpSvn.SvnCommitResult@)">
            <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri,SharpSvn.SvnCommitResult@)">
            <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteMove(System.Collections.Generic.ICollection`1{System.Uri},System.Uri)">
            <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri)">
            <overloads>Move and/or rename something in repository, remembering history (<c>svn move</c>)</overloads>
            <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Move(System.Collections.Generic.ICollection`1{System.String},System.String,SharpSvn.SvnMoveArgs)">
            <summary>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Move(System.String,System.String,SharpSvn.SvnMoveArgs)">
            <summary>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Move(System.Collections.Generic.ICollection`1{System.String},System.String)">
            <summary>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Move(System.String,System.String)">
            <overloads>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</overloads>
            <summary>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCopy``1(System.Collections.Generic.ICollection`1{``0},System.Uri,SharpSvn.SvnCopyArgs,SharpSvn.SvnCommitResult@)">
            <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary>
            <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />.
All members must be of the same type.</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs,SharpSvn.SvnCommitResult@)">
            <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCopy``1(System.Collections.Generic.ICollection`1{``0},System.Uri,SharpSvn.SvnCopyArgs)">
            <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary>
            <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />.
All members must be of the same type.</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs)">
            <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCopy``1(System.Collections.Generic.ICollection`1{``0},System.Uri,SharpSvn.SvnCommitResult@)">
            <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary>
            <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />.
All members must be of the same type.</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCommitResult@)">
            <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCopy``1(System.Collections.Generic.ICollection`1{``0},System.Uri)">
            <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary>
            <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />.
All members must be of the same type.</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri)">
            <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Copy``1(System.Collections.Generic.ICollection`1{``0},System.String,SharpSvn.SvnCopyArgs)">
            <summary>Duplicate something in working copy, remembering history (<c>svn copy</c>)</summary>
            <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />.
All members must be of the same type.</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Copy(SharpSvn.SvnTarget,System.String,SharpSvn.SvnCopyArgs)">
            <summary>Duplicate something in working copy, remembering history (<c>svn copy</c>)</summary>
            <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />.
All members must be of the same type.</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Copy``1(System.Collections.Generic.ICollection`1{``0},System.String)">
            <summary>Duplicate something in working copy, remembering history (<c>svn copy</c>)</summary>
            <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />.
All members must be of the same type.</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Copy(SharpSvn.SvnTarget,System.String)">
            <overloads>Duplicate something in working copy, remembering history (<c>svn copy</c>)</overloads>
            <summary>Duplicate something in working copy, remembering history (<c>svn copy</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Upgrade(System.String,SharpSvn.SvnUpgradeArgs)">
            <summary>Recursively upgrades a working copy.(<c>svn upgrade</c>)</summary>
            <returns>true if the operation succeeded; false if it did not</returns>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Upgrade(System.String)">
            <overloads>Recursively upgrades a working copy.(<c>svn upgrade</c>)</overloads>
            <summary>Recursively upgrades a working copy.(<c>svn upgrade</c>)</summary>
            <returns>true if the operation succeeded; false if it did not</returns>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Vacuum(System.String,SharpSvn.SvnVacuumArgs)">
            <summary>Vacuums the specified path</summary>
            <returns>true if the operation succeeded; false if it did not</returns>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Vacuum(System.String)">
            <overloads> Vacuums the working copy (via <c>svn cleanup</c>)</overloads>
            <summary>Vacuums the specified path</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.CleanUp(System.String,SharpSvn.SvnCleanUpArgs)">
            <summary>Cleans up the specified path, removing all workingcopy locks left behind by crashed clients</summary>
            <returns>true if the operation succeeded; false if it did not</returns>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.CleanUp(System.String)">
            <overloads> Recursively clean up the working copy, removing locks, resuming unfinished operations, etc.(<c>svn cleanup</c>)</overloads>
            <summary>Cleans up the specified path, removing all workingcopy locks left behind by crashed clients</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Resolve(System.String,SharpSvn.SvnAccept,SharpSvn.SvnResolveArgs)">
            <summary>Remove 'conflicted' state on a working copy file or directory using the specified choice</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Resolve(System.String,SharpSvn.SvnAccept)">
            <summary>Remove 'conflicted' state on a working copy file or directory using the specified choice</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Resolved(System.String)">
            <overloads>Remove 'conflicted' state on a working copy file or directory using the specified choice</overloads>
            <summary>Remove 'conflicted' state on a working copy file or directory using the specified choice</summary>
            <remarks>Calls <see cref="M:SharpSvn.SvnClient.Resolve(System.String,SharpSvn.SvnAccept)" /> with SvnAccept.Merged</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Revert(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnRevertArgs)">
            <summary>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Revert(System.Collections.Generic.ICollection`1{System.String})">
            <summary>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Revert(System.String,SharpSvn.SvnRevertArgs)">
            <summary>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Revert(System.String)">
            <overloads>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</overloads>
            <summary>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnCommitArgs,SharpSvn.SvnCommitResult@)">
            <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnCommitArgs)">
            <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitArgs,SharpSvn.SvnCommitResult@)">
            <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitArgs)">
            <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnCommitResult@)">
            <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection`1{System.String})">
            <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitResult@)">
            <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Commit(System.String)">
            <overloads>Send changes from your working copy to the repository (<c>svn commit</c>)</overloads>
            <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs,SharpSvn.SvnCommitResult@)">
            <summary>Importing as the subversion api does; without creating a working directory</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs)">
            <summary>Importing as the subversion api does; without creating a working directory</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnCommitResult@)">
            <summary>Importing as the subversion api does; without creating a working directory</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri)">
            <overloads>Commit an unversioned file or tree into the repository (<c>svn import</c>)</overloads>
            <summary>Importing as the subversion api does; without creating a working directory</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Import(System.String,System.Uri,SharpSvn.SvnImportArgs,SharpSvn.SvnCommitResult@)">
            <summary>Performs a working copy import to the specified Uri,
by importing the root remotely, checking that out and then adding the files locally</summary>
            <remarks>Implemented as an Add follwed by an obstructed checkout</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Import(System.String,System.Uri,SharpSvn.SvnImportArgs)">
            <summary>Performs a working copy import to the specified Uri,
by importing the root remotely, checking that out and then adding the files locally</summary>
            <remarks>Implemented as an Add follwed by an obstructed checkout</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Import(System.String,System.Uri,SharpSvn.SvnCommitResult@)">
            <summary>Performs a working copy import to the specified Uri,
by importing the root remotely, checking that out and then adding the files locally</summary>
            <remarks>Implemented as an Add follwed by an obstructed checkout</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Import(System.String,System.Uri)">
            <overloads>Commit an unversioned file or tree into the repository (<c>svn import</c> followed by <c>svn checkout</c>)</overloads>
            <summary>Performs a working copy import to the specified Uri,
by importing the root remotely, checking that out and then adding the files locally</summary>
            <remarks>Implemented as an Add follwed by an obstructed checkout</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnDeleteArgs,SharpSvn.SvnCommitResult@)">
            <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnDeleteArgs)">
            <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Collections.Generic.ICollection`1{System.Uri})">
            <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Uri,SharpSvn.SvnDeleteArgs,SharpSvn.SvnCommitResult@)">
            <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Uri,SharpSvn.SvnDeleteArgs)">
            <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Uri)">
            <overloads>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</overloads>
            <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Delete(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnDeleteArgs)">
            <summary>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Delete(System.Collections.Generic.ICollection`1{System.String})">
            <summary>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Delete(System.String,SharpSvn.SvnDeleteArgs)">
            <summary>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Delete(System.String)">
            <overloads>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</overloads>
            <summary>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCreateDirectories(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnCreateDirectoryArgs,SharpSvn.SvnCommitResult@)">
            <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCreateDirectories(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnCreateDirectoryArgs)">
            <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri,SharpSvn.SvnCreateDirectoryArgs,SharpSvn.SvnCommitResult@)">
            <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri,SharpSvn.SvnCreateDirectoryArgs)">
            <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri)">
            <overloads>Create a new directory under version control at the repository (<c>svn mkdir</c>)</overloads>
            <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.CreateDirectories(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnCreateDirectoryArgs)">
            <summary>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.CreateDirectories(System.Collections.Generic.ICollection`1{System.String})">
            <summary>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.CreateDirectory(System.String,SharpSvn.SvnCreateDirectoryArgs)">
            <summary>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.CreateDirectory(System.String)">
            <overloads>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</overloads>
            <summary>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnInfoEventArgs}@)">
            <summary>Gets information about the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoEventArgs@)">
            <summary>Gets information about the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Info(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.EventHandler`1{SharpSvn.SvnInfoEventArgs})">
            <summary>Gets information about the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Info(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnInfoEventArgs})">
            <overloads>Streamingly retrieves information about a local or remote item (<c>svn info</c>)</overloads>
            <summary>Gets information about the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetList(SharpSvn.SvnTarget,SharpSvn.SvnListArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnListEventArgs}@)">
            <summary>Streamingly lists directory entries in the repository. (<c>svn list</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetList(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnListEventArgs}@)">
            <overloads>Gets a list of directory entries in the repository. (<c>svn list</c>)</overloads>
            <summary>Streamingly lists directory entries in the repository. (<c>svn list</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.List(SharpSvn.SvnTarget,SharpSvn.SvnListArgs,System.EventHandler`1{SharpSvn.SvnListEventArgs})">
            <summary>Streamingly lists directory entries in the repository. (<c>svn list</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.List(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnListEventArgs})">
            <overloads>Streamingly lists directory entries in the repository. (<c>svn list</c>)</overloads>
            <summary>Streamingly lists directory entries in the repository. (<c>svn list</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream,SharpSvn.SvnWriteArgs,SharpSvn.SvnPropertyCollection@)">
            <summary>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream,SharpSvn.SvnPropertyCollection@)">
            <summary>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream,SharpSvn.SvnWriteArgs)">
            <summary>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream)">
            <overloads>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</overloads>
            <summary>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetLog(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)">
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetLog(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)">
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetLog(System.String,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)">
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetLog(System.Uri,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)">
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetLog(System.Uri,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)">
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetLog(System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)">
            <overloads>Retrieve the log messages for a set of revision(s) and/or file(s). (<c>svn log</c>)</overloads>
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Log(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnLogArgs,System.EventHandler`1{SharpSvn.SvnLogEventArgs})">
            <summary>Gets log messages of the specified target path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Log(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnLogArgs,System.EventHandler`1{SharpSvn.SvnLogEventArgs})">
            <summary>Gets log messages of the specified target path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Log(System.String,SharpSvn.SvnLogArgs,System.EventHandler`1{SharpSvn.SvnLogEventArgs})">
            <summary>Gets log messages of the specified target</summary>
            <remarks>A pegrevision applied on the target overrides one set on the args object</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Log(System.Uri,SharpSvn.SvnLogArgs,System.EventHandler`1{SharpSvn.SvnLogEventArgs})">
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Log(System.Uri,System.EventHandler`1{SharpSvn.SvnLogEventArgs})">
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Log(System.String,System.EventHandler`1{SharpSvn.SvnLogEventArgs})">
            <overloads>Streamingly retrieve the log messages for a set of revision(s) and/or file(s). (<c>svn log</c>)</overloads>
            <summary>Gets log messages of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetStatus(System.String,SharpSvn.SvnStatusArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnStatusEventArgs}@)">
            <summary>Gets a list of status data for the specified path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.GetStatus(System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnStatusEventArgs}@)">
            <summary>Recursively gets a list of 'interesting' status data for the specified path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Status(System.String,SharpSvn.SvnStatusArgs,System.EventHandler`1{SharpSvn.SvnStatusEventArgs})">
            <summary>Gets status data for the specified path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Status(System.String,System.EventHandler`1{SharpSvn.SvnStatusEventArgs})">
            <overloads>Retrieve the status of working copy files and directories (<c>svn status</c>)</overloads>
            <summary>Recursively gets 'interesting' status data for the specified path</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Add(System.String,SharpSvn.SvnAddArgs)">
            <summary>Adds the specified path</summary>
            <returns>true if the operation succeeded; false if it did not</returns>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Add(System.String,SharpSvn.SvnDepth)">
            <summary>Adds the specified path</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Add(System.String)">
            <overloads>Put files and directories under version control, scheduling them for addition to repository.
They will be added in next commit(<c>svn add</c>)</overloads>
            <summary>Recursively adds the specified path</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri,SharpSvn.SvnRelocateArgs)">
            <summary>Update the working copy to a different repository (<c>svn switch --relocate</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri)">
            <overloads>Update the working copy to a different repository (<c>svn switch --relocate</c>)</overloads>
            <summary>Update the working copy to a different repository (<c>svn switch --relocate</c>)</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget,SharpSvn.SvnSwitchArgs,SharpSvn.SvnUpdateResult@)">
            <summary>Switches a path recursively to the specified target</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget,SharpSvn.SvnSwitchArgs)">
            <summary>Switches a path recursively to the specified target</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget,SharpSvn.SvnUpdateResult@)">
            <summary>Switches a path recursively to the specified target</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget)">
            <overloads>Update the working copy to a different URL (<c>svn switch</c>)</overloads>
            <summary>Switches a path recursively to the specified target</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs,SharpSvn.SvnUpdateResult@)">
            <summary>Exports the specified target to the specified path</summary>
            <remarks>Subversion optimizes this call if you specify a workingcopy file instead of an url</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs)">
            <summary>Exports the specified target to the specified path</summary>
            <remarks>Subversion optimizes this call if you specify a workingcopy file instead of an url</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnUpdateResult@)">
            <summary>Recursively exports the specified target to the specified path</summary>
            <remarks>Subversion optimizes this call if you specify a workingcopy file instead of an url</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String)">
            <overloads>Create an unversioned copy of a tree (<c>svn export</c>)</overloads>
            <summary>Recursively exports the specified target to the specified path</summary>
            <remarks>Subversion optimizes this call if you specify a workingcopy file instead of an url</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.Update(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnUpdateArgs,SharpSvn.SvnUpdateResult@)">
            <summary>Updates the specified paths to the specified revision</summary>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
            <returns>true if the operation succeeded; false if it did not</returns>
        </member>
        <member name="M:SharpSvn.SvnClient.Update(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnUpdateArgs)">
            <summary>Updates the specified paths to the specified revision</summary>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
            <returns>true if the operation succeeded; false if it did not</returns>
        </member>
        <member name="M:SharpSvn.SvnClient.Update(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnUpdateResult@)">
            <summary>Recursively updates the specified paths to the latest (HEAD) revision</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Update(System.Collections.Generic.ICollection`1{System.String})">
            <summary>Recursively updates the specified paths to the latest (HEAD) revision</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs,SharpSvn.SvnUpdateResult@)">
            <summary>Recursively updates the specified path to the latest (HEAD) revision</summary>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs)">
            <summary>Recursively updates the specified path</summary>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateResult@)">
            <summary>Recursively updates the specified path to the latest (HEAD) revision</summary>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.Update(System.String)">
            <overloads>Bring changes from the repository into the working copy (<c>svn update</c>)</overloads>
            <summary>Recursively updates the specified path to the latest (HEAD) revision</summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnCheckOutArgs,SharpSvn.SvnUpdateResult@)">
            <summary>Performs a checkout of <paramref name="url" /> to <paramref name="path" /> to the specified param</summary>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
            <returns>true if the operation succeeded; false if it did not</returns>
        </member>
        <member name="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnCheckOutArgs)">
            <summary>Performs a checkout of <paramref name="url" /> to <paramref name="path" /> to the specified param</summary>
            <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
            <returns>true if the operation succeeded; false if it did not</returns>
        </member>
        <member name="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnUpdateResult@)">
            <summary>Performs a recursive checkout of <paramref name="url" /> to <paramref name="path" /></summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String)">
            <overloads>Check out a working copy from a repository. (<c>svn checkout</c>)</overloads>
            <summary>Performs a recursive checkout of <paramref name="url" /> to <paramref name="path" /></summary>
            <exception type="SvnException">Operation failed</exception>
            <exception type="ArgumentException">Parameters invalid</exception>
        </member>
        <member name="M:SharpSvn.SvnClient.OnProcessing(SharpSvn.SvnProcessingEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClient.Processing" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.OnSvnError(SharpSvn.SvnErrorEventArgs)">
            <summary>Raises the <see cref="T:System.Exception" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.OnConflict(SharpSvn.SvnConflictEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClient.Conflict" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.OnNotify(SharpSvn.SvnNotifyEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClient.Notify" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.OnCommitted(SharpSvn.SvnCommittedEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClient.Committing" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.OnCommitting(SharpSvn.SvnCommittingEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClient.Committing" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.OnProgress(SharpSvn.SvnProgressEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClient.Progress" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.OnCancel(SharpSvn.SvnCancelEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnClient.Cancel" /> event.</summary>
        </member>
        <member name="E:SharpSvn.SvnClient.Processing">
            <summary>
Raised just before a command is executed. This allows a listener
to cleanup before a new command is started
</summary>
        </member>
        <member name="E:SharpSvn.SvnClient.SvnError">
            <summary>
Raised when a subversion exception occurs.
Set <see cref="P:SharpSvn.SvnCancelEventArgs.Cancel" /> to true to cancel
throwing the exception
</summary>
        </member>
        <member name="E:SharpSvn.SvnClient.Conflict">
            <summary>
Raised on conflict. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgsWithConflict" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnClient.Committed">
            <summary>
Raised on progress. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgsWithCommit" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnClient.Committing">
            <summary>
Raised on progress. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgsWithCommit" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnClient.Notify">
            <summary>
Raised on notifications. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnClient.Progress">
            <summary>
Raised on progress. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnClient.Cancel">
            <summary>
Raised to allow canceling operations. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="P:SharpSvn.SvnClient.Configuration">
            <summary>Gets the <see cref="T:SharpSvn.SvnClientConfiguration" /> instance of this <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="P:SharpSvn.SvnClient.AdministrativeDirectoryName">
            <summary>
Gets the name of the subversion administrative directories. Most commonly ".svn"
</summary>
            <remarks>
An internal implementation of a setter is available on this property. Users should read
the subversion implementation of svn_wc_set_adm_dir before invoking the setter of this property
via reflection
</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.EnableSubversionLocalization">
            <summary>Enables the subversion localization engine. (Costs +- 400 KByte ram/language used and slows error handling within the subversion engine)</summary>
            <remarks>By default the subversion layer uses english messages for everything. After this method is called all messages are routed via
the managed resource handler</remarks>
        </member>
        <member name="M:SharpSvn.SvnClient.AddClientName(System.String,System.Version)">
            <summary>Adds the specified client name to web requests' UserAgent string</summary>
            <remarks>The name is filtered to be unique and conformant for the webrequest. Clients should use only alphanumerical ascii characters</remarks>
        </member>
        <member name="P:SharpSvn.SvnClient.SharpSvnVersion">
            <summary>Gets the version of the SharpSvn library</summary>
        </member>
        <member name="P:SharpSvn.SvnClient.Version">
            <summary>Gets the version number of SharpSvn's encapsulated subversion library</summary>
        </member>
        <member name="M:SharpSvn.SvnClient.#ctor">
            <summary>Initializes a new <see cref="T:SharpSvn.SvnClient" /> instance with default properties</summary>
        </member>
        <member name="T:SharpSvn.SvnClient">
            <summary>Subversion client instance; main entrance to the Subversion Client api</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnPropertyValue.Target">
            <summary>Gets the <see cref="T:SharpSvn.SvnTarget" /> the <see cref="T:SharpSvn.SvnPropertyValue" /> applies to;
<c>null</c> if it applies to a revision property</summary>
        </member>
        <member name="M:SharpSvn.SvnClientConfiguration.SetOption(System.String,System.String,System.String,System.String)">
            <summary>While the configuration isn't used yet, allows overriding specific configuration options</summary>
        </member>
        <member name="P:SharpSvn.SvnClientConfiguration.GlobalIgnorePattern">
            <summary>Gets the subversion global ignore pattern as specified in the configuration</summary>
        </member>
        <member name="P:SharpSvn.SvnClientConfiguration.KeepAllExtensionsOnConflict">
            <summary>Gets or sets a value indicating whether the 'preserved-conflict-file-exts' should be forced to '*'</summary>
        </member>
        <member name="P:SharpSvn.SvnClientConfiguration.UseSubversionDiff">
            <summary>Gets or sets a boolean indicating whether to always use the subversion integrated diff library
instead of the user configured diff tools</summary>
            <remarks>The default value of this property is true; to allow parsing the output of the diff library</remarks>
            <value>true if subversions internal diff must be used, otherwise false</value>
        </member>
        <member name="P:SharpSvn.SvnClientConfiguration.LoadSvnMimeTypes">
            <summary>Gets or sets a boolean indicating whether to load the svn mimetypes file when calling Add or Import the first time</summary>
            <remarks>The default value of this property is true; this matches the behaviour of the svn commandline client</remarks>
            <value>true if loading the mimetypes file on the initial import, otherwise false</value>
        </member>
        <member name="P:SharpSvn.SvnClientConfiguration.LogMessageRequired">
            <summary>Gets or sets a boolean indicating whether commits will fail if no log message is provided</summary>
            <remarks>The default value of this property is true</remarks>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteLocationSegmentEventArgs.Detach(System.Boolean)">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties are either stored managed, or are no longer readable</description>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLocationSegmentEventArgs.Range">
            <summary>Retrieve StartRevision-EndRevision as a <see cref="T:SharpSvn.SvnRevisionRange" /></summary>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteListLockEventArgs.Detach(System.Boolean)">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties are either stored managed, or are no longer readable</description>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteListEventArgs.Detach(System.Boolean)">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties are either stored managed, or are no longer readable</description>
        </member>
        <member name="M:SharpSvn.Remote.SvnRemoteStatEventArgs.Detach(System.Boolean)">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties are either stored managed, or are no longer readable</description>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLogEventArgs.MergeLogNestingLevel">
            <summary>Gets the nesting level of the logs via merges</summary>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLogEventArgs.HasChildren">
            <summary>Set to true when the following items are merged-child items of this item.</summary>
        </member>
        <member name="M:SharpSvn.SvnInheritedPropertyListEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnPatchFilterEventArgs.Filtered">
            <summary>Gets or sets a boolean indicating whether this file should be filtered from the patch handling</summary>
        </member>
        <member name="P:SharpSvn.SvnPatchFilterEventArgs.ResultPath">
            <summary>Path to a temporary file containing the result of the patch</summary>
        </member>
        <member name="P:SharpSvn.SvnPatchFilterEventArgs.RejectPath">
            <summary>Path to a temporary file containing the rejected hunks of the patch</summary>
        </member>
        <member name="P:SharpSvn.SvnPatchFilterEventArgs.Path">
            <summary>The path to the node as stored in the patch file, normalized to Windows style</summary>
        </member>
        <member name="P:SharpSvn.SvnPatchFilterEventArgs.CanonicalPath">
            <summary>The path to the node as stored in the patch file, kept in Subversion canonical format</summary>
        </member>
        <member name="M:SharpSvn.SvnFileVersionEventArgs.GetContentStream(SharpSvn.SvnFileVersionWriteArgs)">
            <summary>Gets the file contents of the current version as readable stream (Only valid in EventHandler)</summary>
            <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception>
            <remarks>The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0</remarks>
        </member>
        <member name="M:SharpSvn.SvnFileVersionEventArgs.GetContentStream">
            <summary>Gets the file contents of the current version as readable stream (Only valid in EventHandler)</summary>
            <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception>
            <remarks>The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0</remarks>
        </member>
        <member name="M:SharpSvn.SvnFileVersionEventArgs.WriteTo(System.IO.Stream,SharpSvn.SvnFileVersionWriteArgs)">
            <summary>Write the file contents to the specified file/stream (Only valid in EventHandler)</summary>
            <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception>
        </member>
        <member name="M:SharpSvn.SvnFileVersionEventArgs.WriteTo(System.String,SharpSvn.SvnFileVersionWriteArgs)">
            <summary>Write the file contents to the specified file/stream (Only valid in EventHandler)</summary>
            <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception>
        </member>
        <member name="M:SharpSvn.SvnFileVersionEventArgs.WriteTo(System.IO.Stream)">
            <summary>Write the file contents to the specified file/stream (Only valid in EventHandler)</summary>
            <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception>
        </member>
        <member name="M:SharpSvn.SvnFileVersionEventArgs.WriteTo(System.String)">
            <overloads>Write the file contents to the specified file/stream (Only valid in EventHandler)</overloads>
            <summary>Write the file contents to the specified file/stream (Only valid in EventHandler)</summary>
            <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception>
        </member>
        <member name="M:SharpSvn.SvnLookInheritedPropertyListEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnChangeInfoEventArgs.BaseRevision">
            <summary>Gets the revision the change is based on</summary>
        </member>
        <member name="M:SharpSvn.SvnChangedEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.PristinePropertyStatus">
            <summary>Gets the raw property status of the node when available</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.PristineContentStatus">
            <summary>Gets the raw content status of the node when available</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.TreeConflict">
            <summary>Gets the tree conflict data of this node or <c>null</c> if this node doesn't have a tree conflict</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.FileLength">
            <summary>The length of the file currently in the working copy, matching the name of this node. -1 if there is no such file.</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.WorkingCopyInfo">
            <summary>Gets an object containing detailed workingcopy information of this node</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.RemoteUpdateNodeKind">
            <summary>Out of Date: Gets the node kind of the OutOfDate commit</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.RemoteUpdateCommitAuthor">
            <summary>Out of Date: Gets the author of the OutOfDate commit</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.RemoteUpdateCommitTime">
            <summary>Out of Date: Last commit date of the item</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.RemoteUpdateRevision">
            <summary>Out of Date: Last commit version of the item</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.IsRemoteUpdated">
            <summary>Gets the out of date status of the item; if true the RemoteUpdate* properties are set</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.IsFileExternal">
            <summary>Gets a boolean indicating whether the node is a file external</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.Switched">
            <summary>Gets a boolean indicating whether the file is switched in the working copy</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.RepositoryIdValue">
            <summary>Gets the repository id as String</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.RepositoryId">
            <summary>Gets the repository id as Guid</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.LocalCopied">
            <summary>Gets a boolean indicating whether the file is copied in the working copy</summary>
            <remarks>A file or directory can be 'copied' if it's scheduled for addition-with-history
(or part of a subtree that is scheduled as such.).</remarks>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.Wedged">
            <summary>Gets a boolean indicating whether the workingcopy is locked</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.LocalLocked">
            <summary>Gets a boolean indicating whether the workingcopy is locked</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.LocalPropertyStatus">
            <summary>Property status in working copy</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.LocalTextStatus">
            <summary>The status of the text/content of the node</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.LocalContentStatus">
            <summary>Content status in working copy</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.LocalNodeStatus">
            <summary>The node status (combination of restructuring operations, text and property status.</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.Path">
            <summary>The path returned by the subversion api</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.FullPath">
            <summary>The full path the notification is about, as translated via <see cref="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)" /></summary>
            <remarks>See also <see cref="P:SharpSvn.SvnStatusEventArgs.Path" />.</remarks>
        </member>
        <member name="P:SharpSvn.SvnStatusEventArgs.NodeKind">
            <summary>Gets the recorded node type of this node</summary>
        </member>
        <member name="M:SharpSvn.SvnWorkingCopyInfo.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.FileExternalPath">
            <summary>The entry is a intra-repository file external and this is the
repository root relative path to the file specified in the
externals definition, otherwise NULL if the entry is not a file
external.</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.IsCopy">
            <summary>Gets a boolean indicating whether the node is in a copied state
(possibly because the entry is a child of a path that is
scheduled for addition or replacement when the entry itself is
normal</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.Schedule">
            <summary>Gets the node scheduling (add, delete, replace)</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.NodeKind">
            <summary>Gets the node kind</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.RepositoryIdValue">
            <summary>Gets the repository id as String</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.RepositoryId">
            <summary>Gets the repository id as Guid</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.RepositoryUri">
            <summary>The repository Uri including a final '/'</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.Uri">
            <summary>Url in repository, including final '/' if the entry specifies a directory</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.Revision">
            <summary>Base revision</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInfo.Name">
            <summary>The entries name</summary>
        </member>
        <member name="M:SharpSvn.SvnPropertyListEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="M:SharpSvn.SvnProgressEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="M:SharpSvn.SvnProcessingEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnMergesMergedEventArgs.SourceTarget">
            <summary>Gets the merge source passed to the SvnClient call</summary>
        </member>
        <member name="P:SharpSvn.SvnMergesMergedEventArgs.SourceUri">
            <summary>Gets the specified SourceUri or <c>null</c> if the source was a local path</summary>
        </member>
        <member name="P:SharpSvn.SvnMergesEligibleEventArgs.SourceTarget">
            <summary>Gets the merge source passed to the SvnClient call</summary>
        </member>
        <member name="P:SharpSvn.SvnMergesEligibleEventArgs.SourceUri">
            <summary>Gets the specified SourceUri or <c>null</c> if the source was a local path</summary>
        </member>
        <member name="P:SharpSvn.SvnAppliedMergeInfo.AppliedMerges">
            <summary>Gets a list of applied merges</summary>
        </member>
        <member name="M:SharpSvn.SvnMergeItemCollection.TryIntersect(System.Collections.Generic.ICollection`1{SharpSvn.SvnMergeItem},SharpSvn.SvnMergeIntersectArgs,SharpSvn.SvnMergeItemCollection@)">
            <remarks>ConsiderInheritance is ignored at this time</remarks>
        </member>
        <member name="M:SharpSvn.SvnMergeItemCollection.TryRemove(System.Collections.Generic.ICollection`1{SharpSvn.SvnMergeItem},SharpSvn.SvnMergeRemoveArgs,SharpSvn.SvnMergeItemCollection@)">
            <remarks>ConsiderInheritance is ignored at this time</remarks>
        </member>
        <member name="M:SharpSvn.SvnMergeItemCollection.#ctor(System.Collections.Generic.IEnumerable`1{SharpSvn.SvnMergeItem})">
            <summary>Initializes a new instance of the <see cref="T:SharpSvn.SvnMergeItemCollection" /> class with the values from the specified collection</summary>
        </member>
        <member name="M:SharpSvn.SvnMergeItemCollection.#ctor">
            <summary>Initializes a new instance of the <see cref="T:SharpSvn.SvnMergeItemCollection" /> class with default properties</summary>
        </member>
        <member name="M:SharpSvn.SvnMergeRange.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="M:SharpSvn.SvnRevisionRange.FromRevision(System.Int64)">
            <summary>Creates a SvnRevision from {revision-1:revision}</summary>
        </member>
        <member name="P:SharpSvn.SvnLogEventArgs.MergeLogNestingLevel">
            <summary>Gets the nesting level of the logs via merges</summary>
        </member>
        <member name="P:SharpSvn.SvnLogEventArgs.HasChildren">
            <summary>Set to true when the following items are merged-child items of this item.</summary>
        </member>
        <member name="P:SharpSvn.SvnLogEventArgs.LogOrigin">
            <summary>Gets the log origin SharpSvn used for retrieving the log</summary>
        </member>
        <member name="M:SharpSvn.SvnLoggingEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnLoggingEventArgs.SubtractiveMerge">
            <summary>MergeInfo only: Subtractive merge</summary>
        </member>
        <member name="P:SharpSvn.SvnLoggingEventArgs.NotInheritable">
            <summary>MergeInfo only: Not inheritable</summary>
        </member>
        <member name="P:SharpSvn.SvnLoggingEventArgs.RevisionProperties">
            <summary>Gets the list of custom properties retrieved with the log</summary>
            <remarks>Properties must be listed in SvnLogArgs.RetrieveProperties to be available here</remarks>
        </member>
        <member name="M:SharpSvn.SvnChangeItem.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnChangeItem.PropertiesModified">
            <summary>Gets a boolean indicating whether the versioned properties of a node are modified in this revision. (Value only available for 1.7+ servers)</summary>
        </member>
        <member name="P:SharpSvn.SvnChangeItem.ContentModified">
            <summary>Gets a boolean indicating whether the content of a node is modified in this revision. (Value only available for 1.7+ servers)</summary>
        </member>
        <member name="P:SharpSvn.SvnChangeItem.NodeKind">
            <summary>Gets the node kind of the changed path (Only available when committed to a 1.6+ repository)</summary>
        </member>
        <member name="P:SharpSvn.SvnChangeItem.RepositoryPath">
            <summary>Gets the relative uri of the path inside the repository</summary>
            <remarks>Does not include an initial '/'. Ends with a '/' if <see cref="P:SharpSvn.SvnChangeItem.NodeKind" /> is <see cref="F:SharpSvn.SvnNodeKind.Directory" />.</remarks>
        </member>
        <member name="P:SharpSvn.SvnChangeItem.Path">
            <summary>Gets the path inside rooted at the repository root (including initial '/')</summary>
        </member>
        <member name="M:SharpSvn.SvnListEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnListEventArgs.Entry">
            <summary>Gets the information specified in RetrieveEntries on the args object</summary>
        </member>
        <member name="P:SharpSvn.SvnListEventArgs.Lock">
            <summary>Gets lock information if RetrieveLocks is set on the args object</summary>
        </member>
        <member name="P:SharpSvn.SvnListEventArgs.BaseUri">
            <summary>When retrieving a listing using an Uri target: contains the uri from which Path is relative</summary>
            <value>The Base Uri or <c>null</c> when the repository root is not available</value>
        </member>
        <member name="P:SharpSvn.SvnListEventArgs.RepositoryRoot">
            <summary>When retrieving a listing using an Uri target: contains the repository root</summary>
            <value>The Repository root or <c>null</c> when the repository root is not available</value>
        </member>
        <member name="P:SharpSvn.SvnListEventArgs.Name">
            <summary>Gets the filename of the item</summary>
        </member>
        <member name="P:SharpSvn.SvnListEventArgs.BasePath">
            <summary>Gets the origin path of the item</summary>
        </member>
        <member name="P:SharpSvn.SvnListEventArgs.Path">
            <summary>Gets the path of the item</summary>
        </member>
        <member name="M:SharpSvn.SvnDirEntry.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnDirEntry.Author">
            <summary>Gets the author of the last revision of this file</summary>
        </member>
        <member name="P:SharpSvn.SvnDirEntry.Time">
            <summary>Gets the time of the last change</summary>
        </member>
        <member name="P:SharpSvn.SvnDirEntry.Revision">
            <summary>Gets the last revision in which this node changed</summary>
        </member>
        <member name="P:SharpSvn.SvnDirEntry.HasProperties">
            <summary>Gets a boolean indicating whether this node has svn properties</summary>
        </member>
        <member name="P:SharpSvn.SvnDirEntry.FileSize">
            <summary>Gets the length of the file text or 0 for directories</summary>
        </member>
        <member name="M:SharpSvn.SvnInfoEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.Checksum">
            <summary>The SHA1 checksum of the file. (Used to return a MD5 checksom in Subversion &lt;= 1.6)</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.HasLocalInfo">
            <summary>Gets a boolean indicating whether working copy information is available in this instance</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.Lock">
            <summary>Gets information about the current lock on node</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.LastChangeAuthor">
            <summary>Gets the author of the last revision in which node (or one of its descendants) changed</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.LastChangeTime">
            <summary>Gets the timestamp of the last revision in which node (or one of its descendants) changed</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.LastChangeRevision">
            <summary>Gets the last revision in which node (or one of its descendants) changed</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.RepositoryIdValue">
            <summary>Gets the repository uuid or <c>null</c> if not available</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.RepositoryId">
            <summary>Gets the uuid of the repository (if available). Otherwise Guid.Empty</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.RepositoryRoot">
            <summary>Gets the repository root Uri; ending in a '/'</summary>
            <remarks>The unmanaged api does not add the '/' at the end, but this makes using <see cref="T:System.Uri" /> hard</remarks>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.NodeKind">
            <summary>Gets the node kind of the specified node</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.Revision">
            <summary>Gets the queried revision</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.Uri">
            <summary>Gets the full Uri of the node</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.FullPath">
            <summary>The path the notification is about, translated via <see cref="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)" /></summary>
            <remarks>The <see cref="P:SharpSvn.SvnInfoEventArgs.FullPath" /> property contains the path in normalized format; while <see cref="P:SharpSvn.SvnInfoEventArgs.Path" /> returns the exact path from the subversion api</remarks>
        </member>
        <member name="P:SharpSvn.SvnInfoEventArgs.Path">
            <summary>Gets the path of the file. The local path if requisting WORKING version, otherwise the name of the file
at the specified version</summary>
        </member>
        <member name="M:SharpSvn.SvnDiffSummaryEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="M:SharpSvn.SvnBlameEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnBlameEventArgs.MergedRevisionProperties">
            <summary>Gets the list of custom properties retrieved with the log</summary>
            <remarks>Properties must be listed in SvnLogArgs.RetrieveProperties to be available here</remarks>
        </member>
        <member name="P:SharpSvn.SvnBlameEventArgs.RevisionProperties">
            <summary>Gets the list of custom properties retrieved with the log</summary>
            <remarks>Properties must be listed in SvnLogArgs.RetrieveProperties to be available here</remarks>
        </member>
        <member name="M:SharpSvn.SvnNotifyEventArgs.Detach(System.Boolean)">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties are either stored managed, or are no longer readable</description>
        </member>
        <member name="M:SharpSvn.SvnNotifyEventArgs.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.RevisionProperties">
            <summary>If action is svn_wc_notify_blame_revision, contains a list of revision properties for the specified revision</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.PropertyName">
            <summary>If action relates to properties, specifies the name of the property.</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.MergeRange">
            <summary>When @c action is @c svn_wc_notify_merge_begin, and both the left and right sides
of the merge are from the same URL. In all other cases, it is NULL</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.ChangeListName">
            <summary>When action is svn_wc_notify_changelist_add or name. In all other
cases, it is NULL</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.Lock">
            <summary>Points to the lock structure received from the repository when
action is @c svn_wc_notify_locked. For other actions, it is
NULL.</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.OldRevision">
            <summary>The base revision before updating</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.Revision">
            <summary>When action is svn_wc_notify_update_completed, target revision
of the update, or @c SVN_INVALID_REVNUM if not available; when action is
c svn_wc_notify_blame_revision, processed revision. In all other cases,
it is @c SVN_INVALID_REVNUM.</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.LockState">
            <summary>Reflects the addition or removal of a lock token in the working copy.</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.PropertyState">
            <summary>The type of notification that is occurring about node properties.</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.ContentState">
            <summary>The type of notification that is occurring about node content.</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.Error">
            <summary>Points to an error describing the reason for the failure when
action is one of the following: @c svn_wc_notify_failed_lock, svn_wc_notify_failed_unlock,
svn_wc_notify_failed_external. Is @c NULL otherwise.</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.MimeTypeIsBinary">
            <summary>If MimeType is not null, a boolean indicating whether this mime type is interpreted as binary</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.MimeType">
            <summary>If non-NULL, indicates the mime-type of @c path. It is always @c NULL for directories.</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.NodeKind">
            <summary>Node kind of path/url</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.Action">
            <summary>Action that describes what happened to path/url</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.CommandType">
            <summary>Gets the commandtype of the command responsible for calling the notify</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.FullPath">
            <summary>The path the notification is about, translated via <see cref="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)" /></summary>
            <remarks>The <see cref="P:SharpSvn.SvnNotifyEventArgs.FullPath" /> property contains the path in normalized format; while <see cref="P:SharpSvn.SvnNotifyEventArgs.Path" /> returns the exact path from the subversion api</remarks>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.Uri">
            <summary>Gets the (relative or absolute uri) Uri the notification is about</summary>
        </member>
        <member name="P:SharpSvn.SvnNotifyEventArgs.Path">
            <summary>The path the notification is about</summary>
            <remarks>The <see cref="P:SharpSvn.SvnNotifyEventArgs.FullPath" /> property contains the path in normalized format; while <see cref="P:SharpSvn.SvnNotifyEventArgs.Path" /> returns the exact path from the subversion api</remarks>
        </member>
        <member name="M:SharpSvn.SvnLockInfo.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnLockInfo.IsRawNetworkComment">
            <summary>Gets a boolean indicating whether the Comment was generated by a Generic WebDav client</summary>
        </member>
        <member name="P:SharpSvn.SvnLockInfo.FullPath">
            <summary>The path the notification is about, translated via <see cref="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)" /></summary>
            <remarks>The <see cref="P:SharpSvn.SvnLockInfo.FullPath" /> property contains the path in normalized format; while <see cref="P:SharpSvn.SvnLockInfo.Path" /> returns the exact path from the subversion api</remarks>
        </member>
        <member name="P:SharpSvn.SvnConflictEventArgs.MimeType">
            <summary>
                <see cref="P:SharpSvn.SvnConflictData.MimeType" />
            </summary>
        </member>
        <member name="P:SharpSvn.SvnConflictEventArgs.PropertyName">
            <summary>
                <see cref="P:SharpSvn.SvnConflictData.PropertyName" />
            </summary>
        </member>
        <member name="P:SharpSvn.SvnConflictEventArgs.Path">
            <summary>
                <see cref="P:SharpSvn.SvnConflictData.Name" />
            </summary>
        </member>
        <member name="P:SharpSvn.SvnConflictData.Operation">
            <summary>Gets the operation creating the tree conflict</summary>
        </member>
        <member name="P:SharpSvn.SvnConflictSource.NodeKind">
            <summary>Gets the <see cref="T:SharpSvn.SvnNodeKind" /> of <see cref="P:SharpSvn.SvnConflictSource.Uri" /></summary>
        </member>
        <member name="P:SharpSvn.SvnConflictSource.Revision">
            <summary>Gets the revision of <see cref="P:SharpSvn.SvnConflictSource.Uri" /></summary>
        </member>
        <member name="P:SharpSvn.SvnConflictSource.RepositoryPath">
            <summary>Gets the relative uri of the path inside the repository</summary>
            <remarks>Does not include an initial '/'. Ends with a '/' if <see cref="P:SharpSvn.SvnConflictSource.NodeKind" /> is <see cref="F:SharpSvn.SvnNodeKind.Directory" />.</remarks>
        </member>
        <member name="M:SharpSvn.SvnCommitItem.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="M:SharpSvn.SvnCommitResult.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnCommitResult.PostCommitError">
            <summary>error message from post-commit hook, or NULL</summary>
        </member>
        <member name="M:SharpSvn.SvnTarget.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="M:SharpSvn.SvnTarget.ToString">
            <summary>Gets the SvnTarget as string</summary>
        </member>
        <member name="P:SharpSvn.SvnTarget.TargetName">
            <summary>Gets the target name in normalized format</summary>
        </member>
        <member name="P:SharpSvn.SvnTarget.Revision">
            <summary>Gets the operational revision</summary>
        </member>
        <member name="P:SharpSvn.ISvnOrigin.NodeKind">
            <summary>(Optional) The node kind of <see cref="P:SharpSvn.ISvnOrigin.Target" /></summary>
        </member>
        <member name="P:SharpSvn.ISvnOrigin.RepositoryRoot">
            <summary>(Required) The repository root of <see cref="P:SharpSvn.ISvnOrigin.Target" /></summary>
        </member>
        <member name="P:SharpSvn.ISvnOrigin.Target">
            <summary>The target specified</summary>
        </member>
        <member name="P:SharpSvn.ISvnOrigin.Uri">
            <summary>(Required) The Uri of <see cref="P:SharpSvn.ISvnOrigin.Target" />. Only differs from target if <see cref="P:SharpSvn.ISvnOrigin.Target" />
specifies a <see cref="T:SharpSvn.SvnPathTarget" /></summary>
        </member>
        <member name="T:SharpSvn.ISvnOrigin">
            <summary>Generic encapsulation of a specific revision of a node in subversion</summary>
        </member>
        <member name="P:SharpSvn.SvnRevision.IsExplicit">
            <summary>Gets a boolean whether the revision specifies an explicit repository revision</summary>
            <remarks>Explicit: Is set, doesn't require a workingcopy and is repository wide applyable</remarks>
        </member>
        <member name="P:SharpSvn.SvnRevision.RequiresWorkingCopy">
            <summary>Gets a boolean indicating whether the revisionnumber requires a workingcopy to make any sense</summary>
        </member>
        <member name="M:SharpSvn.SvnRevision.GetHashCode">
            <summary>Serves as a hashcode for the specified type</summary>
        </member>
        <member name="P:SharpSvn.SvnClientContext.Authentication">
            <summary>Gets the <see cref="T:SharpSvn.Security.SvnAuthentication" /> instance managing authentication on behalf of this client</summary>
        </member>
        <member name="P:SharpSvn.SvnClientContext.PlinkPath">
            <summary>Gets the path to SharpSvn's plink. The path is encoded to be safe for subversion configuration settings</summary>
        </member>
        <member name="M:SharpSvn.SvnClientContext.UseDefaultConfiguration">
            <summary>Initializes a default configuration. Avoids loading a configuration at a later time</summary>
        </member>
        <member name="M:SharpSvn.SvnClientContext.MergeConfiguration(System.String)">
            <summary>Merges configuration from the specified path into the existing configuration</summary>
        </member>
        <member name="M:SharpSvn.SvnClientContext.LoadConfigurationDefault">
            <summary>Loads the standard subversion configuration and ensures the subversion config dir by creating default files</summary>
        </member>
        <member name="M:SharpSvn.SvnClientContext.LoadConfiguration(System.String,System.Boolean)">
            <summary>Loads the subversion configuration from the specified path and optionally ensures the path is a subversion config dir by creating default files</summary>
        </member>
        <member name="M:SharpSvn.SvnClientContext.LoadConfiguration(System.String)">
            <summary>Loads the subversion configuration from the specified path</summary>
        </member>
        <member name="T:SharpSvn.SvnClientContext">
            <summary>Subversion Client Context wrapper; base class of objects using client context</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="F:SharpSvn.Implementation.SvnSshOverride.ForceInternalAfterConfig">
            <summary>Like ForceInternal, but checks TortoiseSVN config first</summary>
        </member>
        <member name="F:SharpSvn.Implementation.SvnSshOverride.ForceSharpPlinkAfterConfig">
            <summary>Like ForceSharpPlink, but checks TortoiseSVN config first</summary>
        </member>
        <member name="F:SharpSvn.Implementation.SvnSshOverride.ForceSharpPlink">
            <summary>Use SharpPlink</summary>
        </member>
        <member name="F:SharpSvn.Implementation.SvnSshOverride.ForceInternal">
            <summary>Use internal SSH client (currently based on LibSSH2)</summary>
        </member>
        <member name="F:SharpSvn.Implementation.SvnSshOverride.Disabled">
            <summary>Disable all SSH support. Fall back to Subversion config</summary>
        </member>
        <member name="F:SharpSvn.Implementation.SvnSshOverride.Automatic">
            <summary>Automatic handling: Similar to ForceInternalAfterConfig</summary>
        </member>
        <member name="M:SharpSvn.SvnEventArgs.Detach(System.Boolean)">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties are either stored managed, or are no longer readable</description>
        </member>
        <member name="M:SharpSvn.SvnEventArgs.Detach">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties values are stored in managed code</description>
        </member>
        <member name="M:SharpSvn.SvnTools.PathCombine(System.String,System.String)">
            <summary>Long path capable version of <see cref="M:System.IO.Path.Combine(System.String,System.String)" /></summary>
        </member>
        <member name="M:SharpSvn.SvnTools.TrySplitCommandLine(System.String,System.String@,System.String@)">
            <summary>Invoke TrySplitCommandLine with <see cref="M:System.Environment.ExpandEnvironmentVariables(System.String)" /> as expander</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.GetNormalizedDirectoryName(System.String)">
            <summary>Gets the normalized directory name of path (Long path enabled version of <see cref="M:System.IO.Path.GetDirectoryName(System.String)" />, always returning full paths)</summary>
            <returns>Directory information for path, or null if path denotes a root directory or is null. Returns String.Empty if path does not contain directory information.</returns>
        </member>
        <member name="M:SharpSvn.SvnTools.GetFileName(System.Uri)">
            <summary>Gets the filename of the specified target</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.PathToRelativeUri(System.String)">
            <summary>
Converts a local relative path to a valid relative Uri
</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.LocalPathToUri(System.String,System.Boolean)">
            <summary>Gets a file:// style uri for the specified local path</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.UriPartToPath(System.String)">
            <summary>
Converts a string from a Uri path to a local path name; unescaping when necessary
</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.AppendPathSuffix(System.Uri,System.String)">
            <summary>
Appends the specified path suffix to the given Uri
</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.IsAbsolutePath(System.String)">
            <summary>
Checks whether the specified path is an absolute path that doesn't end in an unneeded '\'
</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.GetNormalizedUri(System.Uri)">
            <summary>
Normalizes the Uri to a full absolute Uri
</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.IsNormalizedFullPath(System.String)">
            <summary>
Checks whether normalization is required
</summary>
            <remarks>This method does not verify the casing of invariant parts</remarks>
        </member>
        <member name="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)">
            <summary>
Normalizes the path to a full path
</summary>
            <summary>This normalizes drive letters to upper case and hostnames to lowercase to match Subversion 1.6 behavior</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.IsBelowManagedPath(System.String)">
            <summary>Gets a boolean indicating whether at least one of the
parent paths or the path (file/directory) itself is a working copy.
</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.IsManagedPath(System.String)">
            <summary>Gets a boolean indicating whether the path could contain a Subversion Working Copy</summary>
            <remarks>Assumes path is a directory</remarks>
        </member>
        <member name="M:SharpSvn.SvnTools.GetTruePath(System.String,System.Boolean)">
            <summary>Gets the absolute pathname exactly like it is on disk (fixing casing).
For not existing paths, if bestEffort is TRUE, returns a path based on existing parents. Otherwise return NULL for not existing paths</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.GetTruePath(System.String)">
            <summary>Gets the absolute pathname exactly like it is on disk (fixing casing); returns NULL for non existing paths</summary>
        </member>
        <member name="M:SharpSvn.SvnTools.GetUriFromWorkingCopy(System.String)">
            <summary>Gets the repository Uri of a path, or <c>null</c> if path is not versioned</summary>
        </member>
        <member name="T:SharpSvn.SvnSshErrorCode">
            <summary>Generated mapping from libssh2.h</summary>
        </member>
        <member name="T:SharpSvn.SvnAprErrorCode">
            <summary>Generated mapping from apr_errno.h</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EDEADLOCK">
            <summary>System error EDEADLOCK</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOSYS">
            <summary>System error ENOSYS</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOLCK">
            <summary>System error ENOLCK</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EDEADLK">
            <summary>System error EDEADLK</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EDOM">
            <summary>System error EDOM</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EMLINK">
            <summary>System error EMLINK</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EROFS">
            <summary>System error EROFS</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EFBIG">
            <summary>System error EFBIG</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTTY">
            <summary>System error ENOTTY</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EISDIR">
            <summary>System error EISDIR</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENODEV">
            <summary>System error ENODEV</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EFAULT">
            <summary>System error EFAULT</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ECHILD">
            <summary>System error ECHILD</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOEXEC">
            <summary>System error ENOEXEC</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_E2BIG">
            <summary>System error E2BIG</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENXIO">
            <summary>System error ENXIO</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EIO">
            <summary>System error EIO</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ESRCH">
            <summary>System error ESRCH</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EPERM">
            <summary>System error EPERM</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EBUSY">
            <summary>The given lock was busy.</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EMISMATCH">
            <summary>Two passwords do not match.</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTIMPL">
            <summary>The APR function has not been implemented on this</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EINIT">
            <summary>Ininitalizer value. If no option has been found, but</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_KEYBASED">
            <summary>APR is using a shared key as the key to the shared memory</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_FILEBASED">
            <summary>APR is using a file name as the key to the shared memory</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ANONYMOUS">
            <summary>APR is using anonymous shared memory</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_NOTFOUND">
            <summary>APR was unable to find the socket in the poll structure</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EOF">
            <summary>APR has encountered the end of the file</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_BADARG">
            <summary>Getopt found an option that is missing an argument</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_BADCH">
            <summary>Getopt found an option not in the option string</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_INCOMPLETE">
            <summary>The operation was incomplete although some processing</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_TIMEUP">
            <summary>The operation did not finish before the timeout</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_CHILD_NOTDONE">
            <summary>The child has not finished executing</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_CHILD_DONE">
            <summary>The child has finished executing</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_NOTDETACH">
            <summary>The thread is not detached</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_DETACH">
            <summary>The thread is detached</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_INPARENT">
            <summary>Program is currently executing in the parent</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_INCHILD">
            <summary>Program is currently executing in the child</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTENOUGHENTROPY">
            <summary>APR_ENOTENOUGHENTROPY Not enough entropy to continue</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EPROC_UNKNOWN">
            <summary>The given process wasn't recognized by APR</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ESYMNOTFOUND">
            <summary>APR_ESYMNOTFOUND Could not find the requested symbol</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EABOVEROOT">
            <summary>The given path was above the root path.</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EINCOMPLETE">
            <summary>The given path was neither relative nor absolute.</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ERELATIVE">
            <summary>The given path was relative.</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EABSOLUTE">
            <summary>The given path was absolute.</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EDSOOPEN">
            <summary>APR was unable to open the dso object. For more</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EBADMASK">
            <summary>The specified netmask is invalid</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EBADIP">
            <summary>The specified IP address is invalid</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOSHMAVAIL">
            <summary>There is no more shared memory available</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EGENERAL">
            <summary>General failure (specific information not available)</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTHDKEY">
            <summary>APR was not given a thread key structure</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTHREAD">
            <summary>APR was not given a thread structure</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOSOCKET">
            <summary>APR was not given a socket</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOPOLL">
            <summary>APR was not given a poll structure</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOLOCK">
            <summary>APR was not given a lock structure</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENODIR">
            <summary>APR was not given a directory structure</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTIME">
            <summary>APR was not given a time structure</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOPROC">
            <summary>APR was not given a process structure</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EINVALSOCK">
            <summary>APR was given an invalid socket</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_EBADDATE">
            <summary>APR was given an invalid date</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOPOOL">
            <summary>APR was not provided a pool with which to allocate memory</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOSTAT">
            <summary>APR was unable to perform a stat on the file</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_SYSERR">
            <summary>APR_OS_START_SYSERR folds platform-specific system error values into</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_EAIERR">
            <summary>APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_CANONERR">
            <summary>APR_OS_START_CANONERR is where APR versions of errno values are defined</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_USEERR">
            <summary>APR_OS_START_USEERR is obsolete, defined for compatibility only.</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_USERERR">
            <summary>APR_OS_START_USERERR are reserved for applications that use APR that</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_UTIL_START_STATUS">
            <summary>APR_UTIL_START_STATUS is where APR-Util starts defining its</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_STATUS">
            <summary>APR_OS_START_STATUS is where the APR specific status codes start.</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_UTIL_ERRSPACE_SIZE">
            <summary>APR_UTIL_ERRSPACE_SIZE is the size of the space that is reserved for</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_ERRSPACE_SIZE">
            <summary>APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit</summary>
        </member>
        <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_ERROR">
            <summary>APR_OS_START_ERROR is where the APR specific error values start.</summary>
        </member>
        <member name="T:SharpSvn.SvnWindowsErrorCode">
            <summary>Generated mapping from winerror.h</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_COMPLETION_QUEUE_TOO_FULL">
            <summary>
The completion queue does not have enough free space, to post completions, for all entries being submitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_CORRUPT">
            <summary>
The shared ring buffers of the IoRing are corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_SUBMIT_IN_PROGRESS">
            <summary>
A submit operation is already in progress for this IoRing on another thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_COMPLETION_QUEUE_TOO_BIG">
            <summary>
The completion queue size specified for the IoRing is too big.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_SUBMISSION_QUEUE_TOO_BIG">
            <summary>
The submission queue size specified for the IoRing is too big.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_VERSION_NOT_SUPPORTED">
            <summary>
The version specified is not known or supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_SUBMISSION_QUEUE_FULL">
            <summary>
The submission queue is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_REQUIRED_FLAG_NOT_SUPPORTED">
            <summary>
One or more of the required flags provided is unknown by the implementation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_ALPN_NEG_FAILURE">
            <summary>
The QUIC connection failed to negotiate a compatible ALPN.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_CONNECTION_TIMEOUT">
            <summary>
The QUIC connection timed out while trying to contact the peer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_CONNECTION_IDLE">
            <summary>
The QUIC connection was idle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_PROTOCOL_VIOLATION">
            <summary>
The QUIC connection encountered a protocol violation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_INTERNAL_ERROR">
            <summary>
The QUIC connection encountered an internal error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_USER_CANCELED">
            <summary>
The QUIC connection was canceled by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_VER_NEG_FAILURE">
            <summary>
The QUIC connection failed to negotiate a compatible protocol version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_HANDSHAKE_FAILURE">
            <summary>
The QUIC connection handshake failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINML_ERR_SIZE_MISMATCH">
            <summary>
The size of the buffer provided for a bound variable is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINML_ERR_VALUE_NOTFOUND">
            <summary>
An attempt was made to bind an unknown input or output.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINML_ERR_INVALID_BINDING">
            <summary>
The binding is incomplete or does not match the input/output description.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINML_ERR_INVALID_DEVICE">
            <summary>
The device is invalid or does not support machine learning.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACE_THROTTLED">
            <summary>
An operation which requires a running un-throttled trace failed due to the trace being throttled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED">
            <summary>
The registry value type for SetRegKey action must be REG_SZ, REG_MULTI_SZ, REG_EXPAND_SZ, REG_BINARY, REG_DWORD, or REG_QWORD.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED">
            <summary>
The file for the GetFileInfo action must be under the \Windows, \Program Files, or \Program Files (x86) directories.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN">
            <summary>
Escalation was cancelled due to component shutdown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE">
            <summary>
Disk needs minimum of 15GB to start TTD recording session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TTTRACER_STORAGE_FULL">
            <summary>
UTC allocated space for TTTracer escalations is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCENARIO_HAS_NO_ACTIONS">
            <summary>
An escalation was requested for a scenario which has no actions for the passed type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS">
            <summary>
Escalation data was not completely transferred from agent to host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE">
            <summary>
The total size of the compressed escalation data payload exceeded the allowable limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TTTRACER_RETURNED_ERROR">
            <summary>
TTTracer executable returned a code other than ERROR_SUCCESS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_ILLEGAL_EVAL">
            <summary>
Filter types can not be compared to each other.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_INVALID_COMMAND">
            <summary>
Filter command does not exist or is incorrectly formatted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_INVALID_FUNCTION_PARAMS">
            <summary>
Filter function does not accept the provided parameter types and/or count.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_INVALID_FUNCTION">
            <summary>
Filter does not support this function.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_VERSION_MISMATCH">
            <summary>
Requested filter version is incompatible with available version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_FUNCTION_RESTRICTED">
            <summary>
Filter command is not allowed in the current context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_VARIABLE_NOT_FOUND">
            <summary>
Filter variable does not exist at point of evaluation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_INVALID_TYPE">
            <summary>
Filter command contains an unsupported type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_MISSING_ATTRIBUTE">
            <summary>
Filter command is missing a required attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION">
            <summary>
The action cannot be completed in the specified destination.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INVALID_AGGREGATION_STRUCT">
            <summary>
The event contained an invalid aggregation or differential privacy structure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_MISSING_AGGREGATE_EVENT_TAG">
            <summary>
The event contained an aggregation or differential privacy structure, but did not specify MICROSOFT_EVENTTAG_AGGREGATE.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_KERNELDUMP_LIMIT_REACHED">
            <summary>
UTC can perform no more than one KernelDump action on a device every 24 hours.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FAILED_TO_START_NDISCAP">
            <summary>
Failed to start NDISCAP service for network packet capture trace.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_CERT_REV_FAILED">
            <summary>
Certification revocation checking has been enabled, but the revocation check failed to verify whether a certificate has been revoked. The server used to check for revocation might be unreachable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED">
            <summary>
Querying a scenario definition exceeded the specified maximum timeout.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED">
            <summary>
The file path is not approved for collection on external rings for the GetFile escalation action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_API_NOT_SUPPORTED">
            <summary>
The requested UTC API call is not supported on this device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCENARIO_THROTTLED">
            <summary>
A trigger in this scenario is throttled, blocking the scenario from being loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCRIPT_MISSING">
            <summary>
The script referenced in DiagTrack scenario is not present on the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_UNAPPROVED_SCRIPT">
            <summary>
The script is not approved to run as part of DiagTrack scenario.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_THROTTLED">
            <summary>
UTC has throttled the event for firing too often.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_UNABLE_TO_RESOLVE_SESSION">
            <summary>
Failed to resolve session ID during API invocation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID">
            <summary>
UTC failed to identify the container id to use for a scenario escalation action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_BINARY_MISSING">
            <summary>
A RunExeWithArgs action contains a binary which is not present on the targeted device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE">
            <summary>
Only one Time Trigger is allowed per state
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE">
            <summary>
Time trigger duration must fall within an inclusive range of one second and 15 minutes
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION">
            <summary>
Time triggers can only be attached to a single transition
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TIME_TRIGGER_ON_START_INVALID">
            <summary>
Time triggers cannot be used on a transition originating from the "_start" state
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS">
            <summary>
The escalation working directory for the requested escalation could not be created because it already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_GETFILE_FILE_PATH_NOT_APPROVED">
            <summary>
The file path is not approved for the GetFile escalation action
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_EXCLUSIVITY_NOT_AVAILABLE">
            <summary>
The trace profile could not be started because it requires exclusivity and another higher priority trace is already running
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET">
            <summary>
The running trace profile does not have a sufficient runtime to fulfill the escalation request
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_API_BUSY">
            <summary>
The UTC API is busy with another request
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_RPC_WAIT_FAILED">
            <summary>
The synchronous API encountered a wait failure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_RPC_TIMEOUT">
            <summary>
The requested API encountered a timeout in the API manager
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_API_RESULT_UNAVAILABLE">
            <summary>
The API was not completed successfully so the result is unavailable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED">
            <summary>
The trace profile needs more memory than is available for tracing
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_DEVICE_TICKET_ERROR">
            <summary>
The device ticket was not obtained
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_DELAY_TERMINATED">
            <summary>
The delay action was terminated
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SIF_NOT_SUPPORTED">
            <summary>
SIF is not supported on the machine
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRIGGER_NOT_FOUND">
            <summary>
Requested trigger cannot be found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRIGGER_MISMATCH">
            <summary>
The given trigger does not match the expected trigger type
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SETUP_TIMED_OUT">
            <summary>
Setup for scenario has timed out
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_TIMED_OUT">
            <summary>
Escalation for scenario has timed out
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML">
            <summary>
UTC cannot load Scenario Editor XML. Convert the scenario file to a DiagTrack XML using the editor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_COMMAND_LINE_NOT_AUTHORIZED">
            <summary>
A RunExeWithArgs action contains an unauthorized command line.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_CHILD_PROCESS_FAILED">
            <summary>
A process launched by UTC failed with a non-zero exit code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SETUP_NOT_AUTHORIZED">
            <summary>
Setup for scenario failed due to insufficient permissions
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_NOT_AUTHORIZED">
            <summary>
Escalation for scenario failed due to insufficient permissions
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_EXE_TERMINATED">
            <summary>
RunExeWithArgsAction was forced to terminate a running executable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INVALID_FILTER">
            <summary>
Scenario contains an invalid filter that can never be satisfied
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH">
            <summary>
&lt;scenario&gt; node contains a schemaversion that is not compatible with this client
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_WINRT_INIT_FAILED">
            <summary>
WinRT initialization failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACERS_DONT_EXIST">
            <summary>
The TraceManager has attempted to take a tracing action without initializing tracers
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_NO_WER_LOGGER_SUPPORTED">
            <summary>
Failed to initialize WER logger: This system does not support WER for UTC
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SQM_INIT_FAILED">
            <summary>
Failed to initialize SQM logger
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INTENTIONAL_SCRIPT_FAILURE">
            <summary>
RunScriptAction failed intentionally to force this escalation to terminate
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FORWARDER_PRODUCER_MISMATCH">
            <summary>
Cannot update forwarder: The forwarder passed to the function is of a different type
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_REACHED_MAX_ESCALATIONS">
            <summary>
A scenario failed to escalate: This scenario has reached max escalations for this escalation type
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_PERFTRACK_ALREADY_TRACING">
            <summary>
Cannot start tracing: PerfTrack component is already tracing
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_ALREADY_RUNNING">
            <summary>
A scenario failed to escalate: This scenario is already running an escalation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_REESCALATED_TOO_QUICKLY">
            <summary>
A scenario failed to escalate: This scenario has escalated too recently
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACE_NOT_RUNNING">
            <summary>
The trace is not running
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INVALID_CUSTOM_FILTER">
            <summary>
ToggleTraceWithCustomFilterAction contains an invalid custom filter
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCRIPT_TERMINATED">
            <summary>
RunScriptAction was forced to terminate a script
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH">
            <summary>
&lt;diagrules&gt; node contains a schemaversion which is not compatible with this client
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_EVENTLOG_ENTRY_MALFORMED">
            <summary>
Cannot parse EventLog XML: The entry is malformed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FORWARDER_ALREADY_DISABLED">
            <summary>
Trigger forwarder is already disabled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FORWARDER_ALREADY_ENABLED">
            <summary>
Trigger forwarder is already enabled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACEPROFILE_NOT_FOUND">
            <summary>
Requested trace profile cannot be found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCENARIODEF_NOT_FOUND">
            <summary>
Requested scenario definition cannot be found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCRIPT_TYPE_INVALID">
            <summary>
RunScriptAction contains an invalid script type
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_AOT_NOT_RUNNING">
            <summary>
The always-on-trace is not running
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT">
            <summary>
Cannot pre-empt running trace: The current trace has a higher priority
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TOGGLE_TRACE_STARTED">
            <summary>
Toggle (alternative) trace started
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_WARNING_AUTOINDEX">
            <summary>
SQLITE_WARNING_AUTOINDEX
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTICE_RECOVER_ROLLBACK">
            <summary>
SQLITE_NOTICE_RECOVER_ROLLBACK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTICE_RECOVER_WAL">
            <summary>
SQLITE_NOTICE_RECOVER_WAL
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_ROWID">
            <summary>
SQLITE_CONSTRAINT_ROWID
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_VTAB">
            <summary>
SQLITE_CONSTRAINT_VTAB
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_UNIQUE">
            <summary>
SQLITE_CONSTRAINT_UNIQUE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_TRIGGER">
            <summary>
SQLITE_CONSTRAINT_TRIGGER
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_PRIMARYKEY">
            <summary>
SQLITE_CONSTRAINT_PRIMARYKEY
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_NOTNULL">
            <summary>
SQLITE_CONSTRAINT_NOTNULL
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_FUNCTION">
            <summary>
SQLITE_CONSTRAINT_FUNCTION
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_FOREIGNKEY">
            <summary>
SQLITE_CONSTRAINT_FOREIGNKEY
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_COMMITHOOK">
            <summary>
SQLITE_CONSTRAINT_COMMITHOOK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_CHECK">
            <summary>
SQLITE_CONSTRAINT_CHECK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_ABORT_ROLLBACK">
            <summary>
SQLITE_ABORT_ROLLBACK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY_DBMOVED">
            <summary>
SQLITE_READONLY_DBMOVED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY_ROLLBACK">
            <summary>
SQLITE_READONLY_ROLLBACK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY_CANTLOCK">
            <summary>
SQLITE_READONLY_CANTLOCK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY_RECOVERY">
            <summary>
SQLITE_READONLY_RECOVERY
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CORRUPT_VTAB">
            <summary>
SQLITE_CORRUPT_VTAB
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN_CONVPATH">
            <summary>
SQLITE_CANTOPEN_CONVPATH
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN_FULLPATH">
            <summary>
SQLITE_CANTOPEN_FULLPATH
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN_ISDIR">
            <summary>
SQLITE_CANTOPEN_ISDIR
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN_NOTEMPDIR">
            <summary>
SQLITE_CANTOPEN_NOTEMPDIR
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_BUSY_SNAPSHOT">
            <summary>
SQLITE_BUSY_SNAPSHOT
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_BUSY_RECOVERY">
            <summary>
SQLITE_BUSY_RECOVERY
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_LOCKED_SHAREDCACHE">
            <summary>
SQLITE_LOCKED_SHAREDCACHE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_AUTH">
            <summary>
SQLITE_IOERR_AUTH
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_VNODE">
            <summary>
SQLITE_IOERR_VNODE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_CONVPATH">
            <summary>
SQLITE_IOERR_CONVPATH
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_GETTEMPPATH">
            <summary>
SQLITE_IOERR_GETTEMPPATH
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_MMAP">
            <summary>
SQLITE_IOERR_MMAP
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_DELETE_NOENT">
            <summary>
SQLITE_IOERR_DELETE_NOENT
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SEEK">
            <summary>
SQLITE_IOERR_SEEK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHMMAP">
            <summary>
SQLITE_IOERR_SHMMAP
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHMLOCK">
            <summary>
SQLITE_IOERR_SHMLOCK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHMSIZE">
            <summary>
SQLITE_IOERR_SHMSIZE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHMOPEN">
            <summary>
SQLITE_IOERR_SHMOPEN
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_DIR_CLOSE">
            <summary>
SQLITE_IOERR_DIR_CLOSE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_CLOSE">
            <summary>
SQLITE_IOERR_CLOSE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_LOCK">
            <summary>
SQLITE_IOERR_LOCK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_CHECKRESERVEDLOCK">
            <summary>
SQLITE_IOERR_CHECKRESERVEDLOCK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_ACCESS">
            <summary>
SQLITE_IOERR_ACCESS
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_NOMEM">
            <summary>
SQLITE_IOERR_NOMEM
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_BLOCKED">
            <summary>
SQLITE_IOERR_BLOCKED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_DELETE">
            <summary>
SQLITE_IOERR_DELETE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_RDLOCK">
            <summary>
SQLITE_IOERR_RDLOCK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_UNLOCK">
            <summary>
SQLITE_IOERR_UNLOCK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_FSTAT">
            <summary>
SQLITE_IOERR_FSTAT
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_TRUNCATE">
            <summary>
SQLITE_IOERR_TRUNCATE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_DIR_FSYNC">
            <summary>
SQLITE_IOERR_DIR_FSYNC
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_FSYNC">
            <summary>
SQLITE_IOERR_FSYNC
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_WRITE">
            <summary>
SQLITE_IOERR_WRITE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHORT_READ">
            <summary>
SQLITE_IOERR_SHORT_READ
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_READ">
            <summary>
SQLITE_IOERR_READ
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_DONE">
            <summary>
sqlite3_step() has finished executing
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_ROW">
            <summary>
sqlite3_step() has another row ready
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_WARNING">
            <summary>
Warnings from sqlite3_log()
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTICE">
            <summary>
Notifications from sqlite3_log()
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTADB">
            <summary>
File opened that is not a database file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_RANGE">
            <summary>
2nd parameter to sqlite3_bind out of range
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_FORMAT">
            <summary>
Auxiliary database format error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_AUTH">
            <summary>
Authorization denied
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOLFS">
            <summary>
Uses OS features not supported on host
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_MISUSE">
            <summary>
Library used incorrectly
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_MISMATCH">
            <summary>
Data type mismatch
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT">
            <summary>
Abort due to constraint violation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_TOOBIG">
            <summary>
String or BLOB exceeds size limit
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_SCHEMA">
            <summary>
The database schema changed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_EMPTY">
            <summary>
Database is empty
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_PROTOCOL">
            <summary>
Database lock protocol error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN">
            <summary>
Unable to open the database file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_FULL">
            <summary>
Insertion failed because database is full
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTFOUND">
            <summary>
Unknown opcode in sqlite3_file_control()
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CORRUPT">
            <summary>
The database disk image is malformed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR">
            <summary>
Some kind of disk I/O error occurred
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_INTERRUPT">
            <summary>
Operation terminated by sqlite3_interrupt()
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY">
            <summary>
Attempt to write a readonly database
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOMEM">
            <summary>
A malloc() failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_LOCKED">
            <summary>
A table in the database is locked
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_BUSY">
            <summary>
The database file is locked
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_ABORT">
            <summary>
Callback routine requested an abort
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_PERM">
            <summary>
Access permission denied
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_INTERNAL">
            <summary>
Internal logic error in SQLite
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_ERROR">
            <summary>
SQL error or missing database
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REDIRECT_NEEDS_CONFIRMATION">
            <summary>
The HTTP redirect request must be confirmed by the user
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_COOKIE_DECLINED">
            <summary>
A cookie from the server has been declined acceptance
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_COOKIE_NEEDS_CONFIRMATION">
            <summary>
A cookie from the server must be confirmed by the user
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NOT_REDIRECTED">
            <summary>
The HTTP request was not redirected
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_DECODING_FAILED">
            <summary>
Content decoding has failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY">
            <summary>
Login failed and the client should display the entity body to the user
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NOT_INITIALIZED">
            <summary>
Initialization of the WinINet API has not occurred
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_FAILED_DUETOSECURITYCHECK">
            <summary>
The Dialup failed because file sharing was turned on and a failure was requested if security check was needed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_REVOKED">
            <summary>
The supplied certificate has been revoked
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_INVALID_CERT">
            <summary>
The supplied certificate is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT">
            <summary>
Could not download the proxy auto-configuration script file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_BAD_AUTO_PROXY_SCRIPT">
            <summary>
The proxy auto-configuration script is in error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_PROXY_SERVER_UNREACHABLE">
            <summary>
The proxy server is unreachable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SERVER_UNREACHABLE">
            <summary>
The server is unreachable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_DISCONNECTED">
            <summary>
The computer is disconnected from the network
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_TCPIP_NOT_INSTALLED">
            <summary>
The TCP/IP protocol is not installed properly
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_UNABLE_TO_CACHE_FILE">
            <summary>
The file could not be written to the cache
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SECURITY_CHANNEL_ERROR">
            <summary>
An error occurred in the secure channel support
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REDIRECT_FAILED">
            <summary>
The HTTP redirect request failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HEADER_ALREADY_EXISTS">
            <summary>
The HTTP header already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_QUERY_REQUEST">
            <summary>
The request for a HTTP header is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_HEADER">
            <summary>
The supplied HTTP header is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_SERVER_RESPONSE">
            <summary>
The server returned an invalid or unrecognized response
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_DOWNLEVEL_SERVER">
            <summary>
The server does not support the requested protocol level
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HEADER_NOT_FOUND">
            <summary>
The requested header was not found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_REV_FAILED">
            <summary>
It was not possible to connect to the revocation server or a definitive response could not be obtained.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_ERRORS">
            <summary>
The SSL certificate contains errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HTTPS_HTTP_SUBMIT_REDIR">
            <summary>
A security zone check indicates the operation must be retried
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NO_NEW_CONTAINERS">
            <summary>
There are no new cache containers
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_RETRY_DIALOG">
            <summary>
The operation must be retried
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_DIALOG_PENDING">
            <summary>
There are operations awaiting retry
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REDIRECT_SCHEME_CHANGE">
            <summary>
The protocol scheme has changed during a redirect operation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_ASYNC_THREAD_FAILED">
            <summary>
An error has occurred in a Wininet asynchronous thread. You may need to restart
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CLIENT_AUTH_NOT_SETUP">
            <summary>
Client authentication has not been correctly installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_CA">
            <summary>
The certificate authority is invalid or incorrect
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CLIENT_AUTH_CERT_NEEDED">
            <summary>
A certificate is required to complete client authentication
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_POST_IS_NON_SECURE">
            <summary>
Data is being posted on a non-secure connection
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CHG_POST_IS_NON_SECURE">
            <summary>
Changing to non-secure post
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_MIXED_SECURITY">
            <summary>
Mixed secure and non-secure connections
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HTTPS_TO_HTTP_ON_REDIR">
            <summary>
A redirect request will change a secure to a non-secure connection
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HTTP_TO_HTTPS_ON_REDIR">
            <summary>
A redirect request will change a non-secure to a secure connection
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_CN_INVALID">
            <summary>
The host name in the certificate is invalid or does not match
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_DATE_INVALID">
            <summary>
The date in the certificate is invalid or has expired
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HANDLE_EXISTS">
            <summary>
The handle already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NEED_UI">
            <summary>
User interaction is required to complete the operation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_PROXY_REQUEST">
            <summary>
The proxy request is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_FORCE_RETRY">
            <summary>
The action must be retried
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CONNECTION_RESET">
            <summary>
The connection with the server was reset
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CONNECTION_ABORTED">
            <summary>
The connection with the server was terminated abnormally
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CANNOT_CONNECT">
            <summary>
A connection with the server could not be established
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_ITEM_NOT_FOUND">
            <summary>
The requested item could not be found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_FORMAT">
            <summary>
The information format is incorrect
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REQUEST_PENDING">
            <summary>
There are outstanding requests
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NO_CALLBACK">
            <summary>
No status callback was supplied
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NO_CONTEXT">
            <summary>
No context value was supplied
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NO_DIRECT_ACCESS">
            <summary>
Direct Internet access is not available
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_BAD_REGISTRY_PARAMETER">
            <summary>
The registry parameter is incorrect
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REGISTRY_VALUE_NOT_FOUND">
            <summary>
The registry value could not be found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NOT_PROXY_REQUEST">
            <summary>
The request cannot be made on a Proxy session
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_HANDLE_STATE">
            <summary>
The handle is in the wrong state for the requested operation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_HANDLE_TYPE">
            <summary>
The supplied handle is the wrong type for the requested operation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_OPERATION_CANCELLED">
            <summary>
The operation has been canceled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_OPERATION">
            <summary>
The requested operation is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_LOGIN_FAILURE">
            <summary>
The login request was denied
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_PASSWORD">
            <summary>
The password was not allowed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_USER_NAME">
            <summary>
The user name was not allowed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SHUTDOWN">
            <summary>
Microsoft Internet Extension support has been shut down
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_OPTION_NOT_SETTABLE">
            <summary>
The option value cannot be set
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_BAD_OPTION_LENGTH">
            <summary>
The length is incorrect for the option type
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_OPTION">
            <summary>
The option is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_PROTOCOL_NOT_FOUND">
            <summary>
A protocol with the required capabilities was not found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NAME_NOT_RESOLVED">
            <summary>
The server name or address could not be resolved
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_UNRECOGNIZED_SCHEME">
            <summary>
The URL does not use a recognized protocol
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_URL">
            <summary>
The URL is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INTERNAL_ERROR">
            <summary>
An internal error occurred in the Microsoft Internet extensions
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_EXTENDED_ERROR">
            <summary>
The server returned extended information
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_TIMEOUT">
            <summary>
The operation timed out
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_OUT_OF_HANDLES">
            <summary>
No more Internet handles can be allocated
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP">
            <summary>
Failed to negotiate a signing hash function.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMB_BAD_CLUSTER_DIALECT">
            <summary>
The current cluster functional level does not support this SMB dialect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP">
            <summary>
Failed to negotiate a preauthentication integrity hash function.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND">
            <summary>
The requested operation failed due to a missing backing storage file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_NO_INITIATOR">
            <summary>
Invalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_SHARED">
            <summary>
The requested operation cannot be performed on the virtual disk as it is currently used in shared mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_VERSION_MISMATCH">
            <summary>
The server version does not match the requested version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_WRONG_FILE_TYPE">
            <summary>
Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_RESERVATION_CONFLICT">
            <summary>
The current initiator is not allowed to perform the SCSI command because of a reservation conflict.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED">
            <summary>
The data storage format of the device has changed, resulting in a Unit Attention condition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED">
            <summary>
A previous operation resulted in this initiator's registrations being preempted, resulting in a Unit Attention condition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED">
            <summary>
A previous operation resulted in this initiator's reservations being released, resulting in a Unit Attention condition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED">
            <summary>
A previous operation resulted in this initiator's reservations being preempted, resulting in a Unit Attention condition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED">
            <summary>
The data capacity of the device has changed, resulting in a Unit Attention condition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE">
            <summary>
Unit Attention data is available for the initiator to query.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_ERROR_NOT_AVAILABLE">
            <summary>
The requested error data is not available on the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_ERROR_STORED">
            <summary>
The proper error code with sense data was stored on server side.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_BUFFER_TOO_LARGE">
            <summary>
The input buffer size for the lockout metadata used by the 3rd party drive encryption is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_UNEXPECTED_FAIL">
            <summary>
Unexpected failure was encountered while calling into the 3rd Party drive encryption plugin.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_OS_NOT_PROTECTED">
            <summary>
The operating system drive is not protected by 3rd party drive encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_NO_LICENSE">
            <summary>
The 3rd party provider has been installed, but cannot activate encryption because a license has not been activated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_PROTECTION_SUSPENDED">
            <summary>
Protection is enabled on this volume but is not in the active state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_LOCK_NOT_CONFIGURED">
            <summary>
This computer cannot support device encryption because the requisites for the device lock feature are not configured.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_HARDWARE_NOT_COMPLIANT">
            <summary>
This computer does not meet the hardware requirements to support device encryption with the installed 3rd party provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_FIXED_DATA_NOT_SUPPORTED">
            <summary>
This computer is not fully encrypted. There are fixed volumes present which are not supported for encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES">
            <summary>
One or more fixed volumes are not provisioned with the 3rd party encryption providers to support device encryption. Enable encryption with the 3rd party provider to comply with policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.JSCRIPT_E_CANTEXECUTE">
            <summary>
Function could not execute because it was deleted or garbage collected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IO_PREEMPTED">
            <summary>
The operation was preempted by a higher priority operation. It must be resumed later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INTERNAL_ERROR">
            <summary>
Catastrophic internal failure in the HSP KSP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_NO_MORE_ITEMS">
            <summary>
No more data is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_LOAD_FAIL">
            <summary>
Failed to load the requested key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_MISSING">
            <summary>
The requsted key object does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_EXISTS">
            <summary>
Key object already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_PARAMETER_NOT_SET">
            <summary>
The parameter has not been set and has no default value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_NO_MEMORY">
            <summary>
There is not enough memory for the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_KEY_TYPE">
            <summary>
The key does not support the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_NOT_FINALIZED">
            <summary>
The key has not been finalized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_ALREADY_FINALIZED">
            <summary>
The key has already been finalized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_ALGORITHM_NOT_SUPPORTED">
            <summary>
The algorithm identifier is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_FLAGS">
            <summary>
The provided flags are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_DATA">
            <summary>
The provided data is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_NOT_SUPPORTED">
            <summary>
The requested operation is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_BUFFER_TOO_SMALL">
            <summary>
The supplied buffer is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_PARAMETER">
            <summary>
A parameter to the HSP KSP was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_KEY_HANDLE">
            <summary>
The handle to a key stored by the HSP KSP is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_PROVIDER_HANDLE">
            <summary>
The handle to the HSP KSP is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_DEVICE_NOT_READY">
            <summary>
The Pluton processor is currently not ready for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_ERROR_MASK">
            <summary>
This is an error mask to convert HSP KSP errors to Win errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_BASE_INTERNAL_ERROR">
            <summary>
Catastrophic internal failure in the HSP base class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_BASE_ERROR_MASK">
            <summary>
This is an error mask to convert HSP base class errors to Win errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_DRV_INTERNAL_ERROR">
            <summary>
Catastrophic internal failure in the HSP driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_DRV_ERROR_MASK">
            <summary>
This is an error mask to convert HSP driver errors to Win errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_BS_INTERNAL_ERROR">
            <summary>
Catastrophic internal failure in the HSP base services.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_BS_ERROR_MASK">
            <summary>
This is an error mask to convert HSP base services errors to Win errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_E_INTERNAL_ERROR">
            <summary>
Catastrophic internal failure in the HSP hardware.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_E_ERROR_MASK">
            <summary>
This is an error mask to convert HSP hardware errors to Win errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN">
            <summary>
Could not start dbgsrv server from ARM architecture device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN">
            <summary>
Could not connect to dbgsrv server from ARM architecture device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN">
            <summary>
Could not attach to the application process from ARM architecture device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN">
            <summary>
Could not create new process from ARM architecture device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_REDIRECT_TO_DIR">
            <summary>
The requested resource is a directory, not a file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_REDIRECT_FAILED">
            <summary>
A redirection problem occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_INVALID_CERTIFICATE">
            <summary>
Security certificate required to access this resource is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_CANNOT_INSTANTIATE_OBJECT">
            <summary>
Unable to instantiate the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_CANNOT_LOAD_DATA">
            <summary>
The system could not load the persisted data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_SECURITY_PROBLEM">
            <summary>
A security problem occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_UNKNOWN_PROTOCOL">
            <summary>
The specified protocol is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_INVALID_REQUEST">
            <summary>
The server did not understand the request, or the request was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_CONNECTION_TIMEOUT">
            <summary>
The operation was timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_NO_VALID_MEDIA">
            <summary>
The server could not recognize the provided mime type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_AUTHENTICATION_REQUIRED">
            <summary>
Authentication is required to access this resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_DOWNLOAD_FAILURE">
            <summary>
The download of the specified resource has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_DATA_NOT_AVAILABLE">
            <summary>
No data is available for the requested resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_OBJECT_NOT_FOUND">
            <summary>
The system cannot locate the object specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_RESOURCE_NOT_FOUND">
            <summary>
The system cannot locate the resource specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_CANNOT_CONNECT">
            <summary>
Unable to connect to the target server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_NO_SESSION">
            <summary>
No Internet session has been established.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_INVALID_URL">
            <summary>
The URL is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_DEVICE_PROPERTY">
            <summary>
The property is not supported or not reported correctly by the input device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_TRANSFORM">
            <summary>
Coordinate system transformation failed to transform the data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_DEVICE_INFO">
            <summary>
Failed to retrieve information about the input device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_HISTORY">
            <summary>
The history of frames is inconsistent. Pointer ids, types, source devices don't match, or frame ids are not unique, or timestamps are out of order.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_FRAME">
            <summary>
Packets in the frame are inconsistent. Either pointer ids are not unique or there is a discrepancy in timestamps, frame ids, pointer types or source devices.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_PACKET">
            <summary>
One or more fields in the input packet are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_MULTIMODAL">
            <summary>
Input cannot be processed because there is ongoing interaction with another pointer type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_REENTRANCY">
            <summary>
Requested operation cannot be performed inside the callback or event handler.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_OUT_OF_ORDER">
            <summary>
Input data cannot be processed in the non-chronological order.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_PROTOCOL_VERSION_NOT_SUPPORTED">
            <summary>
Incorrect protocol version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SUBPROTOCOL_NOT_SUPPORTED">
            <summary>
Subprotocol is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED">
            <summary>
Protocol extensions are not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_INVALID_PROTOCOL_FORMAT">
            <summary>
Invalid data format for the specific protocol operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_INVALID_PROTOCOL_OPERATION">
            <summary>
Invalid operation performed by the protocol.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_VERSION_NOT_SUP">
            <summary>
Version not supported (505).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_GATEWAY_TIMEOUT">
            <summary>
Gateway timeout (504).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_SERVICE_UNAVAIL">
            <summary>
Service unavailable (503).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_BAD_GATEWAY">
            <summary>
Bad gateway (502).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_NOT_SUPPORTED">
            <summary>
Not implemented (501).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_SERVER_ERROR">
            <summary>
Internal server error (500).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_EXPECTATION_FAILED">
            <summary>
Expectation failed (417).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_RANGE_NOT_SATISFIABLE">
            <summary>
Requested range not satisfiable (416).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNSUPPORTED_MEDIA">
            <summary>
Unsupported media type (415).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_URI_TOO_LONG">
            <summary>
Request-URI too long (414).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REQUEST_TOO_LARGE">
            <summary>
Request entity too large (413).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_PRECOND_FAILED">
            <summary>
Precondition failed (412).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_LENGTH_REQUIRED">
            <summary>
Length required (411).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_GONE">
            <summary>
Gone (410).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_CONFLICT">
            <summary>
Conflict (409).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REQUEST_TIMEOUT">
            <summary>
Request timeout (408).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_PROXY_AUTH_REQ">
            <summary>
Proxy authentication required (407).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_NONE_ACCEPTABLE">
            <summary>
Not acceptable (406).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_BAD_METHOD">
            <summary>
Method not allowed (405).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_NOT_FOUND">
            <summary>
Not found (404).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_FORBIDDEN">
            <summary>
Forbidden (403).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_PAYMENT_REQ">
            <summary>
Payment required (402).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_DENIED">
            <summary>
Unauthorized (401).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_BAD_REQUEST">
            <summary>
Bad request (400).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REDIRECT_KEEP_VERB">
            <summary>
Temporary redirect (307).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_USE_PROXY">
            <summary>
Use proxy (305).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_NOT_MODIFIED">
            <summary>
Not modified (304).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REDIRECT_METHOD">
            <summary>
See Other (303).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REDIRECT">
            <summary>
Found (302).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_MOVED">
            <summary>
Moved permanently (301).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_AMBIGUOUS">
            <summary>
Multiple choices (300).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR">
            <summary>
Unexpected server error status code (5xx).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR">
            <summary>
Unexpected client error status code (4xx).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNEXPECTED_REDIRECTION">
            <summary>
Unexpected redirection status code (3xx).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNEXPECTED">
            <summary>
Unexpected HTTP status code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_JSON_VALUE_NOT_FOUND">
            <summary>
JSON value not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_INVALID_JSON_NUMBER">
            <summary>
Invalid JSON number.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_INVALID_JSON_STRING">
            <summary>
Invalid JSON string.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_RESOURCE_TOO_LARGE">
            <summary>
Resource too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_UNEXPECTED_CONTENT">
            <summary>
Unexpected content.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_MISSING_REQUIRED_ATTRIBUTE">
            <summary>
Missing required attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_MISSING_REQUIRED_ELEMENT">
            <summary>
Missing required element.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_INVALID_XML">
            <summary>
Invalid XML.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_UNSUPPORTED_FORMAT">
            <summary>
Unsupported format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD">
            <summary>
The connected account password of the current user needs to be changed for EAS password policy compliance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER">
            <summary>
The EAS password policy cannot be enforced by the connected account provider of the current user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD">
            <summary>
There is at least one administrator whose connected account password needs to be changed for EAS password policy compliance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS">
            <summary>
The EAS password policy cannot be enforced by the connected account provider of at least one administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD">
            <summary>
There are other standard users present who are not allowed to change their password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD">
            <summary>
One or more admins are not allowed to change their password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_ADMINS_HAVE_BLANK_PASSWORD">
            <summary>
EAS password policies cannot be evaluated as one or more admins have blank passwords.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_USER_CANNOT_CHANGE_PASSWORD">
            <summary>
The user is not allowed to change her password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE">
            <summary>
EAS password expiration policy cannot be satisfied as the password expiration interval is less than the minimum password interval of the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD">
            <summary>
EAS password policies for the user cannot be evaluated as the user has a blank password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE">
            <summary>
The EAS policy being evaluated cannot be enforced by the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_POLICY_COMPLIANT_WITH_ACTIONS">
            <summary>
The system can be made compliant to this EAS policy if certain actions are performed by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_POLICY_NOT_MANAGED_BY_OS">
            <summary>
Windows cannot evaluate this EAS policy since this is not managed by the operating system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FOLDER_IN_REDIRECTION">
            <summary>
The action can't be performed right now because this folder is being moved. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_STORAGE_SERVICE_BLOCKED">
            <summary>
The service has blocked your account from accessing the storage service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT">
            <summary>
Files can't be uploaded because there's an unsupported reparse point.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED">
            <summary>
There was a problem setting up the storage services for the account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED">
            <summary>
The sync engine needs to authenticate with a proxy server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_CLIENT_UPDATE_NEEDED">
            <summary>
Updates are needed in order to use the sync engine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED">
            <summary>
All file and folders cannot be synchronized because a path of a file or folder would exceed the local path limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED">
            <summary>
All files and folders can't be uploaded because a path of a file or folder is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNSUPPORTED_MARKET">
            <summary>
The sync engine is not allowed to run in your current market.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME">
            <summary>
The folder name contains invalid characters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FOLDER_INACCESSIBLE">
            <summary>
The sync engine does not have permissions to access a local folder under the sync root.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR">
            <summary>
We're having trouble downloading the file right now. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE">
            <summary>
We're having trouble downloading the file right now. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE">
            <summary>
Sorry, there was a problem downloading the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNKNOWN_SERVICE_ERROR">
            <summary>
There was a problem connecting to the service. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED">
            <summary>
The account you're signed in with doesn't have permission to open this file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN">
            <summary>
We can't seem to find that file. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE">
            <summary>
Sync has been delayed due to a throttling request from the service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR">
            <summary>
The file sync has been delegated to another program and has run into an issue.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED">
            <summary>
The maximum file count has been reached for this folder in the sync engine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNSUPPORTED_FILE_NAME">
            <summary>
The file name contains invalid characters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA">
            <summary>
The file cannot be uploaded because it doesn't fit in the user's available service provided storage space.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FILE_SIZE_OVER_LIMIT">
            <summary>
The file size is larger than supported by the sync engine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED">
            <summary>
This content can only be moved to a folder. To move the content to this drive, please choose or create a folder.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL">
            <summary>
Sorry, the action couldn't be completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_FILE_NOT_UPLOADED">
            <summary>
Sorry, the action couldn't be completed because the file hasn't finished uploading. Try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX">
            <summary>
This location cannot be indexed. Please choose a different location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_ROOT_TARGET_OVERLAP">
            <summary>
This location is already being used. Please choose a different location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED">
            <summary>
Please choose a folder on a drive that's formatted with the NTFS file system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_TRIAL_LICENSE_EXPIRED">
            <summary>
This app failed to launch because its trial license has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_TEMPORARY_LICENSE_ERROR">
            <summary>
This app failed to launch because of an issue with its license. Please try again in a moment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_ACTIVATION_EXEC_FAILURE">
            <summary>
The app didn't start.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_ACTIVATION_TIMED_OUT">
            <summary>
The app didn't start in the required time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG">
            <summary>
This app failed to launch, but the error was handled with a dialog.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.S_STORE_LAUNCHED_FOR_REMEDIATION">
            <summary>
The Store was launched instead of the specified app because the app's package was in an invalid state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_MANAGER_NOT_RUNNING">
            <summary>
The app manager is required to activate applications, but is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MULTIPLE_PACKAGES_FOR_FAMILY">
            <summary>
This app's package family has more than one package installed. This is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MULTIPLE_EXTENSIONS_FOR_APPLICATION">
            <summary>
This app has multiple extensions registered to support the specified contract. Activation by AppUserModelId is ambiguous.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_NOT_REGISTERED">
            <summary>
This app does not support the contract specified or is not installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_FULL_ADMIN_NOT_SUPPORTED">
            <summary>
This app can't be activated by the Built-in Administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_UAC_DISABLED">
            <summary>
This app can't be activated when UAC is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_ELEVATED_ACTIVATION_NOT_SUPPORTED">
            <summary>
This app can't be activated from an elevated context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MONITOR_RESOLUTION_TOO_LOW">
            <summary>
This app can't start because the screen resolution is below 1024x768. Choose a higher screen resolution and then try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FA_E_HOMEGROUP_NOT_AVAILABLE">
            <summary>
Cannot access Homegroup. Homegroup may not be set up or may have encountered an error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FA_E_MAX_PERSISTED_ITEMS_REACHED">
            <summary>
The maximum number of items for the access list has been reached. An item must be removed before another item is added.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_REQUEST_THROTTLED">
            <summary>
We want to make sure this is you. User interaction is required for authentication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_USER_AUTHENTICATION_REQUIRED">
            <summary>
User authentication is required for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT">
            <summary>
Cannot sign out from the application since the user account is connected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_CONNECTION_COUNT_LIMIT">
            <summary>
User has reached the maximum device associations per user limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACTION_REQUIRED">
            <summary>
User interaction is required for authentication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCOUNT_SUSPENDED_ABUSE">
            <summary>
We detected some suspicious activity with your Online Id account. To help protect you, we've temporarily blocked your account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE">
            <summary>
We have noticed some unusual activity in your Online Id account. Your action is needed to make sure no one else is using your account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_EMAIL_VERIFICATION_REQUIRED">
            <summary>
Online Id signin name is not yet verified. Email verification is required before signin.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_PARENTAL_CONSENT_REQUIRED">
            <summary>
Online Id account requires parental consent before proceeding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCOUNT_LOCKED">
            <summary>
Online Id account was locked because there have been too many attempts to sign in.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_FORCESIGNIN">
            <summary>
To help protect your Online Id account you must signin again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCOUNT_UPDATE_REQUIRED">
            <summary>
Online Id account properties must be updated before signin.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_PASSWORD_UPDATE_REQUIRED">
            <summary>
Online Id password must be updated before signin.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_INVALID_APPLICATION">
            <summary>
The application requesting authentication tokens is either disabled or incorrectly configured.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCESS_DENIED_BY_TOU">
            <summary>
Your application cannot get the Online Id properties due to the Terms of Use accepted by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_INVALID_AUTHENTICATION_TARGET">
            <summary>
Authentication target is invalid or not configured correctly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED">
            <summary>
DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED">
            <summary>
DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED">
            <summary>
DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWMERR_CATASTROPHIC_FAILURE">
            <summary>
DWMERR_CATASTROPHIC_FAILURE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWMERR_THEME_FAILED">
            <summary>
DWMERR_THEME_FAILED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWMERR_STATE_TRANSITION_FAILED">
            <summary>
DWMERR_STATE_TRANSITION_FAILED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_OUTPUTSIZETOOLARGE">
            <summary>
MILEFFECTSERR_OUTPUTSIZETOOLARGE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EMPTYBOUNDS">
            <summary>
MILEFFECTSERR_EMPTYBOUNDS
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_NOTAFFINETRANSFORM">
            <summary>
MILEFFECTSERR_NOTAFFINETRANSFORM
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_ALREADYATTACHEDTOLISTENER">
            <summary>
MILEFFECTSERR_ALREADYATTACHEDTOLISTENER
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EFFECTHASNOCHILDREN">
            <summary>
MILEFFECTSERR_EFFECTHASNOCHILDREN
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EFFECTALREADYINAGRAPH">
            <summary>
MILEFFECTSERR_EFFECTALREADYINAGRAPH
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EFFECTINMORETHANONEGRAPH">
            <summary>
MILEFFECTSERR_EFFECTINMORETHANONEGRAPH
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_CYCLEDETECTED">
            <summary>
MILEFFECTSERR_CYCLEDETECTED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_RESERVED">
            <summary>
MILEFFECTSERR_RESERVED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT">
            <summary>
MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_CONNECTORNOTCONNECTED">
            <summary>
MILEFFECTSERR_CONNECTORNOTCONNECTED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_NOINPUTSOURCEATTACHED">
            <summary>
MILEFFECTSERR_NOINPUTSOURCEATTACHED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EFFECTNOTPARTOFGROUP">
            <summary>
MILEFFECTSERR_EFFECTNOTPARTOFGROUP
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_UNKNOWNPROPERTY">
            <summary>
MILEFFECTSERR_UNKNOWNPROPERTY
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_UNKNOWNHARDWAREERROR">
            <summary>
MILAVERR_UNKNOWNHARDWAREERROR
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_MEDIAPLAYERCLOSED">
            <summary>
MILAVERR_MEDIAPLAYERCLOSED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_UNEXPECTEDWMPFAILURE">
            <summary>
MILAVERR_UNEXPECTEDWMPFAILURE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_SEEKFAILED">
            <summary>
MILAVERR_SEEKFAILED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_REQUESTEDTEXTURETOOBIG">
            <summary>
MILAVERR_REQUESTEDTEXTURETOOBIG
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_VIDEOACCELERATIONNOTAVAILABLE">
            <summary>
MILAVERR_VIDEOACCELERATIONNOTAVAILABLE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_INSUFFICIENTVIDEORESOURCES">
            <summary>
MILAVERR_INSUFFICIENTVIDEORESOURCES
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_INVALIDWMPVERSION">
            <summary>
MILAVERR_INVALIDWMPVERSION
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_WMPFACTORYNOTREGISTERED">
            <summary>
MILAVERR_WMPFACTORYNOTREGISTERED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_MODULENOTLOADED">
            <summary>
MILAVERR_MODULENOTLOADED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOREADYFRAMES">
            <summary>
MILAVERR_NOREADYFRAMES
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOVIDEOPRESENTER">
            <summary>
MILAVERR_NOVIDEOPRESENTER
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOVIDEOMIXER">
            <summary>
MILAVERR_NOVIDEOMIXER
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOMEDIATYPE">
            <summary>
MILAVERR_NOMEDIATYPE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOCLOCK">
            <summary>
MILAVERR_NOCLOCK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_PARTITION_ZOMBIED">
            <summary>
UCEERR_PARTITION_ZOMBIED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_TRANSPORTOVERLOADED">
            <summary>
UCEERR_TRANSPORTOVERLOADED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_TRANSPORTDISCONNECTED">
            <summary>
UCEERR_TRANSPORTDISCONNECTED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_GRAPHICSSTREAMALREADYOPEN">
            <summary>
UCEERR_GRAPHICSSTREAMALREADYOPEN
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_GRAPHICSSTREAMUNAVAILABLE">
            <summary>
UCEERR_GRAPHICSSTREAMUNAVAILABLE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_COMMANDTRANSPORTDENIED">
            <summary>
UCEERR_COMMANDTRANSPORTDENIED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_FEEDBACK_UNSUPPORTED">
            <summary>
UCEERR_FEEDBACK_UNSUPPORTED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_TRANSPORTUNAVAILABLE">
            <summary>
UCEERR_TRANSPORTUNAVAILABLE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_UNSUPPORTEDTRANSPORTVERSION">
            <summary>
UCEERR_UNSUPPORTEDTRANSPORTVERSION
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_CHANNELSYNCABANDONED">
            <summary>
UCEERR_CHANNELSYNCABANDONED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_CHANNELSYNCTIMEDOUT">
            <summary>
UCEERR_CHANNELSYNCTIMEDOUT
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_MISSINGBEGINCOMMAND">
            <summary>
UCEERR_MISSINGBEGINCOMMAND
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_MISSINGENDCOMMAND">
            <summary>
UCEERR_MISSINGENDCOMMAND
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_REMOTINGNOTSUPPORTED">
            <summary>
UCEERR_REMOTINGNOTSUPPORTED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_NO_MULTIPLE_WORKER_THREADS">
            <summary>
UCEERR_NO_MULTIPLE_WORKER_THREADS
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED">
            <summary>
UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_OUTOFHANDLES">
            <summary>
UCEERR_OUTOFHANDLES
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_ILLEGALRECORDTYPE">
            <summary>
UCEERR_ILLEGALRECORDTYPE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_PACKETRECORDOUTOFRANGE">
            <summary>
UCEERR_PACKETRECORDOUTOFRANGE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_MEMORYFAILURE">
            <summary>
UCEERR_MEMORYFAILURE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_BLOCKSFULL">
            <summary>
UCEERR_BLOCKSFULL
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_CONNECTIONIDLOOKUPFAILED">
            <summary>
UCEERR_CONNECTIONIDLOOKUPFAILED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_CTXSTACKFRSTTARGETNULL">
            <summary>
UCEERR_CTXSTACKFRSTTARGETNULL
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_RENDERTHREADFAILURE">
            <summary>
UCEERR_RENDERTHREADFAILURE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_HANDLELOOKUPFAILED">
            <summary>
UCEERR_HANDLELOOKUPFAILED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_ILLEGALHANDLE">
            <summary>
UCEERR_ILLEGALHANDLE
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_MALFORMEDPACKET">
            <summary>
UCEERR_MALFORMEDPACKET
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_ILLEGALPACKET">
            <summary>
UCEERR_ILLEGALPACKET
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_UNKNOWNPACKET">
            <summary>
UCEERR_UNKNOWNPACKET
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_INVALIDPACKETHEADER">
            <summary>
UCEERR_INVALIDPACKETHEADER
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DISPLAYID_ACCESS_DENIED">
            <summary>
Access is denied to the requested bitmap for the specified display id.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_PREFILTER_NOT_SUPPORTED">
            <summary>
The requested bitmap pre-filtering state is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_COLORSPACE_NOT_SUPPORTED">
            <summary>
The requested bitmap color space is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_ADAPTER_NOT_FOUND">
            <summary>
DWM can not find the adapter specified by the LUID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DXGI_ENUMERATION_OUT_OF_SYNC">
            <summary>
Primary Display device returned an invalid refresh rate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_QPC_TIME_WENT_BACKWARD">
            <summary>
QueryPerformanceCounter returned a time in the past.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MAX_TEXTURE_SIZE_EXCEEDED">
            <summary>
Requested DX redirection surface size exceeded maximum texture size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_SHADER_COMPILE_FAILED">
            <summary>
Shader compilation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MROW_UPDATE_FAILED">
            <summary>
MROW attempt to update the data failed because another update was outstanding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MROW_READLOCK_FAILED">
            <summary>
MROW attempt to get a read lock failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_TOOMANYSHADERELEMNTS">
            <summary>
Shader construction failed because it was too complex.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER">
            <summary>
No redirection surface was available. Caller should retry the call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NOT_QUEUING_PRESENTS">
            <summary>
Queued Presents are not being used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_QUEUED_PRESENT_NOT_SUPPORTED">
            <summary>
Queued Presents are not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_REMOTING_NOT_SUPPORTED">
            <summary>
Remoting of this content is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NO_REDIRECTION_SURFACE_AVAILABLE">
            <summary>
No Redirection surface available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MISMATCHED_SIZE">
            <summary>
The size of the object does not match the expected size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_ALREADY_INITIALIZED">
            <summary>
The object has already been initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NEED_RECREATE_AND_PRESENT">
            <summary>
There has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present.
There are two known case for this: 1) D3D Driver Internal error 2) D3D E_FAIL 2a) Unknown root cause b) When resizing too quickly for DWM and D3D stay in sync
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NO_HARDWARE_DEVICE">
            <summary>
No HW rendering device is available for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MALFORMED_GUIDELINE_DATA">
            <summary>
Guideline coordinates are not sorted properly or contain NaNs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_GENERIC_IGNORE">
            <summary>
Marker error for known Win32 errors that are currently being ignored by the compositor. This is to avoid returning S_OK when an error has occurred, but still unwind the stack in the correct location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MALFORMEDGLYPHCACHE">
            <summary>
Some glyph bitmaps in glyph cache are unexpectedly big.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_GLYPHBITMAPMISSED">
            <summary>
Some glyph bitmaps, required for glyph run rendering, are not contained in glyph cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DEVICECANNOTRENDERTEXT">
            <summary>
No algorithm available to render text with this device
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NOTLOCKED">
            <summary>
Unlock attempted on an unlocked object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_ALREADYLOCKED">
            <summary>
Lock attempted on an already locked object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_INVALIDCALL">
            <summary>
A call to this method is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DISPLAYFORMATNOTSUPPORTED">
            <summary>
The display format we need to render is not supported by the hardware device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_INTERNALERROR">
            <summary>
An internal error (MIL bug) occurred. On checked builds, an assert would be raised.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_BADNUMBER">
            <summary>
MILERR_BADNUMBER
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_TERMINATED">
            <summary>
MILERR_TERMINATED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_ZEROVECTOR">
            <summary>
MILERR_ZEROVECTOR
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NONINVERTIBLEMATRIX">
            <summary>
MILERR_NONINVERTIBLEMATRIX
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DISPLAYSTATEINVALID">
            <summary>
MILERR_DISPLAYSTATEINVALID
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_SCREENACCESSDENIED">
            <summary>
MILERR_SCREENACCESSDENIED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_SCANNER_FAILED">
            <summary>
MILERR_SCANNER_FAILED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_WIN32ERROR">
            <summary>
MILERR_WIN32ERROR
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_INSUFFICIENTBUFFER">
            <summary>
MILERR_INSUFFICIENTBUFFER
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_OBJECTBUSY">
            <summary>
MILERR_OBJECTBUSY
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDJPEGSCANINDEX">
            <summary>
The scan index is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDPROGRESSIVELEVEL">
            <summary>
The requested level of detail is not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_WIN32ERROR">
            <summary>
Windows Codecs received an error from the Win32 system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDQUERYCHARACTER">
            <summary>
The query string contains an invalid character.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT">
            <summary>
The specified bitmap property is only valid at root level.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNEXPECTEDMETADATATYPE">
            <summary>
The metadata type is unexpected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDQUERYREQUEST">
            <summary>
The property query is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNEXPECTEDSIZE">
            <summary>
The size is unexpected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE">
            <summary>
The bitmap property type is unexpected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_DUPLICATEMETADATAPRESENT">
            <summary>
Duplicate metadata is present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INSUFFICIENTBUFFER">
            <summary>
The buffer allocated is insufficient.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_COMPONENTINITIALIZEFAILURE">
            <summary>
The component initialization has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDREGISTRATION">
            <summary>
The component registration is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNSUPPORTEDOPERATION">
            <summary>
The operation is unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT">
            <summary>
The bitmap pixel format is unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_STREAMNOTAVAILABLE">
            <summary>
The stream is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_STREAMREAD">
            <summary>
Failed to read from the stream.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_STREAMWRITE">
            <summary>
Failed to write to the stream.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_BADSTREAMDATA">
            <summary>
The stream data is unrecognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_BADMETADATAHEADER">
            <summary>
The image metadata header is unrecognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_FRAMEMISSING">
            <summary>
The bitmap frame is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_BADHEADER">
            <summary>
The image header is unrecognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_BADIMAGE">
            <summary>
The image is unrecognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_TOOMUCHMETADATA">
            <summary>
There is too much metadata to be written to the bitmap.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_IMAGESIZEOUTOFRANGE">
            <summary>
The bitmap size is outside the valid range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_COMPONENTNOTFOUND">
            <summary>
The component cannot be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS">
            <summary>
The bitmap bounds do not match the bitmap dimensions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INTERNALERROR">
            <summary>
An internal error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_CODECTOOMANYSCANLINES">
            <summary>
Too many scanlines were requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PALETTEUNAVAILABLE">
            <summary>
The bitmap palette is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_CODECNOTHUMBNAIL">
            <summary>
The bitmap codec does not support a thumbnail.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_CODECPRESENT">
            <summary>
An unknown error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PROPERTYSIZE">
            <summary>
The bitmap property size is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PROPERTYNOTSUPPORTED">
            <summary>
The bitmap codec does not support the bitmap property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PROPERTYNOTFOUND">
            <summary>
The specified bitmap property cannot be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_ALREADYLOCKED">
            <summary>
There is already an outstanding read or write lock.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_NOTINITIALIZED">
            <summary>
The component is not initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNSUPPORTEDVERSION">
            <summary>
The SDK version is unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNKNOWNIMAGEFORMAT">
            <summary>
The image format is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_VALUEOUTOFRANGE">
            <summary>
The value is out of range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_WRONGSTATE">
            <summary>
The codec is in the wrong state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_TOOMANYDOWNLOADS">
            <summary>
A font download request was not added or a download failed because there are too many active downloads.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_DOWNLOADFAILED">
            <summary>
A font download failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_DOWNLOADCANCELLED">
            <summary>
A font download was canceled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_REMOTEFONT">
            <summary>
A font resource could not be accessed because it is remote.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_NOCOLOR">
            <summary>
The font or glyph run does not contain any colored glyphs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FLOWDIRECTIONCONFLICTS">
            <summary>
The flow direction conflicts with the reading direction. They must be perpendicular to each other.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_TEXTRENDERERINCOMPATIBLE">
            <summary>
The version of the text renderer interface is not compatible.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_UNSUPPORTEDOPERATION">
            <summary>
The operation is not supported for this type of font.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_CACHEVERSION">
            <summary>
A font cache file corresponds to a different version of DirectWrite.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_CACHEFORMAT">
            <summary>
The font cache contains invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_ALREADYREGISTERED">
            <summary>
The given interface is already registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FONTCOLLECTIONOBSOLETE">
            <summary>
A font collection is obsolete due to changes in the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FILEACCESS">
            <summary>
A font file exists but could not be opened due to access denied, sharing violation, or similar error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FILENOTFOUND">
            <summary>
A font file could not be opened because the file, directory, network location, drive, or other storage location does not exist or is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_NOFONT">
            <summary>
Indicates the specified font does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_UNEXPECTED">
            <summary>
Indicates an error originating in DirectWrite code, which is not expected to occur but is safe to recover from.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FILEFORMAT">
            <summary>
Indicates an error in an input file such as a font file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_GLYPH_IMAGE">
            <summary>
An error was encountered while decoding or parsing the requested glyph image.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TOO_MANY_TRANSFORM_INPUTS">
            <summary>
An effect attempted to use a transform with too many inputs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_PRINT_FORMAT_NOT_SUPPORTED">
            <summary>
Error during print control creation. Indicates that none of the package target types (representing printer formats) are supported by Direct2D print control.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_PRINT_JOB_CLOSED">
            <summary>
AddPage or Close called after print job is already closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_NO_SUBPROPERTIES">
            <summary>
The specified sub-property does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_PROPERTY">
            <summary>
The specified property does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_EFFECT_IS_NOT_REGISTERED">
            <summary>
The CLSID provided to Unregister did not correspond to a registered effect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INTERMEDIATE_TOO_LARGE">
            <summary>
The graph could not be rendered with the context's current tiling settings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES">
            <summary>
D3D Device does not have sufficient capabilities to perform the requested action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_BITMAP_BOUND_AS_TARGET">
            <summary>
Cannot draw with a bitmap that is currently bound as the target bitmap.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_TARGET">
            <summary>
Cannot set the image as a target because it is either an effect or is a bitmap that does not have the D2D1_BITMAP_OPTIONS_TARGET flag set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_ORIGINAL_TARGET_NOT_BOUND">
            <summary>
The operation failed because the original target is not currently bound as a target.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_OUTSTANDING_BITMAP_REFERENCES">
            <summary>
The operation cannot complete while there are outstanding references to the target bitmap.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_BITMAP_CANNOT_DRAW">
            <summary>
Cannot draw with a bitmap that has the D2D1_BITMAP_OPTIONS_CANNOT_DRAW option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_CYCLIC_GRAPH">
            <summary>
There was a cycle in the graph.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION">
            <summary>
There was a internal configuration error in the graph.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_GRAPH_CONFIGURATION">
            <summary>
There was a configuration error in the graph.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_EXCEEDS_MAX_BITMAP_SIZE">
            <summary>
The requested size is larger than the guaranteed supported texture size at the Direct3D device's current feature level.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TEXT_RENDERER_NOT_RELEASED">
            <summary>
The application is holding a reference to the IDWriteTextRenderer interface after the corresponding DrawText or DrawTextLayout call has returned. The IDWriteTextRenderer instance will be invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TEXT_EFFECT_IS_WRONG_TYPE">
            <summary>
A text client drawing effect object is of the wrong type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TARGET_NOT_GDI_COMPATIBLE">
            <summary>
The render target is not compatible with GDI.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_WIN32_ERROR">
            <summary>
An unknown win32 failure occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INCOMPATIBLE_BRUSH_TYPES">
            <summary>
The brush types are incompatible for the call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT">
            <summary>
Attempt to copy from a render target while a layer or clip rect is applied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_PUSH_POP_UNBALANCED">
            <summary>
The push and pop calls were unbalanced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_WRONG_RESOURCE_DOMAIN">
            <summary>
The resource was realized on the wrong render target.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_POP_CALL_DID_NOT_MATCH_PUSH">
            <summary>
The pop call did not match the corresponding push call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_LAYER_ALREADY_IN_USE">
            <summary>
A layer resource can only be in use once at any point in time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_WRONG_FACTORY">
            <summary>
Objects used together must be created from the same factory instance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_BAD_NUMBER">
            <summary>
Invalid number.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_UNSUPPORTED_VERSION">
            <summary>
The requested Direct2D version is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_MAX_TEXTURE_SIZE_EXCEEDED">
            <summary>
Requested DirectX surface size exceeded maximum texture size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_SHADER_COMPILE_FAILED">
            <summary>
Shader compilation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TOO_MANY_SHADER_ELEMENTS">
            <summary>
Shader construction failed because it was too complex.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_RECREATE_TARGET">
            <summary>
There has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_NO_HARDWARE_DEVICE">
            <summary>
No hardware rendering device is available for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_CALL">
            <summary>
A call to this method is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED">
            <summary>
The display format Direct2D needs to render is not supported by the hardware device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INTERNAL_ERROR">
            <summary>
An internal error (Direct2D bug) occurred. On checked builds, we would assert. The application should close this instance of Direct2D and should consider restarting its process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_ZERO_VECTOR">
            <summary>
The supplied vector is zero.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_DISPLAY_STATE_INVALID">
            <summary>
A valid display state could not be determined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_SCREEN_ACCESS_DENIED">
            <summary>
Direct2D could not access the screen.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_SCANNER_FAILED">
            <summary>
The geometry scanner failed to process the data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_UNSUPPORTED_OPERATION">
            <summary>
The requested operation is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_NOT_INITIALIZED">
            <summary>
The object has not yet been initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_WRONG_STATE">
            <summary>
The object was not in the correct state to process the method.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D12_ERROR_INVALID_REDIST">
            <summary>
The D3D12 SDK version configuration of the host exe is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D12_ERROR_DRIVER_VERSION_MISMATCH">
            <summary>
The blob provided was created for a different version of the driver, and must be re-created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D12_ERROR_ADAPTER_NOT_FOUND">
            <summary>
The blob provided does not match the adapter that the device was created on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD">
            <summary>
The application's first call per command list to Map on a deferred context did not use D3D11_MAP_WRITE_DISCARD.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS">
            <summary>
The application has exceeded the maximum number of unique view objects per Direct3D device.
The limit is 2^20 for feature levels up to 11.1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D11_ERROR_FILE_NOT_FOUND">
            <summary>
The specified file was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS">
            <summary>
The application has exceeded the maximum number of unique state objects per Direct3D device.
The limit is 4096 for feature levels up to 11.1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D10_ERROR_FILE_NOT_FOUND">
            <summary>
The specified file was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS">
            <summary>
The application has exceeded the maximum number of unique state objects per Direct3D device.
The limit is 4096 for feature levels up to 11.1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_DDI_ERR_NONEXCLUSIVE">
            <summary>
The GPU counter was in use by another process or d3d device when application requested access to it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_DDI_ERR_UNSUPPORTED">
            <summary>
The driver has rejected the creation of this resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_DDI_ERR_WASSTILLDRAWING">
            <summary>
The GPU was busy when the operation was requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_MPO_UNPINNED">
            <summary>
The allocation of the MPO plane has been unpinned
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_ALREADY_EXISTS">
            <summary>
The desired element already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_CACHE_HASH_COLLISION">
            <summary>
A cache entry was found, but the key provided does not match the key stored in the entry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_CACHE_FULL">
            <summary>
This entry would cause the cache to exceed its quota. On a load operation, this may indicate exceeding the maximum in-memory size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_CACHE_CORRUPT">
            <summary>
The cache is corrupt and either could not be opened or could not be reset.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_PRESENT_REQUIRED">
            <summary>
The present succeeded but the caller should present again on the next V-sync, even if there are no changes to the content.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_MODE_CHANGE_IN_PROGRESS">
            <summary>
An on-going mode change prevented completion of the call. The call may succeed if attempted later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_DDA_WAS_STILL_DRAWING">
            <summary>
The adapter did not have access to the required resources to complete the Desktop Duplication Present() call, the Present() call needs to be made again
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_UNOCCLUDED">
            <summary>
The swapchain has become unoccluded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PRESENTATION_ERROR_LOST">
            <summary>
The presentation manager has been lost and can no longer be used. The application should destroy this presentation manager and create a new presentation manager to use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXCORE_ERROR_EVENT_NOT_UNREGISTERED">
            <summary>
The application failed to unregister from an event it registered for.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NON_COMPOSITED_UI">
            <summary>
The operation failed because the compositor is not in control of the output.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION">
            <summary>
Creating this device would violate the process's dynamic code policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY">
            <summary>
Insufficient HW protected memory exits for proper function.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NOT_CURRENT">
            <summary>
The DXGI objects that the application has created are no longer current &amp; need to be recreated for this operation to be performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_SDK_COMPONENT_MISSING">
            <summary>
The application requested an operation that depends on an SDK component that is missing or mismatched.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NAME_ALREADY_EXISTS">
            <summary>
The application is trying to create a shared handle using a name that is already associated with some other resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_ACCESS_DENIED">
            <summary>
The application is trying to use a resource to which it does not have the required access privileges.
This is most commonly caused by writing to a shared resource with read-only access.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_CANNOT_PROTECT_CONTENT">
            <summary>
DXGI is unable to provide content protection on the swapchain. This is typically caused by an older driver,
or by the application using a swapchain that is incompatible with content protection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE">
            <summary>
The DXGI output (monitor) to which the swapchain content was restricted, has been disconnected or changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_SESSION_DISCONNECTED">
            <summary>
The output duplication has been turned off because the Windows session ended or was disconnected.
This happens when a remote user disconnects, or when "switch user" is used locally.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_WAIT_TIMEOUT">
            <summary>
The timeout value has elapsed and the resource is not yet available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_ACCESS_LOST">
            <summary>
The keyed mutex was abandoned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_REMOTE_OUTOFMEMORY">
            <summary>
The device has been removed during a remote session because the remote computer ran out of memory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED">
            <summary>
The application's remote device has been removed due to session disconnect or network disconnect.
The application should call IDXGIFactory1::IsCurrent to find out when the remote device becomes available again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NOT_CURRENTLY_AVAILABLE">
            <summary>
A resource is not available at the time of the call, but may become available later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NONEXCLUSIVE">
            <summary>
A global counter resource was in use, and the specified counter cannot be used by this Direct3D device at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DRIVER_INTERNAL_ERROR">
            <summary>
An internal issue prevented the driver from carrying out the specified operation. The driver's state is probably suspect,
and the application should not continue.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE">
            <summary>
Fullscreen mode could not be achieved because the specified output was already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_FRAME_STATISTICS_DISJOINT">
            <summary>
An event (such as power cycle) interrupted the gathering of presentation statistics. Any previous statistics should be
considered invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_WAS_STILL_DRAWING">
            <summary>
The GPU was busy at the moment when the call was made, and the call was neither executed nor scheduled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DEVICE_RESET">
            <summary>
The GPU will not respond to more commands, most likely because some other application submitted invalid commands.
The calling application should re-create the device and continue.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DEVICE_HUNG">
            <summary>
The GPU will not respond to more commands, most likely because of an invalid command passed by the calling application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DEVICE_REMOVED">
            <summary>
The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_UNSUPPORTED">
            <summary>
The specified device interface or feature level is not supported on this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_MORE_DATA">
            <summary>
The caller did not supply a sufficiently large buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NOT_FOUND">
            <summary>
The object was not found. If calling IDXGIFactory::EnumAdaptes, there is no adapter with the specified ordinal.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_INVALID_CALL">
            <summary>
The application made a call that is invalid. Either the parameters of the call or the state of some object was incorrect.
Enable the D3D debug layer in order to see details via debug messages.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_MODE_CHANGE_IN_PROGRESS">
            <summary>
The Present operation was not visible because another Direct3D device was attempting to take fullscreen mode at the time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_MODE_CHANGED">
            <summary>
The Present operation was not visible because the display mode changed. DXGI will have re-attempted the presentation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE">
            <summary>
The Present operation was not visible because the target monitor was being used for some other purpose.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_NO_DESKTOP_ACCESS">
            <summary>
The Present operation was not visible because the Windows session has switched to another desktop (for example, ctrl-alt-del).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_NO_REDIRECTION">
            <summary>
The driver is requesting that the DXGI runtime not use shared resources to communicate with the Desktop Window Manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_CLIPPED">
            <summary>
The Present operation was partially invisible to the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_OCCLUDED">
            <summary>
The Present operation was invisible to the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH">
            <summary>
CLiP license device ID does not match the device ID in the bound device license.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE">
            <summary>
CLiP license hardware ID is out of tolerance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_NOT_SIGNED">
            <summary>
CLiP license is not signed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE">
            <summary>
CLiP license is signed by an unknown source.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_EXPIRED">
            <summary>
CLiP license has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID">
            <summary>
CLiP keyholder license is invalid or missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_INVALID_SIGNATURE">
            <summary>
CLiP license has an invalid signature.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_DEVICE_LICENSE_MISSING">
            <summary>
CLiP device license not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_NOT_FOUND">
            <summary>
CLiP license not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_APPLICABLE_APP_LICENSES_FOUND">
            <summary>
No applicable app licenses found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECCORE_INVALID_COMMAND">
            <summary>
The command was not recognized by the security core
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ATTRIBUTE_NOT_PRESENT">
            <summary>
The requested attribute is not present on the specified file or directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_A_TIERED_VOLUME">
            <summary>
The volume is not a tiered volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_FILE_IS_NOT_PINNED">
            <summary>
The requested file is not pinned to a tier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_CANNOT_PIN_OBJECT">
            <summary>
The requested object type cannot be assigned to a storage tier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_ALREADY_PROCESSING">
            <summary>
The Storage Tiers Management service is already optimizing the storage tiers on the specified volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_WRONG_CLUSTER_NODE">
            <summary>
Storage tier operations must be called on the clustering node that owns the metadata volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_INVALID_FILE_ID">
            <summary>
The file identifier specified is not valid on the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_STORAGE_TIER_NOT_FOUND">
            <summary>
The specified storage tier could not be found on the volume. Confirm that the storage tier name is valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS">
            <summary>
The Storage Tiers Management service detected that the specified volume is in the process of being dismounted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME">
            <summary>
The specified volume does not support storage tiers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT">
            <summary>
BypassIO cannot be enabled while a volume snapshot exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLSNAP_ACTIVATION_TIMEOUT">
            <summary>
Activation of persistent snapshots on this volume took longer than was allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLSNAP_BOOTFILE_NOT_VALID">
            <summary>
The bootfile is too small to support persistent snapshots.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_REPAIR_IN_PROGRESS">
            <summary>
Repair is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_CACHE_FULL">
            <summary>
The cache is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_FLUSH_METADATA">
            <summary>
The cache metadata needs to be written and flushed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_MARK_DIRTY">
            <summary>
A slab needs to be marked dirty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_LOST_DATA">
            <summary>
The data on this drive has been lost.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_SPLIT">
            <summary>
The data on this drive is stale.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_NOT_READY">
            <summary>
The drive is not ready.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NO_REDUNDANCY">
            <summary>
No good copy of data was available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_LOG_NOT_READY">
            <summary>
The log is not ready.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_INCONSISTENCY">
            <summary>
An inconsistency was found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRT_FULL">
            <summary>
The DRT is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_CORRUPT_METADATA">
            <summary>
The metadata read was corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_UNSUPPORTED_VERSION">
            <summary>
The metadata version is unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_MAP_REQUIRED">
            <summary>
An extent needs to be allocated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_UPDATE_COLUMN_STATE">
            <summary>
A column's state needs to be updated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_ENTRY_INVALID">
            <summary>
The specified log entry is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_ENTRY_INCOMPLETE">
            <summary>
The specified log entry is not complete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID">
            <summary>
The OperationalState of the physical disk is invalid for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NUMBER_OF_GROUPS_INVALID">
            <summary>
The value for number of groups is outside of the supported range of values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_WRITE_CACHE_SIZE_INVALID">
            <summary>
The write cache size is outside of the supported range of values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_ENCLOSURE_AWARE_INVALID">
            <summary>
Enclosure awareness is not supported for this virtual disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_ALLOCATION_SIZE_INVALID">
            <summary>
The allocation size is outside of the supported range of values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_PROVISIONING_TYPE_INVALID">
            <summary>
The specified provisioning type is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_EXTENDED_ERROR">
            <summary>
Extended error information is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NOT_ENOUGH_DRIVES">
            <summary>
There were not enough physical disks to complete the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID">
            <summary>
The number of columns specified is outside of the supported range of values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_INTERLEAVE_LENGTH_INVALID">
            <summary>
The value for interleave length is outside of the supported range of values or is not a power of 2.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_PARITY_LAYOUT_INVALID">
            <summary>
The value for ParityLayout is outside of the supported range of values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID">
            <summary>
The number of data copies requested is outside of the supported range of values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_REDUNDANCY_INVALID">
            <summary>
The requested redundancy is outside of the supported range of values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID">
            <summary>
The physical disk's sector size is not supported by the storage pool.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_RESILIENCY_TYPE_INVALID">
            <summary>
The specified resiliency type is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_INTERNAL_ERROR">
            <summary>
A Storage Spaces internal error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID">
            <summary>
The specified fault domain type or combination of minimum / maximum fault domain type is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_POOL_WAS_DELETED">
            <summary>
The storage pool was deleted by the driver. The object cache should be updated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED">
            <summary>
Package dependency criteria could not be resolved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_CACHE_NOT_INIITALIZED">
            <summary>
The StateRepository cache is not initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_TRANSACTION_IN_PROGRESS">
            <summary>
A transaction is in progress for the database connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED">
            <summary>
The transaction caller id has changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_ERROR_CACHE_CORRUPTED">
            <summary>
The StateRepository cache is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED">
            <summary>
Nested transactions are not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS">
            <summary>
The StateRepository service Stop event is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED">
            <summary>
The shared cache for the database is locked by another connection. The request has exceeded the allowed threshold.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED">
            <summary>
A table in the database is locked. The request has exceeded the allowed threshold.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED">
            <summary>
The database file is locked because another process is busy recovering the database. The request has exceeded the allowed threshold.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED">
            <summary>
The database file is locked. The request has exceeded the allowed threshold.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_TRANSACTION_REQUIRED">
            <summary>
A transaction is required to perform the request operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY">
            <summary>
The shared cache for the database is locked by another connection. The request will be retried.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_LOCKED_RETRY">
            <summary>
A table in the database is locked. The request will be retried.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BUSY_RECOVERY_RETRY">
            <summary>
The database file is locked because another process is busy recovering the database. The request will be retried.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BUSY_RETRY">
            <summary>
The database file is locked. The request will be retried.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BLOCKED">
            <summary>
The request failed because the StateRepository is actively blocking requests.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED">
            <summary>
A StateRepository dictionary is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION">
            <summary>
The StateRepository schema version is not known.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_CONFIGURATION_INVALID">
            <summary>
The StateRepository configuration is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_STATEMENT_INPROGRESS">
            <summary>
A prepared statement has been stepped at least once but not run to completion or reset. This may result in busy waits.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE">
            <summary>
Optimistic locking failure. Data cannot be updated if it has changed since it was read.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_HDAUDIO_NULL_LINKED_LIST_ENTRY">
            <summary>
An unexpected NULL pointer was encountered in a linked list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED">
            <summary>
No HD Audio subdevices were successfully created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED">
            <summary>
HD Audio widget does not support the connection list parameter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_HDAUDIO_EMPTY_CONNECTION_LIST">
            <summary>
HD Audio widget encountered an unexpected empty connection list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_AUDIO_ENGINE_NODE_NOT_FOUND">
            <summary>
PortCls could not find an audio engine node exposed by a miniport driver claiming support for IMiniportAudioEngineNode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_UNKNOWN_ERROR">
            <summary>
An error that lies in the reserved range has been received.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES">
            <summary>
Insufficient Resources to complete the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE">
            <summary>
The attribute type is not a supported grouping attribute as defined by a higher layer specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION">
            <summary>
The attribute requires encryption before it can be read or written.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_UNLIKELY">
            <summary>
The attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH">
            <summary>
The attribute value length is invalid for the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE">
            <summary>
The Encryption Key Size used for encrypting this link is insufficient.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG">
            <summary>
The attribute cannot be read or written using the Read Blob Request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND">
            <summary>
No attribute found within the given attribute handle range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL">
            <summary>
Too many prepare writes have been queued.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION">
            <summary>
The attribute requires authorization before it can be read or written.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INVALID_OFFSET">
            <summary>
Offset specified was past the end of the attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED">
            <summary>
Attribute server does not support the request received from the client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION">
            <summary>
The attribute requires authentication before it can be read or written.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INVALID_PDU">
            <summary>
The attribute PDU was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED">
            <summary>
The attribute cannot be written.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_READ_NOT_PERMITTED">
            <summary>
The attribute cannot be read.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INVALID_HANDLE">
            <summary>
The attribute handle given was not valid on this server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_WINDOW_CLOSED">
            <summary>
The operation cannot be completed because the window is being closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_PRIMITIVE_OUT_OF_BOUNDS">
            <summary>
The added primitive begins at or beyond the duration of the interpolator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_INVALID_DIMENSION">
            <summary>
The passed dimension is invalid or does not match the object's dimension.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TIMER_CLIENT_ALREADY_CONNECTED">
            <summary>
This client is already connected to a timer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TIME_BEFORE_LAST_UPDATE">
            <summary>
The given time is earlier than the time passed to the last update.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TRANSITION_ECLIPSED">
            <summary>
The transition might eclipse the beginning of another transition in the storyboard.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TRANSITION_NOT_IN_STORYBOARD">
            <summary>
The transition has not been added to a storyboard.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TRANSITION_ALREADY_USED">
            <summary>
The transition has already been added to a storyboard.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_LOOPS_OVERLAP">
            <summary>
Two repeated portions of a storyboard might overlap.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_END_KEYFRAME_NOT_DETERMINED">
            <summary>
It might not be possible to determine the end keyframe time when the start keyframe is reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_START_KEYFRAME_AFTER_END">
            <summary>
The start keyframe might occur after the end keyframe.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_STORYBOARD_NOT_PLAYING">
            <summary>
The storyboard is not playing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_STORYBOARD_ACTIVE">
            <summary>
The storyboard is currently in the schedule.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_WRONG_THREAD">
            <summary>
This method can only be called from the thread that created the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_FP_OVERFLOW">
            <summary>
A floating-point overflow occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_AMBIGUOUS_MATCH">
            <summary>
More than one item matched the search criteria.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_DIFFERENT_OWNER">
            <summary>
A parameter that should be owned by this object is owned by a different object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_BOOLEAN_EXPECTED">
            <summary>
A callback returned a success code other than S_OK or S_FALSE.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_INVALID_OUTPUT">
            <summary>
A callback returned an invalid output parameter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_VALUE_NOT_DETERMINED">
            <summary>
The requested value cannot be determined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_VALUE_NOT_SET">
            <summary>
The requested value was never set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_OBJECT_SEALED">
            <summary>
This object has been sealed, so this change is no longer allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_ILLEGAL_REENTRANCY">
            <summary>
This method cannot be called during this type of callback.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_SHUTDOWN_CALLED">
            <summary>
Shutdown was already called on this object or the object that owns it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_CREATE_FAILED">
            <summary>
The object could not be created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_FW_DECLINED">
            <summary>
The user declined to enable the firewall exceptions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_FW_BLOCKED_BY_SHIELDS_UP">
            <summary>
Firewall exceptions are disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_FW_BLOCKED_BY_POLICY">
            <summary>
The service is blocked by a firewall policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_FW_EXCEPTION_DISABLED">
            <summary>
A required firewall exception is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_ADDRESS">
            <summary>
The address is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_TIMEOUT">
            <summary>
A timeout occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_PRIVACY_DECLINED">
            <summary>
The user declined the privacy policy prompt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NOT_SIGNED_IN">
            <summary>
User is not signed into serverless presence.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVITE_RESPONSE_NOT_AVAILABLE">
            <summary>
No response of the invite was received.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVITE_CANCELLED">
            <summary>
The app invite request was cancelled by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_PNRP_DUPLICATE_PEER_NAME">
            <summary>
The existing peer name is already registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_MORE">
            <summary>
No more data could be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_PEER_HOST_NAME">
            <summary>
Invalid peer host name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CANNOT_CONVERT_PEER_NAME">
            <summary>
The peername could not be converted to a DNS pnrp name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_ALREADY_A_MEMBER">
            <summary>
Already a member.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_NO_CONNECTIVITY">
            <summary>
No connectivity.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_SUBSCRIPTION_EXISTS">
            <summary>
The subscription already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_ALREADY_CONNECTED">
            <summary>
The graph is already connect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_NO_EVENT_DATA">
            <summary>
There is not more event data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_GRAPH_DATA_CREATED">
            <summary>
The graph data was created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONTACT_NOT_FOUND">
            <summary>
THe contact could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_SERVICE_NOT_AVAILABLE">
            <summary>
The service is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_IDENTITY_DELETED">
            <summary>
The identity does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_UNABLE_TO_LISTEN">
            <summary>
Unable to listen.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_MEMBER_CONNECTIONS">
            <summary>
There are no member connections.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_MEMBERS_FOUND">
            <summary>
No members were found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_GROUP">
            <summary>
The group is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GROUP_IN_USE">
            <summary>
The group is still in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GROUP_NOT_READY">
            <summary>
The group is not ready.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_UNSUPPORTED_VERSION">
            <summary>
Unsupported version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_RECORD_SIZE">
            <summary>
Invalid record size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_CREDENTIAL">
            <summary>
Invalid credential.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_CREDENTIAL_INFO">
            <summary>
Invalid credential info.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_RECORD_EXPIRATION">
            <summary>
Invalid record expiration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_CLASSIFIER_PROPERTY">
            <summary>
Invalid classifier property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_ROLE_PROPERTY">
            <summary>
Invalid role property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_FRIENDLY_NAME">
            <summary>
The friendly name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_CLASSIFIER">
            <summary>
The classifier is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_PEER_NAME">
            <summary>
The peername is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_GROUP_PROPERTIES">
            <summary>
The group properties are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DEFERRED_VALIDATION">
            <summary>
The record validation has been deferred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_PASSWORD_DOES_NOT_MEET_POLICY">
            <summary>
The password does not meet policy requirements.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NOT_AUTHORIZED">
            <summary>
Not authorized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_RECORD">
            <summary>
The record is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CLOUD_NAME_AMBIGUOUS">
            <summary>
The cloud name is ambiguous.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_CLOUD">
            <summary>
The specified PNRP cloud does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CERT_STORE_CORRUPTED">
            <summary>
The certstore is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CIRCULAR_CHAIN_DETECTED">
            <summary>
A circular cert chain was detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_TIME_PERIOD">
            <summary>
The time period is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CHAIN_TOO_LONG">
            <summary>
The certchain is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVITATION_NOT_TRUSTED">
            <summary>
The invitation is not trusted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_ATTRIBUTES">
            <summary>
The search attributes are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_SEARCH">
            <summary>
Invalid search.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_EVENT_HANDLE_NOT_FOUND">
            <summary>
The event handle could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_IDENTITY_NOT_FOUND">
            <summary>
The identity could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DATABASE_NOT_PRESENT">
            <summary>
The database could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DATABASE_ALREADY_PRESENT">
            <summary>
The database already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_MAX_RECORD_SIZE_EXCEEDED">
            <summary>
The record is too big.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DBINITIALIZATION_FAILED">
            <summary>
The Database could not be initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DATABASE_ACCESSDENIED">
            <summary>
Access to the database was denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_RECORD_NOT_FOUND">
            <summary>
The requested record could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GROUPS_EXIST">
            <summary>
The group already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_KEY_ACCESS">
            <summary>
Unable to access a key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_TOO_MANY_IDENTITIES">
            <summary>
The maximum number of identities have been created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CLASSIFIER_TOO_LONG">
            <summary>
The peer name classifier is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECTION_REFUSED">
            <summary>
The connection was refused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECTION_NOT_AUTHENTICATED">
            <summary>
The peer connection could not be authenticated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECTION_FAILED">
            <summary>
The Connection attempt failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NODE_NOT_FOUND">
            <summary>
The node was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_ALREADY_LISTENING">
            <summary>
The peer is already listening for connections.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECT_SELF">
            <summary>
The peer attempted to connect to itself.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECTION_NOT_FOUND">
            <summary>
The connection can not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_TOO_MANY_ATTRIBUTES">
            <summary>
Too many attributes have been used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_DATABASE">
            <summary>
The graph database is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GRAPH_IN_USE">
            <summary>
The graph is still in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GRAPH_SHUTTING_DOWN">
            <summary>
The graph is shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GRAPH_NOT_READY">
            <summary>
The graph is not ready.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DUPLICATE_GRAPH">
            <summary>
A graph with the same ID already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DBNAME_CHANGED">
            <summary>
The graph database name has changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_GRAPH">
            <summary>
The graph handle is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NOT_LICENSED">
            <summary>
The P2P protocol is not licensed to run on this OS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CANNOT_START_SERVICE">
            <summary>
The required service cannot be started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NOT_INITIALIZED">
            <summary>
The component has not been initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_IPV6_NOT_INSTALLED">
            <summary>
The IPv6 protocol is not installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_MEMORY_FULL">
            <summary>
Device SMS memory is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_OPERATION_NOT_ALLOWED">
            <summary>
SMS operation is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_FORMAT_NOT_SUPPORTED">
            <summary>
SMS format is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_UNKNOWN_SMSC_ADDRESS">
            <summary>
Unknown SMSC address is used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_NETWORK_TIMEOUT">
            <summary>
SMS network timeout happened.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_MEMORY_FAILURE">
            <summary>
SMS memory failure occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_LANG_NOT_SUPPORTED">
            <summary>
SMS language is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_INVALID_MEMORY_INDEX">
            <summary>
Invalid SMS memory index is used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_FILTER_NOT_SUPPORTED">
            <summary>
SMS filter is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_ENCODING_NOT_SUPPORTED">
            <summary>
SMS encoding is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_DEFAULT_PROFILE_EXIST">
            <summary>
Default profile exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_INVALID_PROFILE">
            <summary>
Profile is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_FAILURE">
            <summary>
Generic Failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PIN_DISABLED">
            <summary>
PIN is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PIN_REQUIRED">
            <summary>
Pin is required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PIN_NOT_SUPPORTED">
            <summary>
Pin is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PROVIDERS_NOT_FOUND">
            <summary>
Providers not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_NOT_REGISTERED">
            <summary>
Device is not registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_INVALID_CACHE">
            <summary>
Visible provider cache is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_VOICE_CALL_IN_PROGRESS">
            <summary>
Voice call in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SIM_NOT_INSERTED">
            <summary>
SIM is not inserted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SERVICE_NOT_ACTIVATED">
            <summary>
MBN subscription is not activated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_RADIO_POWER_OFF">
            <summary>
Radio is powered off.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PROVIDER_NOT_VISIBLE">
            <summary>
Provider is not visible.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PACKET_SVC_DETACHED">
            <summary>
Device is in packet detach state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_MAX_ACTIVATED_CONTEXTS">
            <summary>
Max activated contexts have reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_INVALID_ACCESS_STRING">
            <summary>
Access point name (APN) or Access string is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_DATA_CLASS_NOT_AVAILABLE">
            <summary>
Requested data class is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_BAD_SIM">
            <summary>
Bad SIM is inserted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_CONTEXT_NOT_ACTIVATED">
            <summary>
Context is not activated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_DISABLED_FOR_APP">
            <summary>
Cloud notifications have been disabled for the application due to a policy setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_GROUP_ALPHANUMERIC">
            <summary>
The notification group is not alphanumeric.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_GROUP_SIZE">
            <summary>
The size of the notification group is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_STORAGE_LOCKED">
            <summary>
The notification platform does not have the proper privileges to complete the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_TOAST_NOTIFICATION_DROPPED">
            <summary>
Toast Notification was dropped without being displayed to the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CALLBACK_ALREADY_REGISTERED">
            <summary>
Notification callback interface is already registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_ID_MATCHED">
            <summary>
Notification Id provided as filter is matched with what the notification platform maintains.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_INVALID_CLOUD_IMAGE">
            <summary>
A cloud image downloaded from the notification platform is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_ALL_URL_NOT_COMPLETED">
            <summary>
The notification platform cannot complete all of requested image.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_IMAGE_NOT_FOUND_IN_CACHE">
            <summary>
The notification platform doesn't have the requested image in its cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_POWER_SAVE">
            <summary>
The notification platform rejects image download request due to system in power save mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_OUT_OF_SESSION">
            <summary>
The notification platform has run out of presentation layer sessions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_INVALID_HTTP_STATUS_CODE">
            <summary>
The notification platform has received invalid HTTP status code other than 2xx for polling.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_TAG_ALPHANUMERIC">
            <summary>
The notification tag is not alphanumeric.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_DEV_ID_SIZE">
            <summary>
The size of the developer id for scheduled notification is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_PUSH_NOTIFICATION_INCAPABLE">
            <summary>
The application background task does not have the push notification capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_DUPLICATE_REGISTRATION">
            <summary>
The notification platform found application is already registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_ACCESS_DENIED">
            <summary>
The notification platform doesn't have appropriate privilege on resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_TAG_SIZE">
            <summary>
The size of the notification tag is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_SIZE">
            <summary>
The size of the notification content is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_TYPE_DISABLED">
            <summary>
Settings prevent the notification type from being delivered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_INTERNET_INCAPABLE">
            <summary>
The application does not have the internet access capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_INCAPABLE">
            <summary>
Application capabilities prevent the notification from being delivered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_DISABLED">
            <summary>
Settings prevent the notification from being delivered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION">
            <summary>
The notification platform is unable to initialize a callback for lock screen updates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_SERVICE_UNAVAILABLE">
            <summary>
The notification platform is unable to connect to the cloud notification service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_AUTH_UNAVAILABLE">
            <summary>
The notification platform is unable to retrieve the authentication credentials required to connect to the cloud notification service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_INCAPABLE">
            <summary>
The application does not have the cloud notification capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_DISABLED">
            <summary>
Cloud notifications have been turned off.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_NOT_POSTED">
            <summary>
The notification cannot be hidden until it has been shown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_HIDDEN">
            <summary>
The notification has already been hidden.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_POSTED">
            <summary>
The notification has already been posted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_PLATFORM_UNAVAILABLE">
            <summary>
The notification platform is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_DUPLICATE_CHANNEL">
            <summary>
The channel identifier is already tied to another application endpoint.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_OUTSTANDING_CHANNEL_REQUEST">
            <summary>
A notification channel request for the provided application identifier is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_INVALID_APP">
            <summary>
The application identifier provided is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CHANNEL_REQUEST_NOT_COMPLETE">
            <summary>
The notification channel request did not complete successfully.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CHANNEL_CLOSED">
            <summary>
The notification channel has already been closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_ROOTCAUSE">
            <summary>
The troubleshooting pack reported information for a root cause without adding the root cause.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_RESOURCE">
            <summary>
A required resource cannot be loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_VERSION">
            <summary>
This version of the troubleshooting pack is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_CANNOTRUN">
            <summary>
The troubleshooting pack cannot be executed on this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_TRUST">
            <summary>
Trust validation of the troubleshooting pack failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_DISABLED">
            <summary>
Scripted diagnostics is disabled by group policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_S_CANNOTRUN">
            <summary>
The troubleshooting pack cannot be executed on this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_NOVERIFIER">
            <summary>
The troubleshooting pack does not contain a required verifier to complete the verification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_MANAGEDHOST">
            <summary>
An error occurred in the Scripted Diagnostic Managed Host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_POWERSHELL">
            <summary>
An error occurred when interacting with PowerShell runtime.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_SCRIPT">
            <summary>
An error occurred when running a PowerShell script.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_CANCELLED">
            <summary>
The operation was cancelled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_VFP_NOT_ALLOWED">
            <summary>
A network of this type can not be created because VFP is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_INTERFACEPARAMETERS_ALREADY_APPLIED">
            <summary>
Cannot apply more than one InterfaceParameters policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_NOT_LOCAL">
            <summary>
The endpoint must be local to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_NOT_ATTACHED">
            <summary>
The endpoint must be attached to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_IP_SUBNET">
            <summary>
The provided IP subnet configuration is invalid or missing parameters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_SUBNET">
            <summary>
The provided subnet configuration is invalid or missing parameters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_OBJECT_USED_AFTER_UNLOAD">
            <summary>
A call was performed against an object that was torn down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_PREFIX">
            <summary>
The prefix provided is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ADDR_INVALID_OR_RESERVED">
            <summary>
An address provided is invalid or reserved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_NAMESPACE_ATTACH_FAILED">
            <summary>
The requested operation for attach namespace failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_INTERNAL_PORT">
            <summary>
The internal port must exist and cannot be zero.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENTITY_HAS_REFERENCES">
            <summary>
The specified entity cannot be removed while it still has references.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS">
            <summary>
This requested operation is invalid as endpoint is already part of a network namespace.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ICS_DISABLED">
            <summary>
Internet Connection Sharing service (SharedAccess) is disabled and cannot be started
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_DEFAULTNAMESPACE_EXISTS">
            <summary>
Default Namespace already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NETINTERFACE_NOT_FOUND">
            <summary>
Network interface not found for the given id
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NETCOMPARTMENT_NOT_FOUND">
            <summary>
Network compartment not found for the given id
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NETADAPTER_NOT_FOUND">
            <summary>
Network adapter not found for the given instance id
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NETADAPTER_TIMEOUT">
            <summary>
Timeout while waiting for network adapter with the given instance id
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_RUNTIMEKEYS_FAILED">
            <summary>
Add runtime keys to container failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_REQUEST_UNSUPPORTED">
            <summary>
The specified request is unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NO_REQUEST_HANDLERS">
            <summary>
Request Handlers not present to handle the JSON request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_MODULE_NOT_FOUND">
            <summary>
Operation cannot be performed while service module not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_MANAGER_STOPPED">
            <summary>
Operation cannot be performed while service is stopping.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_SWITCH_EXTENSION_NOT_FOUND">
            <summary>
The specified switch extension does not exist on this switch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_IP">
            <summary>
IP address is either invalid or not part of any configured subnet(s).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_SHARING_DISABLED">
            <summary>
Endpoint sharing is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_JSON_REFERENCE">
            <summary>
The reference is invalid in the JSON document.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_JSON">
            <summary>
Invalid JSON document string.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_REGKEY_FAILURE">
            <summary>
Failed to process registry key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_GUID_CONVERSION_FAILURE">
            <summary>
Failed to interpret a parameter as a GUID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_SHARED_SWITCH_MODIFICATION">
            <summary>
Cannot modify a switch shared by multiple networks.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_DEGRADED_OPERATION">
            <summary>
There was an operation attempted on a degraded object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_MAPPING_NOT_SUPPORTED">
            <summary>
Port mapping is not supported on the given network.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_REQUEST_UNSUPPORTED">
            <summary>
The specified request is unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_ALREADY_ATTACHED">
            <summary>
This endpoint is already attached to the switch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_PORT_ALREADY_EXISTS">
            <summary>
The specified port already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_POLICY_ALREADY_EXISTS">
            <summary>
Policy information already exists on this object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_LAYER_ALREADY_EXISTS">
            <summary>
A network with this name already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_NETWORK_ALREADY_EXISTS">
            <summary>
A network with this name already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION">
            <summary>
This requested operation is invalid for a remote endpoint.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_POLICY_TYPE">
            <summary>
Invalid policy type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_POLICY">
            <summary>
The provided policy configuration is invalid or missing parameters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_ENDPOINT">
            <summary>
The provided endpoint configuration is invalid or missing parameters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_NETWORK_TYPE">
            <summary>
Invalid network type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_NETWORK">
            <summary>
The provided network configuration is invalid or missing parameters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_VFP_PORTSETTING_NOT_FOUND">
            <summary>
A required VFP port setting was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_POLICY_NOT_FOUND">
            <summary>
An expected policy was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_PORT_NOT_FOUND">
            <summary>
The switch-port was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ADAPTER_NOT_FOUND">
            <summary>
An adapter was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_SUBNET_NOT_FOUND">
            <summary>
The network does not have a subnet for this endpoint.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_SWITCH_NOT_FOUND">
            <summary>
The virtual switch was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_LAYER_NOT_FOUND">
            <summary>
The network's underlying layer was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_NOT_FOUND">
            <summary>
The endpoint was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_NETWORK_NOT_FOUND">
            <summary>
The network was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUERY_STORAGE_ERROR">
            <summary>
The virtualization storage subsystem has generated an error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_UNEXPECTED_ID">
            <summary>
The specified VHD has an unexpected virtual disk identifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION">
            <summary>
There is no change tracking data available associated with the specified change tracking identifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_CHANGE_TRACKING_DISABLED">
            <summary>
Change tracking is disabled for the specified virtual hard disk, so no change tracking information is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_CHANGE_TRACKING_ID">
            <summary>
The specified change tracking identifier is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_METADATA_FULL">
            <summary>
There is not enough space in the virtual disk file for the provided metadata item.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE">
            <summary>
The requested operation could not be completed because the virtual disk's size cannot be safely reduced further.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE">
            <summary>
The requested operation could not be completed because the virtual disk's minimum safe size could not be determined.
This may be due to a missing or corrupt partition table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA">
            <summary>
The requested resize operation could not be completed because it might truncate user data residing on the virtual disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_INCONSISTENT_TRACKING_FILE">
            <summary>
Change Tracking file for the virtual disk is not in a valid state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_INVALID_TRACKING_STATE">
            <summary>
Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_VHD_CHANGED_OFFLINE">
            <summary>
VHD file is changed due to compaction, expansion, or offline updates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE">
            <summary>
Size of change tracking file exceeded the maximum size limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_TRACKING_NOT_INITIALIZED">
            <summary>
Change Tracking is not initialized for this virtual disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE">
            <summary>
The disk must be offline or read-only.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_DISK_ALREADY_OWNED">
            <summary>
The disk is already owned by a different owner.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE">
            <summary>
The sector size of the physical disk on which the virtual disk resides is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_STATE">
            <summary>
The requested operation cannot be performed on the virtual disk in its current state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_TYPE">
            <summary>
The requested operation cannot be performed on a virtual disk of this type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTUAL_DISK_LIMITATION">
            <summary>
The requested operation could not be completed due to a virtual disk system limitation. Virtual hard disk files must be uncompressed and unencrypted and must not be sparse.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT">
            <summary>
The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED">
            <summary>
The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH">
            <summary>
The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_PARENT_VHD_ACCESS_DENIED">
            <summary>
The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_NOT_VIRTUAL_DISK">
            <summary>
The specified disk is not a virtual disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_PROVIDER_NOT_FOUND">
            <summary>
A virtual disk support provider for the specified file was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_FILE_SIZE">
            <summary>
The file size of this virtual hard disk is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_SIZE">
            <summary>
The size of the virtual hard disk is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_METADATA_WRITE_FAILURE">
            <summary>
Failed to write to the metadata of the virtual hard disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_METADATA_READ_FAILURE">
            <summary>
Failed to read the metadata of the virtual hard disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH">
            <summary>
The chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_CHILD_PARENT_ID_MISMATCH">
            <summary>
The chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_PARENT_VHD_NOT_FOUND">
            <summary>
The chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_BITMAP_MISMATCH">
            <summary>
The virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_BLOCK_SIZE">
            <summary>
The system does not support this version of the virtual hard disk. The block size is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT">
            <summary>
The virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_BLOCK_ALLOCATION_FAILURE">
            <summary>
Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_SPARSE_HEADER_CORRUPT">
            <summary>
The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION">
            <summary>
The system does not support this version of the virtual hard disk.This version of the sparse header is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH">
            <summary>
The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_FORMAT_UNSUPPORTED_VERSION">
            <summary>
The version does not support this version of the file format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_FORMAT_UNKNOWN">
            <summary>
The system does not recognize the file format of this virtual hard disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DRIVE_FOOTER_CORRUPT">
            <summary>
The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH">
            <summary>
The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DRIVE_FOOTER_MISSING">
            <summary>
The virtual hard disk is corrupted. The virtual hard disk drive footer is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED">
            <summary>
Some BCD entries were not synchronized correctly with the firmware.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BCD_TOO_MANY_ELEMENTS">
            <summary>
Entries enumerated have exceeded the allowed threshold.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED">
            <summary>
Some BCD entries were not imported correctly from the BCD store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_RAID5_NOT_SUPPORTED">
            <summary>
The system does not support RAID-5 volumes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MIRROR_NOT_SUPPORTED">
            <summary>
The system does not support mirrored volumes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID">
            <summary>
The specified number of disks is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PRIMARY_PACK_PRESENT">
            <summary>
A primary pack is already present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NO_VALID_LOG_COPIES">
            <summary>
The pack has no valid log copies.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED">
            <summary>
The operation is only supported on simple and spanned plexes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_MIRRORED">
            <summary>
The operation is not supported on mirrored volumes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID">
            <summary>
The specified number of disks in a plex member is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID">
            <summary>
The specified number of disks in a plex is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED">
            <summary>
All disks failed to be updated with the new content of the log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NOT_PRIMARY_PACK">
            <summary>
The specified pack is not the primary pack.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_CONFIG_ONLINE">
            <summary>
The configuration of the pack is online.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_CONFIG_OFFLINE">
            <summary>
The configuration of the pack is offline.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_BAD_BOOT_DISK">
            <summary>
The boot disk experienced failures.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE">
            <summary>
All disks participating to the volume must have the same sector size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID">
            <summary>
The specified number of extents is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_RETAINED">
            <summary>
The specified volume already has a retain partition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_OFFLINE">
            <summary>
The specified volume is offline.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_NOT_RETAINED">
            <summary>
The specified volume does not have a retain partition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_NOT_MIRRORED">
            <summary>
The operation is only supported on mirrored volumes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE">
            <summary>
The specified size for the volume is not a multiple of the sector size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_LENGTH_INVALID">
            <summary>
The specified volume length is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_ID_INVALID">
            <summary>
The specified volume id is invalid. There are no volumes with the specified volume id.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK">
            <summary>
The specified volume contains a missing disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE">
            <summary>
An unexpected layout change occurred outside of the volume manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_TRANSACTION_IN_PROGRESS">
            <summary>
There is currently a transaction in process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS">
            <summary>
There is already a pending request for notifications. Wait for the existing request to return before requesting for more notifications.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_STRUCTURE_SIZE_INVALID">
            <summary>
The Size fields in the VM_VOLUME_LAYOUT input structure are incorrectly set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_NOT_SIMPLE">
            <summary>
The operation is only supported on simple plexes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_NOT_RAID5">
            <summary>
The operation is only supported on RAID-5 plexes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_TYPE_INVALID">
            <summary>
The specified plex type is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_REGENERATING">
            <summary>
The specified plex is currently regenerating.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_MISSING">
            <summary>
The specified plex is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_LAST_ACTIVE">
            <summary>
The specified plex is the last active plex in the volume. The plex cannot be removed or else the volume will go offline.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_INDEX_INVALID">
            <summary>
The specified plex index is greater or equal than the number of plexes in the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_INDEX_DUPLICATE">
            <summary>
The same plex index was specified more than once.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_IN_SYNC">
            <summary>
The specified plex is already in-sync with the other active plexes. It does not need to be regenerated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PARTITION_UPDATE_FAILED">
            <summary>
Failed to update the disk's partition layout.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PARTITION_STYLE_INVALID">
            <summary>
The specified disk has an unsupported partition style. Only MBR and GPT partition styles are supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_WITHOUT_QUORUM">
            <summary>
The pack does not have a quorum of healthy disks.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_HAS_QUORUM">
            <summary>
The specified pack already has a quorum of healthy disks.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_OFFLINE">
            <summary>
The specified pack is offline.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_NAME_INVALID">
            <summary>
The specified pack name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_INVALID">
            <summary>
The specified pack is the invalid pack. The operation cannot complete with the invalid pack.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_ID_INVALID">
            <summary>
The specified pack id is invalid. There are no packs with the specified pack id.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_DUPLICATE">
            <summary>
The specified source and target packs are identical.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID">
            <summary>
The specified number of plexes is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID">
            <summary>
The specified number of members is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NOTIFICATION_RESET">
            <summary>
The notifications have been reset. Notifications for the current user are invalid. Unregister and re-register for notifications.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NO_SUCH_USER">
            <summary>
The specified notification user does not exist. Failed to unregister user for notifications.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NO_REGISTERED_USERS">
            <summary>
There are currently no registered users for notifications. The task number is irrelevant unless there are registered users.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_ALL_DISKS_FAILED">
            <summary>
All disks belonging to the pack failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_REGENERATING">
            <summary>
The specified member is already regenerating.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_NOT_DETACHED">
            <summary>
The specified member is not detached. Cannot replace a member which is not detached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_MISSING">
            <summary>
The specified member is missing. It cannot be regenerated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_INDEX_INVALID">
            <summary>
The specified member index is greater or equal than the number of members in the volume plex.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE">
            <summary>
The same member index was specified more than once.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_IN_SYNC">
            <summary>
The specified member is already in-sync with the other active members. It does not need to be regenerated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS">
            <summary>
There is already a maximum number of registered users.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID">
            <summary>
The specified interleave length is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED">
            <summary>
The system does not support fault tolerant volumes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH">
            <summary>
The specified extent lengths cannot be used to construct a volume with specified length.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION">
            <summary>
The specified partition overlaps an EBR (the first track of an extended partition on an MBR disk).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED">
            <summary>
The specified volume extent is not sector aligned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION">
            <summary>
The specified volume extent is not within the public region of the disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS">
            <summary>
The specified volume is retained and can only be extended into a contiguous extent. The specified extent to grow the volume is not contiguous with the specified volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_ALREADY_USED">
            <summary>
The specified extent is already used by other volumes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED">
            <summary>
Dynamic disks are not supported on this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES">
            <summary>
A disk in the volume layout provides extents to more than one plex.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS">
            <summary>
A disk in the volume layout provides extents to more than one member of a plex.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_SET_NOT_CONTAINED">
            <summary>
The specified disk set contains volumes which exist on disks outside of the set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID">
            <summary>
The specified disk has an invalid sector size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_REVECTORING_FAILED">
            <summary>
The force revectoring of bad sectors failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE">
            <summary>
There is not enough usable space for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_NOT_EMPTY">
            <summary>
The specified disk is not empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_MISSING">
            <summary>
The specified disk is missing. The operation cannot complete on a missing disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS">
            <summary>
The disk layout contains more than the maximum number of supported partitions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS">
            <summary>
The disk layout contains primary partitions in between logical drives. This is an invalid disk layout.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL">
            <summary>
The disk layout contains partitions which are smaller than the minimum size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED">
            <summary>
The disk layout contains partitions which are not cylinder aligned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS">
            <summary>
The disk layout contains non-basic partitions which appear after basic partitions. This is an invalid disk layout.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_INVALID">
            <summary>
The specified disk has an invalid disk layout.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAST_VOTER">
            <summary>
The specified disk(s) cannot be removed since it is the last remaining voter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_INVALID">
            <summary>
The specified disk is an invalid disk. Operation cannot complete on an invalid disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_ID_INVALID">
            <summary>
The specified disk id is invalid. There are no disks with the specified disk id.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_DYNAMIC">
            <summary>
The disk is already dynamic.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_DUPLICATE">
            <summary>
The same disk was specified more than once in the migration list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME">
            <summary>
The disk contains non-simple volumes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED">
            <summary>
A majority of disks failed to be updated with the new configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC">
            <summary>
The configuration on the disk is not insync with the in-memory configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED">
            <summary>
The configuration data on the disk is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DATABASE_FULL">
            <summary>
The configuration database is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION">
            <summary>
One or more disks were not fully migrated to the target pack. They may or may not require reimport after fixing the hardware problems.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_INCOMPLETE_REGENERATION">
            <summary>
The regeneration operation was not able to copy all data from the active plexes due to bad sectors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DM_OPERATION_LIMIT_EXCEEDED">
            <summary>
The attempted DM / resize operation exceeds the supported size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED">
            <summary>
The active virtual trust level is not enabled on the specified virtual processor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE">
            <summary>
The virtual processor is not in the correct state for the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED">
            <summary>
The given virtual address is not mapped to a physical address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND">
            <summary>
The Windows kernel image address could not be found in the virtual machine saved state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED">
            <summary>
A virtual processor has been detected to have nested virtualization enabled. Nested Virtualization is not supported yet by VmSavedStateDumpProvider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE">
            <summary>
No virtual processor information found in the saved partition blob. Make sure the virtual machine is saved successfully for this content to be included in the partition state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND">
            <summary>
Guest memory not found. Make sure the virtual machine is saved for this content to be included in the saved state file(s).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND">
            <summary>
Partition state blob not found. Make sure the virtual machine is saved for this content to be included in the saved state file(s).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VSMB_SAVED_STATE_CORRUPT">
            <summary>
Cannot restore this virtual machine because the vSMB saved state data cannot be read. Delete the saved state data and then try to start the virtual machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND">
            <summary>
Cannot restore this virtual machine because a file read from the vSMB saved state data could not be found. Delete the saved state data and then try to start the virtual machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_UNSUPPORTED_PROCESSOR_CONFIG">
            <summary>
The Windows Hypervisor Platform is not supported due to a processor limitation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_INVALID_VP_REGISTER_NAME">
            <summary>
A virtual processor register with the specified name does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_INVALID_VP_STATE">
            <summary>
The virtual processor is not in the correct state to perform the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_VP_DOES_NOT_EXIST">
            <summary>
A virtual processor with the specified index does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_VP_ALREADY_EXISTS">
            <summary>
A virtual processor with the specified index already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_GPA_RANGE_NOT_FOUND">
            <summary>
The specified GPA range was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_INVALID_PARTITION_CONFIG">
            <summary>
The configuration of the partition is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG">
            <summary>
The configuration of the hypervisor on this system is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_UNKNOWN_PROPERTY">
            <summary>
The specified property does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_INSUFFICIENT_BUFFER">
            <summary>
The specified buffer is too small for the requested data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_UNKNOWN_CAPABILITY">
            <summary>
The specified capability does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED">
            <summary>
A virtual machine is running with its memory allocated across multiple NUMA nodes. This does not indicate a problem unless the performance of your virtual machine is unusually slow. If you are experiencing performance problems, you may need to modify the NUMA configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND">
            <summary>
A virtual switch with the given name was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_ALREADY_CANCELLED">
            <summary>
The operation has already been cancelled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION">
            <summary>
The virtual machine or container is not configured to perform the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_PROCESS_ALREADY_STOPPED">
            <summary>
The process has already exited.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SERVICE_DISCONNECT">
            <summary>
The host compute system service has disconnected unexpectedly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_PROCESS_INFO_NOT_AVAILABLE">
            <summary>
The process information is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_GUEST_CRITICAL_ERROR">
            <summary>
The virtual machine or container reported a critical error and was stopped or restarted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_ACCESS_DENIED">
            <summary>
Insufficient privileges. Only administrators or users that are members of the Hyper-V Administrators user group are permitted to access virtual machines or containers. To add yourself to the Hyper-V Administrators user group, please see https://aka.ms/hcsadmin for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_RESULT_ALLOCATION_FAILED">
            <summary>
Not enough memory available to return the result of the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET">
            <summary>
An event callback has already been registered on this handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_TIMEOUT">
            <summary>
The operation did not complete in time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_PENDING">
            <summary>
The operation is still running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_ALREADY_STARTED">
            <summary>
The operation is already running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_NOT_STARTED">
            <summary>
The operation has not started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SERVICE_NOT_AVAILABLE">
            <summary>
The operation could not be started because a required feature is not installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_WINDOWS_INSIDER_REQUIRED">
            <summary>
To use this container image, you must join the Windows Insider Program. Please see https://go.microsoft.com/fwlink/?linkid=850659 for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_INVALID_LAYER">
            <summary>
The container image contains a layer with an unrecognized format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_PROTOCOL_ERROR">
            <summary>
A communication protocol error has occurred between the virtual machine or container and the host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SYSTEM_ALREADY_STOPPED">
            <summary>
The virtual machine or container with the specified identifier is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SYSTEM_ALREADY_EXISTS">
            <summary>
A virtual machine or container with the specified identifier already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SYSTEM_NOT_FOUND">
            <summary>
A virtual machine or container with the specified identifier does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_INVALID_JSON">
            <summary>
The virtual machine or container JSON document is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_UNSUPPORTED_PROTOCOL_VERSION">
            <summary>
The virtual machine or container does not support an available version of the communication protocol with the host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_UNKNOWN_MESSAGE">
            <summary>
An unknown internal message was received by the virtual machine or container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_CONNECTION_CLOSED">
            <summary>
The connection with the virtual machine or container was closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_CONNECTION_TIMEOUT">
            <summary>
The operation timed out because a response was not received from the virtual machine or container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_CONNECT_FAILED">
            <summary>
A connection could not be established with the container or virtual machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_TERMINATED">
            <summary>
The virtual machine or container was forcefully exited.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_UNEXPECTED_EXIT">
            <summary>
The virtual machine or container exited unexpectedly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_INVALID_STATE">
            <summary>
The requested virtual machine or container operation is not valid in the current state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_HYPERV_NOT_INSTALLED">
            <summary>
The virtual machine could not be started because a required feature is not installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_IMAGE_MISMATCH">
            <summary>
The container operating system does not match the host operating system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_TERMINATED_DURING_START">
            <summary>
The virtual machine or container exited unexpectedly while starting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED">
            <summary>
To use this container image, you must join the Windows Insider Program. Please see https://go.microsoft.com/fwlink/?linkid=850659 for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_INVALID_LAYER">
            <summary>
The container image contains a layer with an unrecognized format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_PROTOCOL_ERROR">
            <summary>
A communication protocol error has occurred between the virtual machine or container and the host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED">
            <summary>
The virtual machine or container with the specified identifier is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS">
            <summary>
A virtual machine or container with the specified identifier already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND">
            <summary>
A virtual machine or container with the specified identifier does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_INVALID_JSON">
            <summary>
The virtual machine or container JSON document is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION">
            <summary>
The virtual machine or container does not support an available version of the communication protocol with the host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_UNKNOWN_MESSAGE">
            <summary>
An unknown internal message was received by the virtual machine or container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_CONNECTION_CLOSED">
            <summary>
The connection with the virtual machine or container was closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_TIMEOUT">
            <summary>
The operation timed out because a response was not received from the virtual machine or container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_CONNECT_FAILED">
            <summary>
A connection could not be established with the container or virtual machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_TERMINATED">
            <summary>
The virtual machine or container was forcefully exited.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_UNEXPECTED_EXIT">
            <summary>
The virtual machine or container exited unexpectedly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_INVALID_STATE">
            <summary>
The requested virtual machine or container operation is not valid in the current state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS">
            <summary>
The supported number of notification callbacks has been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_OPERATION_PENDING">
            <summary>
The call to start an asynchronous operation succeeded and the operation is performed in the background.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED">
            <summary>
The virtual machine could not be started because a required feature is not installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_IMAGE_MISMATCH">
            <summary>
The container operating system does not match the host operating system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_TERMINATED_DURING_START">
            <summary>
The virtual machine or container exited unexpectedly while starting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PROCESS_ALREADY_SET">
            <summary>
The process has already been set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INSUFFICIENT_RESOURCES_WITHDRAW">
            <summary>
Failed to withdraw memory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MEMORY_TYPE_NOT_SUPPORTED">
            <summary>
Memory type not supported for requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT">
            <summary>
Failed to allocate memory to be deposited in the hypervisor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER">
            <summary>
Failed to allocate memory for the physical buffer used to back certain internal structures.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INSUFFICIENT_RESOURCES_RESERVE">
            <summary>
Failed to allocate backing memory due to insufficient memory resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_VTL_ACCESS_DENIED">
            <summary>
The specified VTL does not have the permission to access the resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_SAVED_STATE_INCOMPATIBLE">
            <summary>
Cannot restore this virtual machine to the saved state because of hypervisor incompatibility. Delete the saved state data and then try to start the virtual machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM">
            <summary>
Cannot restore this virtual machine because an item read from the saved state data is not recognized. Delete the saved state data and then try to start the virtual machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_SAVED_STATE_CORRUPT">
            <summary>
Cannot restore this virtual machine because the saved state data cannot be read. Delete the saved state data and then try to start the virtual machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT">
            <summary>
Cannot create the memory block for the virtualization infrastructure driver because the requested number of pages exceeded the limit. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE">
            <summary>
Cannot lock or map the memory block page for the virtualization infrastructure driver because it has already been locked using a reserve page set page. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL">
            <summary>
The reserve page set for the virtualization infrastructure driver is too small to use in the lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED">
            <summary>
Cannot destroy or reuse the reserve page set for the virtualization infrastructure driver because it is in use. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_CHILD_GPA_PAGE_SET">
            <summary>
The lock or unlock request uses an invalid guest operating system memory address. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MMIO_RANGE_DESTROYED">
            <summary>
The memory mapped I/O for this page range no longer exists. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET">
            <summary>
Cannot set or reset the memory block property more than once for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED">
            <summary>
This kernel mode interface for the virtualization infrastructure driver has already been initialized. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT">
            <summary>
The maximum number of kernel mode clients for the virtualization infrastructure driver has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_PROCESSOR_STATE">
            <summary>
Invalid state for the virtual processor. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_STOP_PENDING">
            <summary>
Cannot stop the virtual processor immediately because of a pending intercept.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED">
            <summary>
Cannot add a virtual processor to the partition because the maximum has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MESSAGE_QUEUE_CLOSED">
            <summary>
The message queue for the virtualization infrastructure driver has been closed. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MBPS_ARE_LOCKED">
            <summary>
Notifications cannot be created on the memory block because it is use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_PPM_HANDLE">
            <summary>
The handle is not a valid parent partition mapping handle for the virtualization infrastructure driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED">
            <summary>
The request to lock or map a memory block page failed because the virtualization infrastructure driver memory block limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE">
            <summary>
Cannot install client notifications because no message queue for the virtualization infrastructure driver is associated with the memory block.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_GPA_RANGE_HANDLE">
            <summary>
The handle is not a valid page range handle for the virtualization infrastructure driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE">
            <summary>
The handle is not a valid message queue handle for the virtualization infrastructure driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PAGE_RANGE_OVERFLOW">
            <summary>
The request exceeded the memory block page limit for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE">
            <summary>
The handle is not a valid memory block handle for the virtualization infrastructure driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED">
            <summary>
The memory block for the virtualization infrastructure driver is already associated with a message queue.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_NUMA_NODE_INDEX">
            <summary>
The non-uniform memory access (NUMA) node index does not match a valid index in the system NUMA topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_NUMA_SETTINGS">
            <summary>
The non-uniform memory access (NUMA) node settings do not match the system NUMA topology. In order to start the virtual machine, you will need to modify the NUMA configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED">
            <summary>
Cannot unlock the page array for the guest operating system memory address because it does not match a previous lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MB_STILL_REFERENCED">
            <summary>
The memory block for the virtualization infrastructure driver is still being used and cannot be destroyed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT">
            <summary>
The memory block page for the virtualization infrastructure driver cannot be mapped because the page map limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS">
            <summary>
A message queue with the same name already exists for the virtualization infrastructure driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PARTITION_NAME_NOT_FOUND">
            <summary>
The virtualization infrastructure driver has encountered an error. Could not find the requested partition. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PARTITION_DOES_NOT_EXIST">
            <summary>
The virtualization infrastructure driver has encountered an error. The requested partition does not exist. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PARTITION_ALREADY_EXISTS">
            <summary>
Cannot create the partition for the virtualization infrastructure driver because another partition with the same name already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG">
            <summary>
The message queue name of the virtualization infrastructure driver exceeds the maximum.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PARTITION_NAME_TOO_LONG">
            <summary>
The partition name of the virtualization infrastructure driver exceeds the maximum.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_OBJECT_NAME">
            <summary>
The name of the partition or message queue for the virtualization infrastructure driver is invalid. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_HANDLER_NOT_PRESENT">
            <summary>
No handler exists to handle the message for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_QUEUE_FULL">
            <summary>
The message queue for the virtualization infrastructure driver is full and cannot accept new messages. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_TOO_MANY_HANDLERS">
            <summary>
The number of registered handlers for the virtualization infrastructure driver exceeded the maximum. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_DUPLICATE_HANDLER">
            <summary>
The handler for the virtualization infrastructure driver is already registered. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NOT_PRESENT">
            <summary>
No hypervisor is present on this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING">
            <summary>
There is not enough contiguous memory in the root partition's pool to complete the mirroring operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING">
            <summary>
There is not enough memory in the root partition's pool to complete the mirroring operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY">
            <summary>
There is not enough contiguous memory in the root partition's pool to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING">
            <summary>
There is not enough contiguous memory in the hypervisor pool to complete the mirroring operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_MEMORY_MIRRORING">
            <summary>
There is not enough memory in the hypervisor pool to complete the mirroring operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_MSR_ACCESS_FAILED">
            <summary>
The requested access to the model specific register failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NESTED_VM_EXIT">
            <summary>
The requested operation would result in a nested vm-exit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_DEVICE_NOT_IN_DOMAIN">
            <summary>
The device is not in a device domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY">
            <summary>
There is not enough contiguous memory in the partition's pool to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_EVENT_BUFFER_ALREADY_FREED">
            <summary>
The provided event log buffer was already marked as freed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_ROOT_MEMORY">
            <summary>
There is not enough memory in the root partition's pool to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE">
            <summary>
The hypervisor could not perform the operation because it is not allowed with nested virtualization active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_OPERATION_FAILED">
            <summary>
The requested operation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_CPU_GROUP_STATE">
            <summary>
The hypervisor could not perform the operation because the CPU group is entering or in an invalid state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_CPU_GROUP_ID">
            <summary>
A CPU group with the specified CPU group Id does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PAGE_REQUEST_INVALID">
            <summary>
The supplied page request specifies a memory access that the guest does not have permissions to perform.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PENDING_PAGE_REQUESTS">
            <summary>
The device had pending page requests which were discarded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_DEVICE_STATE">
            <summary>
The operation is not allowed in the current device state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_DEVICE_ID">
            <summary>
The supplied device ID is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NX_NOT_DETECTED">
            <summary>
No execute feature (NX) is not present or not enabled in the BIOS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_VTL_STATE">
            <summary>
The supplied virtual trust level is not in the correct state to perform the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_REGISTER_VALUE">
            <summary>
The supplied register value is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_LP_INDEX">
            <summary>
The hypervisor could not perform the operation because the specified LP index is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_SMX_ENABLED">
            <summary>
SMX has been enabled in the BIOS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PROCESSOR_STARTUP_TIMEOUT">
            <summary>
Processor did not respond within the timeout period.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION">
            <summary>
Validation of XSAVE CPUID data of the processor failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_CPUID_FEATURE_VALIDATION">
            <summary>
Validation of CPUID data of the processor failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS">
            <summary>
The maximum number of domains supported by the platform I/O remapping hardware is currently in use. No domains are available to assign this device to this partition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_BUFFER">
            <summary>
The specified buffer was too small to contain all of the requested data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_FEATURE_UNAVAILABLE">
            <summary>
A hypervisor feature is not available to the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NO_RESOURCES">
            <summary>
There are not enough resources to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INACTIVE">
            <summary>
The physical connection being used for debugging has not recorded any receive activity since the last operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NO_DATA">
            <summary>
An attempt to retrieve debugging data failed because none was available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO">
            <summary>
The proximity domain information is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_OBJECT_IN_USE">
            <summary>
The hypervisor could not perform the operation because the object or value was either already in use or being used for a purpose that would not permit completing the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_SYNIC_STATE">
            <summary>
The hypervisor could not complete the operation because a required feature of the synthetic interrupt controller (SynIC) was disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_SAVE_RESTORE_STATE">
            <summary>
The indicated partition is not in a valid state for saving or restoring.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_ACKNOWLEDGED">
            <summary>
The previous virtual interrupt has already been acknowledged.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_VP_STATE">
            <summary>
A virtual processor is not in the correct state for the indicated operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NOT_ACKNOWLEDGED">
            <summary>
The previous virtual interrupt has not been acknowledged.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_BUFFERS">
            <summary>
Not enough buffers were supplied to send a message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_CONNECTION_ID">
            <summary>
The hypervisor could not perform the operation because the specified connection identifier is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PORT_ID">
            <summary>
The hypervisor could not perform the operation because the specified port identifier is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_VP_INDEX">
            <summary>
The hypervisor could not perform the operation because the specified VP index is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PARTITION_ID">
            <summary>
A partition with the specified partition Id does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PARTITION_TOO_DEEP">
            <summary>
The maximum partition depth has been exceeded for the partition hierarchy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_MEMORY">
            <summary>
There is not enough memory in the hypervisor pool to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE">
            <summary>
The specified value of a partition property is out of range or violates an invariant.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_UNKNOWN_PROPERTY">
            <summary>
The hypervisor does not recognize the specified partition property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_OPERATION_DENIED">
            <summary>
The operation is not allowed in the current state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PARTITION_STATE">
            <summary>
The hypervisor could not perform the operation because the partition is entering or in an invalid state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_ACCESS_DENIED">
            <summary>
Access to the specified object was denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PARAMETER">
            <summary>
The hypervisor could not perform the operation because an invalid parameter was specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_ALIGNMENT">
            <summary>
The hypervisor could not perform the operation because a parameter has an invalid alignment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_HYPERCALL_INPUT">
            <summary>
The hypervisor does not support the operation because the encoding for the hypercall input register is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_HYPERCALL_CODE">
            <summary>
The hypervisor does not support the operation because the specified hypercall code is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_OFFLOAD_PATH_REJECTED">
            <summary>
The IP Path object is not in an offloadable state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED">
            <summary>
The TCP connection is not offloadable by the Chimney Offload target.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_OFFLOAD_POLICY">
            <summary>
The TCP connection is not offloadable because of a local policy setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INDICATION_REQUIRED">
            <summary>
The request will be completed later by NDIS status indication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED">
            <summary>
The wireless local area network interface cannot start an AP on this band due to regulatory reasons.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED">
            <summary>
The wireless local area network interface cannot start an AP on this channel due to regulatory reasons.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE">
            <summary>
The wireless local area network interface cannot start an AP on the specified band right now.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE">
            <summary>
The wireless local area network interface cannot start an AP on the specified channel right now.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL">
            <summary>
The list of low power protocol offloads is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL">
            <summary>
The list of wake on LAN patterns is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_POWER_STATE_INVALID">
            <summary>
The wireless local area network interface is powered down and doesn't support the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_MEDIA_IN_USE">
            <summary>
The wireless local area network interface is busy and can not perform the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED">
            <summary>
The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_NO_QUEUES">
            <summary>
There are not enough queues to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_REINIT_REQUIRED">
            <summary>
This operation requires the miniport adapter to be reinitialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_LOW_POWER_STATE">
            <summary>
The miniport adapter is in low power state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_PORT_STATE">
            <summary>
The current state of the specified port on this network interface does not support the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_PORT">
            <summary>
The specified port does not exist on this network interface.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_UNSUPPORTED_REVISION">
            <summary>
The revision number specified in the structure is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INTERFACE_NOT_FOUND">
            <summary>
Network interface was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_PAUSED">
            <summary>
The offload operation on the network interface has been paused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_DEVICE_REQUEST">
            <summary>
The specified request is not a valid operation for the target device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_ADDRESS">
            <summary>
The network address used in the request is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_MEDIA_DISCONNECTED">
            <summary>
The I/O operation failed because network media is disconnected or wireless access point is out of range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_RESOURCE_CONFLICT">
            <summary>
An attempt to allocate a hardware resource failed because the resource is used by another component.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ALREADY_MAPPED">
            <summary>
An attempt was made to map a file that is alreay mapped.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ERROR_READING_FILE">
            <summary>
An error occurred while NDIS tried to map the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_FILE_NOT_FOUND">
            <summary>
An attempt was made to map a file that can not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_GROUP_ADDRESS_IN_USE">
            <summary>
An attempt was made to remove a token ring group address that is in use by other components.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_UNSUPPORTED_MEDIA">
            <summary>
Network interface does not support this media type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ADAPTER_REMOVED">
            <summary>
The network interface has been removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_OID">
            <summary>
Network interface does not support this OID (Object Identifier)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_BUFFER_TOO_SHORT">
            <summary>
The length of buffer submitted for this operation is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_DATA">
            <summary>
The data used for this operation is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_LENGTH">
            <summary>
The length of the buffer submitted for this operation is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ADAPTER_NOT_READY">
            <summary>
Network interface is not ready to complete this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_PACKET">
            <summary>
An attempt was made to send an invalid packet on a network interface.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_NOT_SUPPORTED">
            <summary>
Netword interface does not support this request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_RESET_IN_PROGRESS">
            <summary>
Network interface can not process the request because it is being reset.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_REQUEST_ABORTED">
            <summary>
Netowork interface aborted the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_MULTICAST_NOT_FOUND">
            <summary>
At attempt was made to remove a multicast address that was never added.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_MULTICAST_EXISTS">
            <summary>
An attempt was made to add a duplicate multicast address to the list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_MULTICAST_FULL">
            <summary>
The multicast list on the network interface is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DEVICE_FAILED">
            <summary>
Network interface has encountered an internal unrecoverable failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_OPEN_FAILED">
            <summary>
Failed to open the network interface.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ADAPTER_NOT_FOUND">
            <summary>
Failed to find the network interface or network interface is not ready.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_BAD_CHARACTERISTICS">
            <summary>
An invalid characteristics table was used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_BAD_VERSION">
            <summary>
An invalid version was specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INTERFACE_CLOSING">
            <summary>
The binding to the network interface is being closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SECURITY_SYSTEM_FAILURE">
            <summary>
A security operation failed in the Windows Web Services framework.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SECURITY_TOKEN_EXPIRED">
            <summary>
A security token was rejected by the server because it has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OTHER">
            <summary>
Unrecognized error occurred in the Windows Web Services framework.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_INVALID_ENDPOINT_URL">
            <summary>
The endpoint address URL is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH">
            <summary>
The remote endpoint requires HTTP authentication scheme 'negotiate'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SERVER_REQUIRES_NTLM_AUTH">
            <summary>
The remote endpoint requires HTTP authentication scheme 'NTLM'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SERVER_REQUIRES_DIGEST_AUTH">
            <summary>
The remote endpoint requires HTTP authentication scheme 'digest'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SERVER_REQUIRES_BASIC_AUTH">
            <summary>
The remote endpoint requires HTTP authentication scheme 'basic'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH">
            <summary>
The HTTP proxy server requires HTTP authentication scheme 'negotiate'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_REQUIRES_NTLM_AUTH">
            <summary>
The HTTP proxy server requires HTTP authentication scheme 'NTLM'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_REQUIRES_DIGEST_AUTH">
            <summary>
The HTTP proxy server requires HTTP authentication scheme 'digest'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_REQUIRES_BASIC_AUTH">
            <summary>
The HTTP proxy server requires HTTP authentication scheme 'basic'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_NOT_SUPPORTED">
            <summary>
The requested feature is not available on this platform.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_ACCESS_DENIED">
            <summary>
Access was denied by the HTTP proxy server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_FAILURE">
            <summary>
The HTTP proxy server could not process the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_DISCONNECTED">
            <summary>
The connection with the remote endpoint was terminated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_FAULT_RECEIVED">
            <summary>
A message containing a fault was received from the remote endpoint.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_TOO_BUSY">
            <summary>
The remote endpoint is unable to process the request due to being overloaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_ACTION_NOT_SUPPORTED">
            <summary>
The operation was not supported by the remote endpoint.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_UNREACHABLE">
            <summary>
The remote endpoint was not reachable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_FAILURE">
            <summary>
The remote endpoint could not process the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_NOT_AVAILABLE">
            <summary>
The remote endpoint is not currently in service at this location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_NOT_FOUND">
            <summary>
The remote endpoint does not exist or could not be located.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ADDRESS_NOT_AVAILABLE">
            <summary>
The address is not valid for this context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ADDRESS_IN_USE">
            <summary>
The address is already being used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SECURITY_VERIFICATION_FAILURE">
            <summary>
Security verification was not successful for the received data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_NO_TRANSLATION_AVAILABLE">
            <summary>
The information was not available in the specified language.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_QUOTA_EXCEEDED">
            <summary>
A quota was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OPERATION_ABANDONED">
            <summary>
The operation was abandoned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OPERATION_TIMED_OUT">
            <summary>
The operation did not complete within the time allotted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_ACCESS_DENIED">
            <summary>
Access was denied by the remote endpoint.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OPERATION_ABORTED">
            <summary>
The operation was aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_INVALID_OPERATION">
            <summary>
The operation is not allowed due to the current state of the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_NUMERIC_OVERFLOW">
            <summary>
The operation could not be completed because it would lead to numeric overflow.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OBJECT_FAULTED">
            <summary>
The operation could not be completed because the object is in a faulted state due to a previous error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_INVALID_FORMAT">
            <summary>
The input data was not in the expected format or did not have the expected value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_S_END">
            <summary>
There are no more messages available on the channel.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WS_S_ASYNC">
            <summary>
The function call is completing asynchronously.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DROP_NOICMP">
            <summary>
The packet should be dropped, no ICMP should be sent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_IKEEXT_NOT_RUNNING">
            <summary>
The IKEEXT service is not running. This service only runs when there is IPsec policy applied to the machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_STILL_ON">
            <summary>
The engine option is still enabled due to other configuration settings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_DNS_NAME">
            <summary>
The DNS name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CONNECTIONS_DISABLED">
            <summary>
The BFE IPsec Connection Tracking is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL">
            <summary>
A key manager dictated invalid keys
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_KEY_DICTATOR_ALREADY_REGISTERED">
            <summary>
A key manager capable of key dictation is already registered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_L2_DRIVER_NOT_READY">
            <summary>
The WFP MAC Layers are not ready.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_TUNNEL_ENDPOINT">
            <summary>
A tunnel endpoint configuration is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DUPLICATE_AUTH_METHOD">
            <summary>
A policy cannot contain the same auth method more than once.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_TRANSFORM_COMBINATION">
            <summary>
The combination of IPsec transform types is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM">
            <summary>
The IPsec cipher transform is not compatible with the policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_CIPHER_TRANSFORM">
            <summary>
The IPsec cipher transform is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_AUTH_TRANSFORM">
            <summary>
The IPsec authentication transform is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CALLOUT_NOTIFICATION_FAILED">
            <summary>
The notification function for a callout returned an error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TOO_MANY_SUBLAYERS">
            <summary>
The maximum number of sublayers has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_PARAMETER">
            <summary>
The parameter is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_PROVIDER_CONTEXT_MISMATCH">
            <summary>
The provider context is of the wrong type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NEVER_MATCH">
            <summary>
The enumeration template or subscription will never match any objects.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_EM_NOT_SUPPORTED">
            <summary>
An IKE policy cannot contain an Extended Mode policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_DH_GROUP">
            <summary>
The Diffie-Hellman group is not compatible with the policy type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_AUTH_METHOD">
            <summary>
The authentication method is not compatible with the policy type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT">
            <summary>
The raw context or the provider context is not compatible with the callout.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER">
            <summary>
The raw context or the provider context is not compatible with the layer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER">
            <summary>
The action type is not compatible with the sublayer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER">
            <summary>
The action type is not compatible with the layer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DUPLICATE_KEYMOD">
            <summary>
A policy cannot contain the same keying module more than once.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DUPLICATE_CONDITION">
            <summary>
A filter cannot contain multiple conditions operating on a single field.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_RESERVED">
            <summary>
A reserved field is non-zero.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_OUT_OF_BOUNDS">
            <summary>
An integer value is outside the allowed range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TYPE_MISMATCH">
            <summary>
An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_MATCH_TYPE_MISMATCH">
            <summary>
A filter condition contains a match type that is not compatible with the operands.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_WEIGHT">
            <summary>
The filter weight is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_ACTION_TYPE">
            <summary>
The action type is not one of the allowed action types for a filter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NULL_DISPLAY_NAME">
            <summary>
The displayData.name field cannot be null.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_ZERO_LENGTH_ARRAY">
            <summary>
An array that must contain at least one element is zero length.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_INTERVAL">
            <summary>
The time interval is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_RANGE">
            <summary>
An FWP_RANGE is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_NET_MASK">
            <summary>
A network mask is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_FLAGS">
            <summary>
The flags field contains an invalid value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_ENUMERATOR">
            <summary>
An enumerator is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NULL_POINTER">
            <summary>
A required pointer is null.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_SA_STATE">
            <summary>
The call is not allowed for the current security association state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TRAFFIC_MISMATCH">
            <summary>
The traffic parameters do not match those for the security association context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NOTIFICATION_DROPPED">
            <summary>
A notification could not be delivered because a message queue is at its maximum capacity.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TOO_MANY_CALLOUTS">
            <summary>
The maximum number of callouts has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_BUILTIN_OBJECT">
            <summary>
The object is built in so cannot be deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_LIFETIME_MISMATCH">
            <summary>
The call tried to associate two objects with incompatible lifetimes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_KM_CLIENTS_ONLY">
            <summary>
The call is allowed for kernel-mode callers only.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_LAYER">
            <summary>
The operation is not supported by the specified layer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NET_EVENTS_DISABLED">
            <summary>
Collection of network diagnostic events is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TIMEOUT">
            <summary>
The call timed out while waiting to acquire the transaction lock.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_TXN">
            <summary>
The call is not allowed from within a read-only transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_SESSION_ABORTED">
            <summary>
The session has been cancelled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TXN_ABORTED">
            <summary>
The explicit transaction has been forcibly cancelled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TXN_IN_PROGRESS">
            <summary>
The call is not allowed from within an explicit transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NO_TXN_IN_PROGRESS">
            <summary>
The call must be made from within an explicit transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_WRONG_SESSION">
            <summary>
The call was made from the wrong session so cannot be completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DYNAMIC_SESSION_IN_PROGRESS">
            <summary>
The call is not allowed from within a dynamic session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_IN_USE">
            <summary>
The object is referenced by other objects so cannot be deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_ALREADY_EXISTS">
            <summary>
An object with that GUID or LUID already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NOT_FOUND">
            <summary>
The object does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_SUBLAYER_NOT_FOUND">
            <summary>
The sublayer does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_PROVIDER_CONTEXT_NOT_FOUND">
            <summary>
The provider context does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_PROVIDER_NOT_FOUND">
            <summary>
The provider does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_LAYER_NOT_FOUND">
            <summary>
The layer does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_FILTER_NOT_FOUND">
            <summary>
The filter does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CONDITION_NOT_FOUND">
            <summary>
The filter condition does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CALLOUT_NOT_FOUND">
            <summary>
The callout does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_METADATA_FULL">
            <summary>
This operation cannot be completed because BitLocker Drive Encryption metadata area is full. Consider removing unnecessary key protectors for this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DATASET_FULL">
            <summary>
This operation cannot be completed because dataset is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AAD_SERVER_FAIL_BACKOFF">
            <summary>
The AAD request has failed due to server issues and it has been advised to backoff to prevent throttling. Device will retry soon.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AAD_SERVER_FAIL_RETRY_AFTER">
            <summary>
The AAD request has failed and it has been advised to backoff to prevent throttling. Device will retry soon.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_UPDATE_INVALID_CONFIG">
            <summary>
The Secure Boot update was not applied due to a known incompatibility with the current BitLocker configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED">
            <summary>
Creating new TPM context is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED">
            <summary>
Registeration for TPM callback is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED">
            <summary>
Adding BitLocker predicted TPM based protector is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_ON_RDV_EXCLUSION_LIST">
            <summary>
This removable data drive has been excluded from device encryption by BitLocker Drive Encryption policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_BAND_ENUMERATION_FAILED">
            <summary>
BitLocker can't enable encryption on this hardware encrypting drive volume because the drive bands couldn't be enumerated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_NBP_CERT">
            <summary>
An invalid certificate has been found in the Network Boot Protector certificate store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AAD_ENDPOINT_BUSY">
            <summary>
BitLocker recovery key backup endpoint is busy and cannot perform requested operation. Please retry after sometime.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DEVICE_NOT_JOINED">
            <summary>
BitLocker recovery password key rotation could not be performed because the device is neither Azure AD joined nor Hybrid Azure AD joined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEY_ROTATION_NOT_ENABLED">
            <summary>
BitLocker recovery password key rotation policy is not enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON">
            <summary>
A server issued BitLocker recovery password rotation was denied because requests must be 15 minutes apart.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEY_ROTATION_NOT_SUPPORTED">
            <summary>
BitLocker recovery password rotation not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE">
            <summary>
BitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for removable data drives
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE">
            <summary>
BitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for fixed data drives.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE">
            <summary>
BitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for the OS drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_OSV_KSR_NOT_ALLOWED">
            <summary>
BitLocker Drive Encryption policy does not allow KSR operation with protected OS volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTION_CANNOT_BE_DISABLED">
            <summary>
BitLocker can't be suspended on this drive until the next restart.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_DE_VOLUME">
            <summary>
This action isn't supported because this drive isn't automatically managed with device encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT">
            <summary>
Device encryption can't be turned off while this drive is being encrypted. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_ADBACKUP_NOT_ENABLED">
            <summary>
Group policy prevents you from backing up your recovery password to Active Directory for this drive type. For more info, contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EOW_NOT_SUPPORTED_IN_VERSION">
            <summary>
The encrypt on write mode for BitLocker is not supported in this version of Windows. You can turn on BitLocker without using the encrypt on write mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_VOLUME_NOT_SUPPORTED">
            <summary>
Device encryption isn't available for this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_VOLUME_OPTED_OUT">
            <summary>
This drive has been opted out of device encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_PREVENTED_FOR_OS">
            <summary>
Device encryption is currently blocked by this PC's configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_SUCH_CAPABILITY_ON_TARGET">
            <summary>
The target of an invocation does not support requested capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_BUFFER_TOO_LARGE">
            <summary>
The input buffer is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH">
            <summary>
Device Lockout state validation failed due to counter mismatch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE">
            <summary>
BitLocker cannot use hardware replay protection because no counter is available on your PC.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_PIN_CHARS_DETAILED">
            <summary>
Your PIN can only contain numbers from 0 to 9.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_PROTECTION_NOT_YET_ENABLED">
            <summary>
Protection has not been enabled on the volume. Enabling protection requires a connected account. If you already have a connected account and are seeing this error, please refer to the event log for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_DEVICE_LOCKEDOUT">
            <summary>
Device Lock has been triggered due to too many incorrect password attempts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_OS_VOLUME_NOT_PROTECTED">
            <summary>
This PC is not provisioned to support device encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_PROTECTION_SUSPENDED">
            <summary>
Protection is enabled on the volume but has been suspended. This is likely to have happened due to an update being applied to your system. Please try again after a reboot.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_WINRE_NOT_CONFIGURED">
            <summary>
This PC cannot support device encryption because WinRE is not properly configured.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_HARDWARE_NOT_COMPLIANT">
            <summary>
This PC does not meet the hardware requirements to support device encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_FIXED_DATA_NOT_SUPPORTED">
            <summary>
This PC cannot support device encryption because unencrypted fixed data volumes are present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES">
            <summary>
This PC is not provisioned to support device encryption. Please enable BitLocker on all volumes to comply with device encryption policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_LIVEID_ACCOUNT_BLOCKED">
            <summary>
BitLocker cannot save the recovery password because the specified Microsoft account is Blocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_LIVEID_ACCOUNT_SUSPENDED">
            <summary>
BitLocker cannot save the recovery password because the specified Microsoft account is Suspended.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED">
            <summary>
You must be logged on with an administrator account to change the password. Click the link to reset the password as an administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED">
            <summary>
BitLocker has disabled password changes after too many failed requests. Click the link to reset the password as an administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE">
            <summary>
This PC's firmware is not capable of supporting hardware encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS">
            <summary>
BitLocker Drive Encryption cannot be applied to this drive because the Group Policy setting for Enhanced Boot Configuration Data contains invalid data. Please have your system administrator resolve this invalid configuration before attempting to enable BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_SHADOW_COPY_PRESENT">
            <summary>
BitLocker cannot be enabled on the volume because it contains a Volume Shadow Copy. Remove all Volume Shadow Copies before encrypting the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_DRY_RUN_FAILED">
            <summary>
Your computer doesn't support BitLocker hardware-based encryption. Check with your computer manufacturer for firmware updates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_SECUREBOOT_CONFIGURATION_INVALID">
            <summary>
BitLocker cannot use Secure Boot for platform integrity because the Secure Boot configuration does not meet the requirements for BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_SECUREBOOT_DISABLED">
            <summary>
BitLocker cannot use Secure Boot for platform integrity because Secure Boot has been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_WIPE_CANCEL_NOT_APPLICABLE">
            <summary>
Wipe of free space is not currently taking place.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE">
            <summary>
Group Policy settings require the creation of a recovery password, but neither a pre-boot keyboard nor Windows Recovery Environment is available on this device. The user may not be able to provide required input to unlock the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE">
            <summary>
Group Policy settings require the creation of a startup PIN, but a pre-boot keyboard is not available on this device. The user may not be able to provide required input to unlock the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED">
            <summary>
No pre-boot keyboard or Windows Recovery Environment detected. The user may not be able to provide required input to unlock the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_PREBOOT_KEYBOARD_DETECTED">
            <summary>
No pre-boot keyboard detected. The user may not be able to provide required input to unlock the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_DV_NOT_SUPPORTED">
            <summary>
Discovery Volumes are not supported for volumes using hardware encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING">
            <summary>
BitLocker cannot be upgraded during disk encryption or decryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_INCOMPATIBLE_VOLUME">
            <summary>
The drive specified does not support hardware-based encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_DISALLOWED_BY_GP">
            <summary>
Group Policy settings do not allow the use of hardware-based encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_BAND_IN_USE">
            <summary>
The drive cannot be managed by BitLocker because the drive's hardware encryption feature is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_NO_FAILOVER_TO_SW">
            <summary>
BitLocker did not revert to using BitLocker software encryption due to group policy configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_ALLOWED_ON_CLUSTER">
            <summary>
This command cannot be performed on a volume when it is part of a cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_ALLOWED_ON_CSV_STACK">
            <summary>
This command can only be performed from the coordinator node for the specified CSV volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_TPM_WITH_PASSPHRASE">
            <summary>
A TPM key protector cannot be added because a password protector exists on the drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_PASSPHRASE_WITH_TPM">
            <summary>
A password key protector cannot be added because a TPM protector exists on the drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PASSPHRASE_TOO_LONG">
            <summary>
The password cannot exceed 256 characters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH">
            <summary>
Please enter the correct current password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_EXISTING_PASSPHRASE">
            <summary>
This drive isn't protected with a password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE">
            <summary>
The required authentication key length is not supported by the drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE">
            <summary>
BitLocker Drive Encryption does not support wiping free space on thin provisioned storage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE">
            <summary>
BitLocker Drive Encryption only supports Used Space Only encryption on thin provisioned storage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII">
            <summary>
Your system administrator requires that passwords contain only printable ASCII characters. This includes unaccented letters (A-Z, a-z), numbers (0-9), space, arithmetic signs, common punctuation, separators, and the following symbols: # $ &amp; @ ^ _ ~ .
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED">
            <summary>
BitLocker has disabled PIN changes after too many failed requests. Click the link to reset the PIN as an administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED">
            <summary>
You must be logged on with an administrator account to change the PIN. Click the link to reset the PIN as an administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH">
            <summary>
Please enter the correct current PIN.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_EXISTING_PIN">
            <summary>
This drive isn't protected with a PIN.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_NKP_CERT">
            <summary>
An invalid certificate has been found in the Network Key Protector certificate store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_REMOVAL_OF_NKP_FAILED">
            <summary>
Removal of the Network Key Protector certificate must be done using the Certificates snap-in.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_MULTIPLE_NKP_CERTS">
            <summary>
More than one Network Key Protector certificate has been found on the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EFI_ONLY">
            <summary>
The feature is only supported on EFI systems.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_DATUM_TYPE">
            <summary>
The management information stored on the drive contained an unknown type. If you are using an old version of Windows, try accessing the drive from the latest version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_PIN_CHARS">
            <summary>
The requested TPM PIN contains invalid characters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_ENH_PIN_INVALID">
            <summary>
The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and enhanced PIN. Try using a PIN containing only numerals.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FIPS_HASH_KDF_NOT_ALLOWED">
            <summary>
The default BitLocker Key Derivation Function SP800-56A for ECC smart cards is not supported by your smart card. The Group Policy setting requiring FIPS-compliance prevents BitLocker from using any other key derivation function for encryption. You have to use a FIPS compliant smart card in FIPS restricted environments.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME">
            <summary>
The drive cannot be locked because it is automatically unlocked on this computer. Remove the automatic unlock protector to lock this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME">
            <summary>
This drive was encrypted using the version of BitLocker Drive Encryption included with Windows Vista and Windows Server 2008 which does not support organizational identifiers. To specify organizational identifiers for this drive upgrade the drive encryption to the latest version using the "manage-bde -upgrade" command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_REMOVAL_OF_DRA_FAILED">
            <summary>
Removal of the data recovery agent certificate must be done using the Certificates snap-in.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PRIVATEKEY_AUTH_FAILED">
            <summary>
The private key associated with the specified certificate cannot be authorized. The private key authorization was either not provided or the provided authorization was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NON_BITLOCKER_KU">
            <summary>
The Key Usage (KU) attribute of the specified certificate does not permit it to be used for BitLocker Drive Encryption. BitLocker does not require that a certificate have a KU attribute, but if one is configured it must be set to either Key Encipherment or Key Agreement.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON">
            <summary>
BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on removable data drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON">
            <summary>
BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on fixed data drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON">
            <summary>
BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on operating system drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_VIRTUALIZED_SPACE_TOO_BIG">
            <summary>
The requested virtualization size is too big.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_CONV_RECOVERY_FAILED">
            <summary>
BitLocker Drive Encryption failed to recover from an abruptly terminated conversion. This could be due to either all conversion logs being corrupted or the media being write-protected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED">
            <summary>
BitLocker Encryption cannot be applied to this drive because of conflicting Group Policy settings. When write access to drives not protected by BitLocker is denied, the use of a USB startup key cannot be required. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_PROHIBITS_SELFSIGNED">
            <summary>
BitLocker Drive Encryption cannot be applied to this drive as currently configured because of Group Policy settings. The certificate you provided for drive encryption is self-signed. Current Group Policy settings do not permit the use of self-signed certificates. Obtain a new certificate from your certification authority before attempting to enable BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NON_BITLOCKER_OID">
            <summary>
The Enhanced Key Usage (EKU) attribute of the specified certificate does not permit it to be used for BitLocker Drive Encryption. BitLocker does not require that a certificate have an EKU attribute, but if one is configured it must be set to an object identifier (OID) that matches the OID configured for BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON">
            <summary>
BitLocker Drive Encryption cannot be applied to this drive because of conflicting Group Policy settings. BitLocker cannot be configured to automatically unlock removable data drives when user recovery option are disabled. If you want BitLocker-protected removable data drives to be automatically unlocked after key validation has occurred, please ask your system administrator to resolve the settings conflict before enabling BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON">
            <summary>
BitLocker Drive Encryption cannot be applied to this drive because of conflicting Group Policy settings. BitLocker cannot be configured to automatically unlock fixed data drives when user recovery options are disabled. If you want BitLocker-protected fixed data drives to be automatically unlocked after key validation has occurred, please ask your system administrator to resolve the settings conflict before enabling BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_RECOVERY_PARTITION">
            <summary>
This drive cannot be encrypted because it is reserved for Windows System Recovery Options.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE">
            <summary>
Your password does not meet the complexity requirements set by your system administrator. Try adding upper and lowercase characters, numbers, and symbols.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH">
            <summary>
Your password does not meet minimum password length requirements. By default, passwords must be at least 8 characters in length. Check with your system administrator for the password length requirement in your organization.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit turning off BitLocker Drive Encryption on removable data drives. Please contact your system administrator if you need to turn off BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit you to turn on BitLocker Drive Encryption on removable data drives. Please contact your system administrator if you need to turn on BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit you to configure BitLocker Drive Encryption on removable data drives.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit BitLocker-protected removable data drives to be automatically unlocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit BitLocker-protected fixed data drives to be automatically unlocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_USER_CERT_MUST_BE_HW">
            <summary>
Group Policy settings requires that you use a smart card-based key protector with BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_USER_CERTIFICATE_REQUIRED">
            <summary>
Group Policy settings require that you have a valid user certificate, such as a smart card, to be used with BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit user certificates such as smart cards to be used with BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DV_NOT_ALLOWED_BY_GP">
            <summary>
The selected discovery drive type is not allowed by the computer's Group Policy settings. Verify that Group Policy settings allow the creation of discovery drives for use with BitLocker To Go.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DV_NOT_SUPPORTED_ON_FS">
            <summary>
The selected discovery drive type is incompatible with the file system on the drive. BitLocker To Go discovery drives must be created on FAT formatted drives.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_VOLUME_TOO_SMALL">
            <summary>
The drive is too small to be protected using BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_BITLOCKER_OID">
            <summary>
The BitLocker object identifier (OID) on the drive appears to be invalid or corrupt. Use manage-BDE to reset the OID on this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED">
            <summary>
A password cannot be added to the operating system drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FIPS_PREVENTS_PASSPHRASE">
            <summary>
The Group Policy setting requiring FIPS compliance prevents passwords from being generated or used. Please contact your system administrator for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_PASSPHRASE_REQUIRED">
            <summary>
Group Policy settings require the creation of a password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit the creation of a password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEY_PROTECTOR_NOT_SUPPORTED">
            <summary>
The key protector is not supported by the version of BitLocker Drive Encryption currently on the drive. Upgrade the drive to add the key protector.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_INVALID_PIN_LENGTH">
            <summary>
The PIN provided does not meet minimum or maximum length requirements.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_STARTUP_TPM_REQUIRED">
            <summary>
Group Policy settings require the use of TPM-only at startup. Please choose this BitLocker startup option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED">
            <summary>
Group policy does not permit the use of TPM-only at startup. Please choose a different BitLocker startup option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED">
            <summary>
Group Policy settings require the use of a startup key and PIN. Please choose this BitLocker startup option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit the use of a startup key and PIN. Please choose a different BitLocker startup option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_STARTUP_KEY_REQUIRED">
            <summary>
Group Policy settings require the use of a startup key. Please choose this BitLocker startup option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit the use of a startup key. Please choose a different BitLocker startup option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_STARTUP_PIN_REQUIRED">
            <summary>
Group Policy settings require the use of a PIN at startup. Please choose this BitLocker startup option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit the use of a PIN at startup. Please choose a different BitLocker startup option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_RECOVERY_KEY_REQUIRED">
            <summary>
Group Policy settings require the creation of a recovery key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit the creation of a recovery key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED">
            <summary>
Group Policy settings require the creation of a recovery password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED">
            <summary>
Group Policy settings do not permit the creation of a recovery password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_STARTUP_OPTIONS">
            <summary>
The Group Policy settings for BitLocker startup options are in conflict and cannot be applied. Contact your system administrator for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_FEATURE_LICENSE">
            <summary>
This version of Windows does not support this feature of BitLocker Drive Encryption. To use this feature, upgrade the operating system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_VOLUME_HANDLE_OPEN">
            <summary>
BitLocker Drive Encryption is already performing an operation on this drive. Please complete all operations before continuing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PUBKEY_NOT_ALLOWED">
            <summary>
Public key based protectors are not allowed on this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TRANSIENT_STATE">
            <summary>
BitLocker encryption keys were ignored because the drive was in a transient state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_HIDDEN_VOLUME">
            <summary>
The hidden drive cannot be encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_MOR_FAILED">
            <summary>
The system firmware failed to enable clearing of system memory when the computer was restarted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_AUTOUNLOCK_MASTER_KEY">
            <summary>
The auto-unlock master key was not available from the operating system drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_ALLOWED_IN_VERSION">
            <summary>
BitLocker Drive Encryption can only be used for limited provisioning or recovery purposes when the computer is running in pre-installation or recovery environments.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_BCD_APPLICATIONS_PATH_INCORRECT">
            <summary>
The path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_RAW_BLOCKED">
            <summary>
BitLocker Drive Encryption cannot enter raw access mode for this drive because the drive is currently in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_RAW_ACCESS">
            <summary>
No action was taken as BitLocker Drive Encryption is in raw access mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DEBUGGER_ENABLED">
            <summary>
Drive encryption cannot occur while boot debugging is enabled. Use the bcdedit command-line tool to turn off boot debugging.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_REBOOT_REQUIRED">
            <summary>
You must restart your computer before continuing with BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DRY_RUN_FAILED">
            <summary>
The BitLocker encryption key cannot be obtained. Verify that the Trusted Platform Module (TPM) is enabled and ownership has been taken. If this computer does not have a TPM, verify that the USB drive is inserted and available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TOKEN_NOT_IMPERSONATED">
            <summary>
The access token associated with the current thread is not an impersonated token.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FS_MOUNTED">
            <summary>
The drive cannot be locked when the drive is in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_ON_STACK">
            <summary>
BitLocker Drive Encryption cannot be used because critical BitLocker system files are missing or corrupted. Use Windows Startup Repair to restore these files to your computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_LICENSE">
            <summary>
This version of Windows does not include BitLocker Drive Encryption. To use BitLocker Drive Encryption, please upgrade the operating system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED">
            <summary>
BitLocker Drive Encryption cannot be enabled on the operating system drive. Contact the computer manufacturer for BIOS upgrade instructions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FS_NOT_EXTENDED">
            <summary>
This drive cannot be encrypted by BitLocker Drive Encryption because the file system does not extend to the end of the drive. Repartition this drive and then try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED">
            <summary>
The Group Policy setting requiring FIPS compliance prohibits the use of unencrypted keys, which prevents BitLocker from being suspended on this drive. Please contact your domain administrator for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AUTH_INVALID_CONFIG">
            <summary>
The Boot Configuration Data (BCD) settings have changed since BitLocker Drive Encryption was enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AUTH_INVALID_APPLICATION">
            <summary>
A boot application has changed since BitLocker Drive Encryption was enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PIN_INVALID">
            <summary>
The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM) and PIN.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TPM_NO_VMK">
            <summary>
The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TPM_INVALID_PCR">
            <summary>
The Trusted Platform Module (TPM) was unable to unlock the drive. Either the system boot information changed after choosing BitLocker settings or the PIN did not match. If the problem persists after several tries, there may be a hardware or firmware problem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_ALLOWED_IN_SAFE_MODE">
            <summary>
The BitLocker configuration of the specified drive cannot be managed because this computer is currently operating in Safe Mode. While in Safe Mode, BitLocker Drive Encryption can only be used for recovery purposes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TPM_DISABLED">
            <summary>
The Trusted Platform Module (TPM) is disabled. The TPM must be enabled, initialized, and have valid ownership before it can be used with BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEYFILE_NO_VMK">
            <summary>
The BitLocker encryption key cannot be obtained from the startup key or recovery password. Verify that you have the correct startup key or recovery password and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEYFILE_INVALID">
            <summary>
The BitLocker startup key or recovery password file provided is corrupt or invalid. Verify that you have the correct startup key or recovery password file and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEYFILE_NOT_FOUND">
            <summary>
The BitLocker startup key or recovery password cannot be found on the USB device. Verify that you have the correct USB device, that the USB device is plugged into the computer on an active USB port, restart the computer, and then try again. If the problem persists, contact the computer manufacturer for BIOS upgrade instructions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_PROTECTORS_TO_TEST">
            <summary>
No key protectors exist on the drive to perform the hardware test.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_PROTECTOR_TYPE">
            <summary>
The key protector specified cannot be used for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_DECRYPTED">
            <summary>
The drive must be fully decrypted to complete this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT">
            <summary>
The Group Policy setting requiring FIPS compliance prevents the recovery password from being saved to Active Directory. When operating in FIPS-compliant mode, BitLocker recovery options can be either a recovery key stored on a USB drive or recovery through a data recovery agent. Check your Group Policy settings configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD">
            <summary>
The Group Policy setting requiring FIPS compliance prevents a local recovery password from being generated or used by BitLocker Drive Encryption. When operating in FIPS-compliant mode, BitLocker recovery options can be either a recovery key stored on a USB drive or recovery through a data recovery agent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FIPS_RNG_CHECK_FAILED">
            <summary>
The random number generator check test failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_PASSWORD_FORMAT">
            <summary>
The format of the recovery password provided is invalid. BitLocker recovery passwords are 48 digits. Verify that the recovery password is in the correct format and then try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_KEY_FORMAT">
            <summary>
The recovery key provided is corrupt and cannot be used to access the drive. An alternative recovery method, such as recovery password, a data recovery agent, or a backup version of the recovery key must be used to recover access to the drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTOR_NOT_FOUND">
            <summary>
The specified key protector was not found on the drive. Try another key protector.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_RELATIVE_PATH">
            <summary>
The recovery password file was not found because a relative path was specified. Recovery passwords must be saved to a fully qualified path. Environment variables configured on the computer can be used in the path.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTOR_EXISTS">
            <summary>
This key protector cannot be added. Only one key protector of this type is allowed for this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_BOOTABLE_CDDVD">
            <summary>
BitLocker Drive Encryption detected bootable media (CD or DVD) in the computer. Remove the media and restart the computer before configuring BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_CANNOT_ENCRYPT_NO_KEY">
            <summary>
BitLocker Drive Encryption cannot encrypt the specified drive because an encryption key is not available. Add a key protector to encrypt this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_CANNOT_SET_FVEK_ENCRYPTED">
            <summary>
The drive encryption algorithm and key cannot be set on a previously encrypted drive. To encrypt this drive with BitLocker Drive Encryption, remove the previous encryption and then turn on BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_PASSWORD_REQUIRED">
            <summary>
Group Policy settings require that a recovery password be specified before encrypting the drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_WRONG_SYSTEM_FS">
            <summary>
BitLocker Drive Encryption operating system drives must be formatted with the NTFS file system in order to be encrypted. Convert the drive to NTFS, and then turn on BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_WRONG_BOOTSECTOR">
            <summary>
The system partition boot sector does not perform Trusted Platform Module (TPM) measurements. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot sector.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AUTOUNLOCK_ENABLED">
            <summary>
BitLocker Drive Encryption cannot be turned off on the operating system drive until the auto unlock feature has been disabled for the fixed data drives and removable data drives associated with this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_OS_VOLUME">
            <summary>
The drive specified is not the operating system drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FAILED_AUTHENTICATION">
            <summary>
The drive cannot be unlocked with the key provided. Confirm that you have provided the correct key and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FAILED_SECTOR_SIZE">
            <summary>
The drive encryption algorithm cannot be used on this sector size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TPM_SRK_AUTH_NOT_ZERO">
            <summary>
The authorization data for the storage root key (SRK) of the Trusted Platform Module (TPM) is not zero and is therefore incompatible with BitLocker. Please initialize the TPM before attempting to use it with BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_OVERLAPPED_UPDATE">
            <summary>
The BitLocker metadata for the encrypted drive cannot be updated because it was locked for updating by another process. Please try this process again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FOREIGN_VOLUME">
            <summary>
BitLocker cannot use the Trusted Platform Module (TPM) to protect a data drive. TPM protection can only be used with the operating system drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_RECOVERY_KEY_REQUIRED">
            <summary>
The drive you are attempting to lock does not have any key protectors available for encryption because BitLocker protection is currently suspended. Re-enable BitLocker to lock this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTION_DISABLED">
            <summary>
BitLocker Drive Encryption has been suspended on this drive. All BitLocker key protectors configured for this drive are effectively disabled, and the drive will be automatically unlocked using an unencrypted (clear) key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_OS_NOT_PROTECTED">
            <summary>
The operating system drive is not protected by BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_VOLUME_BOUND_ALREADY">
            <summary>
The drive specified is already configured to be automatically unlocked on the current computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_CLUSTERING_NOT_SUPPORTED">
            <summary>
Cluster configurations are not supported by BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEY_REQUIRED">
            <summary>
One or more BitLocker key protectors are required. You cannot delete the last key on this drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_CONV_WRITE">
            <summary>
A write operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_CONV_READ">
            <summary>
A read operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_INSUFFICIENT_BUFFER">
            <summary>
The buffer supplied to a function was insufficient to contain the returned data. Increase the buffer size before running the function again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_DATA_VOLUME">
            <summary>
The operation attempted cannot be performed on an operating system drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TPM_NOT_OWNED">
            <summary>
You must initialize the Trusted Platform Module (TPM) before you can use BitLocker Drive Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_VOLUME_NOT_BOUND">
            <summary>
The data drive specified is not set to automatically unlock on the current computer and cannot be unlocked automatically.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_BAD_DATA">
            <summary>
The data is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_SUPPORTED">
            <summary>
This drive cannot be encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_BAD_PARTITION_SIZE">
            <summary>
The file system size is larger than the partition size in the partition table. This drive may be corrupt or may have been tampered with. To use it with BitLocker, you must reformat the partition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_FAILED_WRONG_FS">
            <summary>
The drive cannot be encrypted because the file system is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_SYSTEM_VOLUME">
            <summary>
The drive cannot be encrypted because it contains system boot information. Create a separate partition for use as the system drive that contains the boot information and a second partition for use as the operating system drive and then encrypt the operating system drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TOO_SMALL">
            <summary>
The drive cannot be encrypted because it does not have enough free space. Delete any unnecessary data on the drive to create additional free space and then try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_BAD_INFORMATION">
            <summary>
The BitLocker metadata for the encrypted drive is not valid. You can attempt to repair the drive to restore access.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_GUID_NOT_FOUND">
            <summary>
The specified attribute cannot be found in Active Directory Domain Services. Contact your domain administrator to verify that any required BitLocker Active Directory schema extensions have been installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_ATTR_NOT_SET">
            <summary>
The attribute was not set. Verify that you are logged on with a domain account that has the ability to write information to Active Directory objects.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_NO_VALUES">
            <summary>
The attribute read from Active Directory does not contain any values. The BitLocker recovery information may be missing or corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_INVALID_DATASIZE">
            <summary>
The size of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_INVALID_DATATYPE">
            <summary>
The type of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_SCHEMA_NOT_INSTALLED">
            <summary>
The Active Directory Domain Services forest does not contain the required attributes and classes to host BitLocker Drive Encryption or Trusted Platform Module information. Contact your domain administrator to verify that any required BitLocker Active Directory schema extensions have been installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_ACTION_NOT_ALLOWED">
            <summary>
BitLocker Drive Encryption cannot perform the requested action. This condition may occur when two requests are issued at the same time. Wait a few moments and then try the action again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_ACTIVATED">
            <summary>
BitLocker Drive Encryption is not enabled on this drive. Turn on BitLocker.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_SECURE_KEY_REQUIRED">
            <summary>
At least one secure key protector is required for this operation to be performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_WRONG_BOOTMGR">
            <summary>
The boot manager of this operating system is not compatible with BitLocker Drive Encryption. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot manager (BOOTMGR).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_BOOTMGR_METRIC">
            <summary>
The boot sector of this drive is not compatible with BitLocker Drive Encryption. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot manager (BOOTMGR).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_BOOTSECTOR_METRIC">
            <summary>
A required TPM measurement is missing. If there is a bootable CD or DVD in your computer, remove it, restart the computer, and turn on BitLocker again. If the problem persists, ensure the master boot record is up to date.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_MBR_METRIC">
            <summary>
The BIOS did not correctly communicate with the master boot record (MBR). Contact the computer manufacturer for BIOS upgrade instructions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_TPM_BIOS">
            <summary>
The BIOS did not correctly communicate with the Trusted Platform Module (TPM). Contact the computer manufacturer for BIOS upgrade instructions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_ENCRYPTED">
            <summary>
This drive is not encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_LOCKED_VOLUME">
            <summary>
This drive is locked by BitLocker Drive Encryption. You must unlock this drive from Control Panel.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_CABAPI_FAILURE">
            <summary>
An error occurred while attempting to compress or extract the data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_RULES_MANAGER_FAILED">
            <summary>
The execution of the Rules Manager failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED">
            <summary>
The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_PLA_CHANNEL_NOT_ENABLED">
            <summary>
The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_INVALID_SESSION_NAME">
            <summary>
The session name provided is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_EXE_FULL_PATH_REQUIRED">
            <summary>
When specifying the executable that you want to trace, you must specify a full path to the executable and not just a filename.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_NO_DUPLICATES">
            <summary>
Duplicate items are not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_REPORT_WAIT_TIMEOUT">
            <summary>
The wait for the report generation tool to finish has timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_DC_START_WAIT_TIMEOUT">
            <summary>
The wait for the Data Collector to start has timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_DCS_START_WAIT_TIMEOUT">
            <summary>
The wait for the Data Collector Set start notification has timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_DC_ALREADY_EXISTS">
            <summary>
Data Collector already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_EXE_PATH_NOT_VALID">
            <summary>
The executable path you have specified does not exist. Verify that the specified path is correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_EXE_ALREADY_CONFIGURED">
            <summary>
The executable path you have specified is already configured for API tracing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_NETWORK_EXE_NOT_VALID">
            <summary>
The executable path you have specified refers to a network share or UNC path.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_CONFLICT_INCL_EXCL_API">
            <summary>
A conflict was detected in the list of include/exclude APIs. Do not specify the same API in both the include list and the exclude list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_DCS_NOT_RUNNING">
            <summary>
Data Collector Set is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_CREDENTIALS_REQUIRED">
            <summary>
A user account is required in order to commit the current Data Collector Set properties.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_DCS_SINGLETON_REQUIRED">
            <summary>
The current configuration for this Data Collector Set requires that it contain exactly one Data Collector.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_PROPERTY_CONFLICT">
            <summary>
Property value conflict.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_S_PROPERTY_IGNORED">
            <summary>
Property value will be ignored.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_DCS_ALREADY_EXISTS">
            <summary>
Data Collector Set already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_NO_MIN_DISK">
            <summary>
Not enough free disk space to start Data Collector Set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_TOO_MANY_FOLDERS">
            <summary>
Unable to start Data Collector Set because there are too many folders.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_DCS_IN_USE">
            <summary>
The Data Collector Set or one of its dependencies is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PLA_E_DCS_NOT_FOUND">
            <summary>
Data Collector Set was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_TPM_GENERATED_EPS">
            <summary>
Unable to fetch EK Certificate if TPM-generated EPS (after a TPM2_ChangeEPS).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_TOO_MUCH_DATA">
            <summary>
TPM command returned too much data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_OWNER_AUTH">
            <summary>
An invalid owner authorization value was specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PROVISIONING_INCOMPLETE">
            <summary>
TPM provisioning did not run to completion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_ZERO_EXHAUST_ENABLED">
            <summary>
TPM related network operations are blocked as Zero Exhaust mode is enabled on client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_PLATFORM_CLAIM_REBOOT">
            <summary>
The platform claim is for a previous boot, and cannot be created without reboot.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_PLATFORM_CLAIM_OUTDATED">
            <summary>
The requested platform claim is for a previous boot.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_PLATFORM_CLAIM_MAY_BE_OUTDATED">
            <summary>
Validation of the platform claim failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_UNSUPPORTED_PSS_SALT">
            <summary>
The requested salt size for signing with RSAPSS does not match what the TPM uses.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_KEY_HANDLE_INVALIDATED">
            <summary>
The TPM key's handle was unexpectedly invalidated due to a hardware or firmware issue.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED">
            <summary>
This key has a raw policy so the KSP can't authenticate against it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_TICKET_MISSING">
            <summary>
A ticket required to use a key was not provided.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED">
            <summary>
The RSA key creation is blocked on this TPM due to known security vulnerabilities.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BUFFER_LENGTH_MISMATCH">
            <summary>
The buffer lengths do not match.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_VERSION_NOT_SUPPORTED">
            <summary>
TPM version is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_CLAIM_TYPE_NOT_SUPPORTED">
            <summary>
The claim type requested is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_LOCKED_OUT">
            <summary>
The TPM is locked out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_NOT_SIGNING_KEY">
            <summary>
The TPM key is not a signing key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_KEY_NOT_AIK">
            <summary>
The TPM key is not an AIK.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_NOT_AUTHENTICATED">
            <summary>
The TPM key is not authenticated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_SOFT_KEY_ERROR">
            <summary>
There was a problem with the software key being imported into the TPM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_USAGE_POLICY_INVALID">
            <summary>
The TPM key usage policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED">
            <summary>
The TPM key usage policy is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_ALREADY_FINALIZED">
            <summary>
The TPM key is already finalized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOT_PCR_BOUND">
            <summary>
The TPM PCR info is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_ATTESTATION_CHALLENGE_NOT_SET">
            <summary>
The TPM attestation challenge is not set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_NOT_FINALIZED">
            <summary>
The TPM key is not yet finalized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NO_KEY_CERTIFICATION">
            <summary>
The TPM key certification has not been generated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_NOT_LOADED">
            <summary>
The TPM key is not loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_WRONG_PARENT">
            <summary>
An attempt was made to import or load a key under an incorrect storage parent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_VALIDATION_FAILED">
            <summary>
The validation was not succesful.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_PROFILE_NOT_FOUND">
            <summary>
The referenced profile was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_POLICY_NOT_FOUND">
            <summary>
The referenced policy was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_AUTHENTICATION_IGNORED">
            <summary>
The Platform Crypto Device has ignored the authorization for the provider object, to mitigate against a dictionary attack.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_AUTHENTICATION_FAILED">
            <summary>
The authorization to use a provider object has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_INTERNAL_ERROR">
            <summary>
An unexpected internal error has occurred in the Platform Crypto Provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_BUFFER_TOO_SMALL">
            <summary>
The buffer is too small to contain all data. No information has been written to the buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_NOT_SUPPORTED">
            <summary>
The requested operation is not supported by this Platform Crypto Provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_FLAG_NOT_SUPPORTED">
            <summary>
A provided flag to the Platform Crypto Provider is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_INVALID_PARAMETER">
            <summary>
A parameter provided to the Platform Crypto Provider is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_INVALID_HANDLE">
            <summary>
The handle provided to the Platform Crypto Provider is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_DEVICE_NOT_READY">
            <summary>
The Platform Crypto Device is currently not ready. It needs to be fully provisioned to be operational.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PCP_ERROR_MASK">
            <summary>
This is an error mask to convert Platform Crypto Provider errors to win errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PPI_BLOCKED_IN_BIOS">
            <summary>
The Physical Presence command was blocked by current BIOS settings. The system owner may be able to reconfigure the BIOS settings to allow the command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PPI_NOT_SUPPORTED">
            <summary>
The BIOS does not support the physical presence interface.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PPI_BIOS_FAILURE">
            <summary>
The BIOS failure prevented the successful execution of the requested TPM operation (e.g. invalid TPM operation request, BIOS communication error with the TPM).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PPI_USER_ABORT">
            <summary>
The user failed to confirm the TPM operation request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PPI_ACPI_FAILURE">
            <summary>
A general error was detected when attempting to acquire the BIOS's response to a Physical Presence command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_NO_EVENT_LOG">
            <summary>
No TCG event log is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_TPM_INCOMPATIBLE">
            <summary>
TBS is not compatible with the version of TPM found on the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_PPI_NOT_SUPPORTED">
            <summary>
The physical presence interface is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_TOO_MANY_RESOURCES">
            <summary>
A new virtual resource could not be created because there are too many open virtual resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_TOO_MANY_TBS_CONTEXTS">
            <summary>
A new TBS context could not be created because there are too many open contexts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_HASH_TABLE_FULL">
            <summary>
No new entries can be added to the hash table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_NOTHING_TO_UNLOAD">
            <summary>
No resources can be unloaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_INVALID_RESOURCE">
            <summary>
The resource type did not match.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_RESOURCE_EXPIRED">
            <summary>
The requested resource is no longer available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_UNKNOWN_ORDINAL">
            <summary>
The TBS does not recognize the specified ordinal.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_COMMAND_FAILED">
            <summary>
The TPM command failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS">
            <summary>
There are too many TPM contexts in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_NOT_ENOUGH_SPACE">
            <summary>
The TPM does not have enough space to load the requested resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_LIST_NOT_FOUND">
            <summary>
The specified item was not found in the list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_LIST_NO_MORE_ITEMS">
            <summary>
The specified list is empty, or the iteration has reached the end of the list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_OUT_OF_MEMORY">
            <summary>
There was not enough memory to fulfill the request
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_COMMAND_CANCELED">
            <summary>
The command was canceled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_SCHEDULER_NOT_RUNNING">
            <summary>
The TBS scheduler is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_RPC_INIT_FAILED">
            <summary>
The RPC subsystem could not be initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_INVALID_PARAMETER">
            <summary>
One or more parameters is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_INVALID_OUTPUT_POINTER">
            <summary>
The pointer to the returned handle location was NULL or invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_DUPLICATE_VHANDLE">
            <summary>
The specified virtual handle matches a virtual handle already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_HASH_BAD_KEY">
            <summary>
No entry with the specified key was found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_TPM_ERROR">
            <summary>
An error occurred while communicating with the TPM
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_INVALID_CONTEXT_PARAM">
            <summary>
An invalid context parameter was specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_INVALID_CONTEXT_HANDLE">
            <summary>
The specified context handle is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_CLEANUP_FAILED">
            <summary>
The context could not be cleaned up.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBSIMP_E_BUFFER_TOO_SMALL">
            <summary>
The specified buffer was too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_POLICYAUTH_BLOB_TYPE">
            <summary>
The policy authorization blob type is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_TPM_VERSION">
            <summary>
The TPM version is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_SEALING_KEY_CHANGED">
            <summary>
The key used to unseal this data has changed since sealing the data. This may be the result of a TPM clear.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER">
            <summary>
The authorization data is malformed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY">
            <summary>
The authorization policy is malformed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE">
            <summary>
The authorization signature is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED">
            <summary>
The authorization public key is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_MALFORMED_AUTHORIZATION_KEY">
            <summary>
The authorization public key is malformed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_AUTHORIZATION_REVOKED">
            <summary>
The authorization to perform this operation has been revoked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL">
            <summary>
The TPM Endorsement hierarchy auth value is required to be NULL for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_OWNER_AUTH_NOT_NULL">
            <summary>
The TPM Storage hierarchy (Owner) auth value is required to be NULL for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE">
            <summary>
The SVN counter to which the authorization was bound is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND">
            <summary>
An authorization chain could not be found that authorizes the PolicyAuthorize unseal.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_SEALING_KEY_NOT_AVAILABLE">
            <summary>
The TPM key that was used to seal the data is no longer available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_NV_BITS_NOT_READY">
            <summary>
The Windows TPM NV Bits index is not ready for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_NV_BITS_NOT_DEFINED">
            <summary>
The Windows TPM NV Bits index is not defined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_POLICY_DENIES_OPERATION">
            <summary>
The requested operation was blocked by current TPM policy. Please contact your system administrator for assistance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_TCG_INVALID_DIGEST_ENTRY">
            <summary>
A digest value in a TCG Log entry did not match hashed data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_TCG_SEPARATOR_ABSENT">
            <summary>
A TCG Separator was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_TCG_LOG_ENTRY">
            <summary>
An entry in the TCG Event Log was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_EMPTY_TCG_LOG">
            <summary>
The TCG Event Log does not contain any data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_FIPS_RNG_CHECK_FAILED">
            <summary>
The random number generated did not pass FIPS RNG check.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_OWNER_AUTH">
            <summary>
The format of the owner auth data was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_PCR_DATA">
            <summary>
The specified PCR data was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_KEY_BLOB">
            <summary>
The data given does not appear to be a valid key blob
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_CONTEXT_PARAMS">
            <summary>
One or more of the specified context parameters was not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_DELEGATE_BLOB">
            <summary>
The data given does not appear to be a valid delegate blob.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_PCR_INDEX">
            <summary>
The specified PCR index was invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB">
            <summary>
The requested supplied data does not appear to be a valid migration authorization blob.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_KEY_PARAMS">
            <summary>
The key parameters structure was not valid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_ENCRYPTION_FAILED">
            <summary>
The encryption operation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_KEY_SIZE">
            <summary>
The key size is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_ENCODING">
            <summary>
The encoding in the blob was not recognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_MESSAGE_TOO_LARGE">
            <summary>
The message was too large for the encoding scheme.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_TPM_COMMAND_ERROR">
            <summary>
The TPM returned an unexpected result.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_TBS_COMMUNICATION_ERROR">
            <summary>
An error occurred while communicating with the TBS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_CONTEXT_HANDLE">
            <summary>
The specified context handle was not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_AUTHORIZATION_FAILED">
            <summary>
The specified authorization information was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_ACCESS_DENIED">
            <summary>
The caller does not have the appropriate rights to perform the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INTERNAL_ERROR">
            <summary>
An internal error was detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_BUFFER_TOO_SMALL">
            <summary>
The specified buffer was too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_OUT_OF_MEMORY">
            <summary>
Not enough memory was available to satisfy the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_PARAMETER">
            <summary>
One or more input parameters is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_OUTPUT_POINTER">
            <summary>
One or more output parameters was NULL or invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_TOO_MUCH_DATA">
            <summary>
The command buffer cannot contain any more data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_NOT_ENOUGH_DATA">
            <summary>
The command buffer does not contain enough data to satisfy the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPMAPI_E_INVALID_STATE">
            <summary>
The command buffer is not in the correct state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_PROVISIONING_INCOMPLETE">
            <summary>
The TPM provisioning did not complete. For more information on completing the provisioning, call the Win32_Tpm WMI method for provisioning the TPM ('Provision') and check the returned Information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_OWNERAUTH_NOT_FOUND">
            <summary>
The requested TPM OwnerAuth value was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_PPI_FUNCTION_UNSUPPORTED">
            <summary>
The Physical Presence Interface of this firmware does not support the requested method.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_PROVISIONING_NOT_ALLOWED">
            <summary>
The TPM provisioning action is not allowed by the specified flags. For provisioning to be successful, one of several actions may be required. The TPM management console (tpm.msc) action to make the TPM Ready may help. For further information, see the documentation for the Win32_Tpm WMI method 'Provision'. (The actions that may be required include importing the TPM Owner Authorization value into the system, calling the Win32_Tpm WMI method for provisioning the TPM and specifying TRUE for either 'ForceClear_Allowed' or 'PhysicalPresencePrompts_Allowed' (as indicated by the value returned in the Additional Information), or enabling the TPM in the system BIOS.)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_ACCESS_DENIED">
            <summary>
The caller does not have the appropriate rights to perform the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_NO_EVENT_LOG">
            <summary>
No TCG event log is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_SERVICE_DISABLED">
            <summary>
The TBS service has been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_TPM_NOT_FOUND">
            <summary>
A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_BUFFER_TOO_LARGE">
            <summary>
The input or output buffer is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_COMMAND_CANCELED">
            <summary>
The command was canceled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_PPI_NOT_SUPPORTED">
            <summary>
The physical presence interface is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_SERVICE_START_PENDING">
            <summary>
The TBS service has been started but is not yet running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_TOO_MANY_RESOURCES">
            <summary>
A new virtual resource could not be created because there are too many open virtual resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_TOO_MANY_TBS_CONTEXTS">
            <summary>
A new context could not be created because there are too many open contexts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_SERVICE_NOT_RUNNING">
            <summary>
The TBS service is not running and could not be started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_INVALID_CONTEXT_PARAM">
            <summary>
One or more context parameters is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_IOERROR">
            <summary>
An error occurred while communicating with the TPM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_INSUFFICIENT_BUFFER">
            <summary>
A specified output buffer is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_INVALID_CONTEXT">
            <summary>
The specified context handle does not refer to a valid context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_INVALID_OUTPUT_POINTER">
            <summary>
A specified output pointer is bad.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_BAD_PARAMETER">
            <summary>
One or more input parameters is bad.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TBS_E_INTERNAL_ERROR">
            <summary>
An internal error has occurred within the Trusted Platform Module support program.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_UNAVAILABLE">
            <summary>
TPM 2.0: the command may require writing of NV and NV is not current accessible.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_RETRY">
            <summary>
TPM 2.0: The TPM was not able to start the command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_LOCKOUT">
            <summary>
TPM 2.0: Authorization for objects subject to DA protection are not allowed at this time because the TPM is in DA lockout mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_RATE">
            <summary>
TPM 2.0: The TPM is rate-limiting accesses to prevent wearout of NV
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_TESTING">
            <summary>
TPM 2.0: TPM is performing self-tests.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_CANCELED">
            <summary>
TPM 2.0: The command was canceled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_YIELDED">
            <summary>
TPM 2.0: The TPM has suspended operation on the command; forward progress was made and the command may be retried.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_LOCALITY">
            <summary>
TPM 2.0: Bad locality.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_OBJECT_HANDLES">
            <summary>
TPM 2.0: Out of object handles - the handle space for objects is depleted and a reboot is required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SESSION_HANDLES">
            <summary>
TPM 2.0: Out of session handles - a session must be flushed before a nes session may be created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_MEMORY">
            <summary>
TPM 2.0: Out of shared object/session memory or need space for internal operations.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SESSION_MEMORY">
            <summary>
TPM 2.0: Out of memory for session contexts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_OBJECT_MEMORY">
            <summary>
TPM 2.0: Out of memory for object contexts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_CONTEXT_GAP">
            <summary>
TPM 2.0: Gap for context ID is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DEFEND_LOCK_RUNNING">
            <summary>
The TPM is defending against dictionary attacks and is in a time-out period.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DOING_SELFTEST">
            <summary>
The TPM is currently executing a full selftest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NEEDS_SELFTEST">
            <summary>
SelfTestFull has not been run.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_RETRY">
            <summary>
The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_EMBEDDED_COMMAND_UNSUPPORTED">
            <summary>
The command within the transport is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_EMBEDDED_COMMAND_BLOCKED">
            <summary>
The command within the transport was blocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DUPLICATE_VHANDLE">
            <summary>
The TPM returned a duplicate handle and the command needs to be resubmitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_HANDLE">
            <summary>
The specified handle was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_COMMAND_BLOCKED">
            <summary>
The command was blocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SENSITIVE">
            <summary>
TPM 2.0: The sensitive area did not unmarshal correctly after decryption - this code is used in lieu of the other unmarshaling errors so that an attacker cannot determine where the unmarshaling error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NO_RESULT">
            <summary>
TPM 2.0: returned when an internal function cannot process a request due to an unspecified problem. This code is usually related to invalid parameters that are not properly filtered by the input unmarshaling code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NEEDS_TEST">
            <summary>
TPM 2.0: Some function needs testing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_PARENT">
            <summary>
TPM 2.0: Handle for parent is not a valid parent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_CPHASH">
            <summary>
TPM 2.0: chHash value already set or not correct for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_BAD_CONTEXT">
            <summary>
TPM 2.0: Context in TPM2_ContextLoad() is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_DEFINED">
            <summary>
TPM 2.0: NV index or persistent object already defined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_SPACE">
            <summary>
TPM 2.0: Insufficient space for NV allocation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_UNINITIALIZED">
            <summary>
TPM 2.0: An NV index is used before being initialized or the state saved by TPM2_Shutdown(STATE) could not be restored.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_AUTHORIZATION">
            <summary>
TPM 2.0: NV access authorization fails in command actions
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_LOCKED">
            <summary>
TPM 2.0: NV access locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_SIZE">
            <summary>
TPM 2.0: Requested allocation size is larger than allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NV_RANGE">
            <summary>
TPM 2.0: NV offset+size is out of range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_AUTH_CONTEXT">
            <summary>
TPM 2.0: Use of an authorization session with a context command or another command that cannot have an authorization session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_AUTHSIZE">
            <summary>
TPM 2.0: The value of authorizationSize is out of range or the number of octets in the authorization Area is greater than required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_COMMAND_CODE">
            <summary>
TPM 2.0: Command code not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_COMMAND_SIZE">
            <summary>
TPM 2.0: The TPM command's commandSize value is inconsistent with contents of the command buffer; either the size is not the same as the bytes loaded by the hardware interface layer or the value is not large enough to hold a command header.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_UNBALANCED">
            <summary>
TPM 2.0: The protection algorithms (hash and symmetric) are not reasonably balanced. The digest size of the hash must be larger than the key size of the symmetric algorithm.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_REBOOT">
            <summary>
TPM 2.0: A _TPM_Init and Startup(CLEAR) is required before the TPM can resume operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_AUTH_UNAVAILABLE">
            <summary>
TPM 2.0: authValue or authPolicy is not available for selected entity.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_TOO_MANY_CONTEXTS">
            <summary>
TPM 2.0: Context ID counter is at maximum.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_UPGRADE">
            <summary>
TPM 2.0: The TPM is not in the right mode for upgrade.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_PCR_CHANGED">
            <summary>
TPM 2.0: PCR have changed since checked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_PCR">
            <summary>
TPM 2.0: PCR check fail.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_POLICY">
            <summary>
TPM 2.0: Policy failure in Math Operation or an invalid authPolicy value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_AUTH_MISSING">
            <summary>
TPM 2.0: Command requires an authorization session for handle and is not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_AUTH_TYPE">
            <summary>
TPM 2.0: Authorization handle is not correct for command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_ECC_CURVE">
            <summary>
TPM 2.0: Unsupported ECC curve.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_EXCLUSIVE">
            <summary>
TPM 2.0: Command failed because audit sequence required exclusivity.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_DISABLED">
            <summary>
TPM 2.0: TPM_RC_DISABLED.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_HMAC">
            <summary>
TPM 2.0: TPM_RC_HMAC.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_PRIVATE">
            <summary>
TPM 2.0: TPM_RC_PRIVATE error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SEQUENCE">
            <summary>
TPM 2.0: Improper use of a sequence handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_FAILURE">
            <summary>
TPM 2.0: Commands not being accepted because of a TPM failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_INITIALIZE">
            <summary>
TPM 2.0: TPM not initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_ECC_POINT">
            <summary>
TPM 2.0: Point is not on the required curve.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_CURVE">
            <summary>
TPM 2.0: Curve not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_BINDING">
            <summary>
TPM 2.0: Public and sensitive portions of an object are not cryptographically bound.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_POLICY_CC">
            <summary>
TPM 2.0: The command code in the policy is not the command code of the command or the command code in a policy command references a command that is not implemented.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_EXPIRED">
            <summary>
TPM 2.0: The policy has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_BAD_AUTH">
            <summary>
TPM 2.0: Authorization failure without DA implications.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_RESERVED_BITS">
            <summary>
TPM 2.0: Reserved bits not set to zero as required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_TICKET">
            <summary>
TPM 2.0: Invalid ticket.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_INTEGRITY">
            <summary>
TPM 2.0: Integrity check failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_POLICY_FAIL">
            <summary>
TPM 2.0: A policy check failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_KEY">
            <summary>
TPM 2.0: Key fields are not compatible with the selected use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SIGNATURE">
            <summary>
TPM 2.0: The signature is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_INSUFFICIENT">
            <summary>
TPM 2.0: The TPM was unable to unmarshal a value because there were not enough octets in the input buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SELECTOR">
            <summary>
TPM 2.0: Union selector is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_TAG">
            <summary>
TPM 2.0: Incorrect structure tag.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SYMMETRIC">
            <summary>
TPM 2.0: Unsupported symmetric algorithm or key size, or not appropriate for instance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SIZE">
            <summary>
TPM 2.0: Structure is wrong size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_SCHEME">
            <summary>
TPM 2.0: Unsupported or incompatible scheme.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_PP">
            <summary>
TPM 2.0: Authorization requires assertion of PP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_NONCE">
            <summary>
TPM 2.0: Invalid nonce size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_AUTH_FAIL">
            <summary>
TPM 2.0: The authorization HMAC check failed and DA counter incremented.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_RANGE">
            <summary>
TPM 2.0: Value was out of allowed range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_KDF">
            <summary>
TPM 2.0: Unsupported key derivation function or function not appropriate for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_HANDLE">
            <summary>
TPM 2.0: The Handle is not correct for the use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_TYPE">
            <summary>
TPM 2.0: The type of the value is not appropriate for the use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_MODE">
            <summary>
TPM 2.0: Mode of operation not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_MGF">
            <summary>
TPM 2.0: Mask generation function not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_KEY_SIZE">
            <summary>
TPM 2.0: Key size is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_HIERARCHY">
            <summary>
TPM 2.0: Hierarchy is not enabled or is not correct for the use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_VALUE">
            <summary>
TPM 2.0: Value is out of range or is not correct for the context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_HASH">
            <summary>
TPM 2.0: Hash algorithm not supported or not appropriate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_ATTRIBUTES">
            <summary>
TPM 2.0: Inconsistent attributes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_20_E_ASYMMETRIC">
            <summary>
TPM 2.0: Asymmetric algorithm not supported or not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOCONTEXTSPACE">
            <summary>
TPM 1.2: There is no room in the context list for additional contexts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_SIGNATURE">
            <summary>
TPM 1.2: Bad signature of CMK ticket.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PERMANENTEK">
            <summary>
TPM 1.2: Attempt to revoke the EK and the EK is not revocable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_MA_AUTHORITY">
            <summary>
TPM 1.2: Incorrect migration authority.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_MA_SOURCE">
            <summary>
TPM 1.2: Migration source incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_MA_DESTINATION">
            <summary>
TPM 1.2: Migration destination not authenticated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_MA_TICKET_SIGNATURE">
            <summary>
TPM 1.2: Migration authority signature validation failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_TOOMANYCONTEXTS">
            <summary>
TPM 1.2: Too many contexts held by the TPM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BADCONTEXT">
            <summary>
TPM 1.2: The context blob is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_DELEGATE">
            <summary>
TPM 1.2: Delegation is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_HANDLE">
            <summary>
TPM 1.2: The handle is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DAA_WRONG_W">
            <summary>
TPM 1.2: The consistency check on w has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DAA_ISSUER_VALIDITY">
            <summary>
TPM 1.2: The issuer's validity check has detected an inconsistency.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DAA_STAGE">
            <summary>
TPM 1.2: The atomic process indicated by the submitted DAA command is not the expected process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DAA_TPM_SETTINGS">
            <summary>
TPM 1.2: The consistency check on DAA_tpmSpecific has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DAA_ISSUER_SETTINGS">
            <summary>
TPM 1.2: The consistency check on DAA_issuerSettings has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DAA_INPUT_DATA1">
            <summary>
TPM 1.2: The consistency check on DAA parameter inputData1 has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DAA_INPUT_DATA0">
            <summary>
TPM 1.2: The consistency check on DAA parameter inputData0 has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DAA_RESOURCES">
            <summary>
TPM 1.2: The DAA command has no resources available to execute the command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_OWNER_CONTROL">
            <summary>
TPM 1.2: Attempt to context save a owner evict controlled key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_TRANSPORT_NOTEXCLUSIVE">
            <summary>
TPM 1.2: There was a command executed outside of an exclusive transport session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DELEGATE_ADMIN">
            <summary>
TPM 1.2: Delegation table management not enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DELEGATE_FAMILY">
            <summary>
TPM 1.2: Attempt to manage a family other then the delegated family.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DELEGATE_LOCK">
            <summary>
TPM 1.2: The delegate administration is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_RESOURCEMISSING">
            <summary>
TPM 1.2: The resource pointed to by context is not loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOOPERATOR">
            <summary>
TPM 1.2: No operator AuthData value is set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_MAXNVWRITES">
            <summary>
TPM 1.2: The maximum number of NV writes without an owner has been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_CONTEXT_GAP">
            <summary>
TPM 1.2: The gap between saved context counts is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOT_FULLWRITE">
            <summary>
TPM 1.2: The write is not a complete write of the area.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_COUNTER">
            <summary>
TPM 1.2: The counter handle is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_OWNER_CONTROL">
            <summary>
TPM 1.2: The key is under control of the TPM Owner and can only be evicted by the TPM Owner.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_STRUCTURE">
            <summary>
TPM 1.2: The structure tag and version are invalid or inconsistent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_ATTRIBUTES">
            <summary>
TPM 1.2: The NV area attributes conflict.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_WRITE_LOCKED">
            <summary>
TPM 1.2: The NV area has already been written to.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_FAMILYCOUNT">
            <summary>
TPM 1.2: The family count value does not match.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_PER_NOWRITE">
            <summary>
TPM 1.2: There is no protection on the write to the NV area.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_READ_ONLY">
            <summary>
TPM 1.2: The NV area is read only and can't be written to.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_LOCALITY">
            <summary>
TPM 1.2: The locality is incorrect for the attempted operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_AREA_LOCKED">
            <summary>
TPM 1.2: The NV area is locked and not writable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_AUTH_CONFLICT">
            <summary>
TPM 1.2: NV_LoadKey blob requires both owner and blob authorization.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEY_NOTSUPPORTED">
            <summary>
TPM 1.2: Wrong operation to load an NV key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_REQUIRES_SIGN">
            <summary>
TPM 1.2: The operation requires a signed command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NO_NV_PERMISSION">
            <summary>
TPM 1.2: The permission to manipulate the NV storage is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_FAMILY">
            <summary>
TPM 1.2: The command is attempting to use an invalid family ID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOTFIPS">
            <summary>
TPM 1.2: The TPM is attempting to execute a command that is not allowed when in FIPS mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_RESOURCE">
            <summary>
TPM 1.2: When saving context identified resource type does not match actual resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_TYPE">
            <summary>
TPM 1.2: Make identity blob not properly typed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOTLOCAL">
            <summary>
TPM 1.2: Attempt to reset a PCR register that requires locality and locality modifier not part of command transport.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOTRESETABLE">
            <summary>
TPM 1.2: Attempt to reset a PCR register that does not have the resettable attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_AUDITFAIL_SUCCESSFUL">
            <summary>
TPM 1.2: TPM audit construction failed and the underlying command was returning success.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_AUDITFAIL_UNSUCCESSFUL">
            <summary>
TPM 1.2: TPM audit construction failed and the underlying command was returning a failure code also.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NO_WRAP_TRANSPORT">
            <summary>
TPM 1.2: The TPM does not allow for wrapped transport sessions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_VERSION">
            <summary>
TPM 1.2: The TPM cannot perform this version of the capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_PRESENCE">
            <summary>
TPM 1.2: Either the physicalPresence or physicalPresenceLock bits have the wrong value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_MODE">
            <summary>
TPM 1.2: A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_DATASIZE">
            <summary>
TPM 1.2: The size of the data (or blob) parameter is bad or inconsistent with the referenced key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_SCHEME">
            <summary>
TPM 1.2: The signature or encryption scheme for this key is incorrect or not permitted in this situation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_MIGRATION">
            <summary>
TPM 1.2: The migration properties of this key are incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_KEY_PROPERTY">
            <summary>
TPM 1.2: The key properties in TPM_KEY_PARMs are not supported by this TPM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INAPPROPRIATE_SIG">
            <summary>
TPM 1.2: Signed data cannot include additional DER information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_POSTINIT">
            <summary>
TPM 1.2: The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_WRONG_ENTITYTYPE">
            <summary>
TPM 1.2: The submitted entity type is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_KEYUSAGE">
            <summary>
TPM 1.2: The usage of a key is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NO_ENDORSEMENT">
            <summary>
TPM 1.2: The TPM does not have an Endorsement Key (EK) installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_AUTHHANDLE">
            <summary>
TPM 1.2: An invalid handle was used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DECRYPT_ERROR">
            <summary>
TPM 1.2: The decryption process did not complete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_ENCRYPT_ERROR">
            <summary>
TPM 1.2: The encryption process had a problem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_IOERROR">
            <summary>
TPM 1.2: An IO error occurred transmitting information to the TPM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BADTAG">
            <summary>
TPM 1.2: The tag value sent to for a command is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_AUTH2FAIL">
            <summary>
TPM 1.2: The authorization for the second key in a 2 key function failed authorization.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_FAILEDSELFTEST">
            <summary>
TPM 1.2: The TPM hardware device reported a failure during its internal self test. Try restarting the computer to resolve the problem. If the problem continues, check for the latest BIOS or firmware update for your TPM hardware. Consult the computer manufacturer's documentation for instructions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_SHA_ERROR">
            <summary>
TPM 1.2: The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_SHA_THREAD">
            <summary>
TPM 1.2: There is no existing SHA-1 thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_PARAM_SIZE">
            <summary>
TPM 1.2: The paramSize argument to the command has the incorrect value .
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_WRONGPCRVAL">
            <summary>
TPM 1.2: The named PCR value does not match the current PCR value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_SIZE">
            <summary>
TPM 1.2: The TPM does not have the space to perform the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_SHORTRANDOM">
            <summary>
TPM 1.2: A random string was too short.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_RESOURCES">
            <summary>
TPM 1.2: The TPM has insufficient internal resources to perform the requested action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_OWNER_SET">
            <summary>
TPM 1.2: The Trusted Platform Module (TPM) already has an owner.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOTSEALED_BLOB">
            <summary>
TPM 1.2: An encrypted blob is invalid or was not created by this TPM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOSRK">
            <summary>
TPM 1.2: There is no Storage Root Key (SRK) set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_NOSPACE">
            <summary>
TPM 1.2: No room to load key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_PCR_INFO">
            <summary>
TPM 1.2: PCR information could not be interpreted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_MIGRATEFAIL">
            <summary>
TPM 1.2: Migration authorization failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INAPPROPRIATE_ENC">
            <summary>
TPM 1.2: Unacceptable encryption scheme.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_KEYNOTFOUND">
            <summary>
TPM 1.2: The key handle points to an invalid key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INVALID_KEYHANDLE">
            <summary>
TPM 1.2: The key handle cannot be interpreted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_INSTALL_DISABLED">
            <summary>
TPM 1.2: The ability to install an owner is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_ORDINAL">
            <summary>
TPM 1.2: The ordinal was unknown or inconsistent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_FAIL">
            <summary>
TPM 1.2: The operation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DISABLED_CMD">
            <summary>
TPM 1.2: The target command has been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DISABLED">
            <summary>
TPM 1.2: Enable the Trusted Platform Module (TPM).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_DEACTIVATED">
            <summary>
TPM 1.2: Activate the Trusted Platform Module (TPM).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_CLEAR_DISABLED">
            <summary>
TPM 1.2: The clear disable flag is set and all clear operations now require physical access.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_AUDITFAILURE">
            <summary>
TPM 1.2: An operation completed successfully but the auditing of that operation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BAD_PARAMETER">
            <summary>
TPM 1.2: One or more parameter is bad.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_BADINDEX">
            <summary>
TPM 1.2: The index to a PCR, DIR or other register is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_AUTHFAIL">
            <summary>
TPM 1.2: Authentication failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPM_E_ERROR_MASK">
            <summary>
This is an error mask to convert TPM hardware errors to win errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_SHV_TIMEOUT">
            <summary>
SHV timed out on the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_SHV_CONFIG_NOT_FOUND">
            <summary>
SHV configuration is not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_SHV_CONFIG_EXISTED">
            <summary>
SHV configuration already existed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_TOO_MANY_CALLS">
            <summary>
Too many simultaneous calls.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_NETSH_GROUPPOLICY_ERROR">
            <summary>
Group Policy is not configured.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_ENTITY_DISABLED">
            <summary>
The entity is disabled with the NapAgent service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_S_CERT_ALREADY_PRESENT">
            <summary>
A certificate is already present in the cert store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_SERVICE_NOT_RUNNING">
            <summary>
The NapAgent service is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_MAXSIZE_TOO_SMALL">
            <summary>
The maximum size of the connection is too small for an SoH packet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_ID_NOT_FOUND">
            <summary>
The NAP component's id was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_NOT_PENDING">
            <summary>
Completion was indicated on a request that is not currently pending.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_MISMATCHED_ID">
            <summary>
The correlation id in the SoH-Request and SoH-Response do not match up.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_NOT_INITIALIZED">
            <summary>
The entity is not initialized with the NAP system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_NOT_REGISTERED">
            <summary>
The entity is not registered with the NAP system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_STILL_BOUND">
            <summary>
The entity is still bound to the NAP system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_NO_CACHED_SOH">
            <summary>
No cached SoH is present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_CONFLICTING_ID">
            <summary>
The entity ID conflicts with an already registered id.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_MISSING_SOH">
            <summary>
An SoH was missing from the NAP packet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NAP_E_INVALID_PACKET">
            <summary>
The NAP SoH packet is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS">
            <summary>
The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INTERNAL_ERROR">
            <summary>
An internal error caused an operation to fail.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL">
            <summary>
An array passed to the function cannot hold all of the data that the function must copy into the array.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE">
            <summary>
The function failed because the specified GDI device did not have any monitors associated with it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_POINTER">
            <summary>
The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, points to an invalid address, points to a kernel mode address, or is not correctly aligned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED">
            <summary>
This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP">
            <summary>
The function failed because the specified GDI display device was not attached to the Windows desktop.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME">
            <summary>
This function cannot find an actual GDI display device which corresponds to the specified GDI display device name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED">
            <summary>
This function can only be used if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE">
            <summary>
SetMonitorColorTemperature()'s caller passed a color temperature to it which the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED">
            <summary>
The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION">
            <summary>
The Monitor Configuration API only works with monitors which support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH">
            <summary>
The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION">
            <summary>
The monitor does not comply with the MCCS specification it claims to support.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION">
            <summary>
The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE">
            <summary>
A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS">
            <summary>
The operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE">
            <summary>
This function failed because an invalid monitor handle was passed to it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM">
            <summary>
An error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH">
            <summary>
An error occurred because the field length of a DDC/CI message contained an invalid value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND">
            <summary>
An operation failed because a DDC/CI message had an invalid value in its command field.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MCA_INTERNAL_ERROR">
            <summary>
An internal Monitor Configuration API error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING">
            <summary>
The monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE">
            <summary>
The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report &amp; Timing Message command to get a timing report from a monitor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DDCCI_INVALID_DATA">
            <summary>
The data received from the monitor is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED">
            <summary>
The monitor does not support the specified VCP code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA">
            <summary>
An error occurred while receiving data from the device on the I2C bus.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA">
            <summary>
An error occurred while transmitting data to the device on the I2C bus.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST">
            <summary>
No device on the I2C bus has the specified address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_I2C_NOT_SUPPORTED">
            <summary>
The monitor connected to the specified video output does not have an I2C bus.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST">
            <summary>
The IOPMVideoOutput::Configure function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED">
            <summary>
The IOPMVideoOutput::COPPCompatibleGetInformation or IOPMVideoOutput::Configure method failed because the display driver does not support the OPM_GET_ACP_AND_CGMSA_SIGNALING and OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS">
            <summary>
Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is returned when the caller tries to use an OPM specific command while the video output has COPP semantics only.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR">
            <summary>
The method failed because an unexpected error occurred inside of a display driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST">
            <summary>
The IOPMVideoOutput::GetInformation and IOPMVideoOutput::COPPCompatibleGetInformation methods return this error if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS">
            <summary>
Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is returned when the caller tries to use a COPP specific command while the video output has OPM semantics only.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS">
            <summary>
The method failed because the session is changing its type. No IOPMVideoOutput methods can be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS">
            <summary>
The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a non-console session or the video output's desktop became an inactive desktop.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE">
            <summary>
The IOPMVideoOutput::Configure method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH">
            <summary>
The IOPMVideoOutput::Configure method cannot enable the specified output protection technology because the output's screen resolution is too high.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET">
            <summary>
The IOPMVideoOutput::GetInformation method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA">
            <summary>
The video output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP">
            <summary>
The video output cannot enable Analogue Copy Protection (ACP) because it does not support ACP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP">
            <summary>
The video output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_INVALID_SRM">
            <summary>
The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PVP_HFS_FAILED">
            <summary>
The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED">
            <summary>
A video output could not be created because the frame buffer is in theater mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED">
            <summary>
A video output could not be created because the frame buffer is in spanning mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH">
            <summary>
A certificate could not be returned because the certificate buffer passed to the function was too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_INVALID_HANDLE">
            <summary>
The function failed because the caller passed in an invalid OPM user mode handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_INTERNAL_ERROR">
            <summary>
An internal error caused this operation to fail.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST">
            <summary>
The GDI display device passed to this function does not have any active video outputs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS">
            <summary>
The specified encrypted parameters are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_UAB_NOT_SUPPORTED">
            <summary>
The driver does not support UAB.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_COPP_NOT_SUPPORTED">
            <summary>
The driver does not support COPP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_OPM_NOT_SUPPORTED">
            <summary>
The driver does not support OPM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS">
            <summary>
We can depend on the child device presence returned by the driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED">
            <summary>
An operation is being attempted that requires the display adapter to be in a quiescent state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_START_DEFERRED">
            <summary>
Starting the adapter has been deferred temporarily.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY">
            <summary>
The display adapter is being polled for children too frequently at the same polling level.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER">
            <summary>
The driver trying to start is not the same as the driver for the POSTed display adapter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_LEADLINK_START_DEFERRED">
            <summary>
Starting the leadlink adapter has been deferred temporarily.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE">
            <summary>
The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON">
            <summary>
An attempt was made to power up a lead link display adapter when the chain links were powered down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED">
            <summary>
An attempt was made to start a lead link display adapter when the chain links were not started yet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY">
            <summary>
The chain of linked adapters is not ready to start because of an unknown failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED">
            <summary>
Some chain adapters in a linked configuration were not enumerated yet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED">
            <summary>
Lead adapter in a linked configuration was not enumerated yet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER">
            <summary>
The display adapter is not linked to any other adapters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS">
            <summary>
Child device presence was not reliably detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED">
            <summary>
Specified display adapter child device does not support descriptor exposure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED">
            <summary>
Specified display adapter child device already has an external device connected to it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET">
            <summary>
Client VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_CLIENT_TYPE">
            <summary>
Specified client type was not recognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION">
            <summary>
Miniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED">
            <summary>
Maximum supported number of present paths has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT">
            <summary>
Specified monitor frequency range constraint is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN">
            <summary>
Specified monitor capability origin is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM">
            <summary>
Specified mode pruning algorithm is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT">
            <summary>
Specified primary surface has a different private format attribute than the current primary surface
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS">
            <summary>
All available importance ordinals are already used in specified topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED">
            <summary>
Topology changes are not allowed for the specified VidPN.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING">
            <summary>
Specified scanline ordering type is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED">
            <summary>
Specified content transformation is not pinned on the specified VidPN present path.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS">
            <summary>
No more than one unassigned mode set can exist at any given time for a given VidPN source/target.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE">
            <summary>
Specified VidPN present path copy protection type is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE">
            <summary>
Specified VidPN present path content type is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON">
            <summary>
Specified VidPN topology recommendation reason is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET">
            <summary>
Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DATASET_IS_EMPTY">
            <summary>
Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MODE_NOT_IN_MODESET">
            <summary>
Specified mode is not in the specified mode set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED">
            <summary>
Multi-sampling is not supported on the respective VidPN present path.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED">
            <summary>
Specified gamma ramp is not supported on the respective VidPN present path.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_GAMMA_RAMP">
            <summary>
Specified gamma ramp is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED">
            <summary>
Specified content geometry transformation is not supported on the respective VidPN present path.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION">
            <summary>
Specified VidPN present path content geometry transformation is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL">
            <summary>
Specified VidPN present path importance ordinal is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN">
            <summary>
Specified VidPN is active and cannot be accessed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE">
            <summary>
Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT">
            <summary>
Failed to acquire display mode management interface.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY">
            <summary>
Specified target is not part of the specified VidPN's topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE">
            <summary>
Specified pixel value access mode is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_COLORBASIS">
            <summary>
Specified color basis is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_PIXELFORMAT">
            <summary>
Specified pixel format is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_STRIDE">
            <summary>
Specified stride is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE">
            <summary>
Specified visible region size is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE">
            <summary>
Specified primary surface size is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY">
            <summary>
Specified source is not part of the specified VidPN's topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MONITOR_NOT_CONNECTED">
            <summary>
There is no monitor connected on the specified video present target.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY">
            <summary>
Specified VidPN topology is stale. Please reacquire the new topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_ACTIVE_VIDPN">
            <summary>
VidPN manager of the display adapter in question does not have an active VidPN.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_VIDPNMGR">
            <summary>
Display adapter in question does not have an associated VidPN manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER">
            <summary>
Newly arrived monitor could not be associated with a display adapter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET">
            <summary>
Specified VidPN source cannot be used because there is no available VidPN target to connect it to.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE">
            <summary>
ID of the specified video present target is already used by another target in the set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE">
            <summary>
ID of the specified video present source is already used by another source in the set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_RESOURCES_NOT_RELATED">
            <summary>
Two or more of the specified resources are not related to each other, as defined by the interface semantics.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE">
            <summary>
Specified video present target subset type is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE">
            <summary>
ID of the specified monitor descriptor is already used by another descriptor in the set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET">
            <summary>
Specified descriptor is already in the specified monitor descriptor set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET">
            <summary>
Specified descriptor is not in the specified monitor descriptor set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR">
            <summary>
Specified monitor descriptor is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET">
            <summary>
Specified monitor descriptor set is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET">
            <summary>
Display adapter must have at least one video present target.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE">
            <summary>
Display adapter must have at least one video present source.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY">
            <summary>
Specified present path is not in VidPN's topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES">
            <summary>
Number of video present targets must be greater than or equal to the number of video present sources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION">
            <summary>
System failed to determine a mode that is supported by both the display adapter and the monitor connected to it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE">
            <summary>
ID of the specified mode is already used by another mode in the set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN">
            <summary>
Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE">
            <summary>
Specified monitor source mode is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET">
            <summary>
Specified monitor source mode set is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_STALE_MODESET">
            <summary>
Specified mode set is stale. Please reacquire the new mode set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET">
            <summary>
Specified frequency range is already in the specified monitor frequency range set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_PREFERRED_MODE">
            <summary>
Specified mode set does not specify preference for one of its modes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET">
            <summary>
Specified frequency range is not in the specified monitor frequency range set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE">
            <summary>
Specified monitor frequency range is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET">
            <summary>
Specified monitor frequency range set is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY">
            <summary>
Miniport has no recommendation for augmentation of the specified VidPN's topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH">
            <summary>
Specified VidPN present path is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_TARGET_ALREADY_IN_SET">
            <summary>
Specified video present target is already in the video present target set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET">
            <summary>
Specified video present source is already in the video present source set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET">
            <summary>
Specified video present target set is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET">
            <summary>
Specified video present source set is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET">
            <summary>
Specified mode is already in the mode set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY">
            <summary>
Specified video present path is already in VidPN's topology.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET">
            <summary>
Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE">
            <summary>
Specified video present target mode is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE">
            <summary>
Specified video present source mode is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_TOTAL_REGION">
            <summary>
Specified video signal total region is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_ACTIVE_REGION">
            <summary>
Specified video signal active region is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_FREQUENCY">
            <summary>
Specified video signal frequency is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET">
            <summary>
Specified VidPN target mode set is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET">
            <summary>
Specified VidPN source mode set is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MODE_NOT_PINNED">
            <summary>
No mode is pinned on the specified VidPN source/target.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED">
            <summary>
Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET">
            <summary>
Specified video present target is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE">
            <summary>
Specified video present source is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDPN">
            <summary>
Specified VidPN handle is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED">
            <summary>
Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED">
            <summary>
Specified VidPN topology is valid but is not supported by this model of the display adapter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY">
            <summary>
Specified VidPN topology is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION">
            <summary>
Skip preparation of allocations referenced by the DMA buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE">
            <summary>
GPU exception is detected on the given device. The device is not able to be scheduled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST">
            <summary>
The specified allocation lost its content.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE">
            <summary>
The allocation being referenced doesn't belong to the current device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE">
            <summary>
An invalid allocation handle is being referenced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE">
            <summary>
An invalid allocation instance is being referenced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ALLOCATION_CLOSED">
            <summary>
The allocation being referenced has been closed permanently.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION">
            <summary>
A locked allocation can't be used in the current command buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE">
            <summary>
The allocation can't be used from its current segment location for the specified operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION">
            <summary>
The request failed because a pinned allocation can't be evicted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED">
            <summary>
The current allocation can't be unswizzled by an aperture.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE">
            <summary>
No more unswizzling aperture are currently available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ALLOCATION_INVALID">
            <summary>
The allocation is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_TRY_AGAIN_NOW">
            <summary>
A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_TRY_AGAIN_LATER">
            <summary>
A problem couldn't be solved due to some currently existing condition. The problem should be tried again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_TOO_MANY_REFERENCES">
            <summary>
An object being referenced has reach the maximum reference count already and can't be reference further.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ALLOCATION_BUSY">
            <summary>
The allocation is currently busy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CANT_LOCK_MEMORY">
            <summary>
Couldn't probe and lock the underlying memory of an allocation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NO_VIDEO_MEMORY">
            <summary>
Not enough video memory available to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_MPO_ALLOCATION_UNPINNED">
            <summary>
The allocation for the MPO has been unpinned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS">
            <summary>
Link configuration for the display timing is still in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_COMPOSITION_WINDOW_DPI_MESSAGE">
            <summary>
Failed to send Window Dpi message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_DESTROY_SUPERWETINK_MESSAGE">
            <summary>
Failed to send Destroy Vail Super Wet Ink message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_CREATE_SUPERWETINK_MESSAGE">
            <summary>
Failed to send Create Vail Super Wet Ink message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED">
            <summary>
Notifying indirect display UMDF class driver that indirect display device has been stopped.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN">
            <summary>
Notifying indirect display UMDF class driver to abandon current swapchain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_VAIL_STATE_CHANGED">
            <summary>
Vail state has been changed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND">
            <summary>
No buffer is bound to composition surface
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PRESENT_INVALID_WINDOW">
            <summary>
Window handle is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED">
            <summary>
Windowless present is disabled (desktop windowing management subsystem is off).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE">
            <summary>
Window DC is not available for presentation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PRESENT_UNOCCLUDED">
            <summary>
Previous exclusive VidPn source owner has released its ownership
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED">
            <summary>
Present redirection is disabled (desktop windowing management subsystem is off).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PARTIAL_DATA_POPULATED">
            <summary>
Specified buffer is not big enough to contain entire requested dataset. Partial data populated up to the size of the buffer. Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_DRIVER_MISMATCH">
            <summary>
The kernel driver detected a version mismatch between it and the user mode driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_CANNOTCOLORCONVERT">
            <summary>
Not able to present with color conversion
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PRESENT_DENIED">
            <summary>
Not able to present due to denial of desktop access
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PRESENT_OCCLUDED">
            <summary>
Nothing to present due to desktop occlusion
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_PRESENT_MODE_CHANGED">
            <summary>
Present happened but ended up into the changed desktop mode
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_DRIVER_MODEL">
            <summary>
The driver stack doesn't match the expected driver model.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_ADAPTER_WAS_RESET">
            <summary>
Specified display adapter and all of its state has been reset.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER">
            <summary>
Specified display adapter handle is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER">
            <summary>
The driver needs more DMA buffer space in order to complete the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER">
            <summary>
Exclusive mode ownership is needed to create unmanaged primary allocation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_INVALID_MANUFACTURE_DATE">
            <summary>
Monitor descriptor contains invalid manufacture date.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK">
            <summary>
Monitor descriptor contains an invalid detailed timing block.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA">
            <summary>
There is no monitor descriptor data at the specified (offset, size) region.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK">
            <summary>
Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK">
            <summary>
Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED">
            <summary>
WMI data block registration failed for one of the MSMonitorClass WMI subclasses.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK">
            <summary>
Monitor descriptor contains an invalid standard timing block.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM">
            <summary>
Checksum of the obtained monitor descriptor is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT">
            <summary>
Format of the obtained monitor descriptor is not supported by this release.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MONITOR_NO_DESCRIPTOR">
            <summary>
Monitor descriptor could not be obtained.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI">
            <summary>
{GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI}
GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWM_E_TEXTURE_TOO_LARGE">
            <summary>
{Redirection surface can not be created. The size of the surface is larger than what is supported on this machine}
Redirection surface can not be created. The size of the surface is larger than what is supported on this machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWM_S_GDI_REDIRECTION_SURFACE">
            <summary>
{GDI redirection surface was returned}
GDI redirection surface of the top level window was returned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWM_E_ADAPTER_NOT_FOUND">
            <summary>
{The adapter specified by the LUID is not found}
DWM can not find the adapter specified by the LUID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWM_E_NOT_QUEUING_PRESENTS">
            <summary>
{DWM is not queuing presents for the specified window}
The window specified is not currently using queued presents.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE">
            <summary>
{No DWM redirection surface is available}
The DWM was unable to provide a redirection surface to complete the DirectX present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWM_E_REMOTING_NOT_SUPPORTED">
            <summary>
{Some desktop composition APIs are not supported while remoting}
The operation is not supported while running in a remote session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DWM_E_COMPOSITIONDISABLED">
            <summary>
{Desktop composition is disabled}
The operation could not be completed because desktop composition is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HUNG_DISPLAY_DRIVER_THREAD">
            <summary>
{Display Driver Stopped Responding}
The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality.
The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_WCOS_NOT_SUPPORTED">
            <summary>
The filter is not allowed to attach because it has not declared compability with WCOS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_REGISTRATION_BUSY">
            <summary>
The filesystem database resource is in use. Registration cannot complete at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_NO_WAITER_FOR_REPLY">
            <summary>
No waiter is present for the filter's reply to this message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_CONTEXT_ALREADY_LINKED">
            <summary>
The specified context is already attached to another object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_ALREADY_ENLISTED">
            <summary>
The specified Transaction Context is already enlisted in a transaction
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_VOLUME_ALREADY_MOUNTED">
            <summary>
The specified volume is already mounted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_NO_DEVICE_OBJECT">
            <summary>
The requested device object does not exist for the given volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_NAME_CACHE_MISS">
            <summary>
The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_INVALID_CONTEXT_REGISTRATION">
            <summary>
An invalid parameter was specified during context registration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND">
            <summary>
No registered context allocation definition was found for the given request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_INSTANCE_NOT_FOUND">
            <summary>
The system could not find the instance specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_VOLUME_NOT_FOUND">
            <summary>
The system could not find the volume specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_FILTER_NOT_FOUND">
            <summary>
The system could not find the filter specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_INSTANCE_NAME_COLLISION">
            <summary>
An instance already exists with this name on the volume specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_INSTANCE_ALTITUDE_COLLISION">
            <summary>
An instance already exists at this altitude on the volume specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_DO_NOT_DETACH">
            <summary>
Do not detach the filter from the volume at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_DO_NOT_ATTACH">
            <summary>
Do not attach the filter to the volume at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_CBDQ_DISABLED">
            <summary>
The callback data queue has been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_DUPLICATE_ENTRY">
            <summary>
A duplicate handler definition has been provided for an operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_MUST_BE_NONPAGED_POOL">
            <summary>
Non-paged pool must be used for this type of context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_DELETING_OBJECT">
            <summary>
The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_INTERNAL_ERROR">
            <summary>
The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_POST_OPERATION_CLEANUP">
            <summary>
The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_FILTER_NOT_READY">
            <summary>
The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_NOT_INITIALIZED">
            <summary>
The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_NOT_SAFE_TO_POST_OPERATION">
            <summary>
Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_INVALID_NAME_REQUEST">
            <summary>
An invalid name request was made. The name requested cannot be retrieved at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_DISALLOW_FAST_IO">
            <summary>
Disallow the Fast IO path for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST">
            <summary>
Asynchronous requests are not valid for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_CONTEXT_ALREADY_DEFINED">
            <summary>
A context is already defined for this object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_NO_HANDLER_DEFINED">
            <summary>
A handler was not defined by the filter for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLT_IO_COMPLETE">
            <summary>
The IO was completed by a filter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_E_TOO_HEAVY">
            <summary>
Report aborted due to performance criteria.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_E_INSUFFICIENT_CONSENT">
            <summary>
Operation failed due to insufficient user consent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_E_DUMP_THROTTLED">
            <summary>
Dump not generated due to a throttle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_E_ALREADY_REPORTING">
            <summary>
Reporting is already in progress for the specified process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_E_NOT_INITIALIZED">
            <summary>
Report not initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_E_NETWORK_FAILURE">
            <summary>
Report aborted due to network failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_E_CANCELED">
            <summary>
Report aborted due to user cancellation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_E_CRASH_FAILURE">
            <summary>
Crash reporting failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_REPORT_UPLOADED_CAB">
            <summary>
Report was uploaded with cab.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_THROTTLED">
            <summary>
Report was throttled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_ASSERT_CONTINUE">
            <summary>
The assertion was resumed as unhandled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_IGNORE_ALL_ASSERTS">
            <summary>
The assertion was handled and added to a permanent ignore list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_IGNORE_ASSERT_INSTANCE">
            <summary>
The assertion was handled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_REPORT_ASYNC">
            <summary>
Reporting was successfully spun off as an asynchronous operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_DISABLED_ARCHIVE">
            <summary>
Report was uploaded, but not archived due to archiving being disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_DISABLED_QUEUE">
            <summary>
Report was not queued to queuing being disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_SUSPENDED_UPLOAD">
            <summary>
Reporting was temporarily suspended.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_DISABLED">
            <summary>
Reporting was disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_REPORT_QUEUED">
            <summary>
Report was queued.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_REPORT_UPLOADED">
            <summary>
Report was uploaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WER_S_REPORT_DEBUG">
            <summary>
Debugger was attached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_CUSTOMSERVERERROR">
            <summary>
The server responded with a custom error string, see DeviceManagement-Enterprise-Diagnostics for details.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_MDM_NOT_CONFIGURED">
            <summary>
Mobile Device Management (MDM) is not configured.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_USER_CANCELLED">
            <summary>
The user canceled the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_EMPTY_MESSAGE">
            <summary>
The server responded with HTTP 200, but the message was empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_CERTAUTH_FAILED_TO_FIND_CERT">
            <summary>
Certificate Authentication was requested, but failed to find a certificate to use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_CERTPOLICY_PRIVATEKEYCREATION_FAILED">
            <summary>
Failed to create the private key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_MANAGEMENT_BLOCKED">
            <summary>
Mobile Device Management (MDM) was blocked, possibly by Group Policy or the local management agent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PROV_CSP_APPMGMT">
            <summary>
Provisioning failed in the EnterpriseAppManagement CSP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PROV_SSLCERTNOTFOUND">
            <summary>
When attempting to bind the public cert/private key, the public cert was not found either: when attempting to bind the public cert/private key, or when looking into provisioning payload.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PROV_UNKNOWN">
            <summary>
Provisioning failed, but a specific CSP is not indicated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PROV_CSP_MISC">
            <summary>
Provisioning failed in an unspecified CSP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PROV_CSP_PFW">
            <summary>
Provisioning failed in the Passport for Work CSP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PROV_CSP_DMCLIENT">
            <summary>
Provisioning failed in the DM client CSP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PROV_CSP_W7">
            <summary>
Provisioning failed in a W7/DMAcc CSP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PROV_CSP_CERTSTORE">
            <summary>
Provisioning failed in the certificate store CSP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PLATFORM_UNKNOWN_ERROR">
            <summary>
An error occurred on the client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PLATFORM_LICENSE_ERROR">
            <summary>
The version of Windows installed on the client does not support this enrollment type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PLATFORM_WRONG_STATE">
            <summary>
An invalid operation was attempted, such as trying to enroll the same device twice or unenroll an unknown device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_INSECUREREDIRECT">
            <summary>
The server requested HTTP rather than HTTPS but it was not accepted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_ENROLLMENTDATAINVALID">
            <summary>
The Mobile Device Management (MDM) server rejected the enrollment data. The server may not be configured correctly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_USER_LICENSE">
            <summary>
There was an error with your Mobile Device Management (MDM) user license. Contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_INMAINTENANCE">
            <summary>
The Mobile Device Management (MDM) server states your account is in maintenance, try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_NOTELIGIBLETORENEW">
            <summary>
The device is attempting to renew the Mobile Device Management (MDM) certificate, but the server rejected the request. Check renew schedule on the device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_NOT_SUPPORTED">
            <summary>
Mobile Device Management (MDM) is generally not supported for this device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICENOTSUPPORTED">
            <summary>
The Mobile Device Management (MDM) server doesn't support this platform or version, consider upgrading your device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICECAPREACHED">
            <summary>
The account has too many devices enrolled to Mobile Device Management (MDM). Delete or unenroll old devices to fix this error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_INVALIDSSLCERT">
            <summary>
There was a Mobile Device Management (MDM) certificate error. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_S_ENROLLMENT_SUSPENDED">
            <summary>
Enrollment was suspended.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_CONNECTIVITY">
            <summary>
There was a network error communicating with the Mobile Device Management (MDM) server. Please try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_WAB_ERROR">
            <summary>
There was a problem authenticating your account or device. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_PASSWORD_NEEDED">
            <summary>
A password is required to authenticate your account or device, but was not supplied. Please try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DISCOVERY_SEC_CERT_DATE_INVALID">
            <summary>
There was a Mobile Device Management (MDM) certificate error. The security certificate date is invalid. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_ALREADY_ENROLLED">
            <summary>
The device is already enrolled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_ENROLLMENT_IN_PROGRESS">
            <summary>
Another enrollment operation is currently in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_UNKNOWN_ERROR">
            <summary>
Unknown Mobile Device Management (MDM) server error. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_INVALIDSECURITY_ERROR">
            <summary>
The Mobile Device Management (MDM) server was not able to validate your account. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_INTERNALSERVICE_ERROR">
            <summary>
There was an unhandled exception on the Mobile Device Management (MDM) server. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_CONFIGMGRSERVER_ERROR">
            <summary>
The Mobile Device Management (MDM) server encountered an error. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_CERTIFICATEREQUEST_ERROR">
            <summary>
The user has no permission for the certificate template or the certificate authority is unreachable. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_AUTHORIZATION_ERROR">
            <summary>
The user is not authorized to enroll to Mobile Device Management (MDM). Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_AUTHENTICATION_ERROR">
            <summary>
The Mobile Device Management (MDM) server failed to authenticate the user. Try again or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MENROLL_E_DEVICE_MESSAGE_FORMAT_ERROR">
            <summary>
Invalid message from the Mobile Device Management (MDM) server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PARTITIONS_DISABLED">
            <summary>
COM+ partitions are currently disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REGISTRY_ACCESSDENIED">
            <summary>
The specified user cannot write to the system registry
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_SAFERINVALID">
            <summary>
The specified SAFER level is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PRIVATE_ACCESSDENIED">
            <summary>
Access is denied because the component is private.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CANNOT_ALIAS_EVENTCLASS">
            <summary>
Alas, Event Class components cannot be aliased.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET">
            <summary>
The Base Application Partition exists in all partition sets and cannot be removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMP_MOVE_PRIVATE">
            <summary>
A private component cannot be moved (or copied) to a library application or to the base partition
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMP_MOVE_DEST">
            <summary>
A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMP_MOVE_SOURCE">
            <summary>
A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS">
            <summary>
Legacy components may not exist in non-base partitions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT">
            <summary>
Applications containing one or more legacy components may not be exported to 1.0 format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PARTITION_MSI_ONLY">
            <summary>
Only Application Files (*.MSI files) can be installed into partitions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PARTITION_ACCESSDENIED">
            <summary>
Access to the specified partition is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED">
            <summary>
A recycled process may not be paused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET">
            <summary>
The partition specified as default is not a member of the partition set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PROGIDINUSEBYCLSID">
            <summary>
The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CANTMAKEINPROCSERVICE">
            <summary>
Library applications may not be NT services.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED">
            <summary>
A paused process may not be recycled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PROCESSALREADYRECYCLED">
            <summary>
The process has already been recycled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CANTRECYCLESERVICEAPPS">
            <summary>
Applications running as NT services may not be recycled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CANTRECYCLELIBRARYAPPS">
            <summary>
Library applications may not be recycled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_USER_IN_SET">
            <summary>
One or more users are already assigned to a local partition set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE">
            <summary>
COM+ applications that run as NT service may not be pooled or recycled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_INVALID_PARTITION">
            <summary>
The partition(s) specified are not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_APP_NOT_RUNNING">
            <summary>
The specified application is not currently running
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_OBJECT_DOES_NOT_EXIST">
            <summary>
One of the specified objects cannot be found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_OBJECT_PARENT_MISSING">
            <summary>
One of the objects being inserted or updated does not belong to a valid parent collection
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSDTC_E_DUPLICATE_RESOURCE">
            <summary>
Cannot create a duplicate resource of type Distributed Transaction Coordinator
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMQC_E_UNTRUSTED_ENQUEUER">
            <summary>
The message was requeued or moved by a user not in the "QC Trusted User" role
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMQC_E_UNAUTHENTICATED">
            <summary>
An unauthenticated message was received by an application that accepts only authenticated messages
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMQC_E_BAD_MESSAGE">
            <summary>
The message is improperly formatted or was damaged in transit
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMQC_E_NO_IPERSISTSTREAM">
            <summary>
Unable to marshal an interface that does not support IPersistStream
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE">
            <summary>
MSMQ is required for the requested operation and is not installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMQC_E_NO_QUEUEABLE_INTERFACES">
            <summary>
At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMQC_E_APPLICATION_NOT_QUEUED">
            <summary>
Only COM+ Applications marked "queued" can be invoked using the "queue" moniker
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_SERVERFAULT">
            <summary>
The COM+ Catalog Server threw an exception during execution
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED">
            <summary>
The application cannot be paused or resumed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_WRONGAPPBITNESS">
            <summary>
There was a type mismatch between a binary and an application
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_UNACCEPTABLEBITNESS">
            <summary>
A binary of unknown or invalid type was provided
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_BITNESSMISMATCH">
            <summary>
There was a type mismatch between binaries
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_MIG_SCHEMANOTFOUND">
            <summary>
The schema version to be migrated could not be found in the COM+ registry database
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_MIG_VERSIONNOTSUPPORTED">
            <summary>
This version of the COM+ registry database cannot be migrated
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REGDB_ALREADYRUNNING">
            <summary>
The COM+ registry database is already running
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REGDB_SYSTEMERR">
            <summary>
The COM+ registry database detected a system error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REGDB_NOTOPEN">
            <summary>
The COM+ registry database is not open
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REGDB_NOTINITIALIZED">
            <summary>
The COM+ registry database has not been initialized
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_AMBIGUOUS_PARTITION_NAME">
            <summary>
The partition name is not unique and cannot be resolved to a partition id
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_AMBIGUOUS_APPLICATION_NAME">
            <summary>
The application name is not unique and cannot be resolved to an application id
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED">
            <summary>
Applications that contain one or more imported components cannot be installed into a non-base partition
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES">
            <summary>
The partition cannot be exported, because one or more components in the partition have the same file name
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_PARTITION_IN_USE">
            <summary>
The partition cannot be deleted because it is the default partition for one or more users
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_INVALID_PARTITION_NAME">
            <summary>
The specified partition name is invalid. Check that the name contains at least one visible character
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME">
            <summary>
The specified partition name is already in use on this computer
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_START_APP_DISABLED">
            <summary>
You cannot start an application that has been disabled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_BASE_PARTITION_ONLY">
            <summary>
This function is valid for the base partition only
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE">
            <summary>
Library applications and application proxies are incompatible
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER">
            <summary>
An event class cannot also be a subscriber component
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT">
            <summary>
Cannot subscribe to this component (the component may have been imported)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAN_NOT_EXPORT_SYS_APP">
            <summary>
System application is not exportable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAN_NOT_START_APP">
            <summary>
Failed to start application because it is either a library application or an application proxy
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY">
            <summary>
Application Proxy is not exportable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM">
            <summary>
This operation is not enabled on this platform
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_START_APP_NEEDS_COMPONENTS">
            <summary>
You must have components in an application in order to start the application
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_ROLE_DOES_NOT_EXIST">
            <summary>
A role assigned to a component, interface, or method did not exist in the application
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_APPLID_MATCHES_CLSID">
            <summary>
A CLSID with the same GUID as the new application ID is already installed on this machine
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_OBJECTNOTPOOLABLE">
            <summary>
This object is not poolable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_NOTINREGISTRY">
            <summary>
Object was not found in registry
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PROPERTY_OVERFLOW">
            <summary>
The property value is too large
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REGFILE_CORRUPT">
            <summary>
The registration file is corrupt
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMPONENTEXISTS">
            <summary>
The component already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_OBJECTEXISTS">
            <summary>
The object you are attempting to add or rename already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_PROPERTYSAVEFAILED">
            <summary>
One or more property settings are either invalid or in conflict with each other
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_SERVICENOTINSTALLED">
            <summary>
The service is not installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COREQCOMPINSTALLED">
            <summary>
A component in the same DLL is already installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMPFILE_NOREGISTRAR">
            <summary>
The component registrar referenced in this file is not available
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_SYSTEMAPP">
            <summary>
This operation cannot be performed on the system application
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REGISTERTLB">
            <summary>
The system was unable to register the TypeLib
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMP_MOVE_BAD_DEST">
            <summary>
The component move failed because the destination application no longer exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMP_MOVE_LOCKED">
            <summary>
The component move was disallowed, because the source or destination application is either a system application or currently locked against changes
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_SESSION">
            <summary>
The server catalog version is not supported
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_NOTDELETEABLE">
            <summary>
The delete function has been disabled for this object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_NOTCHANGEABLE">
            <summary>
Changes to this object and its sub-objects have been disabled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMPFILE_NOTINSTALLABLE">
            <summary>
The file does not contain components or component information
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMPFILE_BADTLB">
            <summary>
The TypeLib could not be loaded
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMPFILE_CLASSNOTAVAIL">
            <summary>
The DLL does not support the components listed in the TypeLib
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMPFILE_GETCLASSOBJ">
            <summary>
GetClassObject failed in the DLL
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMPFILE_LOADDLLFAIL">
            <summary>
The DLL could not be loaded
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_COMPFILE_DOESNOTEXIST">
            <summary>
The file does not exist
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REGISTRARFAILED">
            <summary>
Errors occurred while in the component registrar
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_APPDIRNOTFOUND">
            <summary>
Application install directory not found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_BADREGISTRYLIBID">
            <summary>
The registered TypeLib ID is not valid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_DLLLOADFAILED">
            <summary>
DLL could not be loaded
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_NOSERVERSHARE">
            <summary>
No server file share available
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_DLLREGISTERSERVER">
            <summary>
DllRegisterServer failed on component install
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_REMOTEINTERFACE">
            <summary>
Interface information is either missing or changed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CLSIDORIIDMISMATCH">
            <summary>
Application file CLSIDs or IIDs do not match corresponding DLLs
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_USERPASSWDNOTVALID">
            <summary>
The identity or password set on the application is not valid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_AUTHENTICATIONLEVEL">
            <summary>
Unable to set required authentication level for update request
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_BADREGISTRYPROGID">
            <summary>
The component's progID is missing or corrupt
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_NOREGISTRYCLSID">
            <summary>
The component's CLSID is missing or corrupt
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_INVALIDUSERIDS">
            <summary>
One or more users in the application file are not valid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_NOUSER">
            <summary>
One or more users are not valid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_CANTCOPYFILE">
            <summary>
An error occurred copying the file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_ROLEEXISTS">
            <summary>
The role already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_APPLICATIONEXISTS">
            <summary>
The application is already installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_BADPATH">
            <summary>
The file path is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_APP_FILE_VERSION">
            <summary>
Invalid version number in application file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_APP_FILE_READFAIL">
            <summary>
Error occurred reading the application file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_APP_FILE_WRITEFAIL">
            <summary>
Error occurred writing to the application file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_ALREADYINSTALLED">
            <summary>
The object is already registered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_KEYMISSING">
            <summary>
The object was not found in the catalog
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_OBJECTINVALID">
            <summary>
One or more of the object's properties are missing or invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.COMADMIN_E_OBJECTERRORS">
            <summary>
Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_CACHE_ITEM_TOO_BIG">
            <summary>
The new cache item exceeds the maximum per-item size defined for the cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_CACHE_ITEM_STALE">
            <summary>
The requested cache item is too old and was deleted from the cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_CACHE_ITEM_NOT_FOUND">
            <summary>
The requested item could not be found in the cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_CARD_NOT_AUTHENTICATED">
            <summary>
No PIN was presented to the smart card.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_CANCELLED_BY_USER">
            <summary>
The action was cancelled by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_EOF">
            <summary>
The end of the smart card file has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_CHV_BLOCKED">
            <summary>
The card cannot be accessed because the maximum number of PIN entry attempts has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_WRONG_CHV">
            <summary>
The card cannot be accessed because the wrong PIN was presented.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_SECURITY_VIOLATION">
            <summary>
Access was denied because of a security violation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_REMOVED_CARD">
            <summary>
The smart card has been removed, so that further communication is not possible.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_RESET_CARD">
            <summary>
The smart card has been reset, so any shared state information is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_UNPOWERED_CARD">
            <summary>
Power has been removed from the smart card, so that further communication is not possible.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_UNRESPONSIVE_CARD">
            <summary>
The smart card is not responding to a reset.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_W_UNSUPPORTED_CARD">
            <summary>
The reader cannot communicate with the smart card, due to ATR configuration conflicts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_READ_ONLY_CARD">
            <summary>
The smart card is read only and cannot be written to.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_PIN_CACHE">
            <summary>
The smart card PIN cannot be cached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_PIN_CACHE_EXPIRED">
            <summary>
The smart card PIN cache has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_SERVER_TOO_BUSY">
            <summary>
The Smart Card Resource Manager is too busy to complete this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_KEY_CONTAINER">
            <summary>
The requested key container does not exist on the smart card.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_COMM_DATA_LOST">
            <summary>
A communications error with the smart card has been detected. Retry the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_READERS_AVAILABLE">
            <summary>
Cannot find a smart card reader.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_CERTIFICATE_UNAVAILABLE">
            <summary>
The requested certificate could not be obtained.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_SUCH_CERTIFICATE">
            <summary>
The requested certificate does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_UNKNOWN_RES_MNG">
            <summary>
An unrecognized error code was returned from a layered component.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_INVALID_CHV">
            <summary>
The supplied PIN is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_BAD_SEEK">
            <summary>
There was an error trying to set the smart card file object pointer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_WRITE_TOO_MANY">
            <summary>
The smart card does not have enough memory to store the information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_ACCESS">
            <summary>
Access is denied to this file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_FILE">
            <summary>
The supplied path does not represent a smart card file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_DIR">
            <summary>
The supplied path does not represent a smart card directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_FILE_NOT_FOUND">
            <summary>
The identified file does not exist in the smart card.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_DIR_NOT_FOUND">
            <summary>
The identified directory does not exist in the smart card.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_UNSUPPORTED_FEATURE">
            <summary>
This smart card does not support the requested feature.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_ICC_CREATEORDER">
            <summary>
The requested order of object creation is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_ICC_INSTALLATION">
            <summary>
No Primary Provider can be found for the smart card.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_UNEXPECTED">
            <summary>
An unexpected card error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_SERVICE_STOPPED">
            <summary>
The Smart Card Resource Manager has shut down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_SERVICE">
            <summary>
The Smart Card Resource Manager is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_CARD_UNSUPPORTED">
            <summary>
The smart card does not meet minimal requirements for support.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_DUPLICATE_READER">
            <summary>
The reader driver did not produce a unique reader name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_READER_UNSUPPORTED">
            <summary>
The reader driver does not meet minimal requirements for support.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_PCI_TOO_SMALL">
            <summary>
The PCI Receive buffer was too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_P_SHUTDOWN">
            <summary>
The operation has been aborted to allow the server application to exit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_READER_UNAVAILABLE">
            <summary>
The specified reader is not currently available for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NOT_TRANSACTED">
            <summary>
An attempt was made to end a non-existent transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_INVALID_ATR">
            <summary>
An ATR obtained from the registry is not a valid ATR string.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_F_UNKNOWN_ERROR">
            <summary>
An internal error has been detected, but the source is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_F_COMM_ERROR">
            <summary>
An internal communications error has been detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_SYSTEM_CANCELLED">
            <summary>
The action was cancelled by the system, presumably to log off or shut down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_INVALID_VALUE">
            <summary>
One or more of the supplied parameters values could not be properly interpreted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NOT_READY">
            <summary>
The reader or smart card is not ready to accept commands.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_PROTO_MISMATCH">
            <summary>
The requested protocols are incompatible with the protocol currently in use with the smart card.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_CANT_DISPOSE">
            <summary>
The system could not dispose of the media in the requested manner.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_UNKNOWN_CARD">
            <summary>
The specified smart card name is not recognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_SMARTCARD">
            <summary>
The operation requires a smart card, but no smart card is currently in the device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_SHARING_VIOLATION">
            <summary>
The smart card cannot be accessed because of other connections outstanding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_TIMEOUT">
            <summary>
The user-specified timeout value has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_UNKNOWN_READER">
            <summary>
The specified reader name is not recognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_INSUFFICIENT_BUFFER">
            <summary>
The data buffer to receive returned data is too small for the returned data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_F_WAITED_TOO_LONG">
            <summary>
An internal consistency timer has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_NO_MEMORY">
            <summary>
Not enough memory available to complete this command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_INVALID_TARGET">
            <summary>
Registry startup information is missing or invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_INVALID_PARAMETER">
            <summary>
One or more of the supplied parameters could not be properly interpreted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_INVALID_HANDLE">
            <summary>
The supplied handle was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_E_CANCELLED">
            <summary>
The action was cancelled by an SCardCancel request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCARD_F_INTERNAL_ERROR">
            <summary>
An internal consistency check failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_ERROR_NOT_INSTALLED">
            <summary>
No installed components were detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW">
            <summary>
An unrecoverable stack overflow was encountered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DRIVER_STORE_DELETE_FAILED">
            <summary>
A problem was encountered while attempting to delete the driver from the store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_FILE_HASH_NOT_IN_CATALOG">
            <summary>
The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_WRONG_INF_TYPE">
            <summary>
The specified INF is the wrong type for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DRIVER_INSTALL_BLOCKED">
            <summary>
The installation of this driver is forbidden by system policy. Contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVICE_INSTALL_BLOCKED">
            <summary>
The installation of this device is forbidden by system policy. Contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DRIVER_STORE_ADD_FAILED">
            <summary>
A problem was encountered while attempting to add the driver to the store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVICE_INSTALLER_NOT_READY">
            <summary>
One of the installers for this device cannot perform the installation at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE">
            <summary>
The file may only be validated by a catalog signed via Authenticode(tm).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH">
            <summary>
The software was tested for compliance with Windows Logo requirements on a different version of Windows, and may not be compatible with this version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED">
            <summary>
The publisher of an Authenticode(tm) signed catalog was not established as trusted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED">
            <summary>
The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER">
            <summary>
The INF was signed with an Authenticode(tm) catalog from a trusted publisher.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_AUTHENTICODE_DISALLOWED">
            <summary>
Authenticode(tm) signature verification is not supported for the specified INF.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_AUTHENTICODE_CATALOG">
            <summary>
A file could not be verified because it does not have an associated catalog signed via Authenticode(tm).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DI_FUNCTION_OBSOLETE">
            <summary>
The requested device install operation is obsolete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INF_IN_USE_BY_DEVICES">
            <summary>
One or more devices are presently installed using the specified INF.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NOT_AN_INSTALLED_OEM_INF">
            <summary>
The specified file is not an installed OEM INF.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_REMOTE_REQUEST_UNSUPPORTED">
            <summary>
The requested operation is not supported for a remote machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_PNP_REGISTRY_ERROR">
            <summary>
A problem was encountered when accessing the Plug and Play registry database.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_UNKNOWN_EXCEPTION">
            <summary>
An unknown exception was encountered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_SCE_DISABLED">
            <summary>
The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INCORRECTLY_COPIED_INF">
            <summary>
An INF was copied into the Windows INF directory in an improper manner.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_SET_SYSTEM_RESTORE_POINT">
            <summary>
The operation involving unsigned file copying was rolled back, so that a system restore point could be set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_IN_WOW64">
            <summary>
Operation not allowed in WOW64.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DRIVER_NONNATIVE">
            <summary>
Driver is not intended for this platform.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_TARGET">
            <summary>
Cannot copy to specified target.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_CANT_REMOVE_DEVINST">
            <summary>
The device could not be dynamically removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NOT_DISABLEABLE">
            <summary>
The device cannot be disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE">
            <summary>
An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_CATALOG_FOR_OEM_INF">
            <summary>
The third-party INF does not contain digital signature information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NON_WINDOWS_DRIVER">
            <summary>
The driver selected for this device does not support Windows.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NON_WINDOWS_NT_DRIVER">
            <summary>
The driver selected for this device does not support this version of Windows.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_FILTER_DRIVER">
            <summary>
One of the filter drivers installed for this device is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DI_DONT_INSTALL">
            <summary>
The class installer has denied the request to install or upgrade this device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_INF_LOGCONFIG">
            <summary>
A logical configuration specified in this INF is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_DEVICE_ICON">
            <summary>
There is no icon that represents this device or device type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_COMPAT_DRIVERS">
            <summary>
There are no compatible drivers for this device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_COINSTALLER">
            <summary>
The device's co-installer is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DI_POSTPROCESSING_REQUIRED">
            <summary>
The device's co-installer has additional work to perform after installation is complete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_SUCH_DEVICE_INTERFACE">
            <summary>
The requested device interface is not present in the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_PROPPAGE_PROVIDER">
            <summary>
The property page provider registry entry is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_CONFIGMGR_SERVICES">
            <summary>
The Plug and Play service is not available on the remote machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_MACHINE_UNAVAILABLE">
            <summary>
The machine selected for remote communication is not available at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_REMOTE_COMM_FAILURE">
            <summary>
A general remote communication error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_MACHINENAME">
            <summary>
The specified machine name does not conform to UNC naming conventions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_REFERENCE_STRING">
            <summary>
The reference string supplied for this interface device is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_SUCH_INTERFACE_CLASS">
            <summary>
This interface class does not exist in the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_BAD_INTERFACE_INSTALLSECT">
            <summary>
An interface installation section in this INF is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVICE_INTERFACE_REMOVED">
            <summary>
The operation cannot be performed because the device interface has been removed from the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVICE_INTERFACE_ACTIVE">
            <summary>
The operation cannot be performed because the device interface is currently active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE">
            <summary>
There is presently no default device interface designated for this interface class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_ASSOCIATED_SERVICE">
            <summary>
The installation failed because a function driver was not specified for this device instance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_CLASS_DRIVER_LIST">
            <summary>
There is no class driver list for the device information element.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_BAD_SERVICE_INSTALLSECT">
            <summary>
A service installation section in this INF is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_FILEQUEUE_LOCKED">
            <summary>
The operation cannot be performed because the file queue is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_CLASSINSTALL_PARAMS">
            <summary>
No class installer parameters have been set for the device information set or element.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DI_BAD_PATH">
            <summary>
The specified path does not contain any applicable device INFs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVINFO_DATA_LOCKED">
            <summary>
The operation cannot be performed because the device information element is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVINFO_LIST_LOCKED">
            <summary>
The operation cannot be performed because the device information set is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_DEVICE_SELECTED">
            <summary>
There is no device information element currently selected for this device information set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_HWPROFILE">
            <summary>
The specified hardware profile does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DI_NOFILECOPY">
            <summary>
The operation does not require any files to be copied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DI_DO_DEFAULT">
            <summary>
The class installer has indicated that the default action should be performed for this installation request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_CLASS_INSTALLER">
            <summary>
The class installer registry entry is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_CANT_LOAD_CLASS_ICON">
            <summary>
The icon representing this install class cannot be loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_SUCH_DEVINST">
            <summary>
The device instance does not exist in the hardware tree.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_INF">
            <summary>
The INF from which a driver list is to be built does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_REG_PROPERTY">
            <summary>
The device property code is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVINFO_NOT_REGISTERED">
            <summary>
The operation cannot be performed on a device information element that has not been registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DEVINST_ALREADY_EXISTS">
            <summary>
The device instance cannot be created because it already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_CLASS">
            <summary>
The install class is not present or is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_INVALID_DEVINST_NAME">
            <summary>
The device instance name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_KEY_DOES_NOT_EXIST">
            <summary>
The requested device registry key does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_DRIVER_SELECTED">
            <summary>
There is no driver selected for the device information set or element.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_DUPLICATE_FOUND">
            <summary>
An existing device was found that is a duplicate of the device being manually installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_CLASS_MISMATCH">
            <summary>
The INF or the device information set or element does not match the specified install class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_ASSOCIATED_CLASS">
            <summary>
The INF or the device information set or element does not have an associated install class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_NO_BACKUP">
            <summary>
The files affected by the installation of this file queue have not been backed up for uninstall.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_LINE_NOT_FOUND">
            <summary>
The required line was not found in the INF.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_SECTION_NOT_FOUND">
            <summary>
The required section was not found in the INF.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_WRONG_INF_STYLE">
            <summary>
The style of the INF is different than what was requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_GENERAL_SYNTAX">
            <summary>
The syntax of the INF is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_SECTION_NAME_TOO_LONG">
            <summary>
An INF section was encountered whose name exceeds the maximum section name length.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_BAD_SECTION_NAME_LINE">
            <summary>
A section name marker in the INF is not complete, or does not exist on a line by itself.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SPAPI_E_EXPECTED_SECTION_NAME">
            <summary>
A non-empty line was encountered in the INF before the start of a section.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_INVALID_NAME">
            <summary>
The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_INVALID_POLICY">
            <summary>
The certificate has invalid policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_UNTRUSTEDCA">
            <summary>
A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_EXPLICIT_DISTRUST">
            <summary>
The certificate was explicitly marked as untrusted by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_WRONG_USAGE">
            <summary>
The certificate is not valid for the requested usage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_CN_NO_MATCH">
            <summary>
The certificate's CN name does not match the passed value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_REVOCATION_FAILURE">
            <summary>
The revocation process could not continue - the certificate(s) could not be checked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_UNTRUSTEDTESTROOT">
            <summary>
The certification path terminates with the test root which is not trusted with the current policy settings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_REVOKED">
            <summary>
A certificate was explicitly revoked by its issuer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_FAIL">
            <summary>
Generic trust failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_CHAINING">
            <summary>
A certificate chain could not be built to a trusted root authority.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_UNTRUSTEDROOT">
            <summary>
A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_MALFORMED">
            <summary>
A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_ISSUERCHAINING">
            <summary>
A parent of a given certificate in fact did not issue that child certificate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_PURPOSE">
            <summary>
A certificate being used for a purpose other than the ones specified by its CA.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_CRITICAL">
            <summary>
A certificate contains an unknown extension that is marked 'critical'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_PATHLENCONST">
            <summary>
A path length constraint in the certification chain has been violated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_ROLE">
            <summary>
A certificate that can only be used as an end-entity is being used as a CA or vice versa.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_VALIDITYPERIODNESTING">
            <summary>
The validity periods of the certification chain do not nest correctly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERT_E_EXPIRED">
            <summary>
A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_NOSIGNATURE">
            <summary>
No signature was present in the subject.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PERSIST_E_NOTSELFSIZING">
            <summary>
This object does not read and write self-sizing data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PERSIST_E_SIZEINDEFINITE">
            <summary>
The size of the indefinite-sized data could not be determined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PERSIST_E_SIZEDEFINITE">
            <summary>
The size of the data could not be determined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DIGSIG_E_CRYPTO">
            <summary>
Unspecified cryptographic failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DIGSIG_E_EXTENSIBILITY">
            <summary>
Reading / writing Extensions where Attributes are appropriate, and vice versa.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DIGSIG_E_DECODE">
            <summary>
Error due to problem in ASN.1 decoding process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DIGSIG_E_ENCODE">
            <summary>
Error due to problem in ASN.1 encoding process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_SUBJECT_NOT_TRUSTED">
            <summary>
The subject is not trusted for the specified action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_SUBJECT_FORM_UNKNOWN">
            <summary>
The form specified for the subject is not one supported or known by the specified trust provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_ACTION_UNKNOWN">
            <summary>
The trust verification action specified is not supported by the specified trust provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_PROVIDER_UNKNOWN">
            <summary>
Unknown trust provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CRED_REQUIRES_CONFIRMATION">
            <summary>
The requested credential requires confirmation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_STRUCTURE">
            <summary>
Some kind of structural error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_PCONST_CHECK">
            <summary>
A check failed in a partially constant table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_DSIG_STRUCTURE">
            <summary>
The structure of the DSIG table is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_BADVERSION">
            <summary>
There is a bad version number in the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_CRYPT">
            <summary>
A call to a CryptoAPI function failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_FILE">
            <summary>
Failed on a file operation (open, map, read, write).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_NOT_OPENTYPE">
            <summary>
The file is not an OpenType file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_FAILED_HINTS_CHECK">
            <summary>
The file did not pass the hints check.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_FAILED_POLICY">
            <summary>
The signature does not have the correct attributes for the policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_FILE_CHECKSUM">
            <summary>
The file checksum is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_TABLE_CHECKSUM">
            <summary>
A table checksum is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_FILETOOSMALL">
            <summary>
File is too small to contain the last table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_TABLE_PADBYTES">
            <summary>
Too many pad bytes between tables or pad bytes are not 0.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_TABLES_OVERLAP">
            <summary>
Two or more tables overlap.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT">
            <summary>
First table does not appear after header information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_TABLE_LONGWORD">
            <summary>
A table does not start on a long word boundary.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_TABLE_TAGORDER">
            <summary>
Duplicate table tags or tags out of alphabetical order.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_BAD_OFFSET_TABLE">
            <summary>
The offset table has incorrect values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_BAD_MAGICNUMBER">
            <summary>
The magic number in the head table is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_NOHEADTABLE">
            <summary>
Could not find the head table in the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_CANTGETOBJECT">
            <summary>
Could not retrieve an object from the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MSSIPOTF_E_OUTOFMEMRANGE">
            <summary>
Tried to reference a part of the file outside the proper range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_FINANCIAL_CRITERIA">
            <summary>
The certificate does not meet or contain the Authenticode(tm) financial extensions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_BASIC_CONSTRAINTS">
            <summary>
A certificate's basic constraint extension has not been observed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_MALFORMED_SIGNATURE">
            <summary>
The digital signature of the object is malformed. For technical detail, see security bulletin MS13-098.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_BAD_DIGEST">
            <summary>
The digital signature of the object did not verify.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_TIME_STAMP">
            <summary>
The timestamp signature and/or certificate could not be verified or is malformed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_CERT_SIGNATURE">
            <summary>
The signature of the certificate cannot be verified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_COUNTER_SIGNER">
            <summary>
One of the counter signatures was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_NO_SIGNER_CERT">
            <summary>
The certificate for the signer of the message is invalid or not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TRUST_E_SYSTEM_ERROR">
            <summary>
A system-level error occurred while verifying trust.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XENROLL_E_KEYSPEC_SMIME_MISMATCH">
            <summary>
Signing certificate cannot include SMIME extension.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XENROLL_E_RESPONSE_KA_HASH_MISMATCH">
            <summary>
There is a key archival hash mismatch between the request and the response.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH">
            <summary>
An unexpected key archival hash attribute was found in the response.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND">
            <summary>
The key archival hash attribute was not found in the response.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XENROLL_E_CANNOT_ADD_ROOT_CERT">
            <summary>
You cannot add the root CA certificate into your local store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XENROLL_E_KEY_NOT_EXPORTABLE">
            <summary>
The key is not exportable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SEC_EXT_DIRECTORY_SID_REQUIRED">
            <summary>
The Active Directory SID is unavailable and cannot be added to the custom security extension.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_PENDING_CLIENT_RESPONSE">
            <summary>
The request is locked against edits until a response is received from the client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH">
            <summary>
The request is not consistent with the previously generated precertificate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_INVALID_REQUESTID">
            <summary>
A valid Request ID was not detected in the request attributes, or an invalid one was submitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_INVALID_RESPONSE">
            <summary>
The client's response could not be validated. It is either unexpected or incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_EXPIRED_CHALLENGE">
            <summary>
The private key attestation challenge cannot be validated because the encryption certificate has expired, or the certificate or key is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_CORRUPT_KEY_ATTESTATION">
            <summary>
The request public key is not consistent with the private key attestation data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_KEY_ATTESTATION">
            <summary>
The request does not support private key attestation as defined in the certificate template.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_INVALID_ATTESTATION">
            <summary>
The certification authority cannot validate the private key attestation data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_INVALID_IDBINDING">
            <summary>
The certification authority cannot validate the Attestation Identity Key Id Binding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_INVALID_EK">
            <summary>
The certification authority cannot interpret or verify the endorsement key information supplied in the request, or the information is inconsistent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY">
            <summary>
The certificate template requires renewal with the same public key, but the request uses a different public key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_TOO_MANY_SIGNATURES">
            <summary>
The certificate template requires too many RA signatures. Only one RA signature is allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_CERT_TYPE_OVERLAP">
            <summary>
The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_UNKNOWN_CERT_TYPE">
            <summary>
One or more certificate templates to be enabled on this certification authority could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SUBJECT_EMAIL_REQUIRED">
            <summary>
The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_KEY_LENGTH">
            <summary>
The public key does not meet the minimum size required by the specified certificate template.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ARCHIVED_KEY_UNEXPECTED">
            <summary>
The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SUBJECT_DNS_REQUIRED">
            <summary>
The DNS name is unavailable and cannot be added to the Subject Alternate name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED">
            <summary>
The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SUBJECT_UPN_REQUIRED">
            <summary>
The UPN is unavailable and cannot be added to the Subject Alternate name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ISSUANCE_POLICY_REQUIRED">
            <summary>
The request is missing one or more required signature issuance policies.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SIGNATURE_REJECTED">
            <summary>
One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SIGNATURE_COUNT">
            <summary>
The request is missing one or more required signatures.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SIGNATURE_POLICY_REQUIRED">
            <summary>
The request is missing required signature policy information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_TEMPLATE_POLICY_REQUIRED">
            <summary>
The template is missing a required signature policy attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_BAD_TEMPLATE_VERSION">
            <summary>
The request template version is newer than the supported template version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_BAD_RENEWAL_SUBJECT">
            <summary>
The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SMIME_REQUIRED">
            <summary>
The request is missing a required SMIME capabilities extension.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ARCHIVED_KEY_REQUIRED">
            <summary>
The request is missing a required private key for archival by the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED">
            <summary>
The request is missing a required Subject Alternate name extension.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_TEMPLATE_CONFLICT">
            <summary>
The request contains conflicting template information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_NO_CERT_TYPE">
            <summary>
The request contains no certificate template information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_UNSUPPORTED_CERT_TYPE">
            <summary>
The requested certificate template is not supported by this CA.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ENCRYPTION_CERT_REQUIRED">
            <summary>
No encryption certificate was specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED">
            <summary>
Failed to create an attested key. This computer or the cryptographic provider may not meet the hardware requirements to support key attestation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_WEAK_SIGNATURE_OR_KEY">
            <summary>
A signature algorithm or public key length does not meet the system's minimum required strength.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_NO_POLICY_SERVER">
            <summary>
An enrollment policy server cannot be located.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ADMIN_DENIED_REQUEST">
            <summary>
The request was denied by a certificate manager or CA administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE">
            <summary>
The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_TEMPLATE_DENIED">
            <summary>
The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ENROLL_DENIED">
            <summary>
The permissions on this certification authority do not allow the current user to enroll for certificates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ALIGNMENT_FAULT">
            <summary>
A memory reference caused a data alignment fault.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_NO_DB_SESSIONS">
            <summary>
An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE">
            <summary>
The request contains an invalid renewal certificate attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_NO_CAADMIN_DEFINED">
            <summary>
At least one security principal must have the permission to manage this CA.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL">
            <summary>
The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_NO_VALID_KRA">
            <summary>
Cannot archive private key. The certification authority could not verify one or more key recovery certificates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED">
            <summary>
Cannot archive private key. The certification authority is not configured for key archival.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_RESTRICTEDOFFICER">
            <summary>
The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ROLECONFLICT">
            <summary>
The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_ENCODING_LENGTH">
            <summary>
The certificate contains an encoded length that is potentially incompatible with older enrollment software.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_SERVER_SUSPENDED">
            <summary>
Certificate service has been suspended for a database restore operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_INVALID_CA_CERTIFICATE">
            <summary>
The certification authority's certificate contains invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_PROPERTY_EMPTY">
            <summary>
The requested property value is empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_BAD_REQUESTSTATUS">
            <summary>
The request's current status does not allow this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_NO_REQUEST">
            <summary>
The request does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CERTSRV_E_BAD_REQUESTSUBJECT">
            <summary>
The request subject name is invalid or too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_NOEOD">
            <summary>
ASN1 end of data expected
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_EXTENDED">
            <summary>
ASN1 skipped unknown extension(s).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_NYI">
            <summary>
ASN1 not yet implemented.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_PDU_TYPE">
            <summary>
ASN1 bad PDU type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_UTF8">
            <summary>
ASN1 bad unicode (UTF8).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_RULE">
            <summary>
ASN1 bad encoding rule.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_CHOICE">
            <summary>
ASN1 bad choice value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_BADTAG">
            <summary>
ASN1 bad tag value met.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_BADREAL">
            <summary>
ASN1 bad real value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_BADARGS">
            <summary>
ASN1 bad arguments to function call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_BADPDU">
            <summary>
ASN1 function not supported for this PDU.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_OVERFLOW">
            <summary>
ASN1 buffer overflow.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_MEMORY">
            <summary>
ASN1 out of memory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_CONSTRAINT">
            <summary>
ASN1 constraint violated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_LARGE">
            <summary>
ASN1 value too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_CORRUPT">
            <summary>
ASN1 corrupted data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_EOD">
            <summary>
ASN1 unexpected end of data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_INTERNAL">
            <summary>
ASN1 internal encode or decode error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ASN1_ERROR">
            <summary>
ASN1 Certificate encode/decode error code base. The ASN1 error values are offset by CRYPT_E_ASN1_ERROR.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_CANT_CLOSE_TRACE_FILE">
            <summary>
OSS ASN.1 Error: Trace file error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_MUTEX_NOT_CREATED">
            <summary>
OSS ASN.1 Error: System resource error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_OPEN_TYPE_ERROR">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_PER_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_BERDER_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_API_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_PDV_CODE_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_PDV_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_MEM_MGR_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_COMPARATOR_CODE_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_COMPARATOR_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_CONSTRAINT_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_COPIER_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_OUT_OF_RANGE">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_REAL_CODE_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_REAL_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_TYPE_NOT_SUPPORTED">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_TABLE_MISMATCH">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_TRACE_FILE_ALREADY_OPEN">
            <summary>
OSS ASN.1 Error: Trace file error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_CANT_OPEN_TRACE_FILE">
            <summary>
OSS ASN.1 Error: Trace file error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_OID_DLL_NOT_LINKED">
            <summary>
OSS ASN.1 Error: Program link error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_UNIMPLEMENTED">
            <summary>
OSS ASN.1 Error: Function not implemented.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_CANT_OPEN_TRACE_WINDOW">
            <summary>
OSS ASN.1 Error: Trace file error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_UNAVAIL_ENCRULES">
            <summary>
OSS ASN.1 Error: Encode/Decode function not implemented.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_BAD_ENCRULES">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_NULL_FCN">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_NULL_TBL">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_ACCESS_SERIALIZATION_ERROR">
            <summary>
OSS ASN.1 Error: Multi-threading conflict.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_FATAL_ERROR">
            <summary>
OSS ASN.1 Error: Internal Error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_CONSTRAINT_VIOLATED">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_TOO_LONG">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_BAD_TABLE">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_MEM_ERROR">
            <summary>
OSS ASN.1 Error: Access violation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_INDEFINITE_NOT_SUPPORTED">
            <summary>
OSS ASN.1 Error: Unsupported BER indefinite-length encoding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_BAD_TIME">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_BAD_PTR">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_LIMITED">
            <summary>
OSS ASN.1 Error: Internal Error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_PDU_MISMATCH">
            <summary>
OSS ASN.1 Error: Encode/Decode Error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_OUT_MEMORY">
            <summary>
OSS ASN.1 Error: Out of memory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_BAD_VERSION">
            <summary>
OSS ASN.1 Error: Encode/Decode version mismatch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_BAD_ARG">
            <summary>
OSS ASN.1 Error: Invalid argument.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_DATA_ERROR">
            <summary>
OSS ASN.1 Error: Invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_MORE_INPUT">
            <summary>
OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_PDU_RANGE">
            <summary>
OSS ASN.1 Error: Unknown ASN.1 data type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_NEGATIVE_UINTEGER">
            <summary>
OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OSS_MORE_BUF">
            <summary>
OSS ASN.1 Error: Output Buffer is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_OSS_ERROR">
            <summary>
OSS Certificate encode/decode error code base
See asn1code.h for a definition of the OSS runtime errors. The OSS error values are offset by CRYPT_E_OSS_ERROR.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND">
            <summary>
An object could not be located using the object locator infrastructure with the given name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_MISSING_PUBKEY_PARA">
            <summary>
The public key's algorithm parameters are missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_TRUSTED_SIGNER">
            <summary>
None of the signers of the cryptographic message or certificate trust list is trusted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NOT_IN_CTL">
            <summary>
The subject was not found in a Certificate Trust List (CTL).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_VERIFY_USAGE_OFFLINE">
            <summary>
Since the server was offline, the called function was unable to complete the usage check.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_VERIFY_USAGE_CHECK">
            <summary>
The called function was unable to do a usage check on the subject.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_VERIFY_USAGE_DLL">
            <summary>
No DLL or exported function was found to verify subject usage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_SECURITY_SETTINGS">
            <summary>
The cryptographic operation failed due to a local security option setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_FILERESIZED">
            <summary>
The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NOT_CHAR_STRING">
            <summary>
The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_RDN_OCTET_STRING.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_INVALID_X500_STRING">
            <summary>
The string contains an invalid X500 name attribute key, oid, value or delimiter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_INVALID_IA5_STRING">
            <summary>
The string contains a character not in the 7 bit ASCII character set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_INVALID_PRINTABLE_STRING">
            <summary>
The string contains a non-printable character.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_INVALID_NUMERIC_STRING">
            <summary>
The string contains a non-numeric character.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NOT_IN_REVOCATION_DATABASE">
            <summary>
The certificate is not in the revocation server's database.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_REVOCATION_OFFLINE">
            <summary>
The revocation function was unable to check revocation because the revocation server was offline.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_REVOCATION_CHECK">
            <summary>
The revocation function was unable to check revocation for the certificate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_REVOCATION_DLL">
            <summary>
No Dll or exported function was found to verify revocation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_REVOKED">
            <summary>
The certificate is revoked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_PENDING_CLOSE">
            <summary>
Final closure is pending until additional frees or closes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_SIGNER">
            <summary>
The signed cryptographic message does not have a signer for the specified signer index.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_BAD_MSG">
            <summary>
Not a cryptographic message or the cryptographic message is not formatted correctly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_DECRYPT_CERT">
            <summary>
Cannot find the certificate and private key to use for decryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_KEY_PROPERTY">
            <summary>
Cannot find the certificate and private key for decryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_UNEXPECTED_MSG_TYPE">
            <summary>
The certificate does not have a property that references a private key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_MATCH">
            <summary>
Cannot find the requested object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_DELETED_PREV">
            <summary>
The previous certificate or CRL context was deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_SELF_SIGNED">
            <summary>
The specified certificate is self signed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NO_PROVIDER">
            <summary>
No provider was specified for the store or object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_EXISTS">
            <summary>
The object or property already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NOT_FOUND">
            <summary>
Cannot find object or property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_FILE_ERROR">
            <summary>
An error occurred while reading or writing to a file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_BAD_ENCODE">
            <summary>
An error occurred during encode or decode operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_BAD_LEN">
            <summary>
The length specified for the output data was insufficient.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_I_NEW_PROTECTION_REQUIRED">
            <summary>
The protected data needs to be re-protected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_STREAM_INSUFFICIENT_DATA">
            <summary>
The streamed cryptographic message requires more data to complete the decode operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_STREAM_MSG_NOT_READY">
            <summary>
The streamed cryptographic message is not ready to return data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ATTRIBUTES_MISSING">
            <summary>
The cryptographic message does not contain all of the requested attributes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_SIGNER_NOT_FOUND">
            <summary>
Cannot find the original signer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ISSUER_SERIALNUMBER">
            <summary>
Invalid issuer and/or serial number.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_CONTROL_TYPE">
            <summary>
Invalid control type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_RECIPIENT_NOT_FOUND">
            <summary>
The enveloped-data message does not contain the specified recipient.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_NOT_DECRYPTED">
            <summary>
The content of the cryptographic message has not been decrypted yet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_ALREADY_DECRYPTED">
            <summary>
The content of the cryptographic message has already been decrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_INVALID_INDEX">
            <summary>
The index value is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_HASH_VALUE">
            <summary>
The hash value is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_AUTH_ATTR_MISSING">
            <summary>
The cryptographic message does not contain an expected authenticated attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_UNEXPECTED_ENCODING">
            <summary>
Unexpected cryptographic message encoding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_INVALID_MSG_TYPE">
            <summary>
Invalid cryptographic message type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_OID_FORMAT">
            <summary>
The object identifier is poorly formatted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_UNKNOWN_ALGO">
            <summary>
Unknown cryptographic algorithm.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CRYPT_E_MSG_ERROR">
            <summary>
An error occurred while performing an operation on a cryptographic message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INSUFFICIENT_BUFFERS">
            <summary>
Not enough secbuffers were supplied to generate a token.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_EXT_BUFFER_TOO_SMALL">
            <summary>
The buffer supplied by the SSPI caller to receive generic extensions is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INVALID_UPN_NAME">
            <summary>
You can't sign in with a user ID in this format. Try using your email address instead.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_ASYNC_CALL_PENDING">
            <summary>
An asynchronous SSPI routine has been called and the work is pending completion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_APPLICATION_PROTOCOL_MISMATCH">
            <summary>
No common application protocol exists between the client and the server. Application protocol negotiation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_CONTINUE_NEEDED_MESSAGE_OK">
            <summary>
The function completed successfully, but must be called again to complete the context. Early start can be used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_ONLY_HTTPS_ALLOWED">
            <summary>
Only https scheme is allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_MESSAGE_FRAGMENT">
            <summary>
The returned buffer is only a fragment of the message. More fragments need to be returned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_MUTUAL_AUTH_FAILED">
            <summary>
The identity of the server computer could not be verified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_PKU2U_CERT_FAILURE">
            <summary>
The PKU2U protocol encountered an error while attempting to utilize the associated certificates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_CONTEXT">
            <summary>
The required security context does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_NO_RENEGOTIATION">
            <summary>
The recipient rejected the renegotiation request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_POLICY_NLTM_ONLY">
            <summary>
Client policy does not allow credential delegation to target server with NLTM only authentication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_DELEGATION_POLICY">
            <summary>
Client policy does not allow credential delegation to target server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INVALID_PARAMETER">
            <summary>
One or more of the parameters passed to the function was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_SIGNATURE_NEEDED">
            <summary>
A signature operation must be performed before the user can authenticate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_KDC_CERT_REVOKED">
            <summary>
The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_KDC_CERT_EXPIRED">
            <summary>
The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_ISSUING_CA_UNTRUSTED_KDC">
            <summary>
An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_REVOCATION_OFFLINE_KDC">
            <summary>
The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_CROSSREALM_DELEGATION_FAILURE">
            <summary>
An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_S4U_PROT_SUPPORT">
            <summary>
The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_SMARTCARD_CERT_EXPIRED">
            <summary>
The smartcard certificate used for authentication has expired. Please contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_PKINIT_CLIENT_FAILURE">
            <summary>
The smartcard certificate used for authentication was not trusted. Please contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_REVOCATION_OFFLINE_C">
            <summary>
The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_ISSUING_CA_UNTRUSTED">
            <summary>
An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_SMARTCARD_CERT_REVOKED">
            <summary>
The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_DOWNGRADE_DETECTED">
            <summary>
The system cannot contact a domain controller to service the authentication request. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_CERT_WRONG_USAGE">
            <summary>
The certificate is not valid for the requested usage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_KERB_KEY">
            <summary>
 SEC_E_NO_KERB_KEY
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_MULTIPLE_ACCOUNTS">
            <summary>
The received certificate was mapped to multiple accounts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_BAD_BINDINGS">
            <summary>
Client's supplied SSPI channel bindings were incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_DELEGATION_REQUIRED">
            <summary>
The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_UNSUPPORTED_PREAUTH">
            <summary>
An unsupported preauthentication mechanism was presented to the Kerberos package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_KDC_UNKNOWN_ETYPE">
            <summary>
The encryption type requested is not supported by the KDC.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_KDC_UNABLE_TO_REFER">
            <summary>
The KDC was unable to generate a referral for the service requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_KDC_INVALID_REQUEST">
            <summary>
An invalid request was sent to the KDC.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_SHUTDOWN_IN_PROGRESS">
            <summary>
A system shutdown is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_SMARTCARD_LOGON_REQUIRED">
            <summary>
Smartcard logon is required and was not used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_PKINIT_NAME_MISMATCH">
            <summary>
The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Please contact your administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_PA_DATA">
            <summary>
Expected to find PA data for a hint of what etype to use, but it was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_TOO_MANY_PRINCIPALS">
            <summary>
The KDC reply contained more than one principal name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_STRONG_CRYPTO_NOT_SUPPORTED">
            <summary>
The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_MUST_BE_KDC">
            <summary>
The local machine must be a Kerberos KDC (domain controller) and it is not.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_MAX_REFERRALS_EXCEEDED">
            <summary>
The number of maximum ticket referrals has been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_CRYPTO_SYSTEM_INVALID">
            <summary>
The crypto system or checksum function is invalid because a required function is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_WRONG_CREDENTIAL_HANDLE">
            <summary>
The supplied credential handle does not match the credential associated with the security context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_IP_ADDRESSES">
            <summary>
Unable to accomplish the requested task because the local machine does not have any IP addresses.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_TGT_REPLY">
            <summary>
The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_UNFINISHED_CONTEXT_DELETED">
            <summary>
A security context was deleted before the context was completed. This is considered a logon failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_SECURITY_QOS_FAILED">
            <summary>
The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_ALGORITHM_MISMATCH">
            <summary>
The client and server cannot communicate, because they do not possess a common algorithm.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_DECRYPT_FAILURE">
            <summary>
The specified data could not be decrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_ENCRYPT_FAILURE">
            <summary>
The specified data could not be encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_CERT_EXPIRED">
            <summary>
The received certificate has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_CERT_UNKNOWN">
            <summary>
An unknown error occurred while processing the certificate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_ILLEGAL_MESSAGE">
            <summary>
The message received was unexpected or badly formatted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_UNTRUSTED_ROOT">
            <summary>
The certificate chain was issued by an authority that is not trusted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_TIME_SKEW">
            <summary>
The clocks on the client and server machines are skewed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_NO_LSA_CONTEXT">
            <summary>
There is no LSA mode context associated with this context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_WRONG_PRINCIPAL">
            <summary>
The target principal name is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_RENEGOTIATE">
            <summary>
The context data must be renegotiated with the peer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_INCOMPLETE_CREDENTIALS">
            <summary>
The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_BUFFER_TOO_SMALL">
            <summary>
The buffers supplied to a function was too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INCOMPLETE_CREDENTIALS">
            <summary>
The credentials supplied were not complete, and could not be verified. The context could not be initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INCOMPLETE_MESSAGE">
            <summary>
The supplied message is incomplete. The signature was not verified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_CONTEXT_EXPIRED">
            <summary>
The context has expired and can no longer be used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_CONTEXT_EXPIRED">
            <summary>
The context has expired and can no longer be used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_BAD_PKGID">
            <summary>
The requested security package does not exist
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_GENERIC_EXTENSION_RECEIVED">
            <summary>
Schannel has received a TLS extension the SSPI caller subscribed to.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_LOCAL_LOGON">
            <summary>
The logon was completed, but no network authority was available. The logon was made using locally known information
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_COMPLETE_AND_CONTINUE">
            <summary>
The function completed successfully, but both CompleteToken and this function must be called to complete the context
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_COMPLETE_NEEDED">
            <summary>
The function completed successfully, but CompleteToken must be called
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_I_CONTINUE_NEEDED">
            <summary>
The function completed successfully, but must be called again to complete the context
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_AUTHENTICATING_AUTHORITY">
            <summary>
No authority could be contacted for authentication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_OUT_OF_SEQUENCE">
            <summary>
The message supplied for verification is out of sequence
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_MESSAGE_ALTERED">
            <summary>
The message or signature supplied for verification has been altered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_CREDENTIALS">
            <summary>
No credentials are available in the security package
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_UNKNOWN_CREDENTIALS">
            <summary>
The credentials supplied to the package were not recognized
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_LOGON_DENIED">
            <summary>
The logon attempt failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NO_IMPERSONATION">
            <summary>
The security context does not allow impersonation of the client
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_QOP_NOT_SUPPORTED">
            <summary>
The per-message Quality of Protection is not supported by the security package
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_CANNOT_PACK">
            <summary>
The security package is not able to marshall the logon buffer, so the logon attempt has failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INVALID_TOKEN">
            <summary>
The token supplied to the function is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_CANNOT_INSTALL">
            <summary>
The security package failed to initialize, and cannot be installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_NOT_OWNER">
            <summary>
The caller is not the owner of the desired credentials
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_SECPKG_NOT_FOUND">
            <summary>
The requested security package does not exist
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INTERNAL_ERROR">
            <summary>
The Local Security Authority cannot be contacted
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_TARGET_UNKNOWN">
            <summary>
The specified target is unknown or unreachable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_UNSUPPORTED_FUNCTION">
            <summary>
The function requested is not supported
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INVALID_HANDLE">
            <summary>
The handle specified is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SEC_E_INSUFFICIENT_MEMORY">
            <summary>
Not enough memory is available to complete this request
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_NOT_ACTIVE_CONSOLE">
            <summary>
The operation cannot be completed from Terminal Server client sessions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_PASSWORD_CHANGE_REQUIRED">
            <summary>
The password is no longer valid and must be changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_USER_CANCELLED">
            <summary>
The action was cancelled by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_DEVICE_NOT_FOUND">
            <summary>
The device that is required by this cryptographic provider is not found on this platform.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_ENCRYPTION_FAILURE">
            <summary>
Encryption failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_INCORRECT_PASSWORD">
            <summary>
Incorrect password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_VALIDATION_FAILED">
            <summary>
The validation of the provided data failed the integrity or signature validation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_AUTHENTICATION_IGNORED">
            <summary>
The dictionary attack mitigation is triggered and the provided authorization was ignored by the provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_DEVICE_NOT_READY">
            <summary>
The device that is required by this cryptographic provider is not ready for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_HMAC_NOT_SUPPORTED">
            <summary>
The cryptographic provider does not support HMAC.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_UI_REQUIRED">
            <summary>
This operation requires input from the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_INTERNAL_ERROR">
            <summary>
An internal consistency check failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_DECRYPTION_FAILURE">
            <summary>
The specified data could not be decrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BUFFERS_OVERLAP">
            <summary>
The supplied buffers overlap incorrectly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_NO_MORE_ITEMS">
            <summary>
No more data is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_NOT_SUPPORTED">
            <summary>
The requested operation is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BUFFER_TOO_SMALL">
            <summary>
The buffer supplied to a function was too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_INVALID_PARAMETER">
            <summary>
The parameter is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_INVALID_HANDLE">
            <summary>
The supplied handle is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_FIXEDPARAMETER">
            <summary>
The key parameters could not be set because the CSP uses fixed parameters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_TEMPORARY_PROFILE">
            <summary>
The profile for the user is a temporary profile.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_TOKEN_KEYSET_STORAGE_FULL">
            <summary>
The security token does not have storage space available for an additional container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_SILENT_CONTEXT">
            <summary>
Provider could not perform the action since the context was acquired as silent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_SYS_ERR">
            <summary>
A base error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_FAIL">
            <summary>
An internal error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_KEYSET_PARAM">
            <summary>
The Keyset parameter is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_PROV_DLL_NOT_FOUND">
            <summary>
Provider DLL could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_PROVIDER_DLL_FAIL">
            <summary>
Provider DLL failed to initialize correctly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_SIGNATURE_FILE_BAD">
            <summary>
The digital signature file is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_PROV_TYPE_NO_MATCH">
            <summary>
Provider type does not match registered value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_KEYSET_ENTRY_BAD">
            <summary>
Keyset as registered is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_KEYSET_NOT_DEF">
            <summary>
The keyset is not defined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_PROV_TYPE_ENTRY_BAD">
            <summary>
Provider type as registered is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_PROV_TYPE_NOT_DEF">
            <summary>
Provider type not defined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_KEYSET">
            <summary>
Keyset does not exist
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_PUBLIC_KEY">
            <summary>
Provider's public key is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_PROV_TYPE">
            <summary>
Invalid provider type specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_PROVIDER">
            <summary>
Invalid provider specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_DOUBLE_ENCRYPT">
            <summary>
Data already encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_NOT_FOUND">
            <summary>
Object was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_PERM">
            <summary>
Access denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_EXISTS">
            <summary>
Object already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_NO_MEMORY">
            <summary>
Insufficient memory available for the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_NO_KEY">
            <summary>
Key does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_HASH_STATE">
            <summary>
Hash not valid for use in specified state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_KEY_STATE">
            <summary>
Key not valid for use in specified state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_TYPE">
            <summary>
Invalid type specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_FLAGS">
            <summary>
Invalid flags specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_ALGID">
            <summary>
Invalid algorithm specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_VER">
            <summary>
Bad Version of provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_SIGNATURE">
            <summary>
Invalid Signature.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_DATA">
            <summary>
Bad Data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_LEN">
            <summary>
Bad Length.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_KEY">
            <summary>
Bad Key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_HASH">
            <summary>
Bad Hash.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.NTE_BAD_UID">
            <summary>
Bad UID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BIZRULES_NOT_ENABLED">
            <summary>
Business rule scripts are disabled for the calling application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALL_SIDS_FILTERED">
            <summary>
The SID filtering operation removed all SIDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_AUDITING_DISABLED">
            <summary>
The specified event is currently not being audited.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_UNEXPECTED">
            <summary>
An internal error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CANCEL_DISABLED">
            <summary>
Call Cancellation is disabled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ACNOTINITIALIZED">
            <summary>
The COM IAccessControl object is not initialized
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_DECODEFAILED">
            <summary>
Unable to decode the ACL in the stream provided by the user
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOOPENPROCESSTOKEN">
            <summary>
Unable to open the access token of the server process
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INCOMPATIBLESTREAMVERSION">
            <summary>
The version of ACL format in the stream is not supported by this implementation of IAccessControl
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ACESINWRONGORDER">
            <summary>
Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_EXCEEDSYSACLLIMIT">
            <summary>
The number of ACEs in an ACL exceeds the system limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOCLOSEHANDLE">
            <summary>
Unable to close a serialization handle or a file handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOCREATEFILE">
            <summary>
Unable to create file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOGENUUID">
            <summary>
Unable to generate a uuid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_PATHTOOLONG">
            <summary>
Path too long
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOGETWINDIR">
            <summary>
Unable to obtain the Windows directory
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SETSERLHNDLFAILED">
            <summary>
Unable to set or reset a serialization handle
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_LOOKUPACCNAMEFAILED">
            <summary>
The system function, LookupAccountName, failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOMATCHINGNAMEFOUND">
            <summary>
Unable to find a trustee name that corresponds to a security identifier provided by the user
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_LOOKUPACCSIDFAILED">
            <summary>
The system function, LookupAccountSID, failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOMATCHINGSIDFOUND">
            <summary>
Unable to find a security identifier that corresponds to a trustee string provided by the user
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CONVERSIONFAILED">
            <summary>
Unable to convert a wide character trustee string to a multibyte trustee string
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INVALIDSID">
            <summary>
One of the security identifiers provided by the user was invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_WRONGTRUSTEENAMESYNTAX">
            <summary>
One of the trustee strings provided by the user did not conform to the &lt;Domain&gt;\&lt;Name&gt; syntax and it was not the "*" string
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NETACCESSAPIFAILED">
            <summary>
Either NetAccessDel or NetAccessAdd returned an error code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ACCESSCHECKFAILED">
            <summary>
The system function, AccessCheck, returned false
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOSETDACL">
            <summary>
Unable to set a discretionary ACL into a security descriptor
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOQUERYCLIENTBLANKET">
            <summary>
Unable to obtain the client's security blanket
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_TRUSTEEDOESNTMATCHCLIENT">
            <summary>
The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOGETTOKENINFO">
            <summary>
Unable to obtain user info from an access token
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOOPENTHREADTOKEN">
            <summary>
Unable to open the access token of the current thread
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOGETSECCTX">
            <summary>
Unable to obtain server's security context
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_FAILEDTOIMPERSONATE">
            <summary>
Unable to impersonate DCOM client
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_STD_NAME">
            <summary>
Principal name is not a valid MSSTD name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_FULLSIC_REQUIRED">
            <summary>
Full subject issuer chain SSL principal name expected from the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_NO_SYNC">
            <summary>
There are no synchronize objects to wait on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_TIMEOUT">
            <summary>
This operation returned because the timeout period expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_NO_CONTEXT">
            <summary>
No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_OBJREF">
            <summary>
The marshaled interface data packet (OBJREF) has an invalid or unknown format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_REMOTE_DISABLED">
            <summary>
Remote calls are not allowed for this process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_ACCESS_DENIED">
            <summary>
Access is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_NO_GOOD_SECURITY_PACKAGES">
            <summary>
No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_TOO_LATE">
            <summary>
Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_UNSECURE_CALL">
            <summary>
Impersonate on unsecure calls is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CALL_COMPLETE">
            <summary>
Call context cannot be accessed after call completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_WAITONTIMER">
            <summary>
OLE is waiting before retrying a request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_CALLPENDING">
            <summary>
OLE has sent a request and is waiting for a reply.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_OBJECT">
            <summary>
The requested object does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_IPID">
            <summary>
The requested object or interface does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_EXTENSION">
            <summary>
OLE received a packet with an invalid extension.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_HEADER">
            <summary>
OLE received a packet with an invalid header.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_VERSION_MISMATCH">
            <summary>
The version of OLE on the client and server machines does not match.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_THREAD_NOT_INIT">
            <summary>
CoInitialize has not been called on the current thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_WRONG_THREAD">
            <summary>
The application called an interface that was marshalled for a different thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CANTCALLOUT_ININPUTSYNCCALL">
            <summary>
An outgoing call cannot be made since the application is dispatching an input-synchronous call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_CALLDATA">
            <summary>
A call control interfaces was called with invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_SERVERCALL_REJECTED">
            <summary>
The message filter rejected the call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_SERVERCALL_RETRYLATER">
            <summary>
The message filter indicated that the application is busy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_RETRY">
            <summary>
The object invoked chose not to process the call now. Try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_DISCONNECTED">
            <summary>
The object invoked has disconnected from its clients.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALIDMETHOD">
            <summary>
The method called does not exist on the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CHANGED_MODE">
            <summary>
Cannot change thread mode after it is set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_SERVERFAULT">
            <summary>
The server threw an exception.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_FAULT">
            <summary>
RPC could not call the server or could not return the results of calling the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_NOT_REGISTERED">
            <summary>
The requested interface is not registered on the server object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_ATTEMPTED_MULTITHREAD">
            <summary>
Attempted to make calls on more than one thread in single threaded mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_OUT_OF_RESOURCES">
            <summary>
Could not allocate some required resource (memory, events, ...)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_SYS_CALL_FAILED">
            <summary>
System call failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_SERVER_DIED_DNE">
            <summary>
The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CANTCALLOUT_AGAIN">
            <summary>
There is no second outgoing call on same channel in DDE conversation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_PARAMETER">
            <summary>
A particular parameter is invalid and cannot be (un)marshalled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_DATA">
            <summary>
Received data is invalid; could be server or client data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_SERVER_CANTUNMARSHAL_DATA">
            <summary>
The server (callee) cannot unmarshall the parameter data - low memory, etc.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_SERVER_CANTMARSHAL_DATA">
            <summary>
The server (callee) cannot marshall the return data - low memory, etc.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CLIENT_CANTUNMARSHAL_DATA">
            <summary>
The client (caller) cannot unmarshall the return data - low memory, etc.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CLIENT_CANTMARSHAL_DATA">
            <summary>
The client (caller) cannot marshall the parameter data - low memory, etc.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CANTTRANSMIT_CALL">
            <summary>
The call was not transmitted properly; the message queue was full and was not emptied after yielding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_INVALID_DATAPACKET">
            <summary>
The data packet with the marshalled parameter data is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CLIENT_DIED">
            <summary>
The caller (client) disappeared while the callee (server) was processing a call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_SERVER_DIED">
            <summary>
The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CONNECTION_TERMINATED">
            <summary>
The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CANTCALLOUT_INEXTERNALCALL">
            <summary>
It is illegal to call out while inside message filter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CANTCALLOUT_INASYNCCALL">
            <summary>
The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CANTPOST_INSENDCALL">
            <summary>
The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CALL_CANCELED">
            <summary>
Call was canceled by the message filter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_E_CALL_REJECTED">
            <summary>
Call was rejected by callee.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_RESETS_EXHAUSTED">
            <summary>
Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_CSS_REGION_MISMATCH">
            <summary>
Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_CSS_SCRAMBLED_SECTOR">
            <summary>
Copy Protection Error - The read failed because the sector is encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_CSS_KEY_NOT_ESTABLISHED">
            <summary>
Copy Protection Error - DVD session key not established.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_CSS_KEY_NOT_PRESENT">
            <summary>
Copy Protection Error - The given sector does not have a valid CSS key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_CSS_AUTHENTICATION_FAILURE">
            <summary>
Copy Protection Error - DVD CSS Authentication failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_STATUS_COPY_PROTECTION_FAILURE">
            <summary>
Generic Copy Protection Error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_DEVICE_UNRESPONSIVE">
            <summary>
The storage device is unresponsive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_FIRMWARE_IMAGE_INVALID">
            <summary>
The specified firmware image is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_FIRMWARE_SLOT_INVALID">
            <summary>
The specified firmware slot is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_S_POWER_CYCLE_REQUIRED">
            <summary>
The device needs to be power cycled. (commit succeeded).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_S_CANNOTCONSOLIDATE">
            <summary>
Consolidation of the storage file is inappropriate. (commit succeeded).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_S_CONSOLIDATIONFAILED">
            <summary>
Consolidation of the storage file failed. (commit succeeded).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_S_MULTIPLEOPENS">
            <summary>
Multiple opens prevent consolidated. (commit succeeded).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_S_MONITORING">
            <summary>
The notified event sink will not influence the storage operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_S_RETRYNOW">
            <summary>
The storage operation should retry immediately.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_S_BLOCK">
            <summary>
The storage operation should block until more data is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_S_CONVERTED">
            <summary>
The underlying file was converted to compound file format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_TERMINATED">
            <summary>
The file download has been terminated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INCOMPLETE">
            <summary>
The file download was aborted abnormally. The file is incomplete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_NOTSIMPLEFORMAT">
            <summary>
The compound file was not created with the STGM_SIMPLE flag
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_DOCFILETOOLARGE">
            <summary>
The compound file is too large for the current implementation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_BADBASEADDRESS">
            <summary>
OLE32.DLL has been loaded at the wrong address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_DOCFILECORRUPT">
            <summary>
The docfile has been corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_EXTANTMARSHALLINGS">
            <summary>
Illegal operation called on object with extant marshallings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_NOTFILEBASEDSTORAGE">
            <summary>
Illegal operation called on non-file based storage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_SHAREREQUIRED">
            <summary>
Share.exe or equivalent is required for operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_OLDDLL">
            <summary>
The compound file %1 was produced with a newer version of storage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_OLDFORMAT">
            <summary>
The compound file %1 was produced with an incompatible version of storage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_CANTSAVE">
            <summary>
Can't save.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_REVERTED">
            <summary>
Attempted to use an object that has ceased to exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_NOTCURRENT">
            <summary>
The storage has been changed since the last commit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INUSE">
            <summary>
Attempted to use an object that is busy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INVALIDFLAG">
            <summary>
Invalid flag error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_UNIMPLEMENTEDFUNCTION">
            <summary>
That function is not implemented.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_UNKNOWN">
            <summary>
An unexpected error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INVALIDNAME">
            <summary>
The name %1 is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INVALIDHEADER">
            <summary>
The file %1 is not a valid compound file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_ABNORMALAPIEXIT">
            <summary>
An API call exited abnormally.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_PROPSETMISMATCHED">
            <summary>
Illegal write of non-simple property to simple property set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_MEDIUMFULL">
            <summary>
There is insufficient disk space to complete operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INVALIDPARAMETER">
            <summary>
Invalid parameter error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_FILEALREADYEXISTS">
            <summary>
%1 already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_LOCKVIOLATION">
            <summary>
A lock violation has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_SHAREVIOLATION">
            <summary>
A share violation has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_READFAULT">
            <summary>
A disk error occurred during a read operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_WRITEFAULT">
            <summary>
A disk error occurred during a write operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_SEEKERROR">
            <summary>
An error occurred during a seek operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_DISKISWRITEPROTECTED">
            <summary>
Disk is write-protected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_NOMOREFILES">
            <summary>
There are no more entries to return.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INVALIDPOINTER">
            <summary>
Invalid pointer error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INSUFFICIENTMEMORY">
            <summary>
There is insufficient memory available to complete operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INVALIDHANDLE">
            <summary>
Attempted an operation on an invalid object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_ACCESSDENIED">
            <summary>
Access Denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_TOOMANYOPENFILES">
            <summary>
There are insufficient resources to open another file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_PATHNOTFOUND">
            <summary>
The path %1 could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_FILENOTFOUND">
            <summary>
%1 could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STG_E_INVALIDFUNCTION">
            <summary>
Unable to perform requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_CIRCULARTYPE">
            <summary>
Circular dependency between types/modules.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_INCONSISTENTPROPFUNCS">
            <summary>
Inconsistent property functions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_CANTLOADLIBRARY">
            <summary>
Error loading type library/DLL.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_CANTCREATETMPFILE">
            <summary>
Error creating unique tmp file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_IOERROR">
            <summary>
I/O Error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_OUTOFBOUNDS">
            <summary>
Invalid number of arguments.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_TYPEMISMATCH">
            <summary>
Type mismatch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_INVALIDID">
            <summary>
Incorrect inheritance depth in standard OLE hmember.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_DUPLICATEID">
            <summary>
Duplicate ID in inheritance hierarchy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_SIZETOOBIG">
            <summary>
Size may not exceed 64K.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_BADMODULEKIND">
            <summary>
Wrong module kind for the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_DLLFUNCTIONNOTFOUND">
            <summary>
Function not defined in specified DLL.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_UNKNOWNLCID">
            <summary>
Unknown LCID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_NAMECONFLICT">
            <summary>
Name already exists in the library.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_AMBIGUOUSNAME">
            <summary>
Ambiguous name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_ELEMENTNOTFOUND">
            <summary>
Element not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_WRONGTYPEKIND">
            <summary>
Type mismatch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_INVALIDSTATE">
            <summary>
Invalid forward reference, or reference to uncompiled type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_QUALIFIEDNAMEDISALLOWED">
            <summary>
Qualified name disallowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_UNDEFINEDTYPE">
            <summary>
Bound to unknown type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_LIBNOTREGISTERED">
            <summary>
Library not registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_REGISTRYACCESS">
            <summary>
Error accessing the OLE registry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_UNSUPFORMAT">
            <summary>
Old format or invalid type library.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_INVDATAREAD">
            <summary>
Old format or invalid type library.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_FIELDNOTFOUND">
            <summary>
Field name not defined in the record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TYPE_E_BUFFERTOOSMALL">
            <summary>
Buffer too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_BUFFERTOOSMALL">
            <summary>
Buffer too small
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_DIVBYZERO">
            <summary>
Division by zero.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_NOTACOLLECTION">
            <summary>
Does not support a collection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_BADCALLEE">
            <summary>
Invalid callee.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_PARAMNOTOPTIONAL">
            <summary>
Parameter not optional.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_BADPARAMCOUNT">
            <summary>
Invalid number of parameters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_ARRAYISLOCKED">
            <summary>
Memory is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_UNKNOWNLCID">
            <summary>
Unknown language.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_BADINDEX">
            <summary>
Invalid index.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_OVERFLOW">
            <summary>
Out of present range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_EXCEPTION">
            <summary>
Exception occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_BADVARTYPE">
            <summary>
Bad variable type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_NONAMEDARGS">
            <summary>
No named arguments.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_UNKNOWNNAME">
            <summary>
Unknown name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_TYPEMISMATCH">
            <summary>
Type mismatch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_PARAMNOTFOUND">
            <summary>
Parameter not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_MEMBERNOTFOUND">
            <summary>
Member not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DISP_E_UNKNOWNINTERFACE">
            <summary>
Unknown interface.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.BT_E_SPURIOUS_ACTIVATION">
            <summary>
The background task activation is spurious.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_DIGEST_MISMATCH">
            <summary>
The expected digest value did not match the actual digest value of the content.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_PUBLISHER_BRIDGING">
            <summary>
The publisher bridging artifact is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_PACKAGE_FOLDER_ACLS">
            <summary>
The package folder ACLs are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST">
            <summary>
The encryptionExclusionFileList file is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION">
            <summary>
Non appx extensions are not allowed for payload packages targeting older platforms.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_FILE_COMPRESSION_MISMATCH">
            <summary>
The compression state of file in baseline and updated package does not match.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_RESOURCESPRI_NOT_ALLOWED">
            <summary>
The resources.pri file is not allowed when there are no resource elements in the package manifest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_PACKAGESIGNCONFIG">
            <summary>
The packageSignConfig file is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_PACKAGING_LAYOUT">
            <summary>
The packaging layout file is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED">
            <summary>
The delta appended package is not allowed for the current operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_DELTA_PACKAGE">
            <summary>
The delta package is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_DELTA_PACKAGE_MISSING_FILE">
            <summary>
The delta package is missing a file from the updated package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_DELTA_BASELINE_VERSION_MISMATCH">
            <summary>
The baseline package version in delta package does not match the version in the baseline package to be updated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_APPINSTALLER">
            <summary>
The .appinstaller file is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_CONTENTGROUPMAP">
            <summary>
The Appx package's content group map is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_KEY_INFO">
            <summary>
The APPX_KEY_INFO structure used to encrypt or decrypt the package contains invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_SIP_CLIENT_DATA">
            <summary>
The SIP_SUBJECTINFO structure used to sign the package didn't contain the required data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_REQUESTED_RANGE_TOO_LARGE">
            <summary>
The requested byte range is over 4GB when translated to byte range of blocks.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_BLOCK_HASH_INVALID">
            <summary>
The computed hash value of the block does not match the one stored in the block map.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_CORRUPT_CONTENT">
            <summary>
The Appx package's content cannot be read because it is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_BLOCKMAP">
            <summary>
The Appx package's block map is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INVALID_MANIFEST">
            <summary>
The Appx package's manifest is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_MISSING_REQUIRED_FILE">
            <summary>
The file is not a valid Appx package because it is missing a manifest or block map, or missing a signature file when the code integrity file is present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_RELATIONSHIPS_NOT_ALLOWED">
            <summary>
The file is not a valid Appx package because it contains OPC relationships.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_INTERLEAVING_NOT_ALLOWED">
            <summary>
The file is not a valid Appx package because its contents are interleaved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPX_E_PACKAGING_INTERNAL">
            <summary>
Appx packaging API has encountered an internal error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ELEVATION_DISABLED">
            <summary>
The class is not configured to support Elevated activation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_RUNAS_VALUE_MUST_BE_AAA">
            <summary>
The activation requires that the RunAs value for the application is Activate As Activator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_MISSING_DISPLAYNAME">
            <summary>
The activation requires a display name to be present under the CLSID key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_S_MACHINENAMENOTFOUND">
            <summary>
The specified machine name was not found in the cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_S_NOTALLINTERFACES">
            <summary>
Not all the requested interfaces were available
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MEM_E_INVALID_SIZE">
            <summary>
The requested allocation size was too large
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MEM_E_INVALID_LINK">
            <summary>
An allocation chain contained an invalid link pointer
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MEM_E_INVALID_ROOT">
            <summary>
An invalid root block pointer was specified
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SERVER_STOPPING">
            <summary>
Object server is stopping when OLE service contacts it
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_NO_NORMALIZED">
            <summary>
Moniker path could not be normalized
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_OBJSRV_RPC_FAILURE">
            <summary>
OLE service could not communicate with the object server
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SERVER_EXEC_FAILURE">
            <summary>
Server execution failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_BAD_PATH">
            <summary>
Bad path to object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SCM_RPC_FAILURE">
            <summary>
RPC communication failed with OLE service
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SCM_ERROR">
            <summary>
OLE service could not bind object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CLASS_CREATE_FAILED">
            <summary>
Attempt to create a class object failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_DEPRECATED_FEATURE_USED">
            <summary>
The task definition uses a deprecated feature.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_TASK_NOT_UBPM_COMPAT">
            <summary>
The combination of properties that task is using is not compatible with the scheduling engine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_START_ON_DEMAND">
            <summary>
The task settings do not allow the task to start on demand.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_TASK_NOT_V1_COMPAT">
            <summary>
The task has properties that are not compatible with previous versions of Windows.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_TASK_DISABLED">
            <summary>
The task is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_QUEUED">
            <summary>
The Task Scheduler service has asked the task to run.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_TASK_ATTEMPTED">
            <summary>
The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_SERVICE_TOO_BUSY">
            <summary>
The Task Scheduler service is too busy to handle your request. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_SERVICE_NOT_AVAILABLE">
            <summary>
The Task Scheduler service is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_INVALID_TASK_HASH">
            <summary>
The task image is corrupt or has been tampered with.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_USER_NOT_LOGGED_ON">
            <summary>
The task will not run because the user is not logged on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_ALREADY_RUNNING">
            <summary>
An instance of this task is already running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_PAST_END_BOUNDARY">
            <summary>
The task cannot be started after the trigger's end boundary.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_TOO_MANY_NODES">
            <summary>
The task XML contains too many nodes of the same type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_BATCH_LOGON_PROBLEM">
            <summary>
The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_SOME_TRIGGERS_FAILED">
            <summary>
The task is registered, but not all specified triggers will start the task, check task scheduler event log for detailed information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_MALFORMEDXML">
            <summary>
The task XML is malformed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_MISSINGNODE">
            <summary>
The task XML is missing a required element or attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_INVALIDVALUE">
            <summary>
The task XML contains a value which is incorrectly formatted or out of range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_NAMESPACE">
            <summary>
The task XML contains an element or attribute from an unexpected namespace.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_UNEXPECTEDNODE">
            <summary>
The task XML contains an unexpected node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_SERVICE_NOT_RUNNING">
            <summary>
The Task Scheduler Service is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_UNSUPPORTED_ACCOUNT_OPTION">
            <summary>
The task has been configured with an unsupported combination of account settings and run time options.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_UNKNOWN_OBJECT_VERSION">
            <summary>
The task object version is either unsupported or invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_NO_SECURITY_SERVICES">
            <summary>
Task Scheduler security services are available only on Windows NT.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_ACCOUNT_DBASE_CORRUPT">
            <summary>
Corruption was detected in the Task Scheduler security database; the database has been reset.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_ACCOUNT_NAME_NOT_FOUND">
            <summary>
Unable to establish existence of the account specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_ACCOUNT_INFORMATION_NOT_SET">
            <summary>
No account information could be found in the Task Scheduler security database for the task indicated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_INVALID_TASK">
            <summary>
The object is either an invalid task object or is not a task object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_CANNOT_OPEN_TASK">
            <summary>
The task object could not be opened.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_SERVICE_NOT_INSTALLED">
            <summary>
The Task Scheduler Service is not installed on this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_TASK_NOT_RUNNING">
            <summary>
There is no running instance of the task.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_TASK_NOT_READY">
            <summary>
One or more of the properties that are needed to run this task have not been set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_TRIGGER_NOT_FOUND">
            <summary>
Trigger not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_EVENT_TRIGGER">
            <summary>
Event triggers don't have set run times.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_NO_VALID_TRIGGERS">
            <summary>
Either the task has no triggers or the existing triggers are disabled or not set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_TERMINATED">
            <summary>
The last run of the task was terminated by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_NOT_SCHEDULED">
            <summary>
One or more of the properties that are needed to run this task on a schedule have not been set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_NO_MORE_RUNS">
            <summary>
There are no more runs scheduled for this task.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_HAS_NOT_RUN">
            <summary>
The task has not yet run.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_DISABLED">
            <summary>
The task will not run at the scheduled times because it has been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_RUNNING">
            <summary>
The task is currently running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_S_TASK_READY">
            <summary>
The task is ready to run at its next scheduled time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_S_MONIKERALREADYREGISTERED">
            <summary>
Moniker is already registered in running object table
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_S_US">
            <summary>
Common prefix is both monikers
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_S_HIM">
            <summary>
Common prefix is input moniker
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_S_ME">
            <summary>
Common prefix is this moniker
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_S_REDUCED_TO_SELF">
            <summary>
Moniker reduced to itself
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_S_NO_PRESENTATION">
            <summary>
Unable to convert OLESTREAM to IStorage
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPLACE_S_TRUNCATED">
            <summary>
Message is too long; some of it had to be truncated before displaying
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLEOBJ_S_INVALIDHWND">
            <summary>
Invalid window handle passed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLEOBJ_S_CANNOT_DOVERB_NOW">
            <summary>
Verb number is valid but verb cannot be done now
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLEOBJ_S_INVALIDVERB">
            <summary>
Invalid verb for OLE object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CACHE_S_SOMECACHES_NOTUPDATED">
            <summary>
Some cache(s) not updated
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CACHE_S_SAMECACHE">
            <summary>
Same cache
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CACHE_S_FORMATETC_NOTSUPPORTED">
            <summary>
FORMATETC not supported
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VIEW_S_ALREADY_FROZEN">
            <summary>
View is already frozen
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DATA_S_SAMEFORMATETC">
            <summary>
Data has same FORMATETC
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DRAGDROP_S_USEDEFAULTCURSORS">
            <summary>
Use the default cursor
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DRAGDROP_S_CANCEL">
            <summary>
Drag-drop operation canceled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DRAGDROP_S_DROP">
            <summary>
Successful drop took place
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_S_MAC_CLIPFORMAT">
            <summary>
Macintosh clipboard format
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_S_STATIC">
            <summary>
Success, but static
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_S_USEREG">
            <summary>
Use the registry database to provide the requested information
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED">
            <summary>
The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED">
            <summary>
The component attempted to make a cross-context call between invocations of EnterTransactionScopeand ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside of a transaction scope.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ISOLEVELMISMATCH">
            <summary>
The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOSYNCHRONIZATION">
            <summary>
The COM+ component requires synchronization, and it is not configured for it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOTCONSTRUCTED">
            <summary>
The COM+ component you created must use object construction to work correctly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOTPOOLED">
            <summary>
The COM+ component you created must use object pooling to work.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_DBERROR">
            <summary>
An attempt to use a database generated a database specific error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOCOOKIES">
            <summary>
An attempt to write a cookie failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOIISINTRINSICS">
            <summary>
IIS intrinsics not available. Start your work with IIS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_THREADINGMODEL_CHANGED">
            <summary>
The components threading model has changed after install into a COM+ Application. Please re-install component.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_NOTRANSACTION">
            <summary>
The requested operation requires that the current context have a Transaction, and it does not
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_NOJIT">
            <summary>
The requested operation requires that JIT be in the current context and it is not
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INITIALIZATIONFAILED">
            <summary>
COM+ Activation failed because an initialization function failed. Check the event log for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ACTIVATIONFAILED_TIMEOUT">
            <summary>
COM+ activation failed because the activation could not be completed in the specified amount of time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ACTIVATIONFAILED_CATALOGERROR">
            <summary>
COM+ Activation failed due to a catalog or configuration error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ACTIVATIONFAILED_EVENTLOGGED">
            <summary>
COM+ Activation failed. Check the event log for more information
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ACTIVATIONFAILED">
            <summary>
An unexpected error occurred during COM+ Activation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_TMNOTAVAILABLE">
            <summary>
COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_ROLENOTFOUND">
            <summary>
The specified role was not configured for the application
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_OLDREF">
            <summary>
You made a method call on a COM+ component that has a transaction that has already committed or aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_SYNCH_TIMEOUT">
            <summary>
The component is configured to use synchronization and a thread has timed out waiting to enter the context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_WOULD_DEADLOCK">
            <summary>
The component is configured to use synchronization and this method call would cause a deadlock to occur.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_NOCONTEXT">
            <summary>
There is no MTS object context
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_ABORTING">
            <summary>
You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONTEXT_E_ABORTED">
            <summary>
The root transaction wanted to commit, but transaction aborted
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_LASTRESOURCEMANAGER">
            <summary>
The resource manager has requested to be the coordinator (last resource manager) for the transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_LOCALLY_OK">
            <summary>
The local transaction has not aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_SINGLEPHASE">
            <summary>
The resource manager has performed a single-phase commit of the transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_ABORTING">
            <summary>
An abort operation was already in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_ALLNORETAIN">
            <summary>
The transaction was successfully aborted. However, the abort was non-retaining.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_MADECHANGESINFORM">
            <summary>
The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_MADECHANGESCONTENT">
            <summary>
The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_OKINFORM">
            <summary>
No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_SOMENORETAIN">
            <summary>
The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_READONLY">
            <summary>
The method call succeeded because the transaction was read-only.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_DEFECT">
            <summary>
 XACT_S_DEFECT
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_S_ASYNC">
            <summary>
An asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_REPLAYREQUEST">
            <summary>
 XACT_E_REPLAYREQUEST
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_INVALIDLSN">
            <summary>
 XACT_E_INVALIDLSN
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_TRANSACTIONCLOSED">
            <summary>
 XACT_E_TRANSACTIONCLOSED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_RECOVERYINPROGRESS">
            <summary>
 XACT_E_RECOVERYINPROGRESS
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_CLERKEXISTS">
            <summary>
 XACT_E_CLERKEXISTS
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_CLERKNOTFOUND">
            <summary>
 XACT_E_CLERKNOTFOUND
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_LU_TX_DISABLED">
            <summary>
The MSDTC transaction manager has disabled its support for SNA LU 6.2 transactions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_PULL_COMM_FAILURE">
            <summary>
The MSDTC transaction manager was unable to pull the transaction from the source transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process, the two machines cannot find each other by their NetBIOS names, or the support for network transactions is not enabled for one of the two transaction managers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_PUSH_COMM_FAILURE">
            <summary>
The MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process, the two machines cannot find each other by their NetBIOS names, or the support for network transactions is not enabled for one of the two transaction managers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_ABORTING">
            <summary>
The local transaction has aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_UNABLE_TO_LOAD_DTC_PROXY">
            <summary>
MSDTC was unable to load the dtc proxy dll.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_UNABLE_TO_READ_DTC_CONFIG">
            <summary>
MSDTC was unable to read its configuration information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_XA_TX_DISABLED">
            <summary>
The transaction manager has disabled its support for XA transactions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_PARTNER_NETWORK_TX_DISABLED">
            <summary>
The partner transaction manager has disabled its support for remote/network transactions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NETWORK_TX_DISABLED">
            <summary>
The transaction manager has disabled its support for remote/network transactions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_TIP_DISABLED">
            <summary>
The Transaction Manager has disabled its support for TIP.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_DEST_TMNOTAVAILABLE">
            <summary>
The Transaction Manager on the destination machine is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_TIP_PULL_FAILED">
            <summary>
This transaction manager could not propagate a transaction from another TIP transaction manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_TIP_PROTOCOL_ERROR">
            <summary>
This transaction manager encountered a protocol error with another TIP transaction manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_TIP_CONNECT_FAILED">
            <summary>
This transaction manager failed to establish a connection with another TIP transaction manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_REENLISTTIMEOUT">
            <summary>
Resource manager reenlistment to determine transaction status timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_CONNECTION_DENIED">
            <summary>
A request to establish a connection with the transaction manager was denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_CONNECTION_DOWN">
            <summary>
A connection with the transaction manager was lost.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_TMNOTAVAILABLE">
            <summary>
The Transaction Manager is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_LOGFULL">
            <summary>
The Transaction Manager returned a log full error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_ABORTED">
            <summary>
The transaction has already been aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_ALREADYINPROGRESS">
            <summary>
The requested operation is already in progress for the transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NOTIMEOUT">
            <summary>
A time-out was specified, but time-outs are not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_INDOUBT">
            <summary>
The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_INVALIDCOOKIE">
            <summary>
The transaction cookie is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NOIMPORTOBJECT">
            <summary>
An import object for the transaction could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_XTIONEXISTS">
            <summary>
An enlistment in a transaction already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_WRONGUOW">
            <summary>
The indicated unit of work does not match the unit of work expected by the resource manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_WRONGSTATE">
            <summary>
This method was called in the wrong state
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_UNKNOWNRMGRID">
            <summary>
The resource manager id is not associated with this transaction or the transaction manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NOTSUPPORTED">
            <summary>
An invalid combination of flags was specified
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NOTRANSACTION">
            <summary>
The transaction has already been implicitly or explicitly committed or aborted
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NOTCURRENT">
            <summary>
The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NORESOURCE">
            <summary>
There is no resource presently associated with this enlistment
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NOISORETAIN">
            <summary>
The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NOENLIST">
            <summary>
Unable to enlist in the transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_NOASYNC">
            <summary>
The transaction manager doesn't support an asynchronous operation for this method.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_ISOLATIONLEVEL">
            <summary>
The requested isolation level is not valid or supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_HEURISTICDANGER">
            <summary>
Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_HEURISTICDAMAGE">
            <summary>
Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_HEURISTICCOMMIT">
            <summary>
Instead of aborting, the resource heuristically committed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_HEURISTICABORT">
            <summary>
Instead of committing, the resource heuristically aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_COMMITPREVENTED">
            <summary>
Cannot call commit on this transaction object because the calling application did not initiate the transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_COMMITFAILED">
            <summary>
The transaction failed to commit for an unknown reason. The transaction was aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_CANTRETAIN">
            <summary>
A retaining commit or abort is not supported
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.XACT_E_ALREADYOTHERSINGLEPHASE">
            <summary>
Another single phase resource manager has already been enlisted in this transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_S_NO_DATA_TO_PROCESS">
            <summary>
TabletPC inking error code. No personalization update to the recognizer because no training data found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_S_INTERRUPTED">
            <summary>
TabletPC inking error code. Recognition or training was interrupted
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_S_TRUNCATED">
            <summary>
TabletPC inking error code. String was truncated
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_INVALID_DATA_FROM_RECOGNIZER">
            <summary>
TabletPC inking error code. A recognizer returned invalid data
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_INVALID_CONFIGURATION">
            <summary>
TabletPC inking error code. RtpEnabled called multiple times
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_QUEUE_FULL">
            <summary>
TabletPC inking error code. Queue is full
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_OUT_OF_ORDER_CALL">
            <summary>
TabletPC inking error code. API calls were made in an incorrect order
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_INVALID_RIGHTS">
            <summary>
TabletPC inking error code. User does not have the necessary rights to read recognizer information
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_RECOGNIZER_NOT_REGISTERED">
            <summary>
TabletPC inking error code. There are no handwriting recognizers registered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_INVALID_PACKET_DESCRIPTION">
            <summary>
TabletPC inking error code. Invalid packet description
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_NOT_RELEVANT">
            <summary>
TabletPC inking error code. The data required for the operation was not supplied
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_INITIALIZE_FAIL">
            <summary>
TabletPC inking error code. Initialization failure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_INVALID_STROKE">
            <summary>
TabletPC inking error code. The stroke object was deleted
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_INVALID_INPUT_RECT">
            <summary>
TabletPC inking error code. An invalid input rectangle was specified
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_UNKNOWN_PROPERTY">
            <summary>
TabletPC inking error code. Unknown property specified
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_NO_DEFAULT_TABLET">
            <summary>
TabletPC inking error code. No default tablet
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.TPC_E_INVALID_PROPERTY">
            <summary>
TabletPC inking error code. The property was not found, or supported by the recognizer
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_PER_USER_SID_NOT_LOGGED_ON">
            <summary>
The owner of the PerUser subscription is not logged on to the system specified
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_INVALID_EVENT_CLASS_PARTITION">
            <summary>
The event class for this subscription is in an invalid partition
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT">
            <summary>
Cannot modify or delete an object that was added using the COM+ Admin SDK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT">
            <summary>
Cannot modify or delete an object that was not added using the COM+ Admin SDK
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_COMPLUS_NOT_INSTALLED">
            <summary>
COM+ is required for this operation, but is not installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_NOT_ALL_REMOVED">
            <summary>
Not all the objects requested could be removed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_MISSING_EVENTCLASS">
            <summary>
A subscription cannot be stored unless its event class already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_TOO_MANY_METHODS">
            <summary>
An interface has too many methods to fire events from
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_USER_EXCEPTION">
            <summary>
A user-supplied component or subscriber raised an exception
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_INVALID_PER_USER_SID">
            <summary>
The owner SID on a per-user subscription doesn't exist
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_INTERNALERROR">
            <summary>
An unexpected internal error was detected
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_INTERNALEXCEPTION">
            <summary>
An unexpected exception was raised
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_QUERYFIELD">
            <summary>
An invalid field name was used in a query string
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_QUERYSYNTAX">
            <summary>
A syntax error occurred trying to evaluate a query string
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_S_NOSUBSCRIBERS">
            <summary>
An event was delivered but there were no subscribers
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_E_ALL_SUBSCRIBERS_FAILED">
            <summary>
An event was unable to invoke any of the subscribers
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EVENT_S_SOME_SUBSCRIBERS_FAILED">
            <summary>
An event was able to invoke some but not all of the subscribers
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_RELEASED">
            <summary>
Object has been released
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_APPDIDNTREG">
            <summary>
Application was launched but it didn't register a class factory
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_OBJNOTCONNECTED">
            <summary>
Object is not connected to server
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_OBJISREG">
            <summary>
Object is already registered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_OBJNOTREG">
            <summary>
Object is not registered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_WRONGOSFORAPP">
            <summary>
Wrong OS or OS version for application
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ERRORINDLL">
            <summary>
Error in the DLL
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_DLLNOTFOUND">
            <summary>
DLL for class not found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ERRORINAPP">
            <summary>
Some error in application program
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_APPSINGLEUSE">
            <summary>
Application cannot be run more than once
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_APPNOTFOUND">
            <summary>
Application not found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_IIDSTRING">
            <summary>
Invalid interface string
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CLASSSTRING">
            <summary>
Invalid class string
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CANTDETERMINECLASS">
            <summary>
Class of object cannot be determined
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ALREADYINITIALIZED">
            <summary>
CoInitialize has already been called.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOTINITIALIZED">
            <summary>
CoInitialize has not been called.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_ENUMERATION_FAILED">
            <summary>
Moniker could not be enumerated
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_NOPREFIX">
            <summary>
No common prefix
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_NOSTORAGE">
            <summary>
Moniker does not refer to storage
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_NOINVERSE">
            <summary>
Moniker class has no inverse
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_MUSTBOTHERUSER">
            <summary>
User input required for operation to succeed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_CANTOPENFILE">
            <summary>
Moniker cannot open file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_NOTBOUND">
            <summary>
Moniker is not bound
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_NOTBINDABLE">
            <summary>
Moniker is not bindable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_INTERMEDIATEINTERFACENOTSUPPORTED">
            <summary>
Intermediate operation failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_INVALIDEXTENSION">
            <summary>
Bad extension for file
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_NOOBJECT">
            <summary>
No object for moniker
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_SYNTAX">
            <summary>
Invalid syntax
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_UNAVAILABLE">
            <summary>
Operation unavailable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_NEEDGENERIC">
            <summary>
Moniker needs to be generic
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_EXCEEDEDDEADLINE">
            <summary>
Operation exceeded deadline
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.MK_E_CONNECTMANUALLY">
            <summary>
Moniker needs to be connected manually
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CLIPBRD_E_CANT_CLOSE">
            <summary>
CloseClipboard Failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CLIPBRD_E_BAD_DATA">
            <summary>
Data on clipboard is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CLIPBRD_E_CANT_SET">
            <summary>
SetClipboard Failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CLIPBRD_E_CANT_EMPTY">
            <summary>
EmptyClipboard Failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CLIPBRD_E_CANT_OPEN">
            <summary>
OpenClipboard Failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_E_OLELINK_DISABLED">
            <summary>
OLE Links in OLESTREAM are disabled while converting the OLESTREAM to IStorage
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_E_STG_DIB_TO_BITMAP">
            <summary>
There was an error in a Windows GDI call while converting the DIB to a bitmap.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_E_STG_NO_STD_STREAM">
            <summary>
Contents of IStorage is missing one of the standard streams
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_E_STG_FMT">
            <summary>
Contents of the IStorage not in correct format
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_E_OLESTREAM_BITMAP_TO_DIB">
            <summary>
There was an error in a Windows GDI call while converting the bitmap to a DIB
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_E_OLESTREAM_FMT">
            <summary>
Contents of the OLESTREAM not in correct format
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_E_OLESTREAM_PUT">
            <summary>
OLESTREAM Put method failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CONVERT10_E_OLESTREAM_GET">
            <summary>
OLESTREAM Get method failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPLACE_E_NOTOOLSPACE">
            <summary>
Space for tools is not available
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.INPLACE_E_NOTUNDOABLE">
            <summary>
Undo is not available
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLEOBJ_E_INVALIDVERB">
            <summary>
Invalid verb for OLE object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLEOBJ_E_NOVERBS">
            <summary>
No verbs for OLE object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CACHE_E_NOCACHE_UPDATED">
            <summary>
Cache not updated
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_INTERNAL_ERROR">
            <summary>
An error occurred in the software installation data in the Active Directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_SCHEMA_MISMATCH">
            <summary>
The schema for the software installation data in the Active Directory does not match the required schema.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_ADMIN_LIMIT_EXCEEDED">
            <summary>
The size of this object exceeds the maximum size set by the Administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_NETWORK_ERROR">
            <summary>
A network error interrupted the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_INVALID_PATH">
            <summary>
The path to the software installation data in the Active Directory is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_OBJECT_ALREADY_EXISTS">
            <summary>
The software installation data object in the Active Directory already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_OBJECT_NOTFOUND">
            <summary>
There is no software installation data object in the Active Directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_NO_CLASSSTORE">
            <summary>
There is no software installation data in the Active Directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_INVALID_VERSION">
            <summary>
The software installation data in the Active Directory is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_CLASS_NOTFOUND">
            <summary>
The CLSID was not found in the software installation data in the Active Directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_NOT_DELETABLE">
            <summary>
Deleting this will break the referential integrity of the software installation data in the Active Directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CS_E_PACKAGE_NOTFOUND">
            <summary>
No package in the software installation data in the Active Directory meets this criteria.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CAT_E_NODESCRIPTION">
            <summary>
Description not found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CAT_E_CATIDNOEXIST">
            <summary>
CATID does not exist
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.REGDB_E_PACKAGEPOLICYVIOLATION">
            <summary>
A registration in a package violates package-specific policies
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.REGDB_E_BADTHREADINGMODEL">
            <summary>
Threading model entry is not valid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.REGDB_E_IIDNOTREG">
            <summary>
Interface not registered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.REGDB_E_CLASSNOTREG">
            <summary>
Class not registered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.REGDB_E_INVALIDVALUE">
            <summary>
Invalid value for registry
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.REGDB_E_KEYMISSING">
            <summary>
Could not find the key in the registry
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.REGDB_E_WRITEREGDB">
            <summary>
Could not write key to registry
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.REGDB_E_READREGDB">
            <summary>
Could not read key from registry
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.VIEW_E_DRAW">
            <summary>
Error drawing view
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CLASS_E_NOTLICENSED">
            <summary>
Class is not licensed for use
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CLASS_E_CLASSNOTAVAILABLE">
            <summary>
ClassFactory cannot supply requested class
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CLASS_E_NOAGGREGATION">
            <summary>
Class does not support aggregation (or class object is remote)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED">
            <summary>
A drag operation is already in progress
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DRAGDROP_E_INVALIDHWND">
            <summary>
Invalid window handle
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DRAGDROP_E_ALREADYREGISTERED">
            <summary>
This window has already been registered as a drop target
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DRAGDROP_E_NOTREGISTERED">
            <summary>
Trying to revoke a drop target that has not been registered
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_NOIVIEWOBJECT">
            <summary>
Object doesn't support IViewObject interface
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_DVTARGETDEVICE_SIZE">
            <summary>
tdSize parameter of the DVTARGETDEVICE structure is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_DVASPECT">
            <summary>
Invalid aspect(s)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_CLIPFORMAT">
            <summary>
Invalid clipboard format
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_TYMED">
            <summary>
Invalid tymed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_LINDEX">
            <summary>
Invalid lindex
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_STATDATA">
            <summary>
Invalid STATDATA structure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_STGMEDIUM">
            <summary>
Invalid STDGMEDIUM structure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_DVTARGETDEVICE">
            <summary>
Invalid DVTARGETDEVICE structure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DV_E_FORMATETC">
            <summary>
Invalid FORMATETC structure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_NOSTORAGE">
            <summary>
Not able to perform the operation because object is not given storage yet
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_CANTCONVERT">
            <summary>
Not able to convert object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_NOT_INPLACEACTIVE">
            <summary>
Object is not in any of the inplace active states
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_INVALIDHWND">
            <summary>
Invalid window handle
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_WRONGCOMPOBJ">
            <summary>
compobj.dll is too old for the ole2.dll initialized
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_INVALIDRECT">
            <summary>
Invalid rectangle
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_PROMPTSAVECANCELLED">
            <summary>
User canceled out of save dialog
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_STATIC">
            <summary>
Object is static; operation not allowed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_CANT_BINDTOSOURCE">
            <summary>
Not able to bind to the source
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_CANT_GETMONIKER">
            <summary>
Not able to get the moniker of the object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_CLASSDIFF">
            <summary>
Linked object's source class has changed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_BLANK">
            <summary>
Uninitialized object
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_NOCACHE">
            <summary>
There is no cache to operate on
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_NOTRUNNING">
            <summary>
Need to run the object to perform this operation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_NOCONNECTION">
            <summary>
There is no connection for this connection ID
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_ADVISENOTSUPPORTED">
            <summary>
This implementation doesn't take advises
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_ENUM_NOMORE">
            <summary>
Can't enumerate any more, because the associated data is missing
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_ADVF">
            <summary>
Invalid advise flags
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OLE_E_OLEVERB">
            <summary>
Invalid OLEVERB structure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_PREMATURE_STUB_RUNDOWN">
            <summary>
The object has been rundown by the stub manager while there are external clients.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN">
            <summary>
The caller failed to revoke a per-apartment registration before apartment shutdown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_MALFORMED_SPN">
            <summary>
The server principal name (SPN) obtained during security negotiation is malformed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SXS_CONFIG">
            <summary>
The provided side-by-side configuration is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_THREADPOOL_CONFIG">
            <summary>
The provided thread pool configuration is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_TRACKER_CONFIG">
            <summary>
The provided tracker configuration is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NO_SECCTX_IN_ACTIVATE">
            <summary>
Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SERVER_INIT_TIMEOUT">
            <summary>
The server started, but did not finish initializing in a timely fashion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ASYNC_WORK_REJECTED">
            <summary>
The thread-pool rejected the submitted asynchronous work.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CLRNOTAVAILABLE">
            <summary>
The common language runtime is not available
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CLASS_DISABLED">
            <summary>
The component or application containing the component has been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SERVER_NOT_PAUSED">
            <summary>
Activations on the server are not paused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SERVER_PAUSED">
            <summary>
Activations on the server are paused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT">
            <summary>
The specified activation could not occur in the client context as specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_MSI_ERROR">
            <summary>
A Microsoft Software Installer error was encountered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_RELOAD_DLL">
            <summary>
A dll must be loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_NOT_SUPPORTED">
            <summary>
The operation attempted is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_IIDREG_INCONSISTENT">
            <summary>
The registration information for this interface is inconsistent or incomplete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CLSREG_INCONSISTENT">
            <summary>
The registration information for this server is inconsistent or incomplete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_SERVER_START_TIMEOUT">
            <summary>
The server did not respond after being launched.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_REMOTE_COMMUNICATION_FAILURE">
            <summary>
This computer was unable to communicate with the computer providing the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_START_SERVICE_FAILURE">
            <summary>
The service providing this server could not be started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_LAUNCH_PERMSSION_DENIED">
            <summary>
The client is not allowed to launch this server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_RUNAS_LOGON_FAILURE">
            <summary>
The server process could not be started because the configured identity is incorrect. Check the username and password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_RUNAS_CREATEPROCESS_FAILURE">
            <summary>
The server process could not be started as the configured identity. The pathname may be incorrect or unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CREATEPROCESS_FAILURE">
            <summary>
The server process could not be started. The pathname may be incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_RUNAS_SYNTAX">
            <summary>
A RunAs specification must be &lt;domain name&gt;\&lt;user name&gt; or simply &lt;user name&gt;
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_OLE1DDE_DISABLED">
            <summary>
Use of Ole1 services requiring DDE windows is disabled
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_WRONG_SERVER_IDENTITY">
            <summary>
The class is configured to run as a security id different from the caller
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_BAD_SERVER_NAME">
            <summary>
A Remote activation was necessary but the server name provided was invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_CANT_REMOTE">
            <summary>
A Remote activation was necessary but was not allowed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_ONLY_SINGLE_THREADED">
            <summary>
There was an attempt to call CoInitialize a second time while single threaded
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_SCM_EXEC_FAILURE">
            <summary>
Failure attempting to launch OLE service
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_SCM_MAP_VIEW_OF_FILE">
            <summary>
Unable to map view of file for OLE service
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_SCM_FILE_MAPPING_EXISTS">
            <summary>
The OLE service file mapping already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_SCM_MUTEX_EXISTS">
            <summary>
The OLE service mutex already exists
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_UNACCEPTED_USER_ALLOCATOR">
            <summary>
The user supplied memory allocator is unacceptable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_TLS_CHANNEL_CONTROL">
            <summary>
Could not allocate thread local storage channel control
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_TLS_SET_CHANNEL_CONTROL">
            <summary>
Cannot set thread local storage channel control
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_RPC_CHANNEL">
            <summary>
Unable to initialize RPC services
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_CLASS_CACHE">
            <summary>
Unable to initialize class cache
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_MEMORY_ALLOCATOR">
            <summary>
Get memory allocator failure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_SHARED_ALLOCATOR">
            <summary>
Get shared memory allocator failure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.CO_E_INIT_TLS">
            <summary>
Thread local storage failure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER">
            <summary>
A full trust packaged application process cannot activate a packaged WinRT server unless it is also declared to run full trust.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER">
            <summary>
A universal application process cannot activate a packaged WinRT server that is declared to run full trust.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_BLOCKED_CROSS_ASTA_CALL">
            <summary>
A COM call to an ASTA was blocked because the call chain originated in or passed through another ASTA. This call pattern is deadlock-prone and disallowed by apartment call control.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_COMMITTED">
            <summary>
The object has been committed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_UNSUPPORTED_FROM_MTA">
            <summary>
Activating a single-threaded class from MTA is not supported
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_MUST_BE_AGILE">
            <summary>
The object must support the IAgileObject interface
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_VIEW_EXITING">
            <summary>
The application view is exiting and cannot service this request
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_EXITING">
            <summary>
The application is exiting and cannot service this request
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_ASYNC_OPERATION_NOT_STARTED">
            <summary>
An async operation was not properly started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_ILLEGAL_DELEGATE_ASSIGNMENT">
            <summary>
A delegate was assigned when not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_STRING_NOT_NULL_TERMINATED">
            <summary>
String not null terminated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_ERROR_STRING_NOT_FOUND">
            <summary>
The text associated with this error code could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_CHANGE_NOTIFICATION_IN_PROGRESS">
            <summary>
Operation is prohibited during change notification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_EXCLUSIVE_WRITE">
            <summary>
Only one thread may access the object during a write operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_CLOSED">
            <summary>
The object has been closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_INVALID_METADATA_FILE">
            <summary>
Metadata file is invalid or corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_METADATA_INVALID_TYPE_FORMAT">
            <summary>
Typename has an invalid format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_METADATA_NAME_IS_NAMESPACE">
            <summary>
Name is an existing namespace rather than a typename.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RO_E_METADATA_NAME_NOT_FOUND">
            <summary>
Typename or Namespace was not found in metadata file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_ILLEGAL_METHOD_CALL">
            <summary>
A method was called at an unexpected time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_ILLEGAL_STATE_CHANGE">
            <summary>
An illegal state change was requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_CHANGED_STATE">
            <summary>
A concurrent or interleaved operation changed the state of the object, invalidating this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_BOUNDS">
            <summary>
The operation attempted to access data outside the valid range
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_PENDING">
            <summary>
The data necessary to complete this operation is not yet available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_ACCESSDENIED">
            <summary>
General access denied error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_FAIL">
            <summary>
Unspecified error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_ABORT">
            <summary>
Operation aborted
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_HANDLE">
            <summary>
Invalid handle
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_POINTER">
            <summary>
Invalid pointer
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_NOINTERFACE">
            <summary>
No such interface supported
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_INVALIDARG">
            <summary>
One or more arguments are invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_OUTOFMEMORY">
            <summary>
Ran out of memory
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_NOTIMPL">
            <summary>
Not implemented
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.E_UNEXPECTED">
            <summary>
Catastrophic failure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STORE_ERROR_LICENSE_REVOKED">
            <summary>
The license has been revoked for this user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STORE_ERROR_PENDING_COM_TRANSACTION">
            <summary>
The commerce transaction associated with this license is still pending verification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STORE_ERROR_UNLICENSED_USER">
            <summary>
The authenticated user does not have a valid license for the application or product.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.STORE_ERROR_UNLICENSED">
            <summary>
This PC does not have a valid license for the application or product.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_API_UNAVAILABLE">
            <summary>
This API cannot be used in the context of the caller's application type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED">
            <summary>
The length of the state manager container name has exceeded the limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED">
            <summary>
The length of the state manager setting name has exceeded the limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED">
            <summary>
The size of the state manager setting value has exceeded the limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED">
            <summary>
The size of the state manager composite setting value has exceeded the limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_ENUMERATE_SETTINGS_FAILED">
            <summary>
State Manager failed to enumerate the settings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_ENUMERATE_CONTAINER_FAILED">
            <summary>
State Manager failed to enumerate the containers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED">
            <summary>
State Manager failed to write the composite setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_READ_COMPOSITE_SETTING_FAILED">
            <summary>
State Manager failed to read the composite setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_QUERY_SETTING_FAILED">
            <summary>
State Manager failed to query the setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_DELETE_SETTING_FAILED">
            <summary>
State Manager failed to delete the setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_WRITE_SETTING_FAILED">
            <summary>
State Manager failed to write the setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_READ_SETTING_FAILED">
            <summary>
State Manager failed to read the setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_DELETE_CONTAINER_FAILED">
            <summary>
State Manager failed to delete the container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_CREATE_CONTAINER_FAILED">
            <summary>
State Manager failed to create the container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_OPEN_CONTAINER_FAILED">
            <summary>
State Manager failed to open the container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_STRUCTURED_RESET_FAILED">
            <summary>
Resetting the structured state of the application failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_SET_VERSION_FAILED">
            <summary>
Setting the state version for the application failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_GET_VERSION_FAILED">
            <summary>
Retrieving the state version for the application failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATE_LOAD_STORE_FAILED">
            <summary>
Loading the state store failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPMODEL_ERROR_NO_MUTABLE_DIRECTORY">
            <summary>
The package does not have a mutable directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE">
            <summary>
The package is currently not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID">
            <summary>
One or more AppModel Runtime group policy values are invalid. Please contact your system administrator with the contents of your AppModel Runtime event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED">
            <summary>
One or more AppModel Runtime group policy values could not be read. Please contact your system administrator with the contents of your AppModel Runtime event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPMODEL_ERROR_NO_APPLICATION">
            <summary>
The process has no application identity.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT">
            <summary>
The package identity is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT">
            <summary>
The package runtime information is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.APPMODEL_ERROR_NO_PACKAGE">
            <summary>
The process has no package identity.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPINSTALLER_IS_MANAGED_BY_SYSTEM">
            <summary>
The package family's auto update settings are being managed at system priority and cannot be changed at default priority. Please contact your system administrator for help with the error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPINSTALLER_URI_IN_USE">
            <summary>
The provided .appinstaller URI is already being used by another package family. Check the AppXDeployment-Server event log for details.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_NAME_MISMATCH">
            <summary>
The provided package name does not match the expected package name. Check the AppXDeployment-Server event log for details.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_NOT_REGISTERED_FOR_USER">
            <summary>
The application cannot be started for the target user. Please have the user explicitly install this package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE">
            <summary>
AppxUpdateAgent attempted to stage a package that is not applicable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED">
            <summary>
The package deployment failed because it uses classic compatmode but doesn't have the required capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MACHINE_SCOPE_NOT_ALLOWED">
            <summary>
The package deployment failed because it uses a machine scope but doesn't have the required capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED">
            <summary>
Package failed host runtime dependency or conflict validation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS">
            <summary>
The package deployment failed because the package requires a capability for mandatory startup tasks.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY">
            <summary>
A host runtime dependency resolving to a package with full trust content requires the main package to have the runFullTrust capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED">
            <summary>
The package deployment failed because it must allow external content to be deployed with an external location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE">
            <summary>
The package deployment failed because its publisher is not in the signed namespace.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE">
            <summary>
The package deployment failed because its publisher is not in the unsigned namespace.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT">
            <summary>
The package deployment failed because its content is not valid for an unsigned package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST">
            <summary>
The package deployment failed because the package requires a capability to natively target this host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED">
            <summary>
The package deployment failed because the operation would have redirected to default account, when the caller said not to do so.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES">
            <summary>
The package installation failed because administrator privileges are required. Please contact an administrator to install this package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE">
            <summary>
The package installation failed because a version of the service exists outside of APPX packaging. Please contact your software vendor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED">
            <summary>
The package installation failed because a different version of the service is installed. Try installing a newer version of the package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER">
            <summary>
The package installation failed because a singleton resource was specified and another user with that package installed is logged in. Please make sure that all active users with the package installed are logged out and retry installation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY">
            <summary>
The deployment operation failed due to a conflicting package's mutable package directory. To install this package remove the existing package with the conflicting mutable package directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY">
            <summary>
The deployment operation was blocked because Special profile deployment is not allowed. Please try logging into an account that is not a Special profile. You can try logging out and logging back into the current account, or try logging into a different account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE">
            <summary>
The deployment operation was blocked due to a machine-wide policy restricting deployments on a non-system volume. Per policy, this app must be installed to the system drive, but that's not set as the default. In Storage Settings, make the system drive the default location to save new content, then retry the install.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE">
            <summary>
The deployment operation was blocked due to a per-package-family policy restricting deployments on a non-system volume. Per policy, this app must be installed to the system drive, but that's not set as the default. In Storage Settings, make the system drive the default location to save new content, then retry the install.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPX_RAW_DATA_WRITE_FAILED">
            <summary>
Failed to process and write downloaded APPX package data to disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED">
            <summary>
Remote drives are not supported; use \\server\share to register a remote package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPINSTALLER_ACTIVATION_BLOCKED">
            <summary>
Activation is blocked due to the .appinstaller update settings for this app.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED">
            <summary>
The current deployment option is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT">
            <summary>
The SmartScreen reputation check operation timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGES_REPUTATION_CHECK_FAILED">
            <summary>
The packages failed the SmartScreen reputation check.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED">
            <summary>
An optional package provision requires the dependency main package to also be provisioned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF">
            <summary>
An error occurred because a user was logged off.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY">
            <summary>
An optional package with a FullTrust entry point requires the main package to have the runFullTrust capability.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_INVALID_RELATED_SET_UPDATE">
            <summary>
A related set cannot be updated because the updated set is invalid. All packages in the related set must be updated at the same time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_STAGING_ONHOLD">
            <summary>
This staging session has been held to allow another staging operation to be prioritized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE">
            <summary>
A main or another optional app package has the same application ID as this optional package. Change the application ID for the optional package to avoid conflicts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING">
            <summary>
Package move operation is blocked until the application has finished streaming
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM">
            <summary>
This app package type is not supported on this filesystem
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE">
            <summary>
A main app package is required to install this optional package. Install the main package first and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED">
            <summary>
You have reached the maximum number of developer sideloaded packages allowed on this device. Please uninstall a sideloaded package and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE">
            <summary>
The deployment operation failed because the package targets the wrong processor architecture.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NEEDS_REGISTRATION">
            <summary>
The deployment operation failed because the specified application needs to be registered first.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_VOLUME_CORRUPT">
            <summary>
The deployment operation failed because the specified volume is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_VOLUME_OFFLINE">
            <summary>
The deployment operation failed because the volume is offline. For a package update, the volume refers to the installed volume of all package versions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_VOLUME_NOT_EMPTY">
            <summary>
The deployment operation failed because the volume is not empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_MOVE_FAILED">
            <summary>
Package move failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING">
            <summary>
The package could not be installed because the Windows Firewall service is not running. Enable the Windows Firewall service and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESILIENCY_FILE_CORRUPT">
            <summary>
The operation could not be resumed because necessary data for recovery have been corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN">
            <summary>
A corrupted CLR NGEN binary was detected on the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_NEEDS_REMEDIATION">
            <summary>
An error in a system binary was detected. Try refreshing the PC to fix the problem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_PACKAGE_DOWNGRADE">
            <summary>
The package could not be installed because a higher version of this package is already installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED">
            <summary>
An error occurred while deleting the package's previously existing application data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_STAGED_SIGNATURE">
            <summary>
The signature is invalid. To register in developer mode, AppxSignature.p7x and AppxBlockMap.xml must be valid or should not be present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RECOVERY_FILE_CORRUPT">
            <summary>
The package could not be recovered because necessary data for recovery have been corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGES_IN_USE">
            <summary>
The package could not be installed because resources it modifies are currently in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPLOYMENT_BLOCKED_BY_POLICY">
            <summary>
The package deployment operation is blocked by policy. Please contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_UPDATING">
            <summary>
The application cannot be started because it is currently updating.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_POLICY_FAILURE">
            <summary>
To install this application you need either a Windows developer license or a sideloading-enabled system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_REPOSITORY_CORRUPTED">
            <summary>
The package repository is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_PREREQUISITE_FAILED">
            <summary>
A Prerequisite for an install could not be satisfied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NEEDS_REMEDIATION">
            <summary>
The application cannot be started. Try reinstalling the application to fix the problem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PACKAGE_ALREADY_EXISTS">
            <summary>
The provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REMOVE_FAILED">
            <summary>
Removal failed. Please contact your software vendor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_FAILED">
            <summary>
Install failed. Please contact your software vendor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_CANCEL">
            <summary>
User cancelled the install request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_DEREGISTRATION_FAILURE">
            <summary>
Package could not be unregistered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_REGISTRATION_FAILURE">
            <summary>
Package could not be registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_NETWORK_FAILURE">
            <summary>
There was a problem downloading your product.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_OUT_OF_DISK_SPACE">
            <summary>
There is not enough disk space on your computer. Please free up some space and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED">
            <summary>
Package failed updates, dependency or conflict validation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_INVALID_PACKAGE">
            <summary>
Package data is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_PACKAGE_NOT_FOUND">
            <summary>
Package was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_OPEN_PACKAGE_FAILED">
            <summary>
Package could not be opened.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COM_TASK_STOP_PENDING">
            <summary>
The task stop request cannot be completed immediately since
task needs more time to shutdown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICES_FAILED_AUTOSTART">
            <summary>
One or more services failed to start during the service startup phase of a run level switch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RUNLEVEL_SWITCH_IN_PROGRESS">
            <summary>
A run level switch is currently in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT">
            <summary>
A run level switch agent did not respond within the specified timeout.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RUNLEVEL_SWITCH_TIMEOUT">
            <summary>
The requested run level switch cannot be completed successfully since
one or more services will not stop or restart within the specified timeout.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_RUNLEVEL_SETTING">
            <summary>
The service has an invalid run level setting. The run level for a service
must not be higher than the run level of its dependent services.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_SWITCH_RUNLEVEL">
            <summary>
The requested run level switch cannot be completed successfully.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED">
            <summary>
The interrupt requested to be unmasked is not masked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE">
            <summary>
The requested connect mode conflicts with an existing mode on one or more of the specified pins.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GPIO_OPERATION_DENIED">
            <summary>
The requested operation is not supported for the specified handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GPIO_INVALID_REGISTRATION_PACKET">
            <summary>
The registration packet supplied by the GPIO client driver is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GPIO_VERSION_NOT_SUPPORTED">
            <summary>
The version specified by the GPIO client driver is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GPIO_CLIENT_INFORMATION_INVALID">
            <summary>
The information supplied by the GPIO client driver is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED">
            <summary>
The secondary interrupt controller instance that manages the specified interrupt is not registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HASH_NOT_PRESENT">
            <summary>
The hash requested from the server is not available or no longer valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HASH_NOT_SUPPORTED">
            <summary>
Hash generation for the specified hash version and hash type is not enabled on the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_DEVICE_NOT_FOUND">
            <summary>
The requested system device cannot be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_AMBIGUOUS_SYSTEM_DEVICE">
            <summary>
The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE">
            <summary>
The caller of SetMonitorColorTemperature specified a color temperature that the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED">
            <summary>
The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_INTERNAL_ERROR">
            <summary>
An internal Monitor Configuration API error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_UNSUPPORTED_MCCS_VERSION">
            <summary>
The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_MCCS_VERSION_MISMATCH">
            <summary>
The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION">
            <summary>
The monitor does not comply with the MCCS specification it claims to support.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_INVALID_VCP_VERSION">
            <summary>
The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_INVALID_CAPABILITIES_STRING">
            <summary>
The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1 or MCCS 2 Revision 1 specification.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_SCOPE_ITEM_CONFLICT">
            <summary>
An entity was defined as both resource and scope, which is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_MISSING_DEFAULT_LANGUAGE">
            <summary>
No default value for language was specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_PACKAGE_NOT_FOUND">
            <summary>
Unable to find the specified package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_INVALID_FILE_NAME">
            <summary>
Invalid name supplied for a canonical merged PRI file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED">
            <summary>
Packages for a PRI file merge must include at least one resource package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED">
            <summary>
Packages for a PRI file merge must include one main package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED">
            <summary>
Packages for a PRI file merge must not include bundle packages.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED">
            <summary>
Packages for a PRI file merge must not include multiple main packages.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED">
            <summary>
Packages for a PRI file merge must all be from the same package family.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_WRITE_FILE_FAILED">
            <summary>
Unable to create the merged PRI file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_ADD_FILE_FAILED">
            <summary>
Unable to add one of the PRI files to the merged file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_LOAD_FILE_FAILED">
            <summary>
Unable to load one of the PRI files to be merged.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_MISSING_SCHEMA">
            <summary>
The primary PRI files to be merged does not contain a schema.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRI_MERGE_VERSION_MISMATCH">
            <summary>
The PRI files to be merged have incompatible versions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_GENERATION_COUNT_MISMATCH">
            <summary>
Resource Map has been re-generated and the query string is not valid anymore.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE">
            <summary>
The resource is a direct reference to a non-default resource candidate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT">
            <summary>
The system component cannot operate given API operation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST">
            <summary>
The singleton Resource Manager with different profile is already created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD">
            <summary>
Resource Contexts may not be created on threads that do not have a CoreWindow.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE">
            <summary>
Load/UnloadPriFiles cannot be used with resource packages.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE">
            <summary>
Resource File can not be used for merge operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_TOO_MANY_RESOURCES">
            <summary>
Too many resources defined for package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_AUTOMERGE_ENABLED">
            <summary>
Automerge is enabled in the PRI file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE">
            <summary>
Unable to determine qualifier value or qualifier value has not been set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_INVALID_QUALIFIER_OPERATOR">
            <summary>
Invalid qualifier operator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_UNSUPPORTED_PROFILE_TYPE">
            <summary>
Unsupported MRT profile type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_MAP_NOT_FOUND">
            <summary>
ResourceMap Not Found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_NAMED_RESOURCE_NOT_FOUND">
            <summary>
NamedResource Not Found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_INVALID_PRI_FILE">
            <summary>
Invalid PRI File.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE">
            <summary>
Unsupported directory type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_FILEPATH_TOO_LONG">
            <summary>
Filepath too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_INVALID_RESOURCE_IDENTIFIER">
            <summary>
Invalid Resource Identifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_DUPLICATE_ENTRY">
            <summary>
Duplicate Entry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_DUPLICATE_MAP_NAME">
            <summary>
Duplicate Resource Map.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_RESOURCE_TYPE_MISMATCH">
            <summary>
Invalid ResourceCandidate type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE">
            <summary>
The ResourceMap or NamedResource has an item that does not have default or neutral resource..
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_NO_CANDIDATE">
            <summary>
No Candidate found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_INVALID_QUALIFIER_VALUE">
            <summary>
Invalid qualifier value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_UNKNOWN_QUALIFIER">
            <summary>
Unknown qualifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_INVALID_FILE_TYPE">
            <summary>
Invalid file type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_INVALID_PRICONFIG">
            <summary>
Invalid PRI config file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE">
            <summary>
A resource does not have default or neutral value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME">
            <summary>
Locale installation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED">
            <summary>
UI language installation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_ENUM_USER_STOP">
            <summary>
User stopped resource enumeration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUI_FILE_NOT_LOADED">
            <summary>
The resource loader cache doesn't have loaded MUI entry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME">
            <summary>
The RC Manifest has invalid ultimatefallback name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUI_INVALID_LOCALE_NAME">
            <summary>
The RC Manifest has invalid culture name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUI_INVALID_RC_CONFIG">
            <summary>
The RC Manifest is corrupted with garbage data or unsupported version or missing required item.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUI_INVALID_FILE">
            <summary>
The resource loader failed to load MUI file because the file fail to pass validation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUI_FILE_NOT_FOUND">
            <summary>
The resource loader failed to find MUI file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EC_NO_ACTIVE_CHANNEL">
            <summary>
No active channel is found for the query.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EC_CRED_NOT_FOUND">
            <summary>
The credential used by this subscription can't be found in credential store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EC_CREDSTORE_FULL">
            <summary>
The credential store that is used to save credentials is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EC_CIRCULAR_FORWARDING">
            <summary>
When forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EC_LOG_DISABLED">
            <summary>
The log of the subscription is in disabled state, and can not be used to forward events to. The log must first be enabled before the subscription can be activated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE">
            <summary>
The subscription fails to activate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_OUT_OF_RANGE">
            <summary>
Attempted to create a numeric type that is outside of its valid range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_PUBLISHER_DISABLED">
            <summary>
The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY">
            <summary>
The channel at index %1!d! of the query can't be opened.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_VERSION_TOO_NEW">
            <summary>
The resource is too new and is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_VERSION_TOO_OLD">
            <summary>
The resource is too old and is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND">
            <summary>
The locale specific resource for the desired message is not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_EVENT_DEFINITION_NOT_FOUND">
            <summary>
The event definition could not be found for event ID (%1).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_MAX_INSERTS_REACHED">
            <summary>
The maximum number of replacements has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_UNRESOLVED_PARAMETER_INSERT">
            <summary>
The description string for parameter reference (%1) could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_UNRESOLVED_VALUE_INSERT">
            <summary>
The substitution string for insert index (%1) could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_MESSAGE_ID_NOT_FOUND">
            <summary>
The message ID for the desired message could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_MESSAGE_NOT_FOUND">
            <summary>
The message resource is present but the message was not found in the message table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_TOO_COMPLEX">
            <summary>
The XPath expression exceeded the supported complexity. Simplify the expression or split it into multiple expressions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_CHANNEL_CANNOT_ACTIVATE">
            <summary>
The channel failed to activate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE">
            <summary>
Publisher property %1!s! contains an invalid value. The value has an invalid type, is outside of its valid range, cannot be changed, or is not supported by this type of publisher.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE">
            <summary>
Channel property %1!s! contains an invalid value. The value has an invalid type, is outside of its valid range, cannot be changed, or is not supported by this type of channel.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL">
            <summary>
The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_UNEXPECTEDTOKEN">
            <summary>
An unexpected token was encountered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_UNSUPPORTEDOP">
            <summary>
This operator is unsupported by this implementation of the filter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_PARSEERR">
            <summary>
A syntax error occurred at position %1!d!
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_INVTYPE">
            <summary>
This data type is currently unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_INVTEST">
            <summary>
A step operation must involve a node test or, in the case of a predicate, an algebraic expression against which to test each node in the preceeding node set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_INVARG">
            <summary>
Left-hand side arguments to binary operators must be either attributes, nodes or variables. Right-hand side arguments must be constants.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_NOTELTSET">
            <summary>
Cannot perform a step operation from a term that does not represent an element set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_FILTER_ALREADYSCOPED">
            <summary>
An expression can only be followed by a change-of-scope operation if the expression evaluates to a node set and is not already part of another change-of-scope operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_NON_VALIDATING_MSXML">
            <summary>
Registered MSXML doesn't support validation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_QUERY_RESULT_INVALID_POSITION">
            <summary>
The query result is currently at an invalid position.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_QUERY_RESULT_STALE">
            <summary>
The query result is stale or invalid and must be recreated. This may be due to the log being cleared or rolling over after the query result was created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_CONFIGURATION_ERROR">
            <summary>
Configuration error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL">
            <summary>
The events for a direct channel go directly to a log file and cannot be subscribed to.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_MALFORMED_XML_TEXT">
            <summary>
The specified XML text was not well-formed. See Extended Error for more details.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_CHANNEL_NOT_FOUND">
            <summary>
The specified channel could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_INVALID_EVENT_DATA">
            <summary>
The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_INVALID_PUBLISHER_NAME">
            <summary>
The specified publisher name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND">
            <summary>
The template for an event definition cannot be found in the resource (error = %1).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND">
            <summary>
The publisher metadata cannot be found in the resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_INVALID_QUERY">
            <summary>
The specified query is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVT_INVALID_CHANNEL_PATH">
            <summary>
The specified channel path is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS">
            <summary>
Two or more components referenced directly or indirectly by the application manifest have the same WinRT ActivatableClass IDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_FILE_HASH_MISSING">
            <summary>
A component is missing file verification information in its manifest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GENERIC_COMMAND_FAILED">
            <summary>
A generic command executable returned a result that indicates failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMI_PRIMITIVE_INSTALLER_FAILED">
            <summary>
The SMI primitive installer failed during setup or servicing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE">
            <summary>
One or more required members of the transaction are not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_SETTING_NOT_REGISTERED">
            <summary>
The setting is not registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_MANIFEST_TOO_BIG">
            <summary>
The size of the manifest exceeds the maximum allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY">
            <summary>
The file is not a part of the assembly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT">
            <summary>
The assembly is not a deployment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_IDENTITIES_DIFFERENT">
            <summary>
The component identities are different.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT">
            <summary>
The identities of the manifests are identical but their contents are different.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_XML_ENCODING_MISMATCH">
            <summary>
The character encoding in the XML declaration did not match the encoding used in the document.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ADVANCED_INSTALLER_FAILED">
            <summary>
An advanced installer failed during setup or servicing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_COMPONENT_STORE_CORRUPT">
            <summary>
The component store has been corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_ASSEMBLY_NOT_LOCKED">
            <summary>
The component must be locked before making the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNMAPPED_SUBSTITUTION_STRING">
            <summary>
A substitution string had no mapping.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN">
            <summary>
The public key token does not correspond to the public key specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MALFORMED_SUBSTITUTION_STRING">
            <summary>
A string containing localized substitutable content was malformed. Either a dollar sign ($) was followed by something other than a left parenthesis or another dollar sign or an substitution's right parenthesis was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_IDENTITY_PARSE_ERROR">
            <summary>
The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE">
            <summary>
An identity contains two definitions for the same attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME">
            <summary>
The name of an attribute in an identity is not within the legal range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE">
            <summary>
The value of an attribute in an identity is not within the legal range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY">
            <summary>
The activation context of system default assembly could not be generated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_RELEASE_ACTIVATION_CONTEXT">
            <summary>
A kernel mode component is releasing a reference on an activation context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_PROCESS_TERMINATION_REQUESTED">
            <summary>
A component used by the isolation facility has requested to terminate the process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_MULTIPLE_DEACTIVATION">
            <summary>
The activation context being deactivated has already been deactivated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_INVALID_DEACTIVATION">
            <summary>
The activation context being deactivated is not active for the current thread of execution.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_EARLY_DEACTIVATION">
            <summary>
The activation context being deactivated is not the most recently activated one.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_CORRUPTION">
            <summary>
The application isolation metadata for this process or thread has become corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_CORRUPT_ACTIVATION_STACK">
            <summary>
The activation context activation stack for the running thread of execution is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_ASSEMBLY_MISSING">
            <summary>
The referenced assembly could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME">
            <summary>
The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE">
            <summary>
The supplied assembly identity is missing one or more attributes which must be present in this context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING">
            <summary>
Assembly Protection Error : The catalog for an assembly is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_UNTRANSLATABLE_HRESULT">
            <summary>
An HRESULT could not be translated to a corresponding Win32 error code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_PROTECTION_CATALOG_NOT_VALID">
            <summary>
Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT">
            <summary>
Assembly Protection Error : The public key for an assembly was too short to be allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_PROTECTION_RECOVERY_FAILED">
            <summary>
Assembly Protection Error : Unable to recover the specified assembly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_MISSINGEQUALS">
            <summary>
Manifest Parse Error : Missing equals sign between attribute and attribute value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INVALID_VERSION">
            <summary>
Manifest Parse Error : Invalid version number.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNEXPECTED_STANDALONE">
            <summary>
Manifest Parse Error : The standalone attribute cannot be used in external entities.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INVALID_STANDALONE">
            <summary>
Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_BADXMLCASE">
            <summary>
Manifest Parse Error : The name 'xml' is reserved and must be lower case.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INVALIDSWITCH">
            <summary>
Manifest Parse Error : Switch from current encoding to specified encoding not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INVALIDENCODING">
            <summary>
Manifest Parse Error : System does not support the specified encoding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_RESERVEDNAMESPACE">
            <summary>
Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNCLOSEDCDATA">
            <summary>
Manifest Parse Error : A CDATA section was not closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNCLOSEDDECL">
            <summary>
Manifest Parse Error : A declaration was not closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNCLOSEDCOMMENT">
            <summary>
Manifest Parse Error : A comment was not closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNCLOSEDSTRING">
            <summary>
Manifest Parse Error : A string literal was not closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNCLOSEDENDTAG">
            <summary>
Manifest Parse Error : End element was missing the character '&gt;'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNCLOSEDSTARTTAG">
            <summary>
Manifest Parse Error : Element was not closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_BADPEREFINSUBSET">
            <summary>
Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNEXPECTEDEOF">
            <summary>
Manifest Parse Error : Unexpected end of file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_MISSINGROOT">
            <summary>
Manifest Parse Error : XML document must have a top level element.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_BADXMLDECL">
            <summary>
Manifest Parse Error : Invalid xml declaration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INVALIDATROOTLEVEL">
            <summary>
Manifest Parse Error : Invalid at the top level of the document.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_MULTIPLEROOTS">
            <summary>
Manifest Parse Error : Only one top level element is allowed in an XML document.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_DUPLICATEATTRIBUTE">
            <summary>
Manifest Parse Error : Duplicate attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNCLOSEDTAG">
            <summary>
Manifest Parse Error : The following tags were not closed: %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNEXPECTEDENDTAG">
            <summary>
Manifest Parse Error : End tag was not expected at this location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK">
            <summary>
Manifest Parse Error : Expecting whitespace or '?'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INVALID_UNICODE">
            <summary>
Manifest Parse Error : Invalid unicode character value for this platform.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INVALID_HEXIDECIMAL">
            <summary>
Manifest Parse Error : Invalid character for hexadecimal digit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INVALID_DECIMAL">
            <summary>
Manifest Parse Error : Invalid character for decimal digit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_MULTIPLE_COLONS">
            <summary>
Manifest Parse Error : Multiple colons are not allowed in a name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE">
            <summary>
Manifest Parse Error : A single or double closing quote character (\' or \") is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_MISSING_PAREN">
            <summary>
Manifest Parse Error : Missing parenthesis.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INCOMPLETE_ENCODING">
            <summary>
Manifest Parse Error : End of file reached in invalid state for current encoding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE">
            <summary>
Manifest Parse Error : Whitespace is not allowed at this location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_INTERNALERROR">
            <summary>
Manifest Parse Error : Internal error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_UNBALANCEDPAREN">
            <summary>
Manifest Parse Error : Unbalanced parentheses.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_MISSINGSEMICOLON">
            <summary>
Manifest Parse Error : A semi colon character was expected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_EXPECTINGTAGEND">
            <summary>
Manifest Parse Error : The character '&gt;' was expected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_MISSINGWHITESPACE">
            <summary>
Manifest Parse Error : Required white space was missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_BADCHARDATA">
            <summary>
Manifest Parse Error : An Invalid character was found in text content.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_XMLDECLSYNTAX">
            <summary>
Manifest Parse Error : Invalid syntax for an xml declaration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_BADCHARINSTRING">
            <summary>
Manifest Parse Error : A string literal contained an invalid character.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_BADNAMECHAR">
            <summary>
Manifest Parse Error : A name contained an invalid character.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_BADSTARTNAMECHAR">
            <summary>
Manifest Parse Error : A name was started with an invalid character.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_COMMENTSYNTAX">
            <summary>
Manifest Parse Error : Incorrect syntax was used in a comment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_XML_E_MISSINGQUOTE">
            <summary>
Manifest Parse Error : A string literal was expected, but no opening quote character was found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_POLICY_PARSE_ERROR">
            <summary>
The policy manifest contains one or more syntax errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_FILE_HASH_MISMATCH">
            <summary>
A component's file does not match the verification information present in the component manifest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_DUPLICATE_ASSEMBLY_NAME">
            <summary>
Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_DUPLICATE_PROGID">
            <summary>
Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_DUPLICATE_TLBID">
            <summary>
Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_DUPLICATE_IID">
            <summary>
Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_DUPLICATE_CLSID">
            <summary>
Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME">
            <summary>
Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_DUPLICATE_DLL_NAME">
            <summary>
Two or more components referenced directly or indirectly by the application manifest have files by the same name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT">
            <summary>
The private manifest probed has crossed a path with an unsupported reparse point.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE">
            <summary>
The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1".
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE">
            <summary>
The manifest is missing the required default namespace specification on the assembly element.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE">
            <summary>
The manifest contains an attribute for the assembly identity which is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED">
            <summary>
The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED">
            <summary>
The application manifest contains a reference to a dependent assembly which is not installed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_INVALID_XML_NAMESPACE_URI">
            <summary>
The manifest contains a reference to an invalid URI.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_UNKNOWN_ENCODING">
            <summary>
The encoding requested is not recognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_UNKNOWN_ENCODING_GROUP">
            <summary>
The encoding group identifier specified is not recognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET">
            <summary>
An attempt to set the process default activation context failed because the process default activation context was already set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_THREAD_QUERIES_DISABLED">
            <summary>
Lack of system resources has required isolated activation to be disabled for the current thread of execution.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_WRONG_SECTION_TYPE">
            <summary>
The type requested activation context section does not match the query API used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_VERSION_CONFLICT">
            <summary>
A component version required by the application conflicts with another component version already active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_KEY_NOT_FOUND">
            <summary>
The requested lookup key was not found in any active activation context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_ACTIVATION_CONTEXT_DISABLED">
            <summary>
The application attempted to activate a disabled activation context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_MANIFEST_PARSE_ERROR">
            <summary>
The manifest file contains one or more syntax errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_MANIFEST_FORMAT_ERROR">
            <summary>
The manifest file does not begin with the required tag and format information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_ASSEMBLY_NOT_FOUND">
            <summary>
The referenced assembly is not installed on your system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_INVALID_ACTCTXDATA_FORMAT">
            <summary>
The application binding data format is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_CANT_GEN_ACTCTX">
            <summary>
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SXS_SECTION_NOT_FOUND">
            <summary>
The requested section was not present in the activation context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES">
            <summary>
IPsec DoS Protection failed to create a per internal IP rate limit queue because the maximum number of queues allowed by policy has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DOSP_NOT_INSTALLED">
            <summary>
IPsec DoS Protection has not been enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED">
            <summary>
IPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DOSP_MAX_ENTRIES">
            <summary>
IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED">
            <summary>
IPsec DoS Protection failed to look up state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DOSP_INVALID_PACKET">
            <summary>
IPsec DoS Protection received an incorrectly formatted packet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DOSP_RECEIVED_MULTICAST">
            <summary>
IPsec DoS Protection received an IPsec specific multicast packet which is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DOSP_BLOCK">
            <summary>
IPsec DoS Protection matched an explicit block rule.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_THROTTLE_DROP">
            <summary>
IPsec dropped a packet due to DoS throttling.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_AUTH_FIREWALL_DROP">
            <summary>
IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_CLEAR_TEXT_DROP">
            <summary>
IPsec dropped a clear text packet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_INTEGRITY_CHECK_FAILED">
            <summary>
IPsec integrity check failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_INVALID_PACKET">
            <summary>
IPsec header and/or trailer in the packet is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_REPLAY_CHECK_FAILED">
            <summary>
Packet sequence number replay check failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_WRONG_SA">
            <summary>
Packet was received on an IPsec SA that does not match the packet characteristics.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_SA_LIFETIME_EXPIRED">
            <summary>
Packet was received on an IPsec SA whose lifetime has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_BAD_SPI">
            <summary>
The SPI in the packet does not match a valid IPsec SA.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END">
            <summary>
 ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE">
            <summary>
SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential. This might be related to certificate-to-account mapping failure for the SA.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY">
            <summary>
SA establishment is not authorized. You may need to enter updated or different credentials such as a smartcard.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE">
            <summary>
SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE">
            <summary>
SA establishment is not authorized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE">
            <summary>
Peer does not support MOBIKE.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_RATELIMIT_DROP">
            <summary>
Incoming SA request was dropped due to peer IP address rate limiting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS">
            <summary>
SA was deleted due to IKEv1/AuthIP co-existence suppress check.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING">
            <summary>
A negotiation running as the security principle who issued the connection is in progress
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING">
            <summary>
Require configuration payload missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE">
            <summary>
Error in assigning inner IP address to initiator in tunnel mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL">
            <summary>
NAP reauth succeeded and must delete the dummy NAP IKEv2 tunnel.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NEG_STATUS_END">
            <summary>
 ERROR_IPSEC_IKE_NEG_STATUS_END
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_TOO_MANY_FILTERS">
            <summary>
Too many dynamically added IKEEXT filters were detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_QM_EXPIRED">
            <summary>
Quick mode SA was expired by IPsec driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_MM_FOR_QM">
            <summary>
Parameters of the main mode are invalid for this quick mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_NATOA">
            <summary>
Error processing NatOA payload.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_CGA_AUTH_FAILED">
            <summary>
Could not verify binding between CGA address and certificate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_SHUTTING_DOWN">
            <summary>
IKE service is shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_DOS_COOKIE_SENT">
            <summary>
Sent DoS cookie notify to initiator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD">
            <summary>
Received invalid authentication offers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID">
            <summary>
Received unexpected message ID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH">
            <summary>
Certificate doesn't chain to a trusted root in IPsec policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID">
            <summary>
Main mode SA assumed to be invalid because peer stopped responding.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_MM_EXPIRED">
            <summary>
Main mode SA lifetime expired or peer sent a main mode delete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_QM_LIMIT">
            <summary>
Reached maximum quick mode limit for the main mode. New main mode will be started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NEGOTIATION_DISABLED">
            <summary>
IKE received a policy that disables negotiation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_MM_LIMIT">
            <summary>
Max number of established MM SAs to peer exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN">
            <summary>
Key length in certificate is too small for configured security requirements.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION">
            <summary>
The recipient cannot handle version of IKE specified in the header.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY">
            <summary>
The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_BENIGN_REINIT">
            <summary>
Temporary state created to perform reinitialization. This is not a real failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_RPC_DELETE">
            <summary>
Deleted via RPC call
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_LOAD_FAILED">
            <summary>
Load failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_SIG">
            <summary>
Invalid certificate signature
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_AUTH_ALG">
            <summary>
Invalid authentication algorithm
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG">
            <summary>
Invalid encryption algorithm
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_HASH_SIZE">
            <summary>
Invalid hash size
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_HASH_ALG">
            <summary>
Invalid hash algorithm
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_HASH">
            <summary>
Hash verification failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_UNSUPPORTED_ID">
            <summary>
Unsupported ID
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_POLICY_MATCH">
            <summary>
Policy match error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_DECRYPT">
            <summary>
Error decrypting payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_ENCRYPT">
            <summary>
Error encrypting payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_GROUP">
            <summary>
Invalid Diffie-Hellman group
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_DH_FAILURE">
            <summary>
Diffie-Hellman failure
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_SITUATION">
            <summary>
Invalid situation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_UNKNOWN_DOI">
            <summary>
Invalid DOI
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_POLICY">
            <summary>
Invalid policy
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED">
            <summary>
Failed to add Security Association to IPsec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_OUT_OF_MEMORY">
            <summary>
Memory allocation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_FILTER">
            <summary>
Given filter is invalid
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_GETSPIFAIL">
            <summary>
Failed to obtain new SPI for the inbound SA from IPsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_SRVQUERYCRED">
            <summary>
Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_SRVACQFAIL">
            <summary>
Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_FAILQUERYSSP">
            <summary>
Failed to query Kerberos package to obtain max token size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_FAILSSPINIT">
            <summary>
Failed to obtain security function table dispatch address from SSPI.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_SECLOADFAIL">
            <summary>
Failed to load SECURITY.DLL.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NOTCBPRIV">
            <summary>
Failed to enabled TCB privilege.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NO_MM_POLICY">
            <summary>
There is no available Main Mode IKE policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_POLICY_CHANGE">
            <summary>
New policy invalidated SAs formed with old policy
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PEER_CRL_FAILED">
            <summary>
Certification Revocation check of peer's certificate failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NO_PEER_CERT">
            <summary>
Peer failed to send valid machine certificate
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_COOKIE">
            <summary>
Invalid cookie received.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN">
            <summary>
Soft SA torn down
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_LOAD_SOFT_SA">
            <summary>
Soft SA loaded
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_PAYLOAD">
            <summary>
Invalid payload received
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR">
            <summary>
Error processing VendorId payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_DELETE">
            <summary>
Error processing Delete Payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY">
            <summary>
Error processing Notify payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_NONCE">
            <summary>
Error processing Nonce payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_SIG">
            <summary>
Error processing Signature payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_HASH">
            <summary>
Error processing Hash payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ">
            <summary>
Error processing Certificate Request payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_CERT">
            <summary>
Error processing Cert payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_ID">
            <summary>
Error processing ID payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_KE">
            <summary>
Error processing KE payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_TRANS">
            <summary>
Error processing Transform payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_PROP">
            <summary>
Error processing Proposal payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR_SA">
            <summary>
Error processing SA payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_PROCESS_ERR">
            <summary>
Error processing error payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NO_PUBLIC_KEY">
            <summary>
Peer's certificate did not have a public key
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_KERBEROS_ERROR">
            <summary>
Failed to authenticate using Kerberos
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_SIGNATURE">
            <summary>
Failed to verify signature
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NO_POLICY">
            <summary>
No policy configured
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_HEADER">
            <summary>
Invalid header
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED">
            <summary>
Don't know how to process critical payload
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_DH_FAIL">
            <summary>
Failure in Diffie-Hellman computation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY">
            <summary>
Simultaneous rekeys were detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NO_PRIVATE_KEY">
            <summary>
IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your Network Security administrator about replacing with a certificate that has a private key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_CERT_TYPE">
            <summary>
Invalid certificate type
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_INVALID_KEY_USAGE">
            <summary>
Invalid certificate key usage
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_CRL_FAILED">
            <summary>
Certificate Revocation Check failed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_ERROR">
            <summary>
Unknown error occurred
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_QM_DELAY_DROP">
            <summary>
Negotiation took too long
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_MM_DELAY_DROP">
            <summary>
Negotiation took too long
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_DROP_NO_RESPONSE">
            <summary>
No response from peer
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM">
            <summary>
Negotiation request sat in Queue too long
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_QUEUE_DROP_MM">
            <summary>
Negotiation request sat in Queue too long
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_QM_ACQUIRE_DROP">
            <summary>
Negotiation request sat in Queue too long
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_MM_ACQUIRE_DROP">
            <summary>
Negotiation request sat in Queue too long
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_SA_REAPED">
            <summary>
IKE SA deleted before establishment completed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_SA_DELETED">
            <summary>
IKE SA deleted by peer before establishment completed
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NO_CERT">
            <summary>
IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_TIMED_OUT">
            <summary>
Negotiation timed out
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR">
            <summary>
General processing error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NEGOTIATION_PENDING">
            <summary>
IKE Negotiation in progress
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_ATTRIB_FAIL">
            <summary>
IKE security attributes are unacceptable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_AUTH_FAIL">
            <summary>
IKE authentication credentials are unacceptable
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_IKE_NEG_STATUS_BEGIN">
            <summary>
 ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WARNING_IPSEC_QM_POLICY_PRUNED">
            <summary>
The Quick Mode policy was successfully added, but some of the requested offers are not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WARNING_IPSEC_MM_POLICY_PRUNED">
            <summary>
The Main Mode policy was successfully added, but some of the requested offers are not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_QM_POLICY_PENDING_DELETION">
            <summary>
The Quick Mode policy is pending deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_AUTH_PENDING_DELETION">
            <summary>
The Main Mode authentication bundle is pending deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_POLICY_PENDING_DELETION">
            <summary>
The Main Mode policy is pending deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION">
            <summary>
The tunnel filter is pending deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION">
            <summary>
The transport filter is pending deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_FILTER_PENDING_DELETION">
            <summary>
The Main Mode filter is pending deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND">
            <summary>
The specified tunnel mode filter was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_TUNNEL_FILTER_EXISTS">
            <summary>
The specified tunnel mode filter exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND">
            <summary>
The specified default quick mode policy was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND">
            <summary>
The specified default main mode authentication list was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND">
            <summary>
The specified default main mode policy was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_AUTH_IN_USE">
            <summary>
The specified main mode authentication list is being used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_AUTH_NOT_FOUND">
            <summary>
The specified main mode authentication list was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_AUTH_EXISTS">
            <summary>
The specified main mode authentication list exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND">
            <summary>
The specified transport mode filter does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_TRANSPORT_FILTER_EXISTS">
            <summary>
The specified transport mode filter already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_FILTER_NOT_FOUND">
            <summary>
The specified main mode filter was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_FILTER_EXISTS">
            <summary>
The specified main mode filter already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_POLICY_IN_USE">
            <summary>
The specified main mode policy is being used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_POLICY_NOT_FOUND">
            <summary>
The specified main mode policy was not found
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_MM_POLICY_EXISTS">
            <summary>
The specified main mode policy already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_QM_POLICY_IN_USE">
            <summary>
The specified quick mode policy is being used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_QM_POLICY_NOT_FOUND">
            <summary>
The specified quick mode policy was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IPSEC_QM_POLICY_EXISTS">
            <summary>
The specified quick mode policy already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_IPSEC_NAME_POLICY_ERROR">
            <summary>
Name based IPSEC policy could not be added.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_SECURE_HOST_NOT_FOUND">
            <summary>
No such host is known securely.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_RESERVED_PETYPE">
            <summary>
A reserved policy element was found in the QOS provider-specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_ESHAPERATEOBJ">
            <summary>
An invalid shaping rate object was found in the QOS provider-specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_ESDMODEOBJ">
            <summary>
An invalid shape discard mode object was found in the QOS provider specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EPSFILTERSPEC">
            <summary>
An invalid FILTERSPEC was found in the QOS provider-specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EPSFLOWSPEC">
            <summary>
An invalid or inconsistent flowspec was found in the QOS provider specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EFLOWDESC">
            <summary>
An invalid QOS flow descriptor was found in the flow descriptor list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EPOLICYOBJ">
            <summary>
An invalid policy object was found in the QOS provider-specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EUNKOWNPSOBJ">
            <summary>
An unrecognized object was found in the QOS provider-specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EFLOWCOUNT">
            <summary>
An incorrect number of flow descriptors was specified in the QOS structure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EOBJLENGTH">
            <summary>
An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EFILTERCOUNT">
            <summary>
An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EFILTERTYPE">
            <summary>
An invalid QOS filter type was used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EFILTERSTYLE">
            <summary>
An invalid QOS filter style was used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EPROVSPECBUF">
            <summary>
Invalid QOS provider-specific buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_EFLOWSPEC">
            <summary>
An invalid or inconsistent flowspec was found in the QOS structure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_ESERVICETYPE">
            <summary>
An invalid or unrecognized service type was found in the flowspec.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_GENERIC_ERROR">
            <summary>
General QOS error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_TRAFFIC_CTRL_ERROR">
            <summary>
Problem with some part of the flowspec.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_BAD_OBJECT">
            <summary>
Problem with some part of the filterspec or providerspecific buffer in general.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_BAD_STYLE">
            <summary>
Unknown or conflicting style.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_POLICY_FAILURE">
            <summary>
Rejected for administrative reasons - bad credentials.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_ADMISSION_FAILURE">
            <summary>
Error due to lack of resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_REQUEST_CONFIRMED">
            <summary>
Reserve has been confirmed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_NO_RECEIVERS">
            <summary>
There are no receivers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_NO_SENDERS">
            <summary>
There are no senders.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_SENDERS">
            <summary>
At least one path has arrived.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_QOS_RECEIVERS">
            <summary>
At least one reserve has arrived.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSANO_DATA">
            <summary>
The requested name is valid, but no data of the requested type was found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSANO_RECOVERY">
            <summary>
A non-recoverable error occurred during a database lookup.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSATRY_AGAIN">
            <summary>
This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAHOST_NOT_FOUND">
            <summary>
No such host is known.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEREFUSED">
            <summary>
A database query failed because it was actively refused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_E_CANCELLED">
            <summary>
A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSA_E_NO_MORE">
            <summary>
No more results can be returned by WSALookupServiceNext.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSATYPE_NOT_FOUND">
            <summary>
The specified class was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSASERVICE_NOT_FOUND">
            <summary>
No such service is known. The service cannot be found in the specified name space.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSASYSCALLFAILURE">
            <summary>
A system call has failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEPROVIDERFAILEDINIT">
            <summary>
The requested service provider could not be loaded or initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEINVALIDPROVIDER">
            <summary>
The requested service provider is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEINVALIDPROCTABLE">
            <summary>
The procedure call table is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAECANCELLED">
            <summary>
A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENOMORE">
            <summary>
No more results can be returned by WSALookupServiceNext.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEDISCON">
            <summary>
Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSANOTINITIALISED">
            <summary>
Either the application has not called WSAStartup, or WSAStartup failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAVERNOTSUPPORTED">
            <summary>
The Windows Sockets version requested is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSASYSNOTREADY">
            <summary>
WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEREMOTE">
            <summary>
Item is not available locally.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAESTALE">
            <summary>
File handle reference is no longer available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEDQUOT">
            <summary>
Ran out of disk quota.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEUSERS">
            <summary>
Ran out of quota.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEPROCLIM">
            <summary>
A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENOTEMPTY">
            <summary>
Cannot remove a directory that is not empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEHOSTUNREACH">
            <summary>
A socket operation was attempted to an unreachable host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEHOSTDOWN">
            <summary>
A socket operation failed because the destination host was down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENAMETOOLONG">
            <summary>
Name component or name was too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAELOOP">
            <summary>
Cannot translate name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAECONNREFUSED">
            <summary>
No connection could be made because the target machine actively refused it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAETIMEDOUT">
            <summary>
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAETOOMANYREFS">
            <summary>
Too many references to some kernel object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAESHUTDOWN">
            <summary>
A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENOTCONN">
            <summary>
A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEISCONN">
            <summary>
A connect request was made on an already connected socket.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENOBUFS">
            <summary>
An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAECONNRESET">
            <summary>
An existing connection was forcibly closed by the remote host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAECONNABORTED">
            <summary>
An established connection was aborted by the software in your host machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENETRESET">
            <summary>
The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENETUNREACH">
            <summary>
A socket operation was attempted to an unreachable network.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENETDOWN">
            <summary>
A socket operation encountered a dead network.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEADDRNOTAVAIL">
            <summary>
The requested address is not valid in its context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEADDRINUSE">
            <summary>
Only one usage of each socket address (protocol/network address/port) is normally permitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEAFNOSUPPORT">
            <summary>
An address incompatible with the requested protocol was used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEPFNOSUPPORT">
            <summary>
The protocol family has not been configured into the system or no implementation for it exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEOPNOTSUPP">
            <summary>
The attempted operation is not supported for the type of object referenced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAESOCKTNOSUPPORT">
            <summary>
The support for the specified socket type does not exist in this address family.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEPROTONOSUPPORT">
            <summary>
The requested protocol has not been configured into the system, or no implementation for it exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENOPROTOOPT">
            <summary>
An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEPROTOTYPE">
            <summary>
A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEMSGSIZE">
            <summary>
A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEDESTADDRREQ">
            <summary>
A required address was omitted from an operation on a socket.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAENOTSOCK">
            <summary>
An operation was attempted on something that is not a socket.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEALREADY">
            <summary>
An operation was attempted on a non-blocking socket that already had an operation in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEINPROGRESS">
            <summary>
A blocking operation is currently executing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEWOULDBLOCK">
            <summary>
A non-blocking socket operation could not be completed immediately.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEMFILE">
            <summary>
Too many open sockets.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEINVAL">
            <summary>
An invalid argument was supplied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEFAULT">
            <summary>
The system detected an invalid pointer address in attempting to use a pointer argument in a call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEACCES">
            <summary>
An attempt was made to access a socket in a way forbidden by its access permissions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEBADF">
            <summary>
The file handle supplied is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WSAEINTR">
            <summary>
A blocking operation was interrupted by a call to WSACancelBlockingCall.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY">
            <summary>
The criterion time of day provided in the policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE">
            <summary>
The criterion query type provided in the policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN">
            <summary>
The criterion FQDN provided in the policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE">
            <summary>
The criterion interface provided in the policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL">
            <summary>
The criterion network protocol provided in the policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL">
            <summary>
The criterion transport protocol provided in the policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET">
            <summary>
The criterion client subnet provided in the policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONESCOPE_IS_REFERENCED">
            <summary>
The zone scope cannot be deleted because it is referenced by a DNS Policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SERVERSCOPE_IS_REFERENCED">
            <summary>
The server scope cannot be deleted because it is referenced by a DNS Policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED">
            <summary>
The scope information has been provided for a policy that does not require it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_SCOPE_MISSING">
            <summary>
The scope information has not been provided for a policy that requires it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID">
            <summary>
Invalid policy processing order.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_CLIENT_SUBNET_NAME">
            <summary>
The name of the the client subnet record is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_MISSING_CRITERIA">
            <summary>
The policy is missing criteria.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_NAME">
            <summary>
The DNS policy name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_WEIGHT">
            <summary>
The weight of the scope in the policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_LOCKED">
            <summary>
The policy is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SUBNET_ALREADY_EXISTS">
            <summary>
The IP subnet that is being added, already exists in the client subnet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SUBNET_DOES_NOT_EXIST">
            <summary>
The IP subnet specified does not exist in the client subnet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS">
            <summary>
A client subnet with this name already exists on the DNS server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST">
            <summary>
The client subnet does not exist on the DNS server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED">
            <summary>
The client subnet cannot be deleted while it is being accessed by a policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_SETTINGS">
            <summary>
At least one of the settings of this policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_INVALID_CRITERIA">
            <summary>
The criteria provided in the policy are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_DOES_NOT_EXIST">
            <summary>
No policy with this name exists on this level (server level or zone level) on the DNS server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_POLICY_ALREADY_EXISTS">
            <summary>
A policy with the same name already exists on this level (server level or zone level) on the DNS server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SCOPE_ALREADY_EXISTS">
            <summary>
The scope already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SCOPE_LOCKED">
            <summary>
The scope is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_SCOPE_OPERATION">
            <summary>
The operation is invalid on the scope.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DEFAULT_SCOPE">
            <summary>
The scope is the same as the default scope.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SCOPE_DOES_NOT_EXIST">
            <summary>
The scope does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_SCOPE_NAME">
            <summary>
The scope name contains invalid characters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED">
            <summary>
Failed to write data file for DNS zone scope. Please verify the file exists and is writable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_LOAD_ZONESCOPE_FAILED">
            <summary>
Failed to load zone scope.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES">
            <summary>
Operation not allowed when the zone has scopes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_ZONESCOPE_NAME">
            <summary>
The scope name contains invalid characters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DEFAULT_ZONESCOPE">
            <summary>
The scope is the same as the default zone scope.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST">
            <summary>
The scope does not exist for the zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONESCOPE_ALREADY_EXISTS">
            <summary>
The scope already exists for the zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE">
            <summary>
The default virtualization instance cannot be added, removed or modified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME">
            <summary>
Invalid virtualization instance name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_VIRTUALIZATION_TREE_LOCKED">
            <summary>
The virtualization tree is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST">
            <summary>
The virtualization instance does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS">
            <summary>
The virtualization instance already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE">
            <summary>
The Leak Rate or TC Rate parameter is invalid. Leak Rate should be greater than TC Rate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RRL_INVALID_LEAK_RATE">
            <summary>
The Leak Rate parameter is invalid. It should be either 0, or between 2 and 10.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RRL_INVALID_TC_RATE">
            <summary>
The TC Rate parameter is invalid. It should be less than 10.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RRL_INVALID_IPV6_PREFIX">
            <summary>
The IPv6 prefix length parameter is invalid. It should be less than or equal to 128.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RRL_INVALID_IPV4_PREFIX">
            <summary>
The IPv4 prefix length parameter is invalid. It should be less than or equal to 32.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RRL_INVALID_WINDOW_SIZE">
            <summary>
The window size parameter is invalid. It should be greater than or equal to 1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RRL_NOT_ENABLED">
            <summary>
The RRL is not enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DP_FSMO_ERROR">
            <summary>
The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DP_NOT_AVAILABLE">
            <summary>
The directory partition is not available at this time. Please wait a few minutes and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DP_ALREADY_ENLISTED">
            <summary>
This DNS server is already enlisted in the specified directory partition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DP_NOT_ENLISTED">
            <summary>
This DNS server is not enlisted in the specified directory partition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DP_ALREADY_EXISTS">
            <summary>
The specified directory partition already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DP_DOES_NOT_EXIST">
            <summary>
The specified directory partition does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NO_DNS_SERVERS">
            <summary>
No DNS servers configured for local system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NO_TCPIP">
            <summary>
TCP/IP network protocol not installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_STATUS_CONTINUE_NEEDED">
            <summary>
Secure update call needs to continue update request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_INFO_ADDED_LOCAL_WINS">
            <summary>
Added local WINS server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_AXFR">
            <summary>
DNS zone transfer failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_INFO_AXFR_COMPLETE">
            <summary>
DNS AXFR (zone transfer) complete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ALIAS_LOOP">
            <summary>
An alias loop has been detected with either CNAME or DNAME records.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DNAME_COLLISION">
            <summary>
A DNAME record already exists for given name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NODE_IS_DNAME">
            <summary>
Node is a DNAME DNS record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE">
            <summary>
DNS server not creating or reading the boot file for the directory service integrated DNS zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DS_ZONE_ALREADY_EXISTS">
            <summary>
DNS zone already exists in the directory service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DS_UNAVAILABLE">
            <summary>
The directory service is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_WARNING_DOMAIN_UNDELETED">
            <summary>
DNS domain was undeleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_WARNING_PTR_CREATE_FAILED">
            <summary>
Could not create pointer (PTR) record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NAME_DOES_NOT_EXIST">
            <summary>
DNS name does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NO_CREATE_CACHE_DATA">
            <summary>
Could not create DNS cache data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SECONDARY_DATA">
            <summary>
Secondary DNS zone data error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RECORD_ALREADY_EXISTS">
            <summary>
DNS record already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT">
            <summary>
Record only at DNS zone root.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_CNAME_COLLISION">
            <summary>
A CNAME record already exists for given name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NODE_IS_CNAME">
            <summary>
Node is a CNAME DNS record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_CNAME_LOOP">
            <summary>
CNAME loop detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NAME_NOT_IN_ZONE">
            <summary>
Name not in DNS zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RECORD_TIMED_OUT">
            <summary>
DNS record timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_UNKNOWN_RECORD_TYPE">
            <summary>
Unknown DNS record type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NODE_CREATION_FAILED">
            <summary>
Node creation failure in DNS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RECORD_FORMAT">
            <summary>
DNS record format error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RECORD_DOES_NOT_EXIST">
            <summary>
DNS record does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DATAFILE_PARSING">
            <summary>
Failure while reading datafile for DNS zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_FILE_WRITEBACK_FAILED">
            <summary>
Failed to write datafile for DNS zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DATAFILE_OPEN_FAILURE">
            <summary>
Failed to open datafile for DNS zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_DATAFILE_NAME">
            <summary>
Invalid datafile name for DNS zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_PRIMARY_REQUIRES_DATAFILE">
            <summary>
Primary DNS zone requires datafile.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_LOCKED_FOR_SIGNING">
            <summary>
This operation cannot be performed because the zone is currently being signed. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_IS_SHUTDOWN">
            <summary>
The operation cannot be performed because this zone is shut down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_REQUIRES_MASTER_IP">
            <summary>
This zone must be configured with one or more master DNS server IP addresses.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_FORWARDER_ALREADY_EXISTS">
            <summary>
A conditional forwarding zone already exists for that name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SOA_DELETE_INVALID">
            <summary>
Invalid delete of start of authority (SOA)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NBSTAT_INIT_FAILED">
            <summary>
NBTSTAT initialization call failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NEED_WINS_SERVERS">
            <summary>
Need WINS servers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_WINS_INIT_FAILED">
            <summary>
WINS initialization failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NEED_SECONDARY_ADDRESSES">
            <summary>
Need secondary IP address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_NOT_SECONDARY">
            <summary>
DNS zone not secondary.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP">
            <summary>
Secondary DNS zone requires master IP address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_ZONE_TYPE">
            <summary>
Invalid DNS zone type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_AUTOZONE_ALREADY_EXISTS">
            <summary>
DNS automatic zone already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_ALREADY_EXISTS">
            <summary>
DNS zone already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_CREATION_FAILED">
            <summary>
DNS zone creation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_LOCKED">
            <summary>
DNS zone is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_HAS_NO_NS_RECORDS">
            <summary>
DNS zone has no Name Server (NS) record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_HAS_NO_SOA_RECORD">
            <summary>
DNS zone has no start of authority (SOA) record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_CONFIGURATION_ERROR">
            <summary>
Invalid DNS zone configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_ZONE_OPERATION">
            <summary>
Invalid operation for DNS zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NO_ZONE_INFO">
            <summary>
DNS zone information not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ZONE_DOES_NOT_EXIST">
            <summary>
DNS zone does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ADDRESS_REQUIRED">
            <summary>
Not allowed to remove all addresses.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_POLICY_TABLE">
            <summary>
Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DELEGATION_REQUIRED">
            <summary>
This operation requires credentials delegation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_UNDER_DNAME">
            <summary>
No data is allowed to exist underneath a DNAME record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_ON_RODC">
            <summary>
The operation requested is not permitted on against a DNS server running on a read-only DC.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_BACKGROUND_LOADING">
            <summary>
This operation is not allowed while the DNS server is loading zones in the background. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DWORD_VALUE_TOO_LARGE">
            <summary>
The specified value is too large for this parameter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DWORD_VALUE_TOO_SMALL">
            <summary>
The specified value is too small for this parameter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INCONSISTENT_ROOT_HINTS">
            <summary>
The DNS server found root hints but they were not consistent across all adapters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_CANNOT_FIND_ROOT_HINTS">
            <summary>
The DNS server could not find a set of root hints.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION">
            <summary>
The record could not be created because this part of the DNS namespace has been delegated to another server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER">
            <summary>
The operation requested is not permitted on a DNS root server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NUMERIC_NAME">
            <summary>
DNS name is entirely numeric.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_NAME_CHAR">
            <summary>
DNS name contains an invalid character.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_STATUS_SINGLE_PART_NAME">
            <summary>
DNS name is a single-part name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_STATUS_DOTTED_NAME">
            <summary>
DNS name is dotted (multi-label).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_STATUS_FQDN">
            <summary>
DNS name is a fully-qualified DNS name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NON_RFC_NAME">
            <summary>
DNS name does not comply with RFC specifications.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_UNIQUE">
            <summary>
Record for given name and type is not unique.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_TRY_AGAIN_LATER">
            <summary>
Try DNS operation again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_PROPERTY">
            <summary>
Invalid property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_IP_ADDRESS">
            <summary>
Invalid IP address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_TYPE">
            <summary>
Invalid DNS type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_REQUEST_PENDING">
            <summary>
DNS query request is pending.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_UNSECURE_PACKET">
            <summary>
Unsecured DNS packet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE">
            <summary>
DNS error, check rcode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NO_PACKET">
            <summary>
No DNS packet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_BAD_PACKET">
            <summary>
Bad DNS packet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_INFO_NO_RECORDS">
            <summary>
No records found for given DNS query.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1">
            <summary>
NSEC is not compatible with the NSEC3-RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC3.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NSEC3_NAME_COLLISION">
            <summary>
Hash collision detected during NSEC3 signing. Specify a different user-provided salt, or use a randomly generated salt, and attempt to sign the zone again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ROLLOVER_NOT_POKEABLE">
            <summary>
The specified signing key is not waiting for parental DS update.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NO_VALID_TRUST_ANCHORS">
            <summary>
This operation completed, but no trust anchors were added because all of the trust anchors received were either invalid, unsupported, expired, or would not become valid in less than 30 days.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_XML">
            <summary>
This operation could not be completed because the XML stream received is empty or syntactically invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_DNSSEC_IS_DISABLED">
            <summary>
This operation could not be completed because the DNS server has been configured with DNSSEC features disabled. Enable DNSSEC on the DNS server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT">
            <summary>
The specified NSEC3 iteration count is higher than allowed by the minimum key length used in the zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD">
            <summary>
The specified signature validity period is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_BAD_KEYMASTER">
            <summary>
This operation could not be completed because the DNS server listed as the current key master for this zone is down or misconfigured. Resolve the problem on the current key master for this zone or use another DNS server to seize the key master role.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE">
            <summary>
This operation is not allowed on an unsigned zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ROLLOVER_ALREADY_QUEUED">
            <summary>
The specified signing key is already queued for rollover.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD">
            <summary>
This operation is not allowed on an active signing key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_ON_ZSK">
            <summary>
This operation is not allowed on a zone signing key (ZSK).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_STANDBY_KEY_NOT_PRESENT">
            <summary>
The specified signing key does not have a standby key to revoke.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_ROLLOVER_IN_PROGRESS">
            <summary>
The specified signing key is already in process of rolling over keys.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET">
            <summary>
The specified initial rollover offset is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_ROLLOVER_PERIOD">
            <summary>
The specified rollover period is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_TOO_MANY_SKDS">
            <summary>
The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_KSP_NOT_ACCESSIBLE">
            <summary>
The specified key service provider cannot be opened by the DNS server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION">
            <summary>
The DNS server encountered a signing key with an unknown version. Zone signing will not be operational until this error is resolved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_UNEXPECTED_CNG_ERROR">
            <summary>
An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR">
            <summary>
An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION">
            <summary>
The specified key storage provider does not support DPAPI++ data protection. Zone signing will not be operational until this error is resolved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE">
            <summary>
One or more of the signing keys for a zone are not accessible to the DNS server. Zone signing will not be operational until this error is resolved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_INVALID_KEY_SIZE">
            <summary>
The specified key size is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_UNSUPPORTED_ALGORITHM">
            <summary>
The specified algorithm is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS">
            <summary>
The zone does not have enough signing keys. There must be at least one key signing key (KSK) and at least one zone signing key (ZSK).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1">
            <summary>
NSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE">
            <summary>
This operation is not allowed on a zone that is signed or has signing keys.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_KEYMASTER_REQUIRED">
            <summary>
Only the DNS server acting as the key master for the zone may perform this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_BADTIME">
            <summary>
DNS signature validity expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_BADKEY">
            <summary>
DNS bad key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_BADSIG">
            <summary>
DNS signature failed to verify.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_NOTZONE">
            <summary>
DNS name in update or prereq is not in zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_NOTAUTH">
            <summary>
DNS server not authoritative for zone.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_NXRRSET">
            <summary>
DNS RR set that ought to exist, does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_YXRRSET">
            <summary>
DNS RR set that ought not exist, does exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_YXDOMAIN">
            <summary>
DNS name that ought not exist, does exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_REFUSED">
            <summary>
DNS operation refused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_NOT_IMPLEMENTED">
            <summary>
DNS request not supported by name server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_NAME_ERROR">
            <summary>
DNS name does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_SERVER_FAILURE">
            <summary>
DNS server failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.DNS_ERROR_RCODE_FORMAT_ERROR">
            <summary>
DNS server unable to interpret format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LAPS_ENCRYPTION_REQUIRES_2016_DFL">
            <summary>
The Local Administrator Password Solution encrypted password update operation failed because Active Directory is not yet running at the minimum required domain functional level (2016).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LAPS_SCHEMA_MISSING">
            <summary>
The Local Administrator Password Solution password update operation failed because the Windows LAPS schema needs to be added to Active Directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LAPS_LEGACY_SCHEMA_MISSING">
            <summary>
The Local Administrator Password Solution password update operation failed because the legacy LAPS schema needs to be added to Active Directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_POLICY_CONTROLLED_ACCOUNT">
            <summary>
The account is controlled by external policy and cannot be modified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED">
            <summary>
The local account policy modification request was rejected because the policy is controlled by a regional authority.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_PER_ATTRIBUTE_AUTHZ_FAILED_DURING_ADD">
            <summary>
The add object operation failed because the caller was not authorized to add one or more attributes included in the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WEAK_WHFBKEY_BLOCKED">
            <summary>
The Security Account Manager blocked the use of a weak Windows Hello for Business key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_VALUE_KEY_NOT_UNIQUE">
            <summary>
The link value specified was not found, but a link value with that key was found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MISSING_FOREST_TRUST">
            <summary>
The operation failed because the addition/modification referenced an inbound forest-wide trust that is not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST">
            <summary>
The operation failed because UPN value provided for addition/modification is not unique forest-wide.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST">
            <summary>
The operation failed because SPN value provided for addition/modification is not unique forest-wide.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INCORRECT_ACCOUNT_TYPE">
            <summary>
The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider's online site.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED">
            <summary>
The undelete operation failed because the Sam Account Name or Additional Sam Account Name of the object being undeleted conflicts with an existing live object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION">
            <summary>
The domain join cannot be completed because the SID of the domain you attempted to join was identical to the SID of this machine. This is a symptom of an improperly cloned operating system install. You should run sysprep on this machine in order to generate a new machine SID. Please see http://go.microsoft.com/fwlink/?LinkId=168895 for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_LOW_ADLDS_FFL">
            <summary>
The functional level of the AD LDS configuration set cannot be raised to the requested value, because there exist one or more ADLDS instances that are at a lower incompatible functional level.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_HIGH_DSA_VERSION">
            <summary>
The functional level of the domain (or forest) cannot be lowered to the requested value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_HIGH_ADLDS_FFL">
            <summary>
The functional level of the AD LDS configuration set cannot be lowered to the requested value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DISALLOWED_NC_REDIRECT">
            <summary>
The redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_RECYCLED_TARGET">
            <summary>
The replication operation failed because the target object referred by a link value is recycled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OID_NOT_FOUND">
            <summary>
The specified OID cannot be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS">
            <summary>
OID mapped groups cannot have members.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_USER_PRINCIPAL_NAME">
            <summary>
The User Principal Name (UPN) is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST">
            <summary>
The flat name of the trusted domain already exists in the forest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST">
            <summary>
The domain name of the trusted domain already exists in the forest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_MISSING_KRBTGT_SECRET">
            <summary>
The replication operation failed because the required attributes of the local krbtgt object are missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MAPI_ID_NOT_AVAILABLE">
            <summary>
Schema update failed: There are no MAPI identifiers available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_RESERVED_MAPI_ID">
            <summary>
Schema update failed: The MAPI identifier is reserved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SECRETS_DENIED">
            <summary>
The request to replicate secrets is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_CORRUPT_UTD_VECTOR">
            <summary>
The specified up-to-date-ness vector is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_HIERARCHY_TABLE_TOO_DEEP">
            <summary>
The address books are nested too deeply. Failed to build the hierarchy table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_SEARCH_FLAG_TUPLE">
            <summary>
The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE">
            <summary>
The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_AUDIT_FAILURE">
            <summary>
A required audit event could not be generated for the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NON_ASQ_SEARCH">
            <summary>
The requested search operation is not supported for ASQ searches.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_NTDSA_OBJECT">
            <summary>
The NTDS Settings object for the domain controller does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_SERVER_OBJECT">
            <summary>
The server object for the domain controller does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_WRITABLE_DC_FOUND">
            <summary>
Could not find a writable domain controller in the domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SECRETS">
            <summary>
The local account store does not contain secret material for the specified account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SITE_SETTINGS_OBJECT">
            <summary>
The site settings object for the specified site does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_POLICY_NOT_KNOWN">
            <summary>
At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_OUT_SCHEDULE_WINDOW">
            <summary>
The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_LDAP_SEND_QUEUE_FULL">
            <summary>
The LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER">
            <summary>
The requested operation is not allowed on an object under the system container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_REPL_LIFETIME_EXCEEDED">
            <summary>
The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_EXISTING_AD_CHILD_NC">
            <summary>
The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DOMAIN_RENAME_IN_PROGRESS">
            <summary>
The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL">
            <summary>
The target container for a redirection of a well known object container cannot already be a special container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ROLE_NOT_VERIFIED">
            <summary>
The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MOVE_APP_QUERY_GROUP">
            <summary>
Cross-domain move of non-empty query based application groups is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MOVE_APP_BASIC_GROUP">
            <summary>
Cross-domain move of non-empty basic application groups is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GROUP_CONVERSION_ERROR">
            <summary>
The group cannot be converted due to attribute restrictions on the requested group type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT">
            <summary>
Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DUPLICATE_ID_FOUND">
            <summary>
The requested object has a non-unique identifier and cannot be retrieved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC">
            <summary>
Writeable NCs prevent this DC from demoting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN">
            <summary>
The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CROSS_REF_BUSY">
            <summary>
A cross reference is in use locally with the same name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_REMOTE_CROSSREF_OP_FAILED">
            <summary>
The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_SCRIPT">
            <summary>
The Directory Service cannot process the script because it is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_AUTHORIZATION_FAILED">
            <summary>
The directory service failed to authorize the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_EXISTS_IN_RDNATTID">
            <summary>
Schema deletion failed: attribute is used in rDNAttID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DUP_MSDS_INTID">
            <summary>
Schema update failed: Duplicate msDS-INtId. Retry the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_MSDS_INTID">
            <summary>
Schema update failed: No values for msDS-IntId are available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR">
            <summary>
Operation not allowed on a disabled cross ref.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRS_EXTENSIONS_CHANGED">
            <summary>
The directory service binding must be renegotiated due to a change in the server extensions information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DIFFERENT_REPL_EPOCHS">
            <summary>
The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NTDSCRIPT_PROCESS_ERROR">
            <summary>
The Directory Service cannot process the script because of an error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NTDSCRIPT_SYNTAX_ERROR">
            <summary>
The Directory Service cannot parse the script because of a syntax error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SINGLE_USER_MODE_FAILED">
            <summary>
The Directory Service failed to enter single user mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF">
            <summary>
The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NOT_CLOSEST">
            <summary>
The Global catalog server is not in the closest site.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_THREAD_LIMIT_EXCEEDED">
            <summary>
The thread limit for this request was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2">
            <summary>
The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD">
            <summary>
Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER">
            <summary>
The requested action is not supported on standard server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_ERROR_TRUST_REFERRAL">
            <summary>
Unable to resolve completely, a referral to another forest is generated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MODIFYDN_WRONG_GRANDPARENT">
            <summary>
This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG">
            <summary>
A system flag has been set on the object and does not allow the object to be moved or renamed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC">
            <summary>
Move operations on objects in the schema naming context are not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE">
            <summary>
Rename or move operations on naming context heads or read-only objects are not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER">
            <summary>
An account group cannot have a universal group as a member.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_LINK_ID_NOT_AVAILABLE">
            <summary>
Schema update failed: There are no link identifiers available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_RESERVED_LINK_ID">
            <summary>
Schema update failed: The link identifier is reserved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_REF_DOMAIN">
            <summary>
Unable to find a valid security descriptor reference domain for this partition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INCOMPATIBLE_CONTROLS_USED">
            <summary>
Unable to continue operation because multiple conflicting controls were used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OUT_OF_VERSION_STORE">
            <summary>
The database is out of version store.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4">
            <summary>
The machine account was created pre-NT4. The account needs to be recreated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_NOT_UNIQUE">
            <summary>
The requested name already exists as a unique identifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NOT_SUPPORTED_SORT_ORDER">
            <summary>
The sort order requested is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN">
            <summary>
The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_LOW_DSA_VERSION">
            <summary>
The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INCOMPATIBLE_VERSION">
            <summary>
The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DOMAIN_VERSION_TOO_LOW">
            <summary>
The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_FOREST_VERSION_TOO_LOW">
            <summary>
The version of the operating system installed on this server no longer supports the current AD DS Forest functional level or AD LDS Configuration Set functional level. You must raise the AD DS Forest functional level or AD LDS Configuration Set functional level before this server can become an AD DS Domain Controller or an AD LDS Instance in this Forest or Configuration Set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DOMAIN_VERSION_TOO_HIGH">
            <summary>
The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_FOREST_VERSION_TOO_HIGH">
            <summary>
The version of the operating system is incompatible with the current AD DS forest functional level or AD LDS Configuration Set functional level. You must upgrade to a new version of the operating system before this server can become an AD DS Domain Controller or add an AD LDS Instance in this AD DS Forest or AD LDS Configuration Set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SAM_INIT_FAILURE_CONSOLE">
            <summary>
Security Accounts Manager initialization failed because of the following error: %1.
Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INIT_FAILURE_CONSOLE">
            <summary>
Directory Services could not start because of the following error: %1.
Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ">
            <summary>
Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER">
            <summary>
For security reasons, the source DC must be NT4SP4 or greater.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MUST_BE_RUN_ON_DST_DC">
            <summary>
For security reasons, the operation must be run on the destination DC.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED">
            <summary>
Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNICODEPWD_NOT_IN_QUOTES">
            <summary>
The unicodePwd attribute value must be enclosed in double quotes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS">
            <summary>
A Filter was passed that uses constructed attributes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_NAME_FOR_SPN">
            <summary>
A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC">
            <summary>
Security principal objects can only be created inside domain naming contexts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SOURCE_AUDITING_NOT_ENABLED">
            <summary>
The operation requires that source domain auditing be enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_CHECKPOINT_WITH_PDC">
            <summary>
The checkpoint with the PDC could not be taken because there too many modifications being processed currently.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_ADD_TO_GC">
            <summary>
The attribute is not allowed to be replicated to the GC because of security reasons.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS">
            <summary>
Foreign security principals cannot be members of universal groups.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY">
            <summary>
A local group can only be a member of other local groups in the same domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GC_REQUIRED">
            <summary>
The requested operation can be performed only on a global catalog server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NC_STILL_HAS_DSAS">
            <summary>
The requested domain could not be deleted because there exist domain controllers that still host this domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_OBJ_NC_MISMATCH">
            <summary>
The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT">
            <summary>
The replication operation could not be completed due to a previous schema incompatibility.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SCHEMA_CONFLICT">
            <summary>
The replication operation could not be completed due to a schema incompatibility.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SCHEMA_INFO_SHIP">
            <summary>
Schema information could not be included in the replication request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SAM_INIT_FAILURE">
            <summary>
Security Accounts Manager initialization failed because of the following error: %1.
Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH">
            <summary>
The source and destination object must be of the same type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SRC_SID_EXISTS_IN_FOREST">
            <summary>
The source object's SID already exists in destination forest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER">
            <summary>
The source object must be a group or user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN">
            <summary>
The operation couldn't locate a DC for the source domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED">
            <summary>
The operation requires that destination domain auditing be enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST">
            <summary>
The destination domain must be in the forest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SOURCE_DOMAIN_IN_FOREST">
            <summary>
The source domain may not be in the same forest as destination.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION">
            <summary>
The connection between client and server requires packet privacy or better.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INIT_FAILURE">
            <summary>
Directory Services could not start.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_START">
            <summary>
Directory Service cannot start.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY">
            <summary>
Security Account Manager needs to get the boot key from floppy disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD">
            <summary>
Security Account Manager needs to get the boot password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_WRONG_LINKED_ATT_SYNTAX">
            <summary>
The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_KEY_NOT_UNIQUE">
            <summary>
The object requested was not found, but an object with that key was found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_RETRIEVE_SD">
            <summary>
The Security Descriptor attribute could not be read.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_COULDNT_UPDATE_SPNS">
            <summary>
While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DNS_LOOKUP_FAILURE">
            <summary>
The DSA operation is unable to proceed because of a DNS lookup failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAMING_MASTER_GC">
            <summary>
Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_STRING_SD_CONVERSION_FAILED">
            <summary>
The schema cache load failed to convert the string default SD on a class-schema object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_HAVE_PRIMARY_MEMBERS">
            <summary>
A group with primary members cannot change to a security-disabled group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER">
            <summary>
A local group cannot have another cross domain local group as a member.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER">
            <summary>
A global group cannot have a cross-domain member.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER">
            <summary>
A universal group cannot have a local group as a member.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER">
            <summary>
A global group cannot have a universal group as a member.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER">
            <summary>
A global group cannot have a local group as a member.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN">
            <summary>
You cannot nest local groups in a mixed domain if the group is security-enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN">
            <summary>
You cannot nest global groups in a mixed domain if the group is security-enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_GROUP_TYPE">
            <summary>
The specified group type is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE">
            <summary>
The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INSTALL_NO_SRC_SCH_VERSION">
            <summary>
The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_CREATE_UNDER_SCHEMA">
            <summary>
An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SCHEMA_UPDATE_DISALLOWED">
            <summary>
Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NONSAFE_SCHEMA_CHANGE">
            <summary>
Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD">
            <summary>
An attempt is made to modify the base schema.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MOD_PRIMARYGROUPID">
            <summary>
Cannot change the primary group ID of a domain controller account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SENSITIVE_GROUP_VIOLATION">
            <summary>
Only an administrator can modify the membership list of an administrative group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SAM_INIT_FAILURE">
            <summary>
Security Accounts Manager initialization failed because of the following error: %1.
Error Status: 0x%2. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE">
            <summary>
The directory service failed to identify the list of objects to delete while attempting a tree deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE">
            <summary>
The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_TREE_DELETE_ABOVE_NC">
            <summary>
Tree deletions starting at an object which has an NC head as a descendant are not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_SEARCH_FLAG">
            <summary>
The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MOVE_RESOURCE_GROUP">
            <summary>
Cross-domain move of non-empty resource groups is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MOVE_ACCOUNT_GROUP">
            <summary>
Cross-domain move of non-empty account groups is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER">
            <summary>
The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DST_DOMAIN_NOT_NATIVE">
            <summary>
Destination domain must be in native mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE">
            <summary>
The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NC_MUST_HAVE_NC_PARENT">
            <summary>
A naming context head must be the immediate child of another naming context head, not of an interior node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS">
            <summary>
Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION">
            <summary>
This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD">
            <summary>
A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_PDC_OPERATION_IN_PROGRESS">
            <summary>
Another operation which requires exclusive access to the PDC FSMO is already in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MOVE_DELETED_OBJECT">
            <summary>
Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SRC_GUID_MISMATCH">
            <summary>
Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC">
            <summary>
Destination of a cross-domain move is not authoritative for the destination naming context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DST_NC_MISMATCH">
            <summary>
Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SRC_AND_DST_NC_IDENTICAL">
            <summary>
Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SRC_NAME_MISMATCH">
            <summary>
Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_EPOCH_MISMATCH">
            <summary>
Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_BACKLINK_WITHOUT_LINK">
            <summary>
The schema update operation tried to add a backward link attribute that has no corresponding forward link.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_RETRIEVE_ATTS">
            <summary>
The search failed to retrieve attributes from the database.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NON_BASE_SEARCH">
            <summary>
The requested search operation is only supported for base searches.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_LDAP_DISPLAY_NAME">
            <summary>
The LDAP display name of the class or attribute contains non-ASCII characters.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DS_REQUIRED">
            <summary>
The requested operation requires a directory service, and none was available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_REPL_PENDING">
            <summary>
The replication request has been posted; waiting for reply.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_WRONG_OM_OBJ_CLASS">
            <summary>
The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CONSTRUCTED_ATT_MOD">
            <summary>
Modification of a constructed attribute is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING">
            <summary>
Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_ERROR_DOMAIN_ONLY">
            <summary>
Name translation: Unable to resolve completely, only the domain was found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_ERROR_NO_MAPPING">
            <summary>
Name translation: Input name found, but not the associated output format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_ERROR_NOT_UNIQUE">
            <summary>
Name translation: Input name mapped to more than one output name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_ERROR_NOT_FOUND">
            <summary>
Name translation: Could not find the name or insufficient right to see name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_ERROR_RESOLVING">
            <summary>
Name translation: Generic processing error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DUP_LINK_ID">
            <summary>
Schema update failed: An attribute with the same link identifier already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INSTALL_SCHEMA_MISMATCH">
            <summary>
The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_EXTN_CONNECTION_FAILED">
            <summary>
The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA">
            <summary>
The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET">
            <summary>
Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SHUTDOWN">
            <summary>
The replication operation was terminated because the system is shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_ABANDON_SYNC">
            <summary>
The replication synchronization attempt was abandoned because of a lack of updates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_PREEMPTED">
            <summary>
The replication operation was preempted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_MISSING_PARENT">
            <summary>
The replication operation failed because a required parent object is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SOURCE_REINSTALLED">
            <summary>
The replication source has been reinstalled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_NAME_COLLISION">
            <summary>
The replication operation failed due to a collision of object names.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SINK_DISABLED">
            <summary>
The destination server is currently rejecting replication requests.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SOURCE_DISABLED">
            <summary>
The source server is currently rejecting replication requests.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_RPC_CANCELLED">
            <summary>
The replication remote procedure call was cancelled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_NOT_SUPPORTED">
            <summary>
The requested operation is not supported by this version of the directory service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_ACCESS_DENIED">
            <summary>
Replication access was denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_NO_REPLICA">
            <summary>
The naming context is in the process of being removed or is not replicated from the specified server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_DB_ERROR">
            <summary>
The replication operation encountered a database error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_OBJ_IS_REP_SOURCE">
            <summary>
The naming context cannot be removed because it is replicated to another server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_REF_NOT_FOUND">
            <summary>
The replication reference information for the target server does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_REF_ALREADY_EXISTS">
            <summary>
The replication reference information for the target server already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_MAIL_PROBLEM">
            <summary>
The replication operation encountered an error with the mail system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_OUT_OF_MEM">
            <summary>
The replication operation failed to allocate memory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_BAD_INSTANCE_TYPE">
            <summary>
The replication operation encountered an object with an invalid instance type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_CONNECTION_FAILED">
            <summary>
The server specified for this replication operation could not be contacted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_INCONSISTENT_DIT">
            <summary>
The replication operation encountered a database inconsistency.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_INTERNAL_ERROR">
            <summary>
The replication system encountered an internal error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_DN_EXISTS">
            <summary>
The distinguished name specified for this replication operation already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_BAD_NC">
            <summary>
The naming context specified for this replication operation is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_BAD_DN">
            <summary>
The distinguished name specified for this replication operation is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_BUSY">
            <summary>
The directory service is too busy to complete the replication operation at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_INVALID_PARAMETER">
            <summary>
An invalid parameter was specified for this replication operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_GENERIC">
            <summary>
The replication operation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNABLE_TO_SURRENDER_ROLES">
            <summary>
The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MISSING_FSMO_SETTINGS">
            <summary>
The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_REFUSING_FSMO_ROLES">
            <summary>
This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ROOT_REQUIRES_CLASS_TOP">
            <summary>
A root object requires a class of 'top'.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNKNOWN_ERROR">
            <summary>
The directory service encountered an unknown failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INTERNAL_FAILURE">
            <summary>
The directory service encountered an internal failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED">
            <summary>
The allocation of the hierarchy table failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_COUNTING_AB_INDICES_FAILED">
            <summary>
The attempt to count the address book indices failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CONFIG_PARAM_MISSING">
            <summary>
The directory configuration parameter is missing from the registry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED">
            <summary>
The attempt to build the hierarchy table failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_BAD_HIERARCHY_FILE">
            <summary>
The hierarchy file is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_REPLACE_HIDDEN_REC">
            <summary>
The operation cannot replace the hidden record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SECURITY_ILLEGAL_MODIFY">
            <summary>
The modification was not permitted for security reasons.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_RETRIEVE_CHILD">
            <summary>
The child object could not be retrieved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_FIND_NC_IN_CACHE">
            <summary>
The naming context could not be found in the cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_FIND_EXPECTED_NC">
            <summary>
The naming context could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_FIND_DSA_OBJ">
            <summary>
The DSA object could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DRA_SCHEMA_MISMATCH">
            <summary>
The replication operation failed because of a schema mismatch between the servers involved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GCVERIFY_ERROR">
            <summary>
The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATT_SCHEMA_REQ_SYNTAX">
            <summary>
Failed to obtain the required syntax for the attribute schema.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SCHEMA_ALLOC_FAILED">
            <summary>
Schema allocation failed. Please check if the machine is running low on memory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SCHEMA_NOT_LOADED">
            <summary>
The schema is not loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SECURITY_CHECKING_ERROR">
            <summary>
A security checking error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NCNAME_MISSING_CR_REF">
            <summary>
The specified naming context is missing a cross reference.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MISSING_EXPECTED_ATT">
            <summary>
An expected attribute is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GOVERNSID_MISSING">
            <summary>
The attribute GOVERNSID is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DATABASE_ERROR">
            <summary>
A database error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CODE_INCONSISTENCY">
            <summary>
An internal error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_RETRIEVE_INSTANCE">
            <summary>
The instance type attribute could not be retrieved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MISSING_SUPREF">
            <summary>
No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_RETRIEVE_DN">
            <summary>
The distinguished name attribute could not be read.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_REMOVE_CLASS_CACHE">
            <summary>
The class could not be removed from the cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_REMOVE_ATT_CACHE">
            <summary>
The attribute could not be removed from the cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_CACHE_CLASS">
            <summary>
The class could not be cached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_CACHE_ATT">
            <summary>
The attribute could not be cached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_BAD_ATT_SCHEMA_SYNTAX">
            <summary>
The attribute schema has bad syntax.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATT_SCHEMA_REQ_ID">
            <summary>
Cannot read the governs class identifier for the schema record.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_DELETE">
            <summary>
The requested delete operation could not be performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_TREE_DELETE_NOT_FINISHED">
            <summary>
The tree deletion is not finished. The request must be made again to continue deleting the tree.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_RECALCSCHEMA_FAILED">
            <summary>
Schema update failed in recalculating validation cache.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_EXISTS_IN_POSS_SUP">
            <summary>
Schema deletion failed: class is used as poss superior.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_EXISTS_IN_SUB_CLS">
            <summary>
Schema deletion failed: class is used as sub class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_EXISTS_IN_AUX_CLS">
            <summary>
Schema deletion failed: class is used as auxiliary class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_BAD_RDN_ATT_ID_SYNTAX">
            <summary>
Schema update failed: Rdn-Att-Id has wrong syntax.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SUB_CLS_TEST_FAIL">
            <summary>
Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NONEXISTENT_POSS_SUP">
            <summary>
Schema update failed: class in poss-superiors does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_AUX_CLS_TEST_FAIL">
            <summary>
Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NONEXISTENT_MUST_HAVE">
            <summary>
Schema update failed: attribute in must-contain does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NONEXISTENT_MAY_HAVE">
            <summary>
Schema update failed: attribute in may-contain does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_EXISTS_IN_MAY_HAVE">
            <summary>
Schema deletion failed: attribute is used in may-contain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_EXISTS_IN_MUST_HAVE">
            <summary>
Schema deletion failed: attribute is used in must-contain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SYNTAX_MISMATCH">
            <summary>
Schema update failed: syntax mismatch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SEMANTIC_ATT_TEST">
            <summary>
Schema update failed: range-lower less than range upper.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DUP_LDAP_DISPLAY_NAME">
            <summary>
Schema update failed: duplicate LDAP display name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DUP_SCHEMA_ID_GUID">
            <summary>
Schema update failed: duplicate schema-id GUID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DUP_MAPI_ID">
            <summary>
Schema update failed: duplicate MAPI identifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DUP_OID">
            <summary>
Schema update failed: duplicate OID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DUP_RDN">
            <summary>
Schema update failed: duplicate RDN.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX">
            <summary>
Notification filter is too complex.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD">
            <summary>
Subtree notifications are only supported on NC heads.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_DEL_MASTER_CROSSREF">
            <summary>
It is not permitted to delete a master cross reference.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CROSS_REF_EXISTS">
            <summary>
A cross reference already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_REFERENCE_INVALID">
            <summary>
The name reference is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJ_CLASS_NOT_SUBCLASS">
            <summary>
The specified class is not a subclass.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJ_CLASS_NOT_DEFINED">
            <summary>
The specified class is not defined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_REPLICATOR_ONLY">
            <summary>
Only the replicator can perform this function.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MOD_SYSTEM_ONLY">
            <summary>
The attribute cannot be modified because it is owned by the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CROSS_NC_DN_RENAME">
            <summary>
Modification of a DN across a naming context is not permitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_COULDNT_CONTACT_FSMO">
            <summary>
The requested FSMO operation failed. The current FSMO holder could not be contacted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_ROLE_OWNER">
            <summary>
The role owner attribute could not be read.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNKNOWN_OPERATION">
            <summary>
The directory service request is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SHUTTING_DOWN">
            <summary>
The operation could not be performed because the directory service is shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_CROSSREF_FOR_NC">
            <summary>
The cross reference for the specified naming context could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NOT_ON_BACKLINK">
            <summary>
The operation cannot be performed on a back link.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJ_GUID_EXISTS">
            <summary>
A local object with this GUID (dead or alive) already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_DMD">
            <summary>
The schema object could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CLASS_MUST_BE_CONCRETE">
            <summary>
The class of the object must be structural; you cannot instantiate an abstract class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_ADD_SYSTEM_ONLY">
            <summary>
It is not permitted to add an attribute which is owned by the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NCNAME_MUST_BE_NC">
            <summary>
The object must be a naming context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SUBREF_MUST_HAVE_PARENT">
            <summary>
The parent of a new subref must exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_DELETED_NAME">
            <summary>
Failed to create name for deleted object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SEC_DESC_INVALID">
            <summary>
The security descriptor is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SEC_DESC_TOO_SHORT">
            <summary>
The security descriptor is too short.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NOT_AN_OBJECT">
            <summary>
The name does not identify an object; the name identifies a phantom.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_TYPE_UNKNOWN">
            <summary>
The directory service cannot get the attribute type for a name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_UNPARSEABLE">
            <summary>
The directory service encountered an error parsing a name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_VALUE_TOO_LONG">
            <summary>
The name value is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_TOO_LONG">
            <summary>
The name is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAME_TOO_MANY_PARTS">
            <summary>
The name has too many parts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATTRIBUTE_OWNED_BY_SAM">
            <summary>
Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ILLEGAL_SUPERIOR">
            <summary>
The object cannot be added because the parent is not on the list of possible superiors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INSUFF_ACCESS_RIGHTS">
            <summary>
Insufficient access rights to perform the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CLASS_NOT_DSA">
            <summary>
The object must be of class DSA.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DSA_MUST_BE_INT_MASTER">
            <summary>
The operation can only be performed on an internal master DSA object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GENERIC_ERROR">
            <summary>
A directory service error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_DELETE_DSA_OBJ">
            <summary>
The DSA object cannot be deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJECT_BEING_REMOVED">
            <summary>
The operation cannot continue because the object is in the process of being removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OUT_OF_SCOPE">
            <summary>
The operation is out of scope.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_DEREF_ALIAS">
            <summary>
The alias cannot be dereferenced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ALIAS_POINTS_TO_ALIAS">
            <summary>
It is not permitted for an alias to refer to another alias.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_BAD_NAME_SYNTAX">
            <summary>
The object name has bad syntax.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ALIASED_OBJ_MISSING">
            <summary>
The aliased object is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJ_NOT_FOUND">
            <summary>
Directory object not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CHILDREN_EXIST">
            <summary>
The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MIX_MASTER_AND_REPS">
            <summary>
The object and parent must be of the same type, either both masters or both replicas.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_PARENT_IS_AN_ALIAS">
            <summary>
Having a parent that is an alias is not permitted. Aliases are leaf objects.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_PARENT_OBJECT">
            <summary>
The operation could not be performed because the object's parent is either uninstantiated or deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_CHAINED_EVAL">
            <summary>
Chained evaluation is not permitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_CHAINING">
            <summary>
Chaining is not permitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ROOT_CANT_BE_SUBREF">
            <summary>
The specified root object cannot be a subref.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_REM_MISSING_ATT_VAL">
            <summary>
The attribute value cannot be removed because it is not present on the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_REM_MISSING_ATT">
            <summary>
The attribute cannot be removed because it is not present on the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATT_VAL_ALREADY_EXISTS">
            <summary>
The specified value already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_RANGE_CONSTRAINT">
            <summary>
A value for the attribute was not in the acceptable range of values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SINGLE_VALUE_CONSTRAINT">
            <summary>
Multiple values were specified for an attribute that can have only one value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_ADD_ATT_VALUES">
            <summary>
The specified attribute is not present, or has no values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATT_ALREADY_EXISTS">
            <summary>
The specified attribute is already present on the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATT_NOT_DEF_FOR_CLASS">
            <summary>
An attempt was made to modify an object to include an attribute that is not legal for its class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MISSING_REQUIRED_ATT">
            <summary>
A required attribute is missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJECT_CLASS_REQUIRED">
            <summary>
The object class attribute must be specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MASTERDSA_REQUIRED">
            <summary>
The operation must be performed at a master DSA.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_BAD_INSTANCE_TYPE">
            <summary>
The specified instance type is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJ_TOO_LARGE">
            <summary>
The specified object is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ILLEGAL_MOD_OPERATION">
            <summary>
Illegal modify operation. Some aspect of the modification is not permitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATT_IS_NOT_ON_OBJ">
            <summary>
The attribute specified in the operation is not present on the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_USER_BUFFER_TO_SMALL">
            <summary>
The user buffer is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_REQUESTED_ATTS_FOUND">
            <summary>
None of the requested attributes were found on the objects.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_RDN_DOESNT_MATCH_SCHEMA">
            <summary>
An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA">
            <summary>
An attempt was made to add an object of a class that does not have an RDN defined in the schema.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJ_STRING_NAME_EXISTS">
            <summary>
An attempt was made to add an object to the directory with a name that is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MAX_OBJ_SIZE_EXCEEDED">
            <summary>
The maximum size of an object has been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATT_NOT_DEF_IN_SCHEMA">
            <summary>
A reference to an attribute that is not defined in the schema occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ADD_REPLICA_INHIBITED">
            <summary>
The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ROOT_MUST_BE_NC">
            <summary>
The root object must be the head of a naming context. The root object cannot have an instantiated parent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_RIDMGR_DISABLED">
            <summary>
The directory service detected the subsystem that allocates relative identifiers is disabled. This can occur as a protective mechanism when the system determines a significant portion of relative identifiers (RIDs) have been exhausted. Please see http://go.microsoft.com/fwlink/?LinkId=228610 for recommended diagnostic steps and the procedure to re-enable account creation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OFFSET_RANGE_ERROR">
            <summary>
The search results exceed the offset range specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SORT_CONTROL_MISSING">
            <summary>
The search requires a SORT control.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_REFERRAL_LIMIT_EXCEEDED">
            <summary>
The preset referral limit was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CLIENT_LOOP">
            <summary>
A referral loop was detected by the client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CONTROL_NOT_FOUND">
            <summary>
The specified control is not supported by the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_RESULTS_RETURNED">
            <summary>
No results were returned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NOT_SUPPORTED">
            <summary>
The specified method is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_PARAM_ERROR">
            <summary>
One or more parameters are illegal.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_FILTER_UNKNOWN">
            <summary>
The search filter cannot be recognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_DECODING_ERROR">
            <summary>
A decoding error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ENCODING_ERROR">
            <summary>
An encoding error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_LOCAL_ERROR">
            <summary>
A local error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SERVER_DOWN">
            <summary>
The server is not operational.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_AFFECTS_MULTIPLE_DSAS">
            <summary>
The operation affects multiple DSAs
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJECT_RESULTS_TOO_LARGE">
            <summary>
The result set is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NAMING_VIOLATION">
            <summary>
There is a naming violation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_LOOP_DETECT">
            <summary>
A loop has been detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNWILLING_TO_PERFORM">
            <summary>
The server is unwilling to process the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ALIAS_DEREF_PROBLEM">
            <summary>
There is an alias dereferencing problem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_IS_LEAF">
            <summary>
The object is a leaf object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_DN_SYNTAX">
            <summary>
An invalid dn syntax has been specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ALIAS_PROBLEM">
            <summary>
There is an alias problem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_SUCH_OBJECT">
            <summary>
There is no such object on the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CONSTRAINT_VIOLATION">
            <summary>
A constraint violation occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INAPPROPRIATE_MATCHING">
            <summary>
Inappropriate matching.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CONFIDENTIALITY_REQUIRED">
            <summary>
This request requires a secure connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNAVAILABLE_CRIT_EXTENSION">
            <summary>
The server does not support the requested critical extension.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_REFERRAL">
            <summary>
A referral was returned from the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_AUTH_UNKNOWN">
            <summary>
The authentication mechanism is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INAPPROPRIATE_AUTH">
            <summary>
Inappropriate authentication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_STRONG_AUTH_REQUIRED">
            <summary>
A more secure authentication method is required for this server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_AUTH_METHOD_NOT_SUPPORTED">
            <summary>
The requested authentication method is not supported by the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_COMPARE_TRUE">
            <summary>
The compare response was true.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_COMPARE_FALSE">
            <summary>
The compare response was false.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ADMIN_LIMIT_EXCEEDED">
            <summary>
The administrative limit for this request was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_SIZELIMIT_EXCEEDED">
            <summary>
The size limit for this request was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_TIMELIMIT_EXCEEDED">
            <summary>
The time limit for this request was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_PROTOCOL_ERROR">
            <summary>
A protocol error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OPERATIONS_ERROR">
            <summary>
An operations error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_PROMOTION_ACTIVE">
            <summary>
A domain controller promotion is not currently active
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROMOTION_ACTIVE">
            <summary>
A domain controller promotion is currently active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_POLICY_ONLY_IN_DS">
            <summary>
The requested policy information is only in the directory service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_POLICY_OBJECT_NOT_FOUND">
            <summary>
The policy object does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHARED_POLICY">
            <summary>
The policy object is shared and can only be modified at the root.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_GC_NOT_AVAILABLE">
            <summary>
Unable to contact the global catalog server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CROSS_DOM_MOVE_ERROR">
            <summary>
The requested cross-domain move operation could not be performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_MOD_OBJ_CLASS">
            <summary>
The directory service detected an attempt to modify the object class of an object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_ON_RDN">
            <summary>
The directory service cannot perform the requested operation on the RDN attribute of an object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_CANT_ON_NON_LEAF">
            <summary>
The directory service can perform the requested operation only on a leaf object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_OBJ_CLASS_VIOLATION">
            <summary>
The requested operation did not satisfy one or more constraints associated with the class of the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_RIDMGR_INIT_ERROR">
            <summary>
The directory service was unable to initialize the subsystem that allocates relative identifiers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INCORRECT_ROLE_OWNER">
            <summary>
The requested operation could not be performed because the directory service is not the master for that type of operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_MORE_RIDS">
            <summary>
The directory service has exhausted the pool of relative identifiers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_RIDS_ALLOCATED">
            <summary>
The directory service was unable to allocate a relative identifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_UNAVAILABLE">
            <summary>
The directory service is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_BUSY">
            <summary>
The directory service is busy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS">
            <summary>
The specified directory service attribute or value already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED">
            <summary>
The attribute type specified to the directory service is not defined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_INVALID_ATTRIBUTE_SYNTAX">
            <summary>
The attribute syntax specified to the directory service is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NO_ATTRIBUTE_OR_VALUE">
            <summary>
The specified directory service attribute or value does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY">
            <summary>
The directory service evaluated group memberships locally.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_NOT_INSTALLED">
            <summary>
An error occurred while installing the directory service. For more information, see the event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_INVALID_SERVICE_PARAMETER">
            <summary>
The file replication service detected an invalid parameter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_SYSVOL_DEMOTE">
            <summary>
The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_SYSVOL_IS_BUSY">
            <summary>
The file replication service cannot process the request. The system volume is busy with a previous request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_SYSVOL_POPULATE_TIMEOUT">
            <summary>
The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_SYSVOL_POPULATE">
            <summary>
The file replication service cannot populate the system volume because of an internal error. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_PARENT_TO_CHILD_COMM">
            <summary>
The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_CHILD_TO_PARENT_COMM">
            <summary>
The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_PARENT_AUTHENTICATION">
            <summary>
The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_PARENT_INSUFFICIENT_PRIV">
            <summary>
The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_AUTHENTICATION">
            <summary>
The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_INSUFFICIENT_PRIV">
            <summary>
The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_SERVICE_COMM">
            <summary>
The file replication service cannot be contacted. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_INTERNAL">
            <summary>
The file replication service terminated the request. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_INTERNAL_API">
            <summary>
The file replication service API terminated the request. The event log may have more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_STOPPING_SERVICE">
            <summary>
The file replication service cannot be stopped.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_STARTING_SERVICE">
            <summary>
The file replication service cannot be started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.FRS_ERR_INVALID_API_SEQUENCE">
            <summary>
The file replication service API was called incorrectly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TS_VIDEO_SUBSYSTEM_ERROR">
            <summary>
Windows can't connect to your session because a problem occurred in the Windows video subsystem. Try connecting again later, or contact the server administrator for assistance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TS_INCOMPATIBLE_SESSIONS">
            <summary>
The target session is incompatible with the current session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_SECURITY_LAYER_ERROR">
            <summary>
The Terminal Server security layer detected an error in the protocol stream and has disconnected the client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CDM_DISCONNECT">
            <summary>
The Client Drive Mapping Service Has Disconnected on Terminal Connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CDM_CONNECT">
            <summary>
The Client Drive Mapping Service Has Connected on Terminal Connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RDP_PROTOCOL_ERROR">
            <summary>
The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_ACCOUNT_RESTRICTION">
            <summary>
Unable to log you on because of an account restriction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_NO_FORCE_LOGOFF">
            <summary>
The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_SESSION_IN_USE">
            <summary>
The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED">
            <summary>
You do not have the proper encryption level to access this Session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_WINSTATIONS_DISABLED">
            <summary>
Remote logins are currently disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACTIVATION_COUNT_EXCEEDED">
            <summary>
Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE">
            <summary>
The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_SHADOW_NOT_RUNNING">
            <summary>
Remote control could not be terminated because the specified session is not currently being remotely controlled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_LICENSE_EXPIRED">
            <summary>
The system license has expired. Your logon request is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_LICENSE_CLIENT_INVALID">
            <summary>
The client you are using is not licensed to use this system. Your logon request is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_LICENSE_NOT_AVAILABLE">
            <summary>
The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CLIENT_LICENSE_NOT_SET">
            <summary>
Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. Please contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CLIENT_LICENSE_IN_USE">
            <summary>
Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. Please call your system administrator to obtain a unique license number.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_SHADOW_DISABLED">
            <summary>
The requested session is not configured to allow remote control.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_SHADOW_INVALID">
            <summary>
The requested session cannot be controlled remotely.
This may be because the session is disconnected or does not currently have a user logged on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_INVALID_WD">
            <summary>
The specified terminal connection driver is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_WINSTATION_ACCESS_DENIED">
            <summary>
The requested session access is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_SHADOW_DENIED">
            <summary>
The request to control another session remotely was denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CONSOLE_CONNECT">
            <summary>
Reconnecting a disconnected session to the console is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CONSOLE_DISCONNECT">
            <summary>
Disconnecting the console session is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CLIENT_QUERY_TIMEOUT">
            <summary>
The client failed to respond to the server connect message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_NOT_CONSOLE">
            <summary>
The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_LOGON_DISABLED">
            <summary>
Your interactive logon privilege has been disabled. Please contact your administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_GRAPHICS_INVALID">
            <summary>
The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_BAD_VIDEO_MODE">
            <summary>
An attempt has been made to connect to a session whose video mode is not supported by the current client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_WINSTATION_BUSY">
            <summary>
The task you are trying to do can't be completed because Remote Desktop Services is currently busy. Please try again in a few minutes. Other users should still be able to log on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_WINSTATION_ALREADY_EXISTS">
            <summary>
The specified session name is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_WINSTATION_NOT_FOUND">
            <summary>
The specified session cannot be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_TD_ERROR">
            <summary>
Transport driver error
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_MODEM_RESPONSE_VOICE">
            <summary>
Voice detected at remote site on callback.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_MODEM_RESPONSE_BUSY">
            <summary>
Busy signal detected at remote site on callback.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE">
            <summary>
Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_MODEM_RESPONSE_NO_CARRIER">
            <summary>
Carrier detect has failed or carrier has been dropped due to disconnect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_MODEM_RESPONSE_TIMEOUT">
            <summary>
The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_MODEM_RESPONSE_ERROR">
            <summary>
The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_INVALID_MODEMNAME">
            <summary>
The modem name was not found in MODEM.INF.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_MODEM_INF_NOT_FOUND">
            <summary>
The MODEM.INF file was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_NO_OUTBUF">
            <summary>
There are no free output buffers available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CLOSE_PENDING">
            <summary>
A close operation is pending on the session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_SERVICE_NAME_COLLISION">
            <summary>
A service with the same name already exists on the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY">
            <summary>
A registry key for event logging could not be created for this session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_WD_NOT_FOUND">
            <summary>
The specified terminal connection driver was not found in the system path.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_PD_NOT_FOUND">
            <summary>
The specified protocol driver was not found in the system path.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_INVALID_PD">
            <summary>
The specified protocol driver is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTX_WINSTATION_NAME_INVALID">
            <summary>
The specified session name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_NOT_ENLISTED">
            <summary>
The specified operation could not be performed because the resource manager is not enlisted in the transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXPIRED_HANDLE">
            <summary>
The handle is no longer properly associated with its transaction. It may have been opened in a transactional resource manager that was subsequently forced to restart. Please close the handle and open a new one.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION">
            <summary>
This operation cannot be performed in a transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_LINK_TRACKING_IN_TRANSACTION">
            <summary>
The link tracking operation could not be completed because a transaction is active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_DIRTY">
            <summary>
The operation could not be completed because the volume is dirty. Please run chkdsk and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION">
            <summary>
The compression operation could not be completed because a transaction is active on the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_CLUSTERS">
            <summary>
The operation could not be completed due to bad clusters on disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_ABORT_TRANSACTIONS">
            <summary>
The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manger has been shut down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_ACCEPT_TRANSACTED_WORK">
            <summary>
The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLOATED_SECTION">
            <summary>
I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TM_IDENTITY_MISMATCH">
            <summary>
The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION">
            <summary>
The sparse operation could not be completed because a transaction is active on the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DATA_LOST_REPAIR">
            <summary>
Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SAVEPOINT_WITH_OPEN_FILES">
            <summary>
The savepoint operation failed because files are open on the transaction. This is not permitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SNAPSHOT_VOLUME">
            <summary>
The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_FREEZE_IN_PROGRESS">
            <summary>
Transactions cannot be frozen because a freeze is already in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTIONS_NOT_FROZEN">
            <summary>
The request to thaw frozen transactions was ignored because transactions had not previously been frozen.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION">
            <summary>
This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_REQUIRED_PROMOTION">
            <summary>
Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET">
            <summary>
A transaction scope could not be entered because the scope handler has not been initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TXF_METADATA_ALREADY_PRESENT">
            <summary>
Transaction metadata is already present on this file and cannot be superseded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE">
            <summary>
Memory mapping (creating a mapped section) a remote file under a transaction is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_GROWTH_FAILED">
            <summary>
An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED">
            <summary>
This object is not allowed to be opened in a transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION">
            <summary>
The encryption operation could not be completed because a transaction is active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TXF_ATTRIBUTE_CORRUPT">
            <summary>
The transactional metadata attribute on the file or directory is corrupt and unreadable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ROLLBACK_TIMER_EXPIRED">
            <summary>
A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TM_VOLATILE">
            <summary>
The operation could not be completed because the transaction manager does not have a log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INDOUBT_TRANSACTIONS_EXIST">
            <summary>
The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TXF_DIR_NOT_EMPTY">
            <summary>
The $Txf directory must be empty for this operation to succeed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_CROSS_RM_BOUNDARY">
            <summary>
The operation would involve a single file with two transactional resource managers and is therefore not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY">
            <summary>
The operation cannot be performed because another transaction is depending on the fact that this property will not change.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_IDENTITY_NOT_PERSISTENT">
            <summary>
The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RM_ALREADY_STARTED">
            <summary>
The transactional resource manager has already been started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RECOVERY_NOT_NEEDED">
            <summary>
The transactional resource manager is already consistent. Recovery is not needed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENLISTMENT_NOT_SUPERIOR">
            <summary>
The request was rejected because the enlistment in question is not a superior enlistment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RM_DISCONNECTED">
            <summary>
The transaction outcome is unavailable because the resource manager responsible for it has disconnected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_RECOVER_WITH_HANDLE_OPEN">
            <summary>
The file can't be recovered because there is a handle still open on it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CORRUPTION_DETECTED">
            <summary>
The log data is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_TXF_METADATA">
            <summary>
There is no transaction metadata on the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HANDLE_NO_LONGER_VALID">
            <summary>
The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REMOTE_FILE_VERSION_MISMATCH">
            <summary>
The remote server sent mismatching version number or Fid for a file opened with transactions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS">
            <summary>
It is not possible to create any more miniversions for this stream.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT">
            <summary>
It is not possible to open a miniversion with modify access.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION">
            <summary>
A miniversion may only be opened in the context of the transaction that created it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STREAM_MINIVERSION_NOT_VALID">
            <summary>
The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STREAM_MINIVERSION_NOT_FOUND">
            <summary>
The specified file miniversion was not found for this transacted file open.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OBJECT_NO_LONGER_EXISTS">
            <summary>
The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_RESIZE_INVALID_SIZE">
            <summary>
The requested log size is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE">
            <summary>
The remote server or share does not support transacted file operations.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIRECTORY_NOT_RM">
            <summary>
The specified directory does not contain a resource manager.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RM_METADATA_CORRUPT">
            <summary>
The metadata of the RM has been corrupted. The RM will not function.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RM_NOT_ACTIVE">
            <summary>
Transaction support within the specified resource manager is not started or was shut down due to an error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTIONAL_CONFLICT">
            <summary>
The function attempted to use a name that is reserved for use by another transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HEURISTIC_DAMAGE_POSSIBLE">
            <summary>
The attempt to commit the Transaction completed, but it is possible that some portion of the transaction tree did not commit successfully due to heuristics. Therefore it is possible that some data modified in the transaction may not have committed, resulting in transactional inconsistency. If possible, check the consistency of the associated data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_NO_SUPERIOR">
            <summary>
The transaction does not have a superior enlistment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_MUST_WRITETHROUGH">
            <summary>
The transaction cannot be enlisted on with the specified EnlistmentMask, because the transaction has already completed the PrePrepare phase. In order to ensure correctness, the ResourceManager must switch to a write-through mode and cease caching data within this transaction. Enlisting for only subsequent transaction phases may still succeed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT">
            <summary>
This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH">
            <summary>
The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager's log file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_INTEGRITY_VIOLATED">
            <summary>
The kernel transaction manager had to abort or forget the transaction because it blocked forward progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED">
            <summary>
Implicit transaction are not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_RECORD_TOO_LONG">
            <summary>
The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED">
            <summary>
The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_OBJECT_EXPIRED">
            <summary>
Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_NOT_ROOT">
            <summary>
The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transaction can be enlisted on as a superior.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION">
            <summary>
The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTIONMANAGER_NOT_ONLINE">
            <summary>
The object specified could not be created or opened, because its associated TransactionManager is not online. The TransactionManager must be brought fully Online by calling RecoverTransactionManager to recover to the end of its LogFile before objects in its Transaction or ResourceManager namespaces can be opened. In addition, errors in writing records to its LogFile can cause a TransactionManager to go offline.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTIONMANAGER_NOT_FOUND">
            <summary>
The specified TransactionManager object could not be opened, because it was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENLISTMENT_NOT_FOUND">
            <summary>
The specified Enlistment object could not be opened, because it was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCEMANAGER_NOT_FOUND">
            <summary>
The specified ResourceManager object could not be opened, because it was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_NOT_FOUND">
            <summary>
The specified Transaction object could not be opened, because it was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CURRENT_TRANSACTION_NOT_VALID">
            <summary>
The current transaction context associated with the thread is not a valid handle to a transaction object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER">
            <summary>
The buffer passed in to PushTransaction or PullTransaction is not in a valid format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CRM_PROTOCOL_NOT_FOUND">
            <summary>
The requested propagation protocol was not registered as a CRM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_PROPAGATION_FAILED">
            <summary>
The attempt to propagate the Transaction failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CRM_PROTOCOL_ALREADY_EXISTS">
            <summary>
The RM tried to register a protocol that already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_SUPERIOR_EXISTS">
            <summary>
The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allow.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_NOT_JOINED">
            <summary>
The resource manager has attempted to prepare a transaction that it has not successfully joined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCEMANAGER_READ_ONLY">
            <summary>
The specified ResourceManager made no changes or updates to the resource under this transaction.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TM_INITIALIZATION_FAILED">
            <summary>
The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_ALREADY_COMMITTED">
            <summary>
It is too late to perform the requested operation, since the Transaction has already been committed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_ALREADY_ABORTED">
            <summary>
It is too late to perform the requested operation, since the Transaction has already been aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_NOT_REQUESTED">
            <summary>
The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_REQUEST_NOT_VALID">
            <summary>
The requested operation is not valid on the Transaction object in its current state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSACTION_NOT_ACTIVE">
            <summary>
The requested operation was made in the context of a transaction that is no longer active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_TRANSACTION">
            <summary>
The transaction handle associated with this operation is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_PINNED_RESERVATION">
            <summary>
The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_APPENDED_FLUSH_FAILED">
            <summary>
Records were appended to the log or reservation changes were made, but the log could not be flushed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_INCONSISTENT_SECURITY">
            <summary>
Security on the log and its containers is inconsistent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_METADATA_FLUSH_FAILED">
            <summary>
Log metadata flush failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_PINNED">
            <summary>
Log space cannot be reclaimed because the log is pinned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_STATE_INVALID">
            <summary>
Log service is not in the correct state to perform a requested action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CONTAINER_STATE_INVALID">
            <summary>
Log service encountered an invalid container state when attempting a requested action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CONTAINER_OPEN_FAILED">
            <summary>
Log service encountered an error when attempting open a log container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CONTAINER_WRITE_FAILED">
            <summary>
Log service encountered an error when attempting to write to a log container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CONTAINER_READ_FAILED">
            <summary>
Log service encountered an error when attempting to read from a log container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_FULL_HANDLER_IN_PROGRESS">
            <summary>
A request has already been made to handle the log full condition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CLIENT_NOT_REGISTERED">
            <summary>
A log client has not been registered on the stream.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CLIENT_ALREADY_REGISTERED">
            <summary>
A log client has already registered on the stream.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_NOT_ENOUGH_CONTAINERS">
            <summary>
The log must have at least two containers before it can be read from or written to.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_EPHEMERAL">
            <summary>
The operation requires a non-ephemeral log, but the log is ephemeral.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_ARCHIVE_IN_PROGRESS">
            <summary>
Log archival is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS">
            <summary>
The operation requires an archive context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_DEDICATED">
            <summary>
The operation failed because the log is a dedicated log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_MULTIPLEXED">
            <summary>
Log is multiplexed, no direct writes to the physical log is allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COULD_NOT_RESIZE_LOG">
            <summary>
The log could not be set to the requested size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_FULL">
            <summary>
Log space is exhausted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_TAIL_INVALID">
            <summary>
An new or existing archive tail or base of the active log is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_SPACE_RESERVED_INVALID">
            <summary>
Reserved log space or the adjustment of the log space is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_RECORDS_RESERVED_INVALID">
            <summary>
Number of reserved log records or the adjustment of the number of reserved log records is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_RECORD_NONEXISTENT">
            <summary>
Log record is not a record in the log file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_PINNED_ARCHIVE_TAIL">
            <summary>
Log space cannot be reclaimed because the log is pinned by the archive tail.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_POLICY_CONFLICT">
            <summary>
A policy on the log in question prevented the operation from completing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_POLICY_INVALID">
            <summary>
The installed set of policies on the log is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_POLICY_NOT_INSTALLED">
            <summary>
Log policy in question was not installed at the time of the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_POLICY_ALREADY_INSTALLED">
            <summary>
Log policy could not be installed because a policy of the same type is already present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_START_OF_LOG">
            <summary>
Log service has attempted to read or write backward past the start of the log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CONTAINER_LIMIT_EXCEEDED">
            <summary>
Log service has reached the maximum allowable containers allocated to a log file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_CANT_DELETE">
            <summary>
Log service cannot delete log file or file system container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_RESERVATION_INVALID">
            <summary>
Log service encountered an attempt to erroneous allocate or dispose reservation space.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_METADATA_INCONSISTENT">
            <summary>
Log service encountered a metadata file with inconsistent data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_METADATA_INVALID">
            <summary>
Log service encountered a metadata file that could not be created by the log file system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_METADATA_CORRUPT">
            <summary>
Log service encountered a corrupted metadata file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_NO_RESTART">
            <summary>
Log service encountered a log stream with no restart area.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_READ_MODE_INVALID">
            <summary>
Log service encountered an attempt to read the log with an invalid read mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_BLOCK_INVALID">
            <summary>
Log service encountered an invalid log block.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_BLOCK_VERSION">
            <summary>
Log service encountered an invalid log block version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_RESTART_INVALID">
            <summary>
Log service encountered an invalid log restart area.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_READ_CONTEXT_INVALID">
            <summary>
Log service encountered an attempt read from a marshalling area with an invalid read context.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_BLOCKS_EXHAUSTED">
            <summary>
Log service user marshalling buffers are exhausted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_INVALID_RANGE">
            <summary>
Log service encountered an attempt access data outside the active log range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_BLOCK_INCOMPLETE">
            <summary>
Log service encountered a partial or incomplete log block.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_SECTOR_REMAPPED">
            <summary>
Log service encountered a remapped log sector.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_SECTOR_PARITY_INVALID">
            <summary>
Log service encountered a log sector with invalid block parity.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_SECTOR_INVALID">
            <summary>
Log service encountered an invalid log sector.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM">
            <summary>
The object cannot be deleted from the local cluster because it is registered with the cluster set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.SCHED_E_SERVICE_NOT_LOCALSYSTEM">
            <summary>
The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_BROWSER_SERVERS_FOUND">
            <summary>
The list of servers for this workgroup is not currently available
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WIP_ENCRYPTION_FAILED">
            <summary>
The specified file could not be encrypted with Windows Information Protection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCRYPTION_POLICY_DENIES_OPERATION">
            <summary>
The requested operation was blocked by policy. For more information, contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CS_ENCRYPTION_FILE_NOT_CSE">
            <summary>
The SMB client requested a CSE FSCTL on a non-CSE file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE">
            <summary>
A new encrypted file is being created and a $EFS needs to be provided.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE">
            <summary>
File is encrypted and should be opened in Client Side Encryption mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER">
            <summary>
Client Side Encryption is not supported by the remote server even though it claims to support it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE">
            <summary>
The remote server sent an invalid response for a file being opened with Client Side Encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EFS_VERSION_NOT_SUPPORT">
            <summary>
A newer system is required to decrypt this encrypted file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EFS_DISABLED">
            <summary>
This machine is disabled for file encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_NOT_SUPPORT_EFS">
            <summary>
The disk partition does not support file encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EFS_ALG_BLOB_TOO_BIG">
            <summary>
The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_RECOVERY_POLICY">
            <summary>
Recovery policy configured for this system contains invalid recovery certificate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EFS_SERVER_NOT_TRUSTED">
            <summary>
The server is not trusted for remote encryption operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIR_EFS_DISALLOWED">
            <summary>
The directory has been disabled for encryption.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_READ_ONLY">
            <summary>
The specified file is read only.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_EXPORT_FORMAT">
            <summary>
The specified file is not in the defined EFS export format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_NOT_ENCRYPTED">
            <summary>
The specified file is not encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_USER_KEYS">
            <summary>
There are no EFS keys defined for the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WRONG_EFS">
            <summary>
The file was encrypted with a different encryption driver than is currently loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_EFS">
            <summary>
The required encryption driver is not loaded for this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_RECOVERY_POLICY">
            <summary>
There is no valid encryption recovery policy configured for this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_ENCRYPTED">
            <summary>
The specified file is encrypted and the user does not have the ability to decrypt it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DECRYPTION_FAILED">
            <summary>
The specified file could not be decrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCRYPTION_FAILED">
            <summary>
The specified file could not be encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE">
            <summary>
The action cannot be completed because the cluster set management cluster is unreachable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME">
            <summary>
Cluster infrastructure file server creation failed because a valid non-empty file server name was not provided.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS">
            <summary>
Storage Spaces Direct has rejected the proposed fault domain changes because it reduces the storage connected to the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION">
            <summary>
Storage Spaces Direct has rejected the proposed fault domain changes because it impacts the fault tolerance of the storage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY">
            <summary>
The fault domain cannot be a child of the parent specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND">
            <summary>
The specified parent fault domain is not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GROUPSET_CANT_PROVIDE">
            <summary>
The action cannot be completed at this time because the cluster group set would fall below quorum and not be able to act as a provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GROUPSET_NOT_FOUND">
            <summary>
The cluster group set could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GROUPSET_NOT_AVAILABLE">
            <summary>
The cluster group set is not available for any further requests.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR">
            <summary>
This operation is supported only on the CSV coordinator node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_CSV_INVALID_HANDLE">
            <summary>
The operation has failed because CSV has invalidated this file object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED">
            <summary>
The operation failed because token delegation for this control is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_SPACE_DEGRADED">
            <summary>
A clustered space is in a degraded condition and the requested action cannot be completed at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED">
            <summary>
The operation failed because the specified database update condition was not met
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_QUARANTINED">
            <summary>
The operation failed because the requested cluster node has been quarantined
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_ISOLATED">
            <summary>
The operation failed because the requested cluster node has been isolated
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_IS_REPLICATED">
            <summary>
The operation cannot be completed because a resource participates in replication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED">
            <summary>
The operation failed because a resource does not support running in an unmonitored state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_NOT_MONITORED">
            <summary>
The operation failed because the requested cluster resource is currently unmonitored.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER">
            <summary>
The operation failed because the requested node is not currently part of active cluster membership.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT">
            <summary>
The operation has failed because CSV volume was not able to recover in time specified on this file object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_IN_GRACE_PERIOD">
            <summary>
The cluster node is in grace period.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_UPGRADE_INCOMPLETE">
            <summary>
The cluster did not successfully complete the version upgrade.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_UPGRADE_IN_PROGRESS">
            <summary>
The cluster is currently performing a version upgrade.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED">
            <summary>
The cluster functional level has been successfully updated but not all features are available yet. Restart the cluster by
using the Stop-Cluster PowerShell cmdlet followed by the Start-Cluster PowerShell cmdlet and all cluster features will
be available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED">
            <summary>
Updating the cluster functional level failed because the cluster is running in fix quorum mode.
Start additional nodes which are members of the cluster until the cluster reaches quorum and the cluster will automatically
switch out of fix quorum mode, or stop and restart the cluster without the FixQuorum switch. Once the cluster is out
of fix quorum mode retry the Update-ClusterFunctionalLevel PowerShell cmdlet to update the cluster functional level.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS">
            <summary>
The Cluster Functional Level could not be increased because not all nodes in the cluster support the updated version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE">
            <summary>
The operation cannot be completed because the resource is a replica virtual machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_AFFINITY_CONFLICT">
            <summary>
The operation cannot be completed because of cluster affinity conflicts
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE">
            <summary>
The operation cannot be completed because the resource is in maintenance mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES">
            <summary>
The clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES">
            <summary>
Cluster properties cannot be returned at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED">
            <summary>
CSVFS failed operation as volume is not in redirected mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED">
            <summary>
CSVFS failed operation as volume is in redirected mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE">
            <summary>
The resource must be part of the Available Storage group to complete this action.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_NOT_CSV_CAPABLE">
            <summary>
The disk is not configured in a way to be used with CSV. CSV disks must have at least one partition that is formatted with NTFS or REFS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_DISK_NOT_CONNECTED">
            <summary>
Clustered storage is not connected to the node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS">
            <summary>
A node drain is already in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED">
            <summary>
The resource cannot move to another node because a cluster shared volume vetoed the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_LOCKED_STATUS">
            <summary>
The requested operation can not be completed because a resource has locked status.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_GROUP_QUEUED">
            <summary>
The requested operation can not be completed because the group is queued for an operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE">
            <summary>
A resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION">
            <summary>
A resource vetoed a move between two nodes because the destination currently does not have enough resources to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESMON_SYSTEM_RESOURCES_LACKING">
            <summary>
Resource could not start or run because it could not reserve sufficient system resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_VETOED_CALL">
            <summary>
The resource vetoed the call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_NODE_WEIGHT">
            <summary>
The request is invalid either because node weight cannot be changed while the cluster is in disk-only quorum mode, or because changing the node weight would violate the minimum cluster quorum requirements.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES">
            <summary>
A resource vetoed a move between two nodes because they are incompatible.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_WATCHDOG_TERMINATING">
            <summary>
The cluster watchdog is terminating.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CSV_VOLUME_NOT_LOCAL">
            <summary>
The cluster shared volume is not locally mounted on this node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NON_CSV_PATH">
            <summary>
The path does not belong to a cluster shared volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_BACKUP_IN_PROGRESS">
            <summary>
Back up is in progress. Please wait for backup completion before trying this operation again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_USE_SHARED_VOLUMES_API">
            <summary>
This group or resource cannot be directly manipulated.
Use shared volume APIs to perform desired operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_SHARED_VOLUMES_IN_USE">
            <summary>
There is one or more shared volumes resources configured in the cluster.
Those resources must be moved to available storage in order for operation to succeed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR">
            <summary>
The Security Descriptor does not meet the requirements for a cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NOT_SHARED_VOLUME">
            <summary>
The directory or file is not located on a cluster shared volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_GROUP_BUSY">
            <summary>
The current operation cannot be performed on this group at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR">
            <summary>
The resource has indicated that it cannot come online on any node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED">
            <summary>
The resource failed to come online due to the failure of one or more provider resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE">
            <summary>
Only one instance of this resource type is allowed per resource group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_SINGLETON_RESOURCE">
            <summary>
Only one instance of this resource type is allowed in the cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_EVICT_INVALID_REQUEST">
            <summary>
Eviction of this node is invalid at this time. Due to quorum requirements node eviction will result in cluster shutdown.
If it is the last node in the cluster, destroy cluster command should be used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SHARE_RESOURCE_CONFLICT">
            <summary>
File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NONCORE_GROUPS_FOUND">
            <summary>
This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_OBJECT_ALREADY_USED">
            <summary>
An attempt to use the specified cluster name failed because an enabled computer object with the given name already exists in the domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_TOO_MANY_NODES">
            <summary>
This cluster can not be created since the specified number of nodes exceeds the maximum allowed limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_MAX_NODES_IN_CLUSTER">
            <summary>
A new node can not be added since this cluster is already at its maximum number of nodes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE">
            <summary>
The resources must be online on the same node for this operation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NOT_INSTALLED">
            <summary>
The Failover Clustering feature is not installed on this node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RHS_FAILED_INITIALIZATION">
            <summary>
The RHS process failed to initialize.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXCEPTION_IN_RESOURCE_CALL">
            <summary>
The call into the resource DLL raised an unhandled exception.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPENDENCY_TREE_TOO_COMPLEX">
            <summary>
The dependencies for this resource are nested too deeply.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP">
            <summary>
Quorum resource cannot reside in the Available Storage group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK">
            <summary>
The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_IPV6_NETWORK">
            <summary>
The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NO_QUORUM">
            <summary>
A quorum of cluster nodes was not present to form a cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT">
            <summary>
One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_CANT_DESERIALIZE_DATA">
            <summary>
An error occurred while deserializing a stream of cluster data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_PARTIAL_WRITE">
            <summary>
An error occurred while writing to a stream of data. The required number of bytes could not be written.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_PARTIAL_READ">
            <summary>
An error occurred while reading from a stream of data. An unexpected number of bytes was returned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NULL_DATA">
            <summary>
An internal cluster error occurred. Data was not properly initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS">
            <summary>
An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS">
            <summary>
An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_STRING_FORMAT">
            <summary>
An input string of characters is not in a valid format for the data it represents.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_STRING_TERMINATION">
            <summary>
An input string of characters is not properly terminated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION">
            <summary>
An invalid cluster registry operation was attempted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_PARTIAL_SEND">
            <summary>
A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS">
            <summary>
A parameter value is out of acceptable range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION">
            <summary>
An internal cluster error occurred. A call to an invalid function was attempted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_CLUSTER_IPV6_ADDRESS">
            <summary>
The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_CALL_TIMED_OUT">
            <summary>
The call to the cluster resource DLL timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_TYPE_BUSY">
            <summary>
The resource type cannot accept the request since is too busy performing another operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_GROUP_MOVING">
            <summary>
The group is unable to accept the request since it is moving to another node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_POISONED">
            <summary>
The cluster node has been poisoned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NO_NET_ADAPTERS">
            <summary>
No network adapters are available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME">
            <summary>
The name of the corresponding computer account doesn't match the Network Name for this resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_OLD_VERSION">
            <summary>
One or more nodes in the cluster are running a version of Windows that does not support this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT">
            <summary>
The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSCFG_ROLLBACK_FAILED">
            <summary>
The cluster configuration action could not be rolled back.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSCFG_ALREADY_COMMITTED">
            <summary>
The cluster configuration action has already been committed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME">
            <summary>
A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_WRONG_OS_VERSION">
            <summary>
This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NODE_CANNOT_BE_CLUSTERED">
            <summary>
This computer cannot be made a member of a cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_PARAMETER_MISMATCH">
            <summary>
Two or more parameter values specified for a resource's properties are in conflict.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP">
            <summary>
The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH">
            <summary>
The actual data type of the property did not match the expected data type of the property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP">
            <summary>
A matching cluster network for the specified IP address could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INSTANCE_ID_MISMATCH">
            <summary>
The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_MEMBERSHIP_HALT">
            <summary>
The membership engine requested shutdown of the cluster service on this node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_QUORUMLOG_NOT_FOUND">
            <summary>
The quorum resource does not contain the quorum log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE">
            <summary>
An operation was attempted that is incompatible with the current membership state of the node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_ADMIN_ACCESS_POINT">
            <summary>
This operation is not supported on a cluster without an Administrator Access Point.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_PROPERTY_UNCHANGEABLE">
            <summary>
An attempt to modify a resource property failed because it conflicts with another existing property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT">
            <summary>
A DFS root already exists in this cluster node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DATABASE_BACKUP_CORRUPT">
            <summary>
The backed up cluster database is possibly corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUORUM_DISK_NOT_FOUND">
            <summary>
The quorum disk could not be located by the cluster service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_GUM_NOT_LOCKER">
            <summary>
A non locker code got a request to reserve the lock for making global updates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESMON_INVALID_STATE">
            <summary>
The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_DATABASE_SEQMISMATCH">
            <summary>
The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST">
            <summary>
You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED">
            <summary>
No authentication package could be registered with the RPC server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESNAME_NOT_FOUND">
            <summary>
The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED">
            <summary>
The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND">
            <summary>
The specified resource type was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED">
            <summary>
The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED">
            <summary>
This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INCOMPATIBLE_VERSIONS">
            <summary>
The node failed to join the cluster because the joining node and other nodes in the cluster have incompatible operating system versions. To get more information about operating system versions of the cluster, run the Validate a Configuration Wizard or the Test-Cluster Windows PowerShell cmdlet.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_JOIN_ABORTED">
            <summary>
The cluster join operation was aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_SHUTTING_DOWN">
            <summary>
The cluster node is shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_NOT_READY">
            <summary>
The cluster node is not ready to perform the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NODE_CANT_HOST_RESOURCE">
            <summary>
The cluster resource cannot be brought online. The owner node cannot run this resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_PAUSED">
            <summary>
The cluster node is paused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPENDENCY_NOT_ALLOWED">
            <summary>
The cluster quorum resource is not allowed to have any dependencies.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_OPERATION_ON_QUORUM">
            <summary>
This operation cannot currently be performed on the cluster group containing the quorum resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS">
            <summary>
One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_LAST_INTERNAL_NETWORK">
            <summary>
The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_ALREADY_MEMBER">
            <summary>
The cluster node is already a member of the cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE">
            <summary>
The cluster network is already offline.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETWORK_ALREADY_ONLINE">
            <summary>
The cluster network is already online.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_ALREADY_DOWN">
            <summary>
The cluster node is already down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_ALREADY_UP">
            <summary>
The cluster node is already up.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETWORK_NOT_INTERNAL">
            <summary>
The cluster network is not configured for internal cluster communication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NO_SECURITY_CONTEXT">
            <summary>
No cluster security context is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_NOT_PAUSED">
            <summary>
The cluster node is not paused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_IPADDR_IN_USE">
            <summary>
The cluster IP address is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_UP">
            <summary>
The cluster node is up.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_NETWORK">
            <summary>
The cluster network is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS">
            <summary>
A cluster join operation is not in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_NOT_MEMBER">
            <summary>
The cluster node is not a member of the cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_UNREACHABLE">
            <summary>
The cluster node is not reachable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_DOWN">
            <summary>
The cluster node is down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_NETWORK_PROVIDER">
            <summary>
The cluster network provider is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_REQUEST">
            <summary>
The cluster request is not valid for this object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETINTERFACE_NOT_FOUND">
            <summary>
The cluster network interface was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETINTERFACE_EXISTS">
            <summary>
The cluster network interface already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETWORK_NOT_FOUND">
            <summary>
The cluster network was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NETWORK_EXISTS">
            <summary>
The cluster network already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND">
            <summary>
The cluster local node information was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_NOT_FOUND">
            <summary>
The cluster node was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_JOIN_IN_PROGRESS">
            <summary>
A node is in the process of joining the cluster.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_NODE_EXISTS">
            <summary>
The cluster node already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_INVALID_NODE">
            <summary>
The cluster node is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_FAILED">
            <summary>
A cluster resource failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALL_NODES_NOT_AVAILABLE">
            <summary>
All cluster nodes must be running to perform this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NODE_NOT_AVAILABLE">
            <summary>
A cluster node is not available for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NETWORK_NOT_AVAILABLE">
            <summary>
A cluster network is not available for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUORUM_OWNER_ALIVE">
            <summary>
The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE">
            <summary>
The minimum required disk space needed for logging is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND">
            <summary>
No checkpoint record was found in the cluster log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE">
            <summary>
The cluster log exceeds its maximum size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE">
            <summary>
The record could not be written to the cluster log since it exceeds the maximum size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTERLOG_CORRUPT">
            <summary>
The cluster log is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUORUMLOG_OPEN_FAILED">
            <summary>
The quorum log could not be created or mounted successfully.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUORUM_RESOURCE_ONLINE_FAILED">
            <summary>
The quorum resource failed to come online.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CORE_RESOURCE">
            <summary>
The cluster resource could not be deleted since it is a core resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_QUORUM_CLASS">
            <summary>
The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_PROPERTIES_STORED">
            <summary>
The properties were stored but not all changes will take effect until the next time the resource is brought online.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_STATE">
            <summary>
The group or resource is not in the correct state to perform the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLUSTER_SHUTTING_DOWN">
            <summary>
The cluster software is shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_QUORUM_CAPABLE">
            <summary>
The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUORUM_RESOURCE">
            <summary>
The cluster resource could not be deleted or brought offline because it is the quorum resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_ONLINE">
            <summary>
The operation could not be completed because the cluster resource is online.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESMON_ONLINE_FAILED">
            <summary>
The cluster resource could not be brought online by the resource monitor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESMON_CREATE_FAILED">
            <summary>
The cluster resource could not be created in the specified resource monitor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOST_NODE_NOT_GROUP_OWNER">
            <summary>
The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOST_NODE_NOT_RESOURCE_OWNER">
            <summary>
The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GROUP_NOT_ONLINE">
            <summary>
The operation could not be completed because the cluster group is not online.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GROUP_NOT_FOUND">
            <summary>
The cluster group could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GROUP_NOT_AVAILABLE">
            <summary>
The cluster group is not available for any new requests.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OBJECT_IN_LIST">
            <summary>
The object is already in the list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OBJECT_ALREADY_EXISTS">
            <summary>
The object already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_EVICT_ACTIVE_NODE">
            <summary>
A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHUTDOWN_CLUSTER">
            <summary>
The cluster is being shut down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_NOT_FOUND">
            <summary>
The cluster resource could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_NOT_AVAILABLE">
            <summary>
The cluster resource is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOST_NODE_NOT_AVAILABLE">
            <summary>
A cluster node is not available for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_NOT_ONLINE">
            <summary>
The cluster resource is not online.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPENDENCY_ALREADY_EXISTS">
            <summary>
The cluster resource cannot be made dependent on the specified resource because it is already dependent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPENDENCY_NOT_FOUND">
            <summary>
The cluster resource dependency cannot be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPENDENT_RESOURCE_EXISTS">
            <summary>
The operation cannot be completed because other resources are dependent on this resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE">
            <summary>
System Integrity policy has been violated. Explicit denied file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE">
            <summary>
System Integrity policy has been violated. Failed to obtain file reputation because an infrastructure issue occurred. Try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE">
            <summary>
System Integrity policy has been violated. Unfriendly file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PLATFORM_MANIFEST_NOT_SIGNED">
            <summary>
The Platform Manifest file was not properly signed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PLATFORM_MANIFEST_NOT_ACTIVE">
            <summary>
No active Platform Manifest exists on this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND">
            <summary>
The file is not authorized on this platform because a Binary ID was not found in the embedded signature.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED">
            <summary>
The catalog is not authorized on this platform because an entry was not found in the Platform Manifest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED">
            <summary>
The file is not authorized on this platform because an entry was not found in the Platform Manifest.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PLATFORM_MANIFEST_INVALID">
            <summary>
The Platform Manifest file was not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED">
            <summary>
The Platform Manifest file was not authorized on this machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VSM_DMA_PROTECTION_NOT_IN_USE">
            <summary>
The hypervisor is not protecting DMA because an IOMMU is not present or not enabled in the BIOS.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VSM_NOT_INITIALIZED">
            <summary>
Virtual Secure Mode (VSM) is not initialized. The hypervisor or VSM may not be present or enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE">
            <summary>
System Integrity policy has been violated. Unable to contact reputation service for unknown file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT">
            <summary>
System Integrity policy has been violated. Dangerous file extension from the web.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA">
            <summary>
System Integrity policy has been violated. Potentially unwanted application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS">
            <summary>
System Integrity policy has been violated. Malicious binary reputation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED">
            <summary>
The Code Integrity supplemental policy is not authorized by a Code Integrity base policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES">
            <summary>
The number of System Integrity policies is out of limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED">
            <summary>
The System Integrity policy is either not signed or is signed by a non-trusted signer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_INVALID_POLICY">
            <summary>
The System Integrity policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION">
            <summary>
Your organization used Device Guard to block this app. Contact your support person for more info.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED">
            <summary>
System Integrity detected that policy rollback has been attempted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_NOT_SIS_ENABLED">
            <summary>
Single Instance Storage is not available on this volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OBJECT_IS_IMMUTABLE">
            <summary>
The request cannot be completed as it requires modifying an immutable object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT">
            <summary>
The WOF driver encountered a corruption in the compressed file's Resource Table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT">
            <summary>
The WOF driver encountered a corruption in WIM image's Resource Table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WOF_WIM_HEADER_CORRUPT">
            <summary>
The WOF driver encountered a corruption in WIM image's Header.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMR_GARBAGE_COLLECTION_REQUIRED">
            <summary>
The volume must undergo garbage collection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_HAS_STREAM_ID">
            <summary>
This file is currently associated with a different stream id.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED">
            <summary>
The copy offload write operation is not supported for the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED">
            <summary>
The copy offload read operation is not supported for the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED">
            <summary>
The copy offload write operation is not supported by a filter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED">
            <summary>
The copy offload read operation is not supported by a filter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY">
            <summary>
Base Secure Boot policy file can not be loaded as a Supplemental Secure Boot policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_NOT_BASE_POLICY">
            <summary>
Supplemental Secure Boot policy file can not be loaded as a base Secure Boot policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING">
            <summary>
The Secure Boot policy file is required but could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH">
            <summary>
The Secure Boot policy file does not match the upgraded legacy policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED">
            <summary>
The Secure Boot policy file has an older Antirollback Version than this device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH">
            <summary>
The Platform ID specified in the Secure Boot policy does not match the Platform ID on this device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION">
            <summary>
The Antirollback version was not found in the Secure Boot Policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_POLICY_UNKNOWN">
            <summary>
The Supplemental Policy is not recognized on this device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED">
            <summary>
The Secure Boot Supplemental Policy file was not authorized on this machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_FILE_REPLACED">
            <summary>
Secure Boot requires that certain files and drivers are not replaced by other files or drivers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_NOT_ENABLED">
            <summary>
Secure Boot is not enabled on this machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_POLICY_NOT_SIGNED">
            <summary>
The Secure Boot policy is either not signed or is signed by a non-trusted signer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND">
            <summary>
A new Secure Boot policy did not contain the current publisher on its update list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_INVALID_POLICY">
            <summary>
The Secure Boot policy is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_POLICY_VIOLATION">
            <summary>
The value is protected by Secure Boot policy and cannot be modified or deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECUREBOOT_ROLLBACK_DETECTED">
            <summary>
Secure Boot detected that rollback of protected data has been attempted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APP_DATA_REBOOT_REQUIRED">
            <summary>
Fast Cache has been ReArmed and requires a reboot until it can be updated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APP_DATA_LIMIT_EXCEEDED">
            <summary>
Fast Cache data has exceeded its max size and cannot be updated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APP_DATA_CORRUPT">
            <summary>
Fast Cache data corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APP_DATA_EXPIRED">
            <summary>
Fast Cache data expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APP_DATA_NOT_FOUND">
            <summary>
Fast Cache data not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REPARSE_POINT_ENCOUNTERED">
            <summary>
The object manager encountered a reparse point while retrieving an object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REPARSE_TAG_MISMATCH">
            <summary>
There is a mismatch between the tag specified in the request and the tag present in the reparse point.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REPARSE_TAG_INVALID">
            <summary>
The tag present in the reparse point buffer is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_REPARSE_DATA">
            <summary>
The data present in the reparse point buffer is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REPARSE_ATTRIBUTE_CONFLICT">
            <summary>
The reparse point attribute cannot be set because it conflicts with an existing attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_A_REPARSE_POINT">
            <summary>
The file or directory is not a reparse point.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REMOTE_STORAGE_MEDIA_ERROR">
            <summary>
The remote storage service encountered a media error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REMOTE_STORAGE_NOT_ACTIVE">
            <summary>
The remote storage service is not operational at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_OFFLINE">
            <summary>
This file is currently not available for use on this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IEPORT_FULL">
            <summary>
Cannot use the inject/eject port because it is not empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLEANER_CARTRIDGE_INSTALLED">
            <summary>
A cleaner cartridge is present in the tape library.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUPPORTING_DRIVES">
            <summary>
This offline media cannot be mounted on this system since no enabled drives are present which can be used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INDIGENOUS_TYPE">
            <summary>
The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_CONTAINS_SYS_FILES">
            <summary>
The volume contains system or paging files.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MESSAGE_EXCEEDS_MAX_SIZE">
            <summary>
The message provided exceeds the maximum size allowed for this parameter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_DELETE_LAST_ITEM">
            <summary>
The last remaining item in this group or resource cannot be deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNEXPECTED_OMID">
            <summary>
Unexpected on-medium identifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLEANER_CARTRIDGE_SPENT">
            <summary>
The cleaner cartridge has performed the maximum number of drive cleanings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLEANER_SLOT_NOT_SET">
            <summary>
A cleaner slot is not reserved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLEANER_SLOT_SET">
            <summary>
A cleaner slot is already reserved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA">
            <summary>
Unable to eject the medium because it is in a drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONTROLLING_IEPORT">
            <summary>
Unable to open or close the inject/eject port.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSPORT_FULL">
            <summary>
Cannot use the transport because it is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_INVENTORY_TRANSPORT">
            <summary>
Unable to retrieve status about the transport.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_INVENTORY_SLOT">
            <summary>
Unable to retrieve the slot status.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_INVENTORY_DRIVE">
            <summary>
Unable to retrieve the drive status.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_LOAD_MEDIUM">
            <summary>
Unable to load the medium into the drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEDIUM_NOT_ACCESSIBLE">
            <summary>
The transport cannot access the medium.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LIBRARY_FULL">
            <summary>
Library is full. No slot is available for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DRIVE_OBJECT">
            <summary>
The drive identifier does not represent a valid drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REQUEST_REFUSED">
            <summary>
The operator or administrator has refused the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_NOT_AVAILABLE">
            <summary>
The device is not ready for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEDIA_NOT_AVAILABLE">
            <summary>
The media is not mounted or ready for use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_OPERATION">
            <summary>
The operation identifier is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_NOT_PRESENT">
            <summary>
The resource required for this operation does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEDIA_INCOMPATIBLE">
            <summary>
The medium is not compatible with the device or media pool.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DATABASE_FULL">
            <summary>
The database is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DATABASE_FAILURE">
            <summary>
Unable to read from or write to the database.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OBJECT_NOT_FOUND">
            <summary>
The object identifier does not represent a valid object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_CLEAN">
            <summary>
The drive cannot be cleaned or does not support cleaning.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_CLEANER">
            <summary>
The media identifier does not represent a valid cleaner.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_DISABLED">
            <summary>
A resource required for this operation is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEDIA_UNAVAILABLE">
            <summary>
No media is currently available in this media pool or library.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_EMPTY">
            <summary>
The library, drive, or media pool must be empty to perform this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EMPTY">
            <summary>
The library, drive, or media pool is empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LIBRARY_OFFLINE">
            <summary>
The operation cannot be performed on an offline library.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEDIA_OFFLINE">
            <summary>
The medium currently exists in an offline library and must be online to perform this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVE_MEDIA_MISMATCH">
            <summary>
The drive and medium are not compatible or exist in different libraries.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MEDIA_POOL">
            <summary>
The media pool identifier does not represent a valid media pool.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LIBRARY">
            <summary>
The library identifier does not represent a valid library.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MEDIA">
            <summary>
The media identifier does not represent a valid medium.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PACKAGE_SID_LENGTH">
            <summary>
The length of the SID supplied is not a valid length for app container SIDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_IN_APPCONTAINER">
            <summary>
This functionality is not supported in the context of an app container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPCONTAINER_REQUIRED">
            <summary>
This application can only run in the context of an app container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_APPCONTAINER">
            <summary>
This operation is only valid in the context of an app container.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_SET_FAILURE">
            <summary>
The WMI data item or data block could not be changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_READ_ONLY">
            <summary>
The WMI data item or data block is read only.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_ALREADY_DISABLED">
            <summary>
The WMI data block or event notification has already been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_INVALID_REGINFO">
            <summary>
The WMI registration information is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_INVALID_MOF">
            <summary>
The WMI MOF information is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_DP_FAILED">
            <summary>
The WMI data provider failed to carry out the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_SERVER_UNAVAILABLE">
            <summary>
The WMI data service is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_GUID_DISCONNECTED">
            <summary>
The WMI data block is no longer available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_ALREADY_ENABLED">
            <summary>
The WMI data block or event notification has already been enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_UNRESOLVED_INSTANCE_REF">
            <summary>
The WMI data provider references an instance set that has not been registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_DP_NOT_FOUND">
            <summary>
The WMI data provider could not be located.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_TRY_AGAIN">
            <summary>
The WMI request could not be completed and should be retried.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_ITEMID_NOT_FOUND">
            <summary>
The data item ID passed was not recognized as valid by a WMI data provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_INSTANCE_NOT_FOUND">
            <summary>
The instance name passed was not recognized as valid by a WMI data provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WMI_GUID_NOT_FOUND">
            <summary>
The GUID passed was not recognized as valid by a WMI data provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DHCP_ADDRESS_CONFLICT">
            <summary>
The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_TRUST_FAILURE">
            <summary>
Communication with one or more computers will be temporarily blocked due to recent errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_SERVICE_UNAVAILABLE">
            <summary>
PeerDist Service is still initializing and will be available shortly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_NOT_LICENSED">
            <summary>
The SKU is not licensed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_INVALID_CONFIGURATION">
            <summary>
A configuration value is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_VERSION_UNSUPPORTED">
            <summary>
The requested version is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_OUT_OF_BOUNDS">
            <summary>
An operation accessed data beyond the bounds of valid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_ALREADY_COMPLETED">
            <summary>
Can not perform the requested operation because it has already been carried out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_OPERATION_NOTFOUND">
            <summary>
Can not cancel the requested operation as it has already been completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_ALREADY_EXISTS">
            <summary>
An element already exists and was not replaced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_INVALIDATED">
            <summary>
The supplied object has already been invalidated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS">
            <summary>
A shutdown operation is already in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_ALREADY_INITIALIZED">
            <summary>
The supplied object has already been initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_NOT_INITIALIZED">
            <summary>
The supplied object has not been initialized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_NO_MORE">
            <summary>
No more data is available or required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_MISSING_DATA">
            <summary>
The requested data cannot be found in local or peer caches.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO">
            <summary>
The supplied content information is malformed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED">
            <summary>
The version of the supplied content information is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RPL_NOT_ALLOWED">
            <summary>
Replication with a nonconfigured partner is not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REC_NON_EXISTENT">
            <summary>
The name does not exist in the WINS database.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FULL_BACKUP">
            <summary>
The backup failed. Check the directory to which you are backing the database.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INC_BACKUP">
            <summary>
The backup failed. Was a full backup done before?
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STATIC_INIT">
            <summary>
The importation from the file failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAN_NOT_DEL_LOCAL_WINS">
            <summary>
The local WINS cannot be deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WINS_INTERNAL">
            <summary>
WINS encountered an error while processing the command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IO_REISSUE_AS_CACHED">
            <summary>
Reissue the given operation as a cached IO operation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_BINDING_API_NOT_FOUND">
            <summary>
One or more DDI is not yet supported by DIF.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_VOLATILE_NOT_ALLOWED">
            <summary>
The plugin is not allowed to run in volatile mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED">
            <summary>
Currently running plugin must be removed before applying a new plugin.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING">
            <summary>
Currently no plugin is running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING">
            <summary>
DIF volatile verification only supports on loaded drivers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_VOLATILE_INVALID_INFO">
            <summary>
The passed system DIF information is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED">
            <summary>
DIF volatile verification is not supported for hotpatched driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED">
            <summary>
Verification cannot start because an attempt to lock code or data section failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED">
            <summary>
Verifier's internal data size exceeds the limit of live dump secondary data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIF_IOCALLBACK_NOT_REPLACED">
            <summary>
The specified driver is not associated with driver object or driver extension.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VRF_VOLATILE_SETTINGS_CONFLICT">
            <summary>
Volatile verification settings cannot be changed when verification is enabled from boot or DIF volatile verification is enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VRF_VOLATILE_NMI_REGISTERED">
            <summary>
Enabling driver verification is not supported for a driver with NMI callback(s) registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VRF_VOLATILE_PROTECTED_DRIVER">
            <summary>
The specified driver is protected and volatile verification is currently not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS">
            <summary>
The specified rule class (a.k.a. flag) is not supported from volatile mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM">
            <summary>
Enabling driver verification is not supported from volatile mode in current system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VRF_VOLATILE_SAFE_MODE">
            <summary>
Enabling driver verification is not supported in safe mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VRF_VOLATILE_NOT_STOPPABLE">
            <summary>
Removal of current driver verification is not supported from volatile command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED">
            <summary>
Enabling driver verification from volatile command is currently not supported when both CFG and IO are enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES">
            <summary>
The caller specified wait timed out before the operation completed because resources are being acquired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING">
            <summary>
The caller specified wait timed out before the operation completed because a licensing operation is being performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION">
            <summary>
The caller specified wait timed out before the operation completed because a host termination is in queued.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_CALLER_WAIT_TIMEOUT">
            <summary>
The caller specified wait timed out before the operation completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_APP_COMPAT_BLOCK">
            <summary>
The application is blocked by app compat policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_UNKNOWN_USER">
            <summary>
The operation was not completed because the specified user was not known to the service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_HOST_ID_MISMATCH">
            <summary>
The operation was not completed because an unexpected host ID was encountered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_NO_DONOR">
            <summary>
The operation was not completed because a required resource donor was not found for the host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_INVALID_HOST_STATE">
            <summary>
The host is not in a valid state to support the execution request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION">
            <summary>
An attempt to register a process failed because the target host was not in a valid state to receive process registrations.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_INVALID_HOST_GENERATION">
            <summary>
The supplied host generation has been invalidated and may not be used for the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_HANDLE_INVALIDATED">
            <summary>
The supplied handle has been invalidated and may not be used for the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPEXEC_CONDITION_NOT_SATISFIED">
            <summary>
The condition supplied for the app execution request was not satisfied, so the request was not performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REQUEST_PAUSED">
            <summary>
The operation was paused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NETWORK_AUTHENTICATION_PROMPT_CANCELED">
            <summary>
The user canceled the authentication prompt to a remote server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1">
            <summary>
The requested function requires SMB1 to be present and enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_NOT_SHAREABLE">
            <summary>
The specified printer cannot be shared.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PRINTER_DRIVER_MANIFEST">
            <summary>
The printer driver does not contain a valid manifest, or contains too many manifests.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINT_JOB_RESTART_REQUIRED">
            <summary>
The requested print job has failed to print. A print system update requires the job to be resubmitted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED">
            <summary>
The specified printer driver was not found on the system and needs to be downloaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAIL_REBOOT_INITIATED">
            <summary>
The requested operation failed. A system reboot has been initiated to roll back changes made.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAIL_REBOOT_REQUIRED">
            <summary>
The requested operation failed. A system reboot is required to roll back changes made.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND">
            <summary>
Unable to find a core driver package that is required by the printer driver package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_DRIVER_PACKAGE_IN_USE">
            <summary>
The specified printer driver package is currently in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_DRIVER_BLOCKED">
            <summary>
The printer driver is known to harm the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_DRIVER_WARNED">
            <summary>
The printer driver is known to be unreliable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_NOT_FOUND">
            <summary>
No printers were found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SUCCESS_RESTART_REQUIRED">
            <summary>
The requested operation is successful. Changes will not be effective until the service is restarted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SUCCESS_REBOOT_REQUIRED">
            <summary>
The requested operation is successful. Changes will not be effective until the system is rebooted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_HAS_JOBS_QUEUED">
            <summary>
The requested operation is not allowed when there are jobs queued to the printer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINT_MONITOR_IN_USE">
            <summary>
The specified print monitor is currently in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PRINT_MONITOR">
            <summary>
The specified print monitor does not have the required functions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINT_MONITOR_ALREADY_INSTALLED">
            <summary>
The specified print monitor has already been installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED">
            <summary>
The specified print processor has already been installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPL_NO_ADDJOB">
            <summary>
An AddJob call was not issued.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPL_NO_STARTDOC">
            <summary>
A StartDocPrinter call was not issued.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPOOL_FILE_NOT_FOUND">
            <summary>
The spool file was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_DRIVER_IN_USE">
            <summary>
The specified printer driver is currently in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_PRINT_MONITOR">
            <summary>
The specified print monitor is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_IN_USE">
            <summary>
The device is in use by an active process and cannot be disconnected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACTIVE_CONNECTIONS">
            <summary>
Active connections still exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPEN_FILES">
            <summary>
This network connection has files open or requests pending.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_CONNECTED">
            <summary>
This network connection does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_USERNAME">
            <summary>
The specified username is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT">
            <summary>
The network connection was made successfully using default credentials.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONNECTED_OTHER_PASSWORD">
            <summary>
The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROFILE_DOES_NOT_MATCH_DEVICE">
            <summary>
The specified profile is intended for a device of a different type than the specified device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_COLORINDEX">
            <summary>
The specified named color index is not present in the profile.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COLORSPACE_MISMATCH">
            <summary>
The specified transform does not match the bitmap's color space.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_TRANSFORM">
            <summary>
The specified color transform is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DELETING_ICM_XFORM">
            <summary>
There was an error while deleting the color transform.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ICM_NOT_ENABLED">
            <summary>
Image Color Management is not enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_COLORSPACE">
            <summary>
The specified color space is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROFILE_NOT_FOUND">
            <summary>
The specified color profile was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE">
            <summary>
The specified color profile is not associated with the specified device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DUPLICATE_TAG">
            <summary>
The specified tag is already present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TAG_NOT_PRESENT">
            <summary>
A required tag is not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TAG_NOT_FOUND">
            <summary>
The specified tag was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PROFILE">
            <summary>
The specified color profile is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_CMM">
            <summary>
The specified color management module is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIPPING_NOT_SUPPORTED">
            <summary>
The requested clipping operation is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSFORM_NOT_SUPPORTED">
            <summary>
The requested transformation operation is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_METAFILE_NOT_SUPPORTED">
            <summary>
The requested metafile operation is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_WINDOW_STYLE">
            <summary>
The window style or class attribute is invalid for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_DRIVER">
            <summary>
The specified driver is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PIXEL_FORMAT">
            <summary>
The pixel format is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOST_MODE_LOGON_RESTRICTION">
            <summary>
An administrator has restricted sign in. To sign in, make sure your device is connected to the Internet, and have your administrator sign in first.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PASSWORD_CHANGE_REQUIRED">
            <summary>
Logon Failure: EAS policy requires that the user change their password before this operation can be performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NTLM_BLOCKED">
            <summary>
Authentication failed because NTLM authentication has been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED">
            <summary>
Remote connections to the Print Spooler are blocked by a policy set on your machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_AUTHENTICATION_FIREWALL_FAILED">
            <summary>
The computer you are signing into is protected by an authentication firewall. The specified account is not allowed to authenticate to the computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED">
            <summary>
The current user's delegated trust deletion quota has been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED">
            <summary>
The total delegated trust creation quota has been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PER_USER_TRUST_QUOTA_EXCEEDED">
            <summary>
The current user's delegated trust creation quota has been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONTEXT_EXPIRED">
            <summary>
The context has expired and can no longer be used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_KM_DRIVER_BLOCKED">
            <summary>
The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_GRP_ELT_NOT_REMOVED">
            <summary>
The group element could not be removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_GRP_ELT_NOT_ADDED">
            <summary>
The group element could not be added.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_PRF_ELT_NOT_REMOVED">
            <summary>
The specified profile element could not be removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_PRF_ELT_NOT_ADDED">
            <summary>
The specified profile element could not be added.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_PROFILE_NOT_ADDED">
            <summary>
The specified profile entry could not be added.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INTERFACE_NOT_EXPORTED">
            <summary>
Interface could not be exported to the specified entry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NOT_ALL_OBJS_EXPORTED">
            <summary>
Not all object UUIDs could be exported to the specified entry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_ENTRY_TYPE_MISMATCH">
            <summary>
The entry is not of the expected type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_RESOLVE_FILENAME">
            <summary>
The name of the file cannot be resolved by the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_ACCESS_FILE">
            <summary>
The file cannot be accessed by the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SITENAME">
            <summary>
No site name is available for this machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_PIPE_EMPTY">
            <summary>
No more data is available from the RPC pipe.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_PIPE_DISCIPLINE_ERROR">
            <summary>
The RPC call completed before all pipes were processed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_PIPE_CLOSED">
            <summary>
The RPC pipe object has already been closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_ASYNC_CALL">
            <summary>
Invalid asynchronous RPC call handle for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_ASYNC_HANDLE">
            <summary>
Invalid asynchronous remote procedure call handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_SEND_INCOMPLETE">
            <summary>
Some data remains to be sent in the request buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OR_INVALID_SET">
            <summary>
The object resolver set specified was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OR_INVALID_OID">
            <summary>
The object specified was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.OR_INVALID_OXID">
            <summary>
The object exporter specified was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCOUNT_LOCKED_OUT">
            <summary>
The referenced account is currently locked out and may not be logged on to.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DOMAIN_CONTROLLER_NOT_FOUND">
            <summary>
Could not find the domain controller for this domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PASSWORD_MUST_CHANGE">
            <summary>
The user's password must be changed before signing in.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PRINTER_STATE">
            <summary>
The state of the printer is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_DELETED">
            <summary>
The specified printer has been deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_WAITING">
            <summary>
The specified printer handle is already being waited on
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_FORM_SIZE">
            <summary>
The specified form size is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_FORM_NAME">
            <summary>
The specified form name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_TIME">
            <summary>
The specified time is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_OBJECT">
            <summary>
The object universal unique identifier (UUID) is the nil UUID.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EPT_S_CANT_CREATE">
            <summary>
The endpoint mapper database entry could not be created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_GROUP_MEMBER_NOT_FOUND">
            <summary>
The group member was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_SYSTEM_HANDLE_TYPE_MISMATCH">
            <summary>
The RPC call contains a handle that differs from the declared handle type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_SYSTEM_HANDLE_COUNT_EXCEEDED">
            <summary>
The RPC call contains too many handles to be transmitted in a single request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_DO_NOT_DISTURB">
            <summary>
The RPC server is suspended, and could not be resumed for this request. The call did not execute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_COOKIE_AUTH_FAILED">
            <summary>
HTTP proxy server rejected the connection because the cookie authentication failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_WRONG_PIPE_VERSION">
            <summary>
Unsupported RPC pipe version.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_WRONG_PIPE_ORDER">
            <summary>
An invalid operation was attempted on an RPC pipe object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_INVALID_PIPE_OBJECT">
            <summary>
The RPC pipe object is invalid or corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_WRONG_STUB_VERSION">
            <summary>
Incompatible version of the RPC stub.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_WRONG_ES_VERSION">
            <summary>
Incompatible version of the serializing package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_INVALID_ES_ACTION">
            <summary>
Invalid operation on the encoding/decoding handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NOT_CANCELLED">
            <summary>
Thread is not canceled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_SEC_PKG_ERROR">
            <summary>
A security package specific error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UUID_LOCAL_ONLY">
            <summary>
A UUID that is valid only on this computer has been allocated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NOT_RPC_ERROR">
            <summary>
The error specified is not a valid Windows RPC error code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_PRINC_NAME">
            <summary>
No principal name registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNSUPPORTED_AUTHN_LEVEL">
            <summary>
The requested authentication level is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_COMM_FAILURE">
            <summary>
A communications failure occurred during a remote procedure call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_BINDING_INCOMPLETE">
            <summary>
The binding handle does not contain all required information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_CALL_CANCELLED">
            <summary>
The remote procedure call was cancelled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_INTERFACES">
            <summary>
No interfaces have been registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_ENOUGH_QUOTA">
            <summary>
Not enough quota is available to process this command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_LANG_NOT_FOUND">
            <summary>
The specified resource language ID cannot be found in the image file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_NAME_NOT_FOUND">
            <summary>
The specified resource name cannot be found in the image file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_TYPE_NOT_FOUND">
            <summary>
The specified resource type cannot be found in the image file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_DATA_NOT_FOUND">
            <summary>
The specified image file did not contain a resource section.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVER_HAS_OPEN_HANDLES">
            <summary>
The server is in use and cannot be unloaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DOMAIN_TRUST_INCONSISTENT">
            <summary>
The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOLOGON_SERVER_TRUST_ACCOUNT">
            <summary>
The account used is a server trust account. Use your global user account or local user account to access this server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT">
            <summary>
The account used is a computer account. Use your global user account or local user account to access this server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT">
            <summary>
The account used is an interdomain trust account. Use your global user account or local user account to access this server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_MORE_BINDINGS">
            <summary>
There are no more bindings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ENVIRONMENT">
            <summary>
The environment specified is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DATATYPE">
            <summary>
The specified datatype is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PRINTER_COMMAND">
            <summary>
The printer command is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_ALREADY_EXISTS">
            <summary>
The printer already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PRINTER_NAME">
            <summary>
The printer name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PRIORITY">
            <summary>
The specified priority is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SEPARATOR_FILE">
            <summary>
The specified separator file is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_PRINTPROCESSOR">
            <summary>
The print processor is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_PRINTER_DRIVER">
            <summary>
The printer driver is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_PORT">
            <summary>
The specified port is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTER_DRIVER_ALREADY_INSTALLED">
            <summary>
The specified printer driver is already installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REDIRECTOR_HAS_OPEN_HANDLES">
            <summary>
The redirector is in use and cannot be unloaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCOUNT_EXPIRED">
            <summary>
The user's account has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NETLOGON_NOT_STARTED">
            <summary>
An attempt was made to logon, but the network logon service was not started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_CALL_IN_PROGRESS">
            <summary>
A remote procedure call is already in progress for this thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRUST_FAILURE">
            <summary>
The network logon failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRUSTED_RELATIONSHIP_FAILURE">
            <summary>
The trust relationship between this workstation and the primary domain failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRUSTED_DOMAIN_FAILURE">
            <summary>
The trust relationship between the primary domain and the trusted domain failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_TRUST_SAM_ACCOUNT">
            <summary>
The security database on the server does not have a computer account for this workstation trust relationship.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_TRUST_LSA_SECRET">
            <summary>
The workstation does not have a trust secret.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNRECOGNIZED_MEDIA">
            <summary>
The disk media is not recognized. It may not be formatted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_USER_BUFFER">
            <summary>
The supplied user buffer is not valid for the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_BAD_STUB_DATA">
            <summary>
The stub received bad data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_BYTE_COUNT_TOO_SMALL">
            <summary>
The byte count is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_ENUM_VALUE_OUT_OF_RANGE">
            <summary>
The enumeration value is out of range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_NULL_REF_POINTER">
            <summary>
A null reference pointer was passed to the stub.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_SS_CANNOT_GET_CALL_HANDLE">
            <summary>
The stub is unable to get the remote procedure call handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_SS_HANDLES_MISMATCH">
            <summary>
The binding handles passed to a remote procedure call do not match.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_SS_CONTEXT_DAMAGED">
            <summary>
The context handle changed during a remote procedure call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_SS_IN_NULL_CONTEXT">
            <summary>
A null context handle was passed from the client to the host during a remote procedure call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_SS_CHAR_TRANS_SHORT_FILE">
            <summary>
The file containing the character translation table has fewer than 512 bytes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_SS_CHAR_TRANS_OPEN_FAIL">
            <summary>
Unable to open the character translation table file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_X_NO_MORE_ENTRIES">
            <summary>
The list of RPC servers available for the binding of auto handles has been exhausted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_FP_OVERFLOW">
            <summary>
A floating-point overflow occurred at the RPC server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_FP_UNDERFLOW">
            <summary>
A floating-point underflow occurred at the RPC server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_FP_DIV_ZERO">
            <summary>
A floating-point operation at the RPC server caused a division by zero.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_ADDRESS_ERROR">
            <summary>
An addressing error occurred in the RPC server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_ZERO_DIVIDE">
            <summary>
The RPC server attempted an integer division by zero.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INTERNAL_ERROR">
            <summary>
An internal error occurred in a remote procedure call (RPC).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_CONTEXT_AVAILABLE">
            <summary>
No security context is available to allow impersonation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_CANNOT_SUPPORT">
            <summary>
The requested operation is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_NAF_ID">
            <summary>
The network address family is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NAME_SERVICE_UNAVAILABLE">
            <summary>
The name service is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_ENTRY_NOT_FOUND">
            <summary>
The entry is not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_ENTRY_ALREADY_EXISTS">
            <summary>
The entry already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INTERFACE_NOT_FOUND">
            <summary>
The interface was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NOT_ALL_OBJS_UNEXPORTED">
            <summary>
There is nothing to unexport.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_MORE_MEMBERS">
            <summary>
There are no more members.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_VERS_OPTION">
            <summary>
The version option is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INCOMPLETE_NAME">
            <summary>
The entry name is incomplete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NOTHING_TO_EXPORT">
            <summary>
No interfaces have been exported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EPT_S_NOT_REGISTERED">
            <summary>
There are no more endpoints available from the endpoint mapper.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EPT_S_CANT_PERFORM_OP">
            <summary>
The server endpoint cannot perform the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.EPT_S_INVALID_ENTRY">
            <summary>
The entry is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNKNOWN_AUTHZ_SERVICE">
            <summary>
The authorization service is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_AUTH_IDENTITY">
            <summary>
The security context is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNKNOWN_AUTHN_LEVEL">
            <summary>
The authentication level is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNKNOWN_AUTHN_SERVICE">
            <summary>
The authentication service is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_BINDING_HAS_NO_AUTH">
            <summary>
The binding does not contain any authentication information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_PROCNUM_OUT_OF_RANGE">
            <summary>
The procedure number is out of range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_PROTSEQ_NOT_FOUND">
            <summary>
The RPC protocol sequence was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_STRING_TOO_LONG">
            <summary>
The string is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_MAX_CALLS_TOO_SMALL">
            <summary>
The maximum number of calls is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNKNOWN_AUTHN_TYPE">
            <summary>
The authentication type is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_DUPLICATE_ENDPOINT">
            <summary>
The endpoint is a duplicate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UUID_NO_ADDRESS">
            <summary>
No network address is available to use to construct a universal unique identifier (UUID).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNSUPPORTED_NAME_SYNTAX">
            <summary>
The name syntax is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_NAME_SYNTAX">
            <summary>
The name syntax is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_ENTRY_NAME">
            <summary>
The binding does not contain an entry name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_BOUND">
            <summary>
The array bounds are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_TAG">
            <summary>
The tag is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNSUPPORTED_TYPE">
            <summary>
The universal unique identifier (UUID) type is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNSUPPORTED_TRANS_SYN">
            <summary>
The transfer syntax is not supported by the RPC server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_PROXY_ACCESS_DENIED">
            <summary>
Access to the HTTP proxy is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_PROTOCOL_ERROR">
            <summary>
A remote procedure call (RPC) protocol error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_CALL_FAILED_DNE">
            <summary>
The remote procedure call failed and did not execute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_CALL_FAILED">
            <summary>
The remote procedure call failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_CALL_ACTIVE">
            <summary>
There are no remote procedure calls active on this thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_NETWORK_OPTIONS">
            <summary>
The network options are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_SERVER_TOO_BUSY">
            <summary>
The RPC server is too busy to complete this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_SERVER_UNAVAILABLE">
            <summary>
The RPC server is unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_OUT_OF_RESOURCES">
            <summary>
Not enough resources are available to complete this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_CANT_CREATE_ENDPOINT">
            <summary>
The endpoint cannot be created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_PROTSEQS">
            <summary>
There are no protocol sequences.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_BINDINGS">
            <summary>
There are no bindings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNKNOWN_IF">
            <summary>
The interface is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_UNKNOWN_MGR_TYPE">
            <summary>
The manager type is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NOT_LISTENING">
            <summary>
The RPC server is not listening.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_PROTSEQS_REGISTERED">
            <summary>
No protocol sequences have been registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_ALREADY_LISTENING">
            <summary>
The RPC server is already listening.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_TYPE_ALREADY_REGISTERED">
            <summary>
The type universal unique identifier (UUID) has already been registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_ALREADY_REGISTERED">
            <summary>
The object universal unique identifier (UUID) has already been registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_OBJECT_NOT_FOUND">
            <summary>
The object universal unique identifier (UUID) was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_TIMEOUT">
            <summary>
The timeout value is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_NO_ENDPOINT_FOUND">
            <summary>
No endpoint was found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_NET_ADDR">
            <summary>
The network address is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_ENDPOINT_FORMAT">
            <summary>
The endpoint format is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_STRING_UUID">
            <summary>
The string universal unique identifier (UUID) is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_RPC_PROTSEQ">
            <summary>
The RPC protocol sequence is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_PROTSEQ_NOT_SUPPORTED">
            <summary>
The RPC protocol sequence is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_BINDING">
            <summary>
The binding handle is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_WRONG_KIND_OF_BINDING">
            <summary>
The binding handle is not the correct type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.RPC_S_INVALID_STRING_BINDING">
            <summary>
The string binding is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT">
            <summary>
A return address hijack is being attempted. This is supported by the operating system when user-mode shadow stacks are enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CROSS_PARTITION_VIOLATION">
            <summary>
An invalid cross-partition private file/section access was attempted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SET_CONTEXT_DENIED">
            <summary>
The thread context could not be updated because this has been restricted for the process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STRICT_CFG_VIOLATION">
            <summary>
The specified image file was blocked from loading because it does not enable a feature required by the process: Control Flow Guard.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SAME_OBJECT">
            <summary>
The objects are not identical.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DYNAMIC_CODE_BLOCKED">
            <summary>
The operation was blocked as the process prohibits dynamic code generation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_REJECTED">
            <summary>
The app that you are trying to run is not supported on this version of Windows.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAIL_FAST_EXCEPTION">
            <summary>
A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_SERVICE_SAFEBOOT">
            <summary>
The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT">
            <summary>
Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PATCH_XML">
            <summary>
The XML update data is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_REMOVAL_DISALLOWED">
            <summary>
Update removal was disallowed by policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_NO_SEQUENCE">
            <summary>
No valid sequence could be found for the set of updates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_PATCH">
            <summary>
The update is not applied to this product.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_REMOVAL_UNSUPPORTED">
            <summary>
Uninstallation of the update package is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_REMOTE_PROHIBITED">
            <summary>
The Windows Installer does not permit installation from a Remote Desktop Connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_TRANSFORM_REJECTED">
            <summary>
One or more customizations are not permitted by software restriction policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_PACKAGE_REJECTED">
            <summary>
The update package is not permitted by software restriction policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_TARGET_NOT_FOUND">
            <summary>
The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SUCCESS_REBOOT_INITIATED">
            <summary>
The requested operation completed successfully. The system will be restarted so the changes can take effect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_REMOTE_DISALLOWED">
            <summary>
Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_COMMAND_LINE">
            <summary>
Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRODUCT_VERSION">
            <summary>
Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_PACKAGE_UNSUPPORTED">
            <summary>
This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_PACKAGE_INVALID">
            <summary>
This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATCH_PACKAGE_OPEN_FAILED">
            <summary>
This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_NOTUSED">
            <summary>
Component not used on this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_PLATFORM_UNSUPPORTED">
            <summary>
This installation package is not supported by this processor type. Contact your product vendor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_TEMP_UNWRITABLE">
            <summary>
The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CREATE_FAILED">
            <summary>
The Windows Installer service failed to start. Contact your support personnel.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNSUPPORTED_TYPE">
            <summary>
Data of this type is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DATATYPE_MISMATCH">
            <summary>
Data supplied is of wrong type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_TABLE">
            <summary>
Invalid or unknown table specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FUNCTION_FAILED">
            <summary>
Function failed during execution.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FUNCTION_NOT_CALLED">
            <summary>
Function could not be executed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_PACKAGE_REJECTED">
            <summary>
This installation is forbidden by system policy. Contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_TRANSFORM_FAILURE">
            <summary>
Error applying transforms. Verify that the specified transform paths are valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_LANGUAGE_UNSUPPORTED">
            <summary>
The language of this installation package is not supported by your system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_LOG_FAILURE">
            <summary>
Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_UI_FAILURE">
            <summary>
There was an error starting the Windows Installer service user interface. Contact your support personnel.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_PACKAGE_INVALID">
            <summary>
This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_PACKAGE_OPEN_FAILED">
            <summary>
This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_ALREADY_RUNNING">
            <summary>
Another installation is already in progress. Complete that installation before proceeding with this install.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_REMOVED">
            <summary>
The device has been removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_FIELD">
            <summary>
Record field does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_QUERY_SYNTAX">
            <summary>
SQL query syntax invalid or unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRODUCT_UNINSTALLED">
            <summary>
Product is uninstalled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_PACKAGE_VERSION">
            <summary>
This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_SOURCE_ABSENT">
            <summary>
The installation source for this product is not available. Verify that the source exists and that you can access it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INDEX_ABSENT">
            <summary>
Component qualifier not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_CONFIGURATION">
            <summary>
The configuration data for this product is corrupt. Contact your support personnel.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_HANDLE_STATE">
            <summary>
Handle is in an invalid state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_PROPERTY">
            <summary>
Unknown property.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_COMPONENT">
            <summary>
Component ID not registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_FEATURE">
            <summary>
Feature ID not registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_PRODUCT">
            <summary>
This action is only valid for products that are currently installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_SUSPEND">
            <summary>
Installation suspended, incomplete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_FAILURE">
            <summary>
Fatal error during installation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_USEREXIT">
            <summary>
User cancelled installation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTALL_SERVICE_FAILURE">
            <summary>
The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_THREAD_ALREADY_IN_TASK">
            <summary>
The specified thread is already joining a task.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_TASK_INDEX">
            <summary>
The specified task index is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_TASK_NAME">
            <summary>
The specified task name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_JOB_NO_CONTAINER">
            <summary>
The specified Job does not have a container assigned to it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONTAINER_ASSIGNED">
            <summary>
The specified Job already has a container assigned to it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVENTLOG_FILE_CHANGED">
            <summary>
The event log file has changed between read operations.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_FILE_FULL">
            <summary>
The event log file is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVENTLOG_CANT_START">
            <summary>
No event log file could be opened, so the event logging service did not start.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVENTLOG_FILE_CORRUPT">
            <summary>
The event log file is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_GUI_PROCESS">
            <summary>
Unable to finish the requested operation because the specified process is not a GUI process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_NVRAM_RESOURCES">
            <summary>
Insufficient NVRAM resources exist to complete the requested service. A reboot might be required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_AUTHIP_FAILURE">
            <summary>
There was an AuthIP failure when attempting to connect to the remote host.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WRONG_COMPARTMENT">
            <summary>
The caller made the connection request in the wrong routing compartment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESTART_APPLICATION">
            <summary>
This application must be restarted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_XMLDSIG_ERROR">
            <summary>
An error was encountered while processing an XML digital signature.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_XML_PARSE_ERROR">
            <summary>
Windows was unable to parse the requested XML data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYMLINK_NOT_SUPPORTED">
            <summary>
This application does not support the current operation on symbolic links.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYMLINK_CLASS_DISABLED">
            <summary>
The symbolic link cannot be followed because its type is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INCORRECT_SIZE">
            <summary>
Incorrect size argument.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MONITOR_HANDLE">
            <summary>
Invalid monitor handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIMEOUT">
            <summary>
This operation returned because the timeout period expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION">
            <summary>
This operation requires an interactive window station.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOOK_TYPE_NOT_ALLOWED">
            <summary>
Hook type not allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_KEYBOARD_HANDLE">
            <summary>
Invalid keyboard layout handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MENU_ITEM_NOT_FOUND">
            <summary>
A menu item was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COMMITMENT_LIMIT">
            <summary>
The paging file is too small for this operation to complete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGEFILE_QUOTA">
            <summary>
Insufficient quota to complete the requested service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WORKING_SET_QUOTA">
            <summary>
Insufficient quota to complete the requested service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGED_SYSTEM_RESOURCES">
            <summary>
Insufficient system resources exist to complete the requested service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NONPAGED_SYSTEM_RESOURCES">
            <summary>
Insufficient system resources exist to complete the requested service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SYSTEM_RESOURCES">
            <summary>
Insufficient system resources exist to complete the requested service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SHOWWIN_COMMAND">
            <summary>
Cannot show or remove the window in the way specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SCROLLBAR_RANGE">
            <summary>
Scroll bar range cannot be greater than MAXLONG.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SCROLLBARS">
            <summary>
The window does not have scroll bars.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_POPUP_ALREADY_ACTIVE">
            <summary>
Popup menu already active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NON_MDICHILD_WINDOW">
            <summary>
Cannot process a message from a window that is not a multiple document interface (MDI) window.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_THREAD_ID">
            <summary>
Invalid thread identifier.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_GW_COMMAND">
            <summary>
Invalid GW_* command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_CHILD_WINDOW">
            <summary>
The window is not a child window.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HWNDS_HAVE_DIFF_PARENT">
            <summary>
All handles to windows in a multiple-window position structure must have the same parent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SCREEN_ALREADY_LOCKED">
            <summary>
Screen already locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SPI_VALUE">
            <summary>
Invalid system-wide (SPI_*) parameter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MSGBOX_STYLE">
            <summary>
Invalid message box style.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SYSTEM_MENU">
            <summary>
The window does not have a system menu.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CHILD_WINDOW_MENU">
            <summary>
Child windows cannot have menus.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DESTROY_OBJECT_OF_OTHER_THREAD">
            <summary>
Cannot destroy object created by another thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LB_WITHOUT_TABSTOPS">
            <summary>
This list box does not support tab stops.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SETCOUNT_ON_BAD_LB">
            <summary>
LB_SETCOUNT sent to non-lazy list box.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LB_MESSAGE">
            <summary>
Invalid message for single-selection list box.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOOK_NOT_INSTALLED">
            <summary>
The hook procedure is not installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_JOURNAL_HOOK_SET">
            <summary>
The journal hook procedure is already installed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GLOBAL_ONLY_HOOK">
            <summary>
This hook procedure can only be set globally.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOOK_NEEDS_HMOD">
            <summary>
Cannot set nonlocal hook without a module handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_FILTER_PROC">
            <summary>
Invalid hook procedure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_HOOK_FILTER">
            <summary>
Invalid hook procedure type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DC_NOT_FOUND">
            <summary>
Invalid device context (DC) handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_EDIT_HEIGHT">
            <summary>
Height must be less than 256.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WINDOW_NOT_COMBOBOX">
            <summary>
The window is not a combo box.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_COMBOBOX_MESSAGE">
            <summary>
Invalid message for a combo box because it does not have an edit control.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONTROL_ID_NOT_FOUND">
            <summary>
Control ID not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WINDOW_NOT_DIALOG">
            <summary>
The window is not a valid dialog window.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOTKEY_NOT_REGISTERED">
            <summary>
Hot key is not registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIPBOARD_NOT_OPEN">
            <summary>
Thread does not have a clipboard open.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_WILDCARD_CHARACTERS">
            <summary>
No wildcards were found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LISTBOX_ID_NOT_FOUND">
            <summary>
The list box identifier was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRIVATE_DIALOG_INDEX">
            <summary>
Using private DIALOG window words.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ICON_HANDLE">
            <summary>
Invalid icon handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_INDEX">
            <summary>
Invalid index.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLASS_HAS_WINDOWS">
            <summary>
Class still has open windows.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLASS_DOES_NOT_EXIST">
            <summary>
Class does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLASS_ALREADY_EXISTS">
            <summary>
Class already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOTKEY_ALREADY_REGISTERED">
            <summary>
Hot key is already registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WINDOW_OF_OTHER_THREAD">
            <summary>
Invalid window; it belongs to other thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_FIND_WND_CLASS">
            <summary>
Cannot find window class.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TLW_WITH_WSCHILD">
            <summary>
Cannot create a top-level child window.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DWP_HANDLE">
            <summary>
Invalid handle to a multiple-window position structure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_HOOK_HANDLE">
            <summary>
Invalid hook handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ACCEL_HANDLE">
            <summary>
Invalid accelerator table handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_CURSOR_HANDLE">
            <summary>
Invalid cursor handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MENU_HANDLE">
            <summary>
Invalid menu handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_WINDOW_HANDLE">
            <summary>
Invalid window handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CURRENT_DOMAIN_NOT_ALLOWED">
            <summary>
This operation cannot be performed on the current domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIME_SKEW">
            <summary>
There is a time and/or date difference between the client and server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUTUAL_AUTH_FAILED">
            <summary>
Mutual Authentication failed. The server's password is out of date at the domain controller.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WRONG_TARGET_NAME">
            <summary>
The target account name is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LICENSE_QUOTA_EXCEEDED">
            <summary>
The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_USER_SESSION_KEY">
            <summary>
There is no user session key for the specified logon session.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_CORRUPT">
            <summary>
The disk structure is corrupted and unreadable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_CORRUPT">
            <summary>
The file or directory is corrupted and unreadable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_INHERITANCE">
            <summary>
Indicates an ACL contains no inheritable components.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LM_CROSS_ENCRYPTION_REQUIRED">
            <summary>
A cross-encrypted password is necessary to change this user password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_SIDS">
            <summary>
Too many security IDs have been specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MEMBER">
            <summary>
A new member could not be added to a local group because the member has the wrong account type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_MEMBER">
            <summary>
A member could not be added to or removed from the local group because the member does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NT_CROSS_ENCRYPTION_REQUIRED">
            <summary>
A cross-encrypted password is necessary to change a user password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOGON_TYPE_NOT_GRANTED">
            <summary>
Logon failure: the user has not been granted the requested logon type at this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_CONTEXT_IDS">
            <summary>
During a logon attempt, the user's security context accumulated too many security IDs.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INTERNAL_DB_ERROR">
            <summary>
The local security authority database contains an internal inconsistency.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECRET_TOO_LONG">
            <summary>
The length of a secret exceeds the maximum length allowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_SECRETS">
            <summary>
The maximum number of secrets that may be stored in a single system has been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOGON_NOT_GRANTED">
            <summary>
Logon failure: the user has not been granted the requested logon type at this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALIAS_EXISTS">
            <summary>
The specified local group already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEMBER_IN_ALIAS">
            <summary>
The specified account name is already a member of the group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEMBER_NOT_IN_ALIAS">
            <summary>
The specified account name is not a member of the group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_ALIAS">
            <summary>
The specified local group does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOKEN_ALREADY_IN_USE">
            <summary>
The token is already in use as a primary token.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEMBERS_PRIMARY_GROUP">
            <summary>
The user cannot be removed from a group because the group is currently the user's primary group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPECIAL_USER">
            <summary>
Cannot perform this operation on this built-in special user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPECIAL_GROUP">
            <summary>
Cannot perform this operation on this built-in special group.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPECIAL_ACCOUNT">
            <summary>
Cannot perform this operation on built-in accounts.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RXACT_COMMIT_FAILURE">
            <summary>
An internal security database corruption has been encountered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RXACT_INVALID_STATE">
            <summary>
The transaction state of a registry subtree is incompatible with the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_IMPERSONATE">
            <summary>
Unable to impersonate using a named pipe until data has been read from that pipe.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LOGON_TYPE">
            <summary>
A logon request contained an invalid logon type value.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOGON_SESSION_COLLISION">
            <summary>
The logon session ID is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_LOGON_SESSION_STATE">
            <summary>
The logon session is not in a state that is consistent with the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_PACKAGE">
            <summary>
A specified authentication package is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOGON_SESSION_EXISTS">
            <summary>
Cannot start a new logon session with an ID that is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_LOGON_PROCESS">
            <summary>
The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_DESCRIPTOR_FORMAT">
            <summary>
A security descriptor is not in the right format (absolute or self-relative).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GENERIC_NOT_MAPPED">
            <summary>
Generic access types were contained in an access mask which should already be mapped to nongeneric types.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INTERNAL_ERROR">
            <summary>
An internal error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INTERNAL_DB_CORRUPTION">
            <summary>
Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DOMAIN_LIMIT_EXCEEDED">
            <summary>
An attempt was made to exceed the limit on the number of domains per server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DOMAIN_EXISTS">
            <summary>
The specified domain already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_DOMAIN">
            <summary>
The specified domain either does not exist or could not be contacted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DOMAIN_ROLE">
            <summary>
This operation is only allowed for the Primary Domain Controller of the domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DOMAIN_STATE">
            <summary>
The domain was in the wrong state to perform the security operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SERVER_STATE">
            <summary>
The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_ACCESS_DOMAIN_INFO">
            <summary>
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SECURITY_ON_OBJECT">
            <summary>
Unable to perform a security operation on an object that has no associated security.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_TOKEN_TYPE">
            <summary>
The type of the token is inappropriate for its attempted use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_VALIDATION_CLASS">
            <summary>
The validation information class requested was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_OPEN_ANONYMOUS">
            <summary>
Cannot open an anonymous level security token.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_IMPERSONATION_LEVEL">
            <summary>
Either a required impersonation level was not provided, or the provided impersonation level is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_GROUP_ATTRIBUTES">
            <summary>
The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALLOTTED_SPACE_EXCEEDED">
            <summary>
No more memory is available for security information updates.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ID_AUTHORITY">
            <summary>
The value provided was an invalid value for an identifier authority.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVER_NOT_DISABLED">
            <summary>
The server is currently enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVER_DISABLED">
            <summary>
The server is currently disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_INHERITANCE_ACL">
            <summary>
The inherited access control list (ACL) or access control entry (ACE) could not be built.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SECURITY_DESCR">
            <summary>
The security descriptor structure is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SID">
            <summary>
The security ID structure is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ACL">
            <summary>
The access control list (ACL) structure is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SUB_AUTHORITY">
            <summary>
The subauthority part of a security ID is invalid for this particular use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LUIDS_EXHAUSTED">
            <summary>
No more local user identifiers (LUIDs) are available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_LUIDS_REQUESTED">
            <summary>
Too many local user identifiers (LUIDs) were requested at one time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NONE_MAPPED">
            <summary>
No mapping between account names and security IDs was done.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCOUNT_DISABLED">
            <summary>
This user can't sign in because this account is currently disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PASSWORD_EXPIRED">
            <summary>
The password for this account has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_WORKSTATION">
            <summary>
This user isn't allowed to sign in to this computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LOGON_HOURS">
            <summary>
Your account has time restrictions that keep you from signing in right now.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCOUNT_RESTRICTION">
            <summary>
Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOGON_FAILURE">
            <summary>
The user name or password is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PASSWORD_RESTRICTION">
            <summary>
Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ILL_FORMED_PASSWORD">
            <summary>
Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WRONG_PASSWORD">
            <summary>
Unable to update the password. The value provided as the current password is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LAST_ADMIN">
            <summary>
This operation is disallowed as it could result in an administration account being disabled, deleted or unable to logon.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEMBER_NOT_IN_GROUP">
            <summary>
The specified user account is not a member of the specified group account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEMBER_IN_GROUP">
            <summary>
Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_GROUP">
            <summary>
The specified group does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GROUP_EXISTS">
            <summary>
The specified group already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_USER">
            <summary>
The specified account does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_USER_EXISTS">
            <summary>
The specified account already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ACCOUNT_NAME">
            <summary>
The name provided is not a properly formed account name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRIVILEGE_NOT_HELD">
            <summary>
A required privilege is not held by the client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_PRIVILEGE">
            <summary>
A specified privilege does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_LOGON_SESSION">
            <summary>
A specified logon session does not exist. It may already have been terminated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_LOGON_SERVERS">
            <summary>
We can't sign you in with this credential because your domain isn't available. Make sure your device is connected to your organization's network and try again. If you previously signed in on this device with another credential, you can sign in with that credential.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_DISABLE_MANDATORY">
            <summary>
The group may not be disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_IMPERSONATION_TOKEN">
            <summary>
An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PRIMARY_GROUP">
            <summary>
This security ID may not be assigned as the primary group of an object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_OWNER">
            <summary>
This security ID may not be assigned as the owner of this object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REVISION_MISMATCH">
            <summary>
Indicates two revision levels are incompatible.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNKNOWN_REVISION">
            <summary>
The revision level is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NULL_LM_PASSWORD">
            <summary>
The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOCAL_USER_SESSION_KEY">
            <summary>
No encryption key is available. A well-known encryption key was returned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_QUOTAS_FOR_ACCOUNT">
            <summary>
No system quota limits are specifically set for this account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SOME_NOT_MAPPED">
            <summary>
Some mapping between account names and security IDs was not done.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_ALL_ASSIGNED">
            <summary>
Not all privileges or groups referenced are assigned to the caller.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LABEL">
            <summary>
Indicates a particular Security ID may not be assigned as the label of an object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APP_HANG">
            <summary>
A thread involved in this operation appears to be unresponsive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE">
            <summary>
A privilege that the service requires to function properly does not exist in the service account configuration.
You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONTENT_BLOCKED">
            <summary>
The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_QUOTA_EXCEEDED">
            <summary>
The requested file operation failed because the storage quota was exceeded.
To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_NOTIFY_CLIENT_LAGGING">
            <summary>
The service notification client is lagging too far behind the current state of services in the machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROCESS_IS_PROTECTED">
            <summary>
Either the target process, or the target thread's containing process, is a protected process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IMPLEMENTATION_LIMIT">
            <summary>
An operation attempted to exceed an implementation-defined limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVER_PROCESS_TERMINATED">
            <summary>
The process hosting the driver for this device has been terminated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INCOMPATIBLE_SERVICE_SID_TYPE">
            <summary>
The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BEYOND_VDL">
            <summary>
The operation occurred beyond the valid data length of the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_CRUNTIME_PARAMETER">
            <summary>
The parameter passed to a C runtime function is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNIDENTIFIED_ERROR">
            <summary>
Insufficient information exists to identify the cause of failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VDM_DISALLOWED">
            <summary>
%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DELAY_LOAD_FAILED">
            <summary>
An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEBUGGER_INACTIVE">
            <summary>
An attempt to do an operation on a debug object failed because the object is in the process of being deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PARAMETER_QUOTA_EXCEEDED">
            <summary>
Data present in one of the parameters is more than the function can operate on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STACK_BUFFER_OVERRUN">
            <summary>
The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_THREAD">
            <summary>
The current thread has already been converted from a fiber.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_FIBER">
            <summary>
The current thread has already been converted to a fiber.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RECOVERY_FAILURE">
            <summary>
A transaction recover failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER">
            <summary>
Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCESS_DISABLED_WEBBLADE">
            <summary>
Windows cannot open this program since it has been disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_IMPORT_OF_NON_DLL">
            <summary>
A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVER_BLOCKED">
            <summary>
This driver has been blocked from loading
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED">
            <summary>
The group policy framework should call the extension in the synchronous foreground policy refresh.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CALLBACK_SUPPLIED_INVALID_DATA">
            <summary>
An application-defined callback gave invalid data when called.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMB_GUEST_LOGON_BLOCKED">
            <summary>
You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MACHINE_LOCKED">
            <summary>
The machine is locked and cannot be shut down without the force option.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DOWNGRADE_DETECTED">
            <summary>
The system cannot contact a domain controller to service the authentication request. Please try again later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMARTCARD_SUBSYSTEM_FAILURE">
            <summary>
The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PKINIT_FAILURE">
            <summary>
The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CSCSHARE_OFFLINE">
            <summary>
The share is currently offline or does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REG_NAT_CONSUMPTION">
            <summary>
A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCESS_DISABLED_BY_POLICY">
            <summary>
This program is blocked by group policy. For more information, contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPHELP_BLOCK">
            <summary>
AppHelp dialog canceled thus preventing the application from starting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NON_DOMAIN_SID">
            <summary>
The security identifier provided does not have a domain component.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NON_ACCOUNT_SID">
            <summary>
The security identifier provided is not from an account domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOST_DOWN">
            <summary>
The remote system is not available. For information about network troubleshooting, see Windows Help.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVER_SHUTDOWN_IN_PROGRESS">
            <summary>
The server machine is shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_ON_SBS">
            <summary>
This operation is not supported on a computer running Windows Server 2003 for Small Business Server
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_USER_PROFILE">
            <summary>
The specified user does not have a valid profile.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OVERRIDE_NOCHANGES">
            <summary>
The group policy framework should call the extension even if there are no changes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ONLY_IF_CONNECTED">
            <summary>
This operation is supported only when you are connected to the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DOMAIN_CONTROLLER_EXISTS">
            <summary>
A domain controller with the specified name already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_SITE">
            <summary>
The specified site does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_MORE_DEVICES">
            <summary>
No more local devices.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_INITIALIZED">
            <summary>
An attempt was made to perform an initialization operation when initialization has already been completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONTINUE">
            <summary>
Continue with work in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_LOGGED_ON">
            <summary>
The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_AUTHENTICATED">
            <summary>
The operation being requested was not performed because the user has not been authenticated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_NOT_FOUND">
            <summary>
The specified service does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_REGISTERED">
            <summary>
The service is already registered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INCORRECT_ADDRESS">
            <summary>
The network address could not be used for the operation requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOGIN_WKSTA_RESTRICTION">
            <summary>
The account is not authorized to log in from this station.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOGIN_TIME_RESTRICTION">
            <summary>
Attempting to log in during an unauthorized time of day for this account.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONNECTION_COUNT_LIMIT">
            <summary>
A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RETRY">
            <summary>
The operation could not be completed. A retry should be performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONNECTION_ABORTED">
            <summary>
The network connection was aborted by the local system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REQUEST_ABORTED">
            <summary>
The request was aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PORT_UNREACHABLE">
            <summary>
No service is operating at the destination network endpoint on the remote system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROTOCOL_UNREACHABLE">
            <summary>
The network location cannot be reached. For information about network troubleshooting, see Windows Help.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HOST_UNREACHABLE">
            <summary>
The network location cannot be reached. For information about network troubleshooting, see Windows Help.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NETWORK_UNREACHABLE">
            <summary>
The network location cannot be reached. For information about network troubleshooting, see Windows Help.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONNECTION_ACTIVE">
            <summary>
An invalid operation was attempted on an active network connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONNECTION_INVALID">
            <summary>
An operation was attempted on a nonexistent network connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ADDRESS_NOT_ASSOCIATED">
            <summary>
An address has not yet been associated with the network endpoint.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ADDRESS_ALREADY_ASSOCIATED">
            <summary>
The network transport endpoint already has an address associated with it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GRACEFUL_DISCONNECT">
            <summary>
The network connection was gracefully closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONNECTION_REFUSED">
            <summary>
The remote computer refused the network connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_USER_MAPPED_FILE">
            <summary>
The requested operation cannot be performed on a file with a user-mapped section open.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANCELLED">
            <summary>
The operation was canceled by the user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_NETWORK">
            <summary>
The network is not present or not started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DUP_DOMAINNAME">
            <summary>
The workgroup or domain name is already in use by another computer on the network.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REMOTE_SESSION_LIMIT_EXCEEDED">
            <summary>
An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SESSION_CREDENTIAL_CONFLICT">
            <summary>
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MESSAGEDEST">
            <summary>
The format of the specified message destination is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MESSAGENAME">
            <summary>
The format of the specified message name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PASSWORDNAME">
            <summary>
The format of the specified password is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SHARENAME">
            <summary>
The format of the specified share name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_NETNAME">
            <summary>
The format of the specified network name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SERVICENAME">
            <summary>
The format of the specified service name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DOMAINNAME">
            <summary>
The format of the specified domain name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_EVENTNAME">
            <summary>
The format of the specified event name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_COMPUTERNAME">
            <summary>
The format of the specified computer name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_GROUPNAME">
            <summary>
The format of the specified group name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXTENDED_ERROR">
            <summary>
An extended error has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_CONTAINER">
            <summary>
Cannot enumerate a noncontainer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_PROFILE">
            <summary>
The network connection profile is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_OPEN_PROFILE">
            <summary>
Unable to open the network connection profile.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_PROVIDER">
            <summary>
The specified network provider name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_NET_OR_BAD_PATH">
            <summary>
The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_ALREADY_REMEMBERED">
            <summary>
The local device name has a remembered connection to another network resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONNECTION_UNAVAIL">
            <summary>
The device is not currently connected but it is a remembered connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_DEVICE">
            <summary>
The specified device name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE">
            <summary>
The system shutdown cannot safely proceed without enabling node maintenance mode for cluster node and waiting for the drain to complete.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHUTDOWN_USERS_LOGGED_ON">
            <summary>
The system shutdown cannot be initiated because there are other users logged on to the computer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHUTDOWN_IS_SCHEDULED">
            <summary>
A system shutdown has already been scheduled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PARTITION_TERMINATING">
            <summary>
An attempt was made to access a partition that has begun termination.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_JOURNAL_ENTRY_DELETED">
            <summary>
The journal entry has been deleted from the journal.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_POTENTIAL_FILE_FOUND">
            <summary>
A file was found, but it may not be the correct file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_JOURNAL_NOT_ACTIVE">
            <summary>
The volume change journal is not active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_JOURNAL_DELETE_IN_PROGRESS">
            <summary>
The volume change journal is being deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_MOVE_REPLACEMENT_2">
            <summary>
Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_MOVE_REPLACEMENT">
            <summary>
Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_REMOVE_REPLACED">
            <summary>
Unable to remove the file to be replaced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_VOLUME_ID">
            <summary>
The Volume ID could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_TRACKING_SERVICE">
            <summary>
The tracking (workstation) service is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_POINT_NOT_FOUND">
            <summary>
The point passed to GetMouseMovePoints is not in the buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SET_NOT_FOUND">
            <summary>
The property set specified does not exist on the object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_MATCH">
            <summary>
There was no match for the specified key in the index.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_FOUND">
            <summary>
Element not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_NOT_CONNECTED">
            <summary>
The device is not connected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_DOOR_OPEN">
            <summary>
The device has indicated that its door is open.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_REQUIRES_CLEANING">
            <summary>
The device has indicated that cleaning is required before further operations are attempted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_REINITIALIZATION_NEEDED">
            <summary>
The indicated device requires reinitialization due to hardware errors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MAGAZINE_NOT_PRESENT">
            <summary>
The indicated element is part of a magazine that is not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ILLEGAL_ELEMENT_ADDRESS">
            <summary>
The indicated element does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DESTINATION_ELEMENT_FULL">
            <summary>
The indicated destination element already contains media.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SOURCE_ELEMENT_EMPTY">
            <summary>
The indicated source element has no media.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MESSAGE_SYNC_ONLY">
            <summary>
The message can be used only with synchronous operations.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_MORE_USER_HANDLES">
            <summary>
The current process has used all of its system allowance of handles for Window Manager objects.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DLL_NOT_FOUND">
            <summary>
One of the library files needed to run this application cannot be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DDE_FAIL">
            <summary>
An error occurred in sending the command to the application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_ASSOCIATION">
            <summary>
No application is associated with the specified file for this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DLL">
            <summary>
One of the library files needed to run this application is damaged.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RMODE_APP">
            <summary>
The specified program was written for an earlier version of Windows.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SINGLE_INSTANCE_APP">
            <summary>
Cannot start more than one instance of the specified program.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APP_WRONG_OS">
            <summary>
The specified program is not a Windows or MS-DOS program.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OLD_WIN_VERSION">
            <summary>
The specified program requires a newer version of Windows.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_LINKS">
            <summary>
An attempt was made to create more links on a file than the file system supports.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SET_POWER_STATE_FAILED">
            <summary>
The system BIOS failed an attempt to change the system power state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SET_POWER_STATE_VETOED">
            <summary>
An attempt to change the system power state was vetoed by another application or driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MAPPED_ALIGNMENT">
            <summary>
The base address or the file offset specified does not have the proper alignment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_POSSIBLE_DEADLOCK">
            <summary>
A potential deadlock condition has been detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_ENOUGH_SERVER_MEMORY">
            <summary>
Not enough server memory resources are available to process this command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EOM_OVERFLOW">
            <summary>
Physical end of tape encountered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_RESET_FAILED">
            <summary>
While accessing the hard disk, a disk controller reset was needed, but even that failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_OPERATION_FAILED">
            <summary>
While accessing the hard disk, a disk operation failed even after retries.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_RECALIBRATE_FAILED">
            <summary>
While accessing the hard disk, a recalibrate operation failed, even after retries.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLOPPY_BAD_REGISTERS">
            <summary>
The floppy disk controller returned inconsistent results in its registers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLOPPY_UNKNOWN_ERROR">
            <summary>
The floppy disk controller reported an error that is not recognized by the floppy disk driver.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLOPPY_WRONG_CYLINDER">
            <summary>
Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLOPPY_ID_MARK_NOT_FOUND">
            <summary>
No ID address mark was found on the floppy disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COUNTER_TIMEOUT">
            <summary>
A serial I/O operation completed because the timeout period expired.
(The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MORE_WRITES">
            <summary>
A serial I/O operation was completed by another write to the serial port.
(The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IRQ_BUSY">
            <summary>
Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERIAL_NO_DEVICE">
            <summary>
No serial device was successfully initialized. The serial driver will unload.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IO_DEVICE">
            <summary>
The request could not be performed because of an I/O device error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SHUTDOWN_IN_PROGRESS">
            <summary>
Unable to abort the system shutdown because no shutdown was in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHUTDOWN_IN_PROGRESS">
            <summary>
A system shutdown is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DLL_INIT_FAILED">
            <summary>
A dynamic link library (DLL) initialization routine failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_UNICODE_TRANSLATION">
            <summary>
No mapping for the Unicode character exists in the target multi-byte code page.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_MEDIA_IN_DRIVE">
            <summary>
No media in drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BUS_RESET">
            <summary>
The I/O bus was reset.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEDIA_CHANGED">
            <summary>
The media in the drive may have changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_UNLOAD_MEDIA">
            <summary>
Unable to unload the media.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNABLE_TO_LOCK_MEDIA">
            <summary>
Unable to lock the media eject mechanism.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_NOT_PARTITIONED">
            <summary>
Tape partition information could not be found when loading a tape.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_BLOCK_LENGTH">
            <summary>
When accessing a new tape of a multivolume partition, the current block size is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PARTITION_FAILURE">
            <summary>
Tape could not be partitioned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_DATA_DETECTED">
            <summary>
No more data is on the tape.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SETMARK_DETECTED">
            <summary>
A tape access reached the end of a set of files.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BEGINNING_OF_MEDIA">
            <summary>
The beginning of the tape or a partition was encountered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILEMARK_DETECTED">
            <summary>
A tape access reached a filemark.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_END_OF_MEDIA">
            <summary>
The physical end of the tape has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SAFEBOOT_SERVICE">
            <summary>
This service cannot be started in Safe Mode
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_NOT_IN_EXE">
            <summary>
The executable program that this service is configured to run in does not implement the service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_RECOVERY_PROGRAM">
            <summary>
No recovery program has been configured for this service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_DETECT_PROCESS_ABORT">
            <summary>
This service runs in the same process as the service control manager.
Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_DETECT_DRIVER_FAILURE">
            <summary>
Failure actions can only be set for Win32 services, not for drivers.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIFFERENT_SERVICE_ACCOUNT">
            <summary>
The account specified for this service is different from the account specified for other services running in the same process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DUPLICATE_SERVICE_NAME">
            <summary>
The name is already in use as either a service name or a service display name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_NEVER_STARTED">
            <summary>
No attempts to start the service have been made since the last boot.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BOOT_ALREADY_ACCEPTED">
            <summary>
The current boot has already been accepted for use as the last-known-good control set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_DEPENDENCY_DELETED">
            <summary>
The dependency service does not exist or has been marked for deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_RUNNING_LKG">
            <summary>
The system is currently running with the last-known-good configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_EXISTS">
            <summary>
The specified service already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_MARKED_FOR_DELETE">
            <summary>
The specified service has been marked for deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SERVICE_LOCK">
            <summary>
The specified service database lock is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_START_HANG">
            <summary>
After starting, the service hung in a start-pending state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_LOGON_FAILED">
            <summary>
The service did not start due to a logon failure.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_DEPENDENCY_FAIL">
            <summary>
The dependency service or group failed to start.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROCESS_ABORTED">
            <summary>
The process terminated unexpectedly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_SPECIFIC_ERROR">
            <summary>
The service has returned a service-specific error code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DATABASE_DOES_NOT_EXIST">
            <summary>
The database specified does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXCEPTION_IN_SERVICE">
            <summary>
An exception occurred in the service when handling the control request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAILED_SERVICE_CONTROLLER_CONNECT">
            <summary>
The service process could not connect to the service controller.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_NOT_ACTIVE">
            <summary>
The service has not been started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_CANNOT_ACCEPT_CTRL">
            <summary>
The service cannot accept control messages at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_DOES_NOT_EXIST">
            <summary>
The specified service does not exist as an installed service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CIRCULAR_DEPENDENCY">
            <summary>
Circular service dependency was specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_DISABLED">
            <summary>
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SERVICE_ACCOUNT">
            <summary>
The account name is invalid or does not exist, or the password is invalid for the account name specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_ALREADY_RUNNING">
            <summary>
An instance of the service is already running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_DATABASE_LOCKED">
            <summary>
The service database is locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_NO_THREAD">
            <summary>
A thread could not be created for the service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_REQUEST_TIMEOUT">
            <summary>
The service did not respond to the start or control request in a timely fashion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SERVICE_CONTROL">
            <summary>
The requested control is not valid for this service.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEPENDENT_SERVICES_RUNNING">
            <summary>
A stop control has been sent to a service that other running services are dependent on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOTIFY_ENUM_DIR">
            <summary>
A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CHILD_MUST_BE_VOLATILE">
            <summary>
Cannot create a stable subkey under a volatile parent key.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_KEY_HAS_CHILDREN">
            <summary>
Cannot create a symbolic link in a registry key that already has subkeys or values.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_LOG_SPACE">
            <summary>
System could not allocate the required space in a registry log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_KEY_DELETED">
            <summary>
Illegal operation attempted on a registry key that has been marked for deletion.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_REGISTRY_FILE">
            <summary>
The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REGISTRY_IO_FAILED">
            <summary>
An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REGISTRY_CORRUPT">
            <summary>
The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REGISTRY_RECOVERED">
            <summary>
One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANTWRITE">
            <summary>
The configuration registry key could not be written.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANTREAD">
            <summary>
The configuration registry key could not be read.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANTOPEN">
            <summary>
The configuration registry key could not be opened.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BADKEY">
            <summary>
The configuration registry key is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BADDB">
            <summary>
The configuration registry database is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_TOKEN">
            <summary>
An attempt was made to reference a token that does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FULLSCREEN_MODE">
            <summary>
The requested operation cannot be performed in full-screen mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_INVALID">
            <summary>
The volume for a file has been externally altered so that the opened file is no longer valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNRECOGNIZED_VOLUME">
            <summary>
The volume does not contain a recognized file system.
Please make sure that all required file system drivers are loaded and that the volume is not corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_FLAGS">
            <summary>
Invalid flags.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAN_NOT_COMPLETE">
            <summary>
Cannot complete this function.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MESSAGE">
            <summary>
The window cannot act on the sent message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STACK_OVERFLOW">
            <summary>
Recursion too deep; the stack overflowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SWAPERROR">
            <summary>
Error performing inpage operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOACCESS">
            <summary>
Invalid access to memory location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IO_PENDING">
            <summary>
Overlapped I/O operation is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IO_INCOMPLETE">
            <summary>
Overlapped I/O event is not in a signaled state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPERATION_ABORTED">
            <summary>
The I/O operation has been aborted because of either a thread exit or an application request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EA_ACCESS_DENIED">
            <summary>
Access to the extended attribute was denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECTION_DIRECT_MAP_ONLY">
            <summary>
The section creation request was failed because it would have been satisfied with a direct map and the caller explicitly signified this was not wanted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FT_READ_FROM_COPY_FAILURE">
            <summary>
The specified copy of the requested data could not be read.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT">
            <summary>
Multiple mappings to shared resource(s) on a server, using different certificate validation preferences, are not allowed. Use the same preference for all mappings to a server and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVER_TRANSPORT_CONFLICT">
            <summary>
Multiple mappings to shared resource(s) on a server, using more than one transport, are not allowed. Use a single transport for all mappings to a server and try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCLAVE_VIOLATION">
            <summary>
An attempt was made to access protected memory in violation of its secure access policy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCLAVE_NOT_TERMINATED">
            <summary>
The specified enclave has not yet been terminated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CPU_SET_INVALID">
            <summary>
The specified CPU Set IDs are invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CALLBACK_INVOKE_INLINE">
            <summary>
The callback function must be invoked inline.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HANDLE_REVOKED">
            <summary>
Access to the specified handle has been revoked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUOTA_ACTIVITY">
            <summary>
The requested operation failed due to quota operation is still in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS">
            <summary>
File metadata optimization is already in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCRYPTED_IO_NOT_POSSIBLE">
            <summary>
The read or write operation to an encrypted file could not be completed because the file has not been opened for data access.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IMAGE_AT_DIFFERENT_BASE">
            <summary>
{Image Relocated}
An image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_HANDLE_REVOKED">
            <summary>
Access to the specified file handle has been revoked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ACE_CONDITION">
            <summary>
The specified access control entry (ACE) contains an invalid condition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_ACE_CONDITION">
            <summary>
The specified access control entry (ACE) does not contain a condition.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPLOCK_HANDLE_CLOSED">
            <summary>
The handle with which this oplock was associated has been closed. The oplock is now broken.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_BREAK_OPLOCK">
            <summary>
The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_GRANT_REQUESTED_OPLOCK">
            <summary>
An oplock of the requested level cannot be granted. An oplock of a lower level may be available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE">
            <summary>
The oplock that was associated with this handle is now associated with a different handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ORPHAN_NAME_EXHAUSTED">
            <summary>
Orphaned files exist on the volume but could not be recovered because no more new names could be created in the recovery directory. Files must be moved from the recovery directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CORRUPT_LOG_CLEARED">
            <summary>
One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CORRUPT_LOG_DELETED_FULL">
            <summary>
One of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CORRUPT_LOG_UNAVAILABLE">
            <summary>
One of the volume corruption logs is unavailable for being operated on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CORRUPT_LOG_CORRUPTED">
            <summary>
One of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CORRUPT_LOG_OVERFULL">
            <summary>
One of the volume corruption logs is full. Further corruptions that may be detected won't be logged.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_REPAIR_UNSUCCESSFUL">
            <summary>
The volume repair was not successful.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_REPAIR_REDIRECTED">
            <summary>
The volume repair could not be performed while it is online.
Please schedule to take the volume offline so that it can be repaired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_MCFG_TABLE">
            <summary>
The resources required for this device conflict with the MCFG table.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR">
            <summary>
{Delayed Write Failed}
Windows was unable to save all the data for the file %hs; the data has been lost.
This error may be caused if the device has been removed or the media is write-protected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR">
            <summary>
{Delayed Write Failed}
Windows was unable to save all the data for the file %hs; the data has been lost.
This error was returned by the server on which the file exists. Please try to save this file elsewhere.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED">
            <summary>
{Delayed Write Failed}
Windows was unable to save all the data for the file %hs; the data has been lost.
This error may be caused by network connectivity issues. Please try to save this file elsewhere.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ABANDON_HIBERFILE">
            <summary>
A valid hibernation file has been invalidated and should be abandoned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY">
            <summary>
Access to %1 has been restricted by your Administrator by policy rule %2.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCESS_AUDIT_BY_POLICY">
            <summary>
Access to %1 is monitored by policy rule %2.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_EXCEPTION">
            <summary>
A thread is getting dispatched with MCA EXCEPTION because of MCA.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION">
            <summary>
The system power state is transitioning from %2 to %3 but could enter %4.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_POWERSTATE_TRANSITION">
            <summary>
The system power state is transitioning from %2 to %3.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE">
            <summary>
The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_REPAIR_DISABLED">
            <summary>
The attempted operation required self healing to be enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEMORY_HARDWARE">
            <summary>
The hardware has reported an uncorrectable memory error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BADSTARTPOSITION">
            <summary>
The iterator's start position is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VERSION_PARSE_ERROR">
            <summary>
A version number could not be parsed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REQUEST_OUT_OF_SEQUENCE">
            <summary>
The client of a component requested an operation which is not valid given the state of the component instance.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_CAPABLE">
            <summary>
The implementation is not capable of performing the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ERRORS_ENCOUNTERED">
            <summary>
One or more errors occurred while processing the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_ACCESSOR_FLAGS">
            <summary>
The data provider was not able to interpret the flags set for a column binding in an accessor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ROWSNOTRELEASED">
            <summary>
The data provider requires that previously fetched data is released before asking for more data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANTSCROLLBACKWARDS">
            <summary>
The data provider cannot scroll backwards through a result set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANTFETCHBACKWARDS">
            <summary>
The data provider cannot fetch backwards through a result set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COMPRESSION_DISABLED">
            <summary>
Compression is disabled for this volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CALLBACK_POP_STACK">
            <summary>
An exception occurred in a user mode callback and the kernel callback frame should be removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_CONTINUE">
            <summary>
Debugger continued
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_EXCEPTION_HANDLED">
            <summary>
Debugger handled exception
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAIT_FOR_OPLOCK">
            <summary>
An operation is blocked waiting for an oplock.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INTERRUPT_STILL_CONNECTED">
            <summary>
The specified interrupt vector is still connected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED">
            <summary>
The specified interrupt vector was already connected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY">
            <summary>
A file system or file system filter driver has successfully completed an FsFilter operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLSNAP_HIBERNATE_READY">
            <summary>
{Volume Shadow Copy Service}
The system is now ready for hibernation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROCESS_IN_JOB">
            <summary>
The specified process is part of a job.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROCESS_NOT_IN_JOB">
            <summary>
The specified process is not part of a job.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOTHING_TO_TERMINATE">
            <summary>
A process being terminated has no threads to terminate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TRANSLATION_COMPLETE">
            <summary>
The translator has translated these resources into the global space and no further translations should be performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESOURCE_REQUIREMENTS_CHANGED">
            <summary>
The device has succeeded a query-stop and its resource requirements have changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REPARSE_OBJECT">
            <summary>
A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BUFFER_ALL_ZEROS">
            <summary>
Specified buffer contains all zeros.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CRASH_DUMP">
            <summary>
Crash dump exists in paging file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CACHE_PAGE_LOCKED">
            <summary>
Cached page was locked during operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGE_FAULT_PAGING_FILE">
            <summary>
Page fault was satisfied by reading from a secondary storage device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGE_FAULT_GUARD_PAGE">
            <summary>
Page fault was a demand zero fault.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGE_FAULT_COPY_ON_WRITE">
            <summary>
Page fault was a demand zero fault.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGE_FAULT_DEMAND_ZERO">
            <summary>
Page fault was a demand zero fault.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGE_FAULT_TRANSITION">
            <summary>
Page fault was a transition fault.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED">
            <summary>
{Connect Failure on Primary Transport}
An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed.
The computer WAS able to connect on a secondary transport.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOTIFY_CLEANUP">
            <summary>
This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RXACT_COMMITTED">
            <summary>
This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
The commit has now been completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_MOUNTED">
            <summary>
A new volume has been mounted by a file system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPLOCK_BREAK_IN_PROGRESS">
            <summary>
An open/create operation completed while an oplock break is underway.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REPARSE">
            <summary>
A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ELEVATION_REQUIRED">
            <summary>
The requested operation requires elevation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALERTED">
            <summary>
 ERROR_ALERTED
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_KERNEL_APC">
            <summary>
 ERROR_KERNEL_APC
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_USER_APC">
            <summary>
 ERROR_USER_APC
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ABANDONED_WAIT_63">
            <summary>
 ERROR_ABANDONED_WAIT_63
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ABANDONED_WAIT_0">
            <summary>
 ERROR_ABANDONED_WAIT_0
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAIT_63">
            <summary>
 ERROR_WAIT_63
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAIT_3">
            <summary>
 ERROR_WAIT_3
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAIT_2">
            <summary>
 ERROR_WAIT_2
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAIT_1">
            <summary>
 ERROR_WAIT_1
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAKE_SYSTEM">
            <summary>
The system has awoken
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVERS_LEAKING_LOCKED_PAGES">
            <summary>
A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FIRMWARE_UPDATED">
            <summary>
Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESUME_HIBERNATION">
            <summary>
The system was resumed from hibernation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HIBERNATED">
            <summary>
The system was put into hibernation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MP_PROCESSOR_MISMATCH">
            <summary>
The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CARDBUS_NOT_SUPPORTED">
            <summary>
The inserted CardBus device cannot be started because of a configuration error on "%hs".
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ARBITRATION_UNHANDLED">
            <summary>
The arbiter has deferred arbitration of these resources to its parent
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIMER_RESUME_IGNORED">
            <summary>
The resumable flag to a timer API was ignored.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_YIELD_PERFORMED">
            <summary>
A yield execution was performed and no thread was available to run.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE">
            <summary>
{Machine Type Mismatch}
The image file %hs is valid, but is for a machine type other than the current machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_WIN32">
            <summary>
 ERROR_ALREADY_WIN32
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOG_HARD_ERROR">
            <summary>
Application popup: %1 : %2
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAS_LOCKED">
            <summary>
{Page Locked}
One of the pages to lock was already locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVICE_NOTIFICATION">
            <summary>
%hs
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAS_UNLOCKED">
            <summary>
{Page Unlocked}
The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PREDEFINED_HANDLE">
            <summary>
The specified registry key is referenced by a predefined handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FATAL_APP_EXIT">
            <summary>
{Fatal Application Exit}
%hs
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CHECKING_FILE_SYSTEM">
            <summary>
Checking file system on %wZ
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVENT_PENDING">
            <summary>
{TDI Event Pending}
The TDI indication has entered the pending state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVENT_DONE">
            <summary>
{TDI Event Done}
The TDI indication has completed successfully.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RECEIVE_PARTIAL_EXPEDITED">
            <summary>
{Partial Expedited Data Received}
The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RECEIVE_EXPEDITED">
            <summary>
{Expedited Data Received}
The network transport returned data to its client that was marked as expedited by the remote system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RECEIVE_PARTIAL">
            <summary>
{Partial Data Received}
The network transport returned partial data to its client. The remaining data will be sent later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IMAGE_MACHINE_TYPE_MISMATCH">
            <summary>
{Machine Type Mismatch}
The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FT_WRITE_RECOVERY">
            <summary>
{Redundant Write}
To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information.
This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FT_READ_RECOVERY_FROM_BACKUP">
            <summary>
{Redundant Read}
To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy.
This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_CURRENT_DIRECTORY">
            <summary>
{Invalid Current Directory}
The process cannot switch to the startup current directory %hs.
Select OK to set current directory to %hs, or select CANCEL to exit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SEGMENT_NOTIFICATION">
            <summary>
{Segment Load}
A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image.
An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RXACT_STATE_CREATED">
            <summary>
This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IMAGE_NOT_AT_BASE">
            <summary>
{Image Relocated}
An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_THREAD_WAS_SUSPENDED">
            <summary>
{Thread Suspended}
A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OBJECT_NAME_EXISTS">
            <summary>
{Object Exists}
An attempt was made to create an object and the object name already existed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_COMMAND_EXCEPTION">
            <summary>
Debugger command communication exception.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_CONTROL_BREAK">
            <summary>
Debugger received control break.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_RIPEXCEPTION">
            <summary>
Debugger received RIP exception.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_PRINTEXCEPTION_C">
            <summary>
Debugger printed exception on control C.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_CONTROL_C">
            <summary>
Debugger got control C.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_TERMINATE_PROCESS">
            <summary>
Debugger terminated process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_TERMINATE_THREAD">
            <summary>
Debugger terminated thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE">
            <summary>
Debugger cannot provide handle.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_REPLY_LATER">
            <summary>
Debugger will reply later.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_EXCEPTION_NOT_HANDLED">
            <summary>
Debugger did not handle the exception.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DLL_MIGHT_BE_INCOMPATIBLE">
            <summary>
The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DLL_MIGHT_BE_INSECURE">
            <summary>
The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REGISTRY_HIVE_RECOVERED">
            <summary>
{Registry Hive Recovered}
Registry hive (file):
%hs
was corrupted and it has been recovered. Some data might have been lost.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNWIND_CONSOLIDATE">
            <summary>
A frame consolidation has been executed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PLUGPLAY_QUERY_VETOED">
            <summary>
The Plug and Play query operation was not successful.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LONGJUMP">
            <summary>
A long jump has been executed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STOPPED_ON_SYMLINK">
            <summary>
The create operation stopped after reaching a symbolic link
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GUID_SUBSTITUTION_MADE">
            <summary>
{GUID Substitution}
During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found.
A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MEDIA_CHECK">
            <summary>
{Media Changed}
The media may have changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RXACT_COMMIT_NECESSARY">
            <summary>
This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXTRANEOUS_INFORMATION">
            <summary>
{Too Much Information}
The specified access control list (ACL) contained more information than was expected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HANDLES_CLOSED">
            <summary>
{Handles Closed}
Handles to objects have been automatically closed as a result of the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAKE_SYSTEM_DEBUGGER">
            <summary>
{Kernel Debugger Awakened}
the system debugger was awakened by an interrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_INVALID_ID">
            <summary>
Driver %2 returned invalid ID for a child device (%3).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_IRQ_TRANSLATION_FAILED">
            <summary>
A IRQ translator failed to translate resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_TRANSLATION_FAILED">
            <summary>
A translator failed to translate resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_BAD_MPS_TABLE">
            <summary>
A device is missing in the system BIOS MPS table. This device will not be used.
Please contact your system vendor for system BIOS update.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WOW_ASSERTION">
            <summary>
WOW Assertion Error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACPI_ERROR">
            <summary>
An error occurred in the ACPI subsystem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ASSERTION_FAILURE">
            <summary>
An assertion failure has occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SYSTEM_LIMITATION">
            <summary>
The requested operation could not be completed due to a file system limitation
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PWD_TOO_LONG">
            <summary>
The password provided is too long to meet the policy of your user account.
Please choose a shorter password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HIBERNATION_FAILURE">
            <summary>
The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLSNAP_PREPARE_HIBERNATE">
            <summary>
{Volume Shadow Copy Service}
Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVER_FAILED_PRIOR_UNLOAD">
            <summary>
The driver could not be loaded because a previous version of the driver is still in memory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_HIVE_TOO_LARGE">
            <summary>
System hive size has exceeded its limit.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVER_DATABASE_ERROR">
            <summary>
There was error [%2] processing the driver database.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MCA_OCCURED">
            <summary>
A Machine Check Error has occurred. Please check the system eventlog for additional information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DEVICE_OBJECT_PARAMETER">
            <summary>
The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MOUNT_POINT_NOT_RESOLVED">
            <summary>
The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_ENUMERATION_ERROR">
            <summary>
The "%hs" encountered an error while applying power or reading the device configuration.
This may be caused by a failure of your hardware or by a poor connection.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAILED_DRIVER_ENTRY">
            <summary>
The driver was not loaded because it failed its initialization call.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SAFE_MODE_DRIVER">
            <summary>
The driver was not loaded because the system is booting into safe mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RANGE_NOT_FOUND">
            <summary>
The specified range could not be found in the range list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DS_VERSION_CHECK_FAILURE">
            <summary>
This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PORT_NOT_SET">
            <summary>
An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_SHUTDOWN">
            <summary>
The system is in the process of shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MULTIPLE_FAULT_VIOLATION">
            <summary>
 ERROR_MULTIPLE_FAULT_VIOLATION
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSUFFICIENT_POWER">
            <summary>
There is not enough power to complete the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_REBOOT_REQUIRED">
            <summary>
Device will not start without a reboot.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_IMAGE_BAD_SIGNATURE">
            <summary>
{Fatal System Error}
The system image %s is not properly signed.
The file has been replaced with the signed file.
The system has been shut down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_RESTART_ENUMERATION">
            <summary>
A device was removed so enumeration must be restarted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COMMITMENT_MINIMUM">
            <summary>
{Virtual Memory Minimum Too Low}
Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file.
During this process, memory requests for some applications may be denied. For more information, see Help.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CORRUPT_SYSTEM_FILE">
            <summary>
The system file %1 has become corrupt and has been replaced.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVER_FAILED_SLEEP">
            <summary>
{System Standby Failed}
The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOINTERFACE">
            <summary>
The requested interface is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLOAT_MULTIPLE_TRAPS">
            <summary>
{EXCEPTION}
Multiple floating point traps.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLOAT_MULTIPLE_FAULTS">
            <summary>
{EXCEPTION}
Multiple floating point faults.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_ENABLE_DENY_ONLY">
            <summary>
A group marked use for deny only cannot be enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SERVER_SID_MISMATCH">
            <summary>
The server process is running under a SID different than that required by client.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RANGE_LIST_CONFLICT">
            <summary>
The range could not be added to the range list because of a conflict.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_MORE_MATCHES">
            <summary>
There are no more matches for the current index enumeration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VALIDATE_CONTINUE">
            <summary>
The validation process needs to continue on to the next step.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DLL_INIT_FAILED_LOGOFF">
            <summary>
{DLL Initialization Failed}
The application failed to initialize because the window station is shutting down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ILLEGAL_DLL_RELOCATION">
            <summary>
{Illegal System DLL Relocation}
The system DLL %hs was relocated in memory. The application will not run properly.
The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EVALUATION_EXPIRATION">
            <summary>
{Windows Evaluation Notification}
The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUOTA_LIST_INCONSISTENT">
            <summary>
The specified quota list is internally inconsistent with its descriptor.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PLUGPLAY_DEVICE_PATH">
            <summary>
The specified Plug and Play registry device path is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_HW_PROFILE">
            <summary>
The specified hardware profile configuration is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNSUPPORTED_COMPRESSION">
            <summary>
The specified compression format is unsupported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PWD_HISTORY_CONFLICT">
            <summary>
You have attempted to change your password to one that you have used in the past.
The policy of your user account does not allow this. Please select a password that you have not previously used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PWD_TOO_RECENT">
            <summary>
The policy of your user account does not allow you to change passwords too frequently.
This is done to prevent users from changing back to a familiar, but potentially discovered, password.
If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PWD_TOO_SHORT">
            <summary>
The password provided is too short to meet the policy of your user account.
Please choose a longer password.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_CALLBACK_ACTIVE">
            <summary>
A callback return system service cannot be executed when no callback is active.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REGISTRY_QUOTA_LIMIT">
            <summary>
{Low On Registry Space}
The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IP_ADDRESS_CONFLICT2">
            <summary>
There is an IP address conflict with another system on the network
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IP_ADDRESS_CONFLICT1">
            <summary>
There is an IP address conflict with another system on the network
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_SERVICE_ENTRYPOINT">
            <summary>
{Invalid Service Callback Entrypoint}
The %hs service is not written correctly. The stack pointer has been left in an inconsistent state.
The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_DLL_ENTRYPOINT">
            <summary>
{Invalid DLL Entrypoint}
The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state.
The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSUFFICIENT_LOGON_INFO">
            <summary>
There is insufficient account information to log you on.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIMER_RESOLUTION_NOT_SET">
            <summary>
The timer resolution was not previously set by the current process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_AUDIT_FAILED">
            <summary>
{Audit Failed}
An attempt to generate a security audit failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_COMPRESSION_BUFFER">
            <summary>
The specified buffer contains ill-formed data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_VARIANT">
            <summary>
The supplied variant structure contains invalid data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MARSHALL_OVERFLOW">
            <summary>
The user/kernel marshalling buffer has overflowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALLOCATE_BUCKET">
            <summary>
The bucket array must be grown. Retry transaction after doing so.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FOUND_OUT_OF_SCOPE">
            <summary>
The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONVERT_TO_LARGE">
            <summary>
Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STACK_OVERFLOW_READ">
            <summary>
The request must be handled by the stack overflow code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_TINY_STREAM">
            <summary>
The stream is not a tiny stream.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIENT_SERVER_PARAMETERS_INVALID">
            <summary>
The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOST_WRITEBEHIND_DATA">
            <summary>
{Delayed Write Failed}
Windows was unable to save all the data for the file %hs. The data has been lost.
This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REPLY_MESSAGE_MISMATCH">
            <summary>
{Reply Message Mismatch}
An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVER_CANCEL_TIMEOUT">
            <summary>
{Cancel Timeout}
The driver %hs failed to complete a cancelled I/O request in the allotted time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VDM_HARD_ERROR">
            <summary>
NTVDM encountered a hard error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DATA_NOT_ACCEPTED">
            <summary>
{Data Not Accepted}
The TDI client could not handle the data received during an indication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_PROCESS_TERMINATED">
            <summary>
{Fatal System Error}
The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x).
The system has been shut down.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEBUG_ATTACH_FAILED">
            <summary>
{Unexpected Failure in DebugActiveProcess}
An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_LOAD_REGISTRY_FILE">
            <summary>
{Registry File Failure}
The registry cannot load the hive (file):
%hs
or its log or alternate.
It is corrupt, absent, or not writable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FS_DRIVER_REQUIRED">
            <summary>
A volume has been accessed for which a file system driver is required that has not yet been loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MUTANT_LIMIT_EXCEEDED">
            <summary>
An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BACKUP_CONTROLLER">
            <summary>
This operation is only allowed for the Primary Domain Controller of the domain.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT">
            <summary>
The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FLOPPY_VOLUME">
            <summary>
The paging file cannot be created on a floppy diskette.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNDEFINED_CHARACTER">
            <summary>
The Unicode character is not defined in the Unicode character set installed on the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ILLEGAL_CHARACTER">
            <summary>
An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DOMAIN_CTRLR_CONFIG_ERROR">
            <summary>
A Windows Server has an incorrect configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_EVENT_PAIR">
            <summary>
An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ILLEGAL_FLOAT_CONTEXT">
            <summary>
{EXCEPTION}
A real-mode application issued a floating-point instruction and floating-point hardware is not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_PAGEFILE">
            <summary>
{No Paging File Specified}
No paging file was specified in the system configuration.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_IMAGE_HASH">
            <summary>
Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGEFILE_CREATE_FAILED">
            <summary>
{Unable to Create Paging File}
The creation of the paging file %hs failed (%lx). The requested size was %ld.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APP_INIT_FAILURE">
            <summary>
{Application Error}
The application was unable to start correctly (0x%lx). Click OK to close the application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNHANDLED_EXCEPTION">
            <summary>
{Application Error}
The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MISSING_SYSTEMFILE">
            <summary>
{Missing System File}
The required system file %hs is bad or missing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CONTROL_C_EXIT">
            <summary>
{Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IO_PRIVILEGE_FAILED">
            <summary>
{Privilege Failed}
The I/O permissions for the process could not be changed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NET_OPEN_FAILED">
            <summary>
The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYNCHRONIZATION_REQUIRED">
            <summary>
The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOGON_SERVER_CONFLICT">
            <summary>
The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGEFILE_QUOTA_EXCEEDED">
            <summary>
Pagefile quota was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_THREAD_NOT_IN_PROCESS">
            <summary>
An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_THREADS">
            <summary>
Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LDT_DESCRIPTOR">
            <summary>
Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LDT_OFFSET">
            <summary>
Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LDT_SIZE">
            <summary>
Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_GUID_TRANSLATION">
            <summary>
Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system.
This causes the protection attempt to fail, which may cause a file creation attempt to fail.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_FUNCTION_TABLE">
            <summary>
A malformed function table was encountered during an unwind operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNEXPECTED_MM_EXTEND_ERR">
            <summary>
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
In this case information is lost, however, the filter correctly handles the exception.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNEXPECTED_MM_MAP_ERROR">
            <summary>
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
In this case information is lost, however, the filter correctly handles the exception.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNEXPECTED_MM_CREATE_ERR">
            <summary>
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
In this case information is lost, however, the filter correctly handles the exception.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_TERMINATE_SELF">
            <summary>
Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_WAIT">
            <summary>
Used to indicate that an operation cannot continue without blocking for I/O.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROFILING_AT_LIMIT">
            <summary>
The number of active profiling objects is at the maximum and no more may be started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COULD_NOT_INTERPRET">
            <summary>
The passed ACL did not contain the minimum required information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROFILING_NOT_STOPPED">
            <summary>
Profiling not stopped.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROFILING_NOT_STARTED">
            <summary>
Profiling not started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSTRUCTION_MISALIGNMENT">
            <summary>
An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_ALREADY_ATTACHED">
            <summary>
An attempt was made to attach to a device that was already attached to another device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_QUOTA_LOWER">
            <summary>
An attempt was made to lower a quota limit below the current usage.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PORT_MESSAGE_TOO_LONG">
            <summary>
Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PORT_ATTRIBUTES">
            <summary>
Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_UNWIND_TARGET">
            <summary>
An invalid unwind target was encountered during an unwind operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_STACK">
            <summary>
An invalid or unaligned stack was encountered during an unwind operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNWIND">
            <summary>
Unwind exception code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIMER_NOT_CANCELED">
            <summary>
An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WX86_ERROR">
            <summary>
An error occurred in the WX86 subsystem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WX86_WARNING">
            <summary>
A warning occurred in the WX86 subsystem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ABIOS_ERROR">
            <summary>
An error occurred in the ABIOS subsystem.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VERIFIER_STOP">
            <summary>
Application verifier has found an error in the current process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PIPE_LISTENING">
            <summary>
Waiting for a process to open the other end of the pipe.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PIPE_CONNECTED">
            <summary>
There is a process on other end of the pipe.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ARITHMETIC_OVERFLOW">
            <summary>
Arithmetic result exceeded 32 bits.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED">
            <summary>
Volume upgrade is disabled until Windows OS downgrade period has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_UPGRADE_DISABLED">
            <summary>
Volume upgrade is disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_UPGRADE_PENDING">
            <summary>
Volume upgrade is pending. A reboot or re-mount of the volume is required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_UPGRADE_NOT_NEEDED">
            <summary>
Volume format is up to date already.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BLOCK_SHARED">
            <summary>
The target file system block is shared between multiple extents.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BLOCK_TARGET_WEAK_REFERENCE_INVALID">
            <summary>
The target file system block being referenced has been modified after containing a weak reference.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BLOCK_SOURCE_WEAK_REFERENCE_INVALID">
            <summary>
The source file system block being referenced has been modified after containing a weak reference.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BLOCK_WEAK_REFERENCE_INVALID">
            <summary>
A file system block being referenced has been modified after containing a weak reference.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FS_METADATA_INCONSISTENT">
            <summary>
The file system encountered a metadata file with inconsistent data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_CACHED_HANDLE">
            <summary>
The specified operation is not supported on a file opened for cached IO.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_WRITE_ACCESS_DENIED">
            <summary>
The volume is opened for exclusive write access, preventing files from being opened for write access.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_RESET_REQUIRED">
            <summary>
The device needs to be reset.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BYPASSIO_FLT_NOT_SUPPORTED">
            <summary>
At least one minifilter does not support bypass IO.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION">
            <summary>
The specified operation is not supported while virtualization is enabled on the target object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_SNAPSHOT">
            <summary>
The specified operation is not supported while snapshot is enabled on the target object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_MONITORING">
            <summary>
The specified operation is not supported while monitoring is enabled on the target object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCESS_DENIED_APPDATA">
            <summary>
Access denied when accessing the user profile.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SESSION_KEY_TOO_SHORT">
            <summary>
The negotiated session key does not meet the minimum length requirement.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_USER_PROFILE_LOAD">
            <summary>
User profile cannot be loaded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_AUDITING">
            <summary>
The specified operation is not supported while auditing is enabled on the target object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION">
            <summary>
The specified operation is not supported while deduplication is enabled on the target object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_REPLICATION">
            <summary>
The specified operation is not supported while replication is enabled on the target object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_COMPRESSION">
            <summary>
The specified operation is not supported while compression is enabled on the target object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_ENCRYPTION">
            <summary>
The specified operation is not supported while encryption is enabled on the target object.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_BYPASSIO_DRIVER_SUPPORT">
            <summary>
The specified driver does not support BypassIO operations.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_BYPASSIO">
            <summary>
The specified operation is not supported on a BypassIO enabled file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_NOT_SUPPORTED">
            <summary>
The specified operation is not supported on a volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PAGEFILE_NOT_SUPPORTED">
            <summary>
The specified operation is not supported on a pagefile.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPARSE_FILE_NOT_SUPPORTED">
            <summary>
The specified operation is not supported on a sparse file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCRYPTED_FILE_NOT_SUPPORTED">
            <summary>
The specified operation is not supported on an encrypted file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HAS_SYSTEM_CRITICAL_FILES">
            <summary>
The volume contains paging, crash dump or other system critical files.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ADDRESS">
            <summary>
Attempt to access invalid address.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_HARDWARE_ERROR">
            <summary>
The request failed due to a fatal device hardware error.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT">
            <summary>
The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in the device stack of an unrelated device. The system may need to be rebooted to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT">
            <summary>
The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in the device stack of a related device. The system may need to be rebooted to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT">
            <summary>
The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in its device stack. The system may need to be rebooted to complete the request.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_CONFIG_VALUE">
            <summary>
The configured value is not valid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_ATTACH_TO_DEV_VOLUME">
            <summary>
The file system minifilter cannot attach to the developer volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FS_GUID_MISMATCH">
            <summary>
The file system GUID in the per machine state did not match the one on disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_A_DEV_VOLUME">
            <summary>
This operation requires a developer volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_US_MESSAGE_TIMEOUT">
            <summary>
The cloud provider failed to acknowledge a message before the time-out expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INDEX_OUT_OF_BOUNDS">
            <summary>
The specified index is beyond the bounds of valid range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES">
            <summary>
Insufficient Virtual Address resources to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STORAGE_STACK_ACCESS_DENIED">
            <summary>
The storage stack returned STATUS_ACCESS_DENEID for the current operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED">
            <summary>
The system does not support this version of the CimFS image.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CIMFS_IMAGE_CORRUPT">
            <summary>
The CimFS image is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH">
            <summary>
There not all declared custom capabilities are found in the SCCD.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED">
            <summary>
The custom capability's SCCD requires developer mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_SCCD_PARSE_ERROR">
            <summary>
The custom capability's SCCD failed to parse.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY">
            <summary>
None of the authorized entity elements in the SCCD matched the app being installed; either the PFNs don't match, or the element's signature hash doesn't validate.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG">
            <summary>
The custom capability's SCCD has an invalid catalog.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_DB_CORRUPTED">
            <summary>
The capability authorization database has been corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_NO_POLICY">
            <summary>
There is no capability authorization policy on the device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_NOT_AUTHORIZED">
            <summary>
The requested capability can not be authorized for this application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_NOT_PROVISIONED">
            <summary>
The application has not been provisioned.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_CHANGE_TYPE">
            <summary>
Can not change application type during upgrade or re-provision.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CAPAUTHZ_NOT_DEVUNLOCKED">
            <summary>
Neither developer unlocked mode nor side loading mode is enabled on the device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DLP_POLICY_SILENTLY_FAIL">
            <summary>
This action is blocked. Please refer to the data loss prevention notification for further information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNTRUSTED_MOUNT_POINT">
            <summary>
The path cannot be traversed because it contains an untrusted mount point.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECURITY_DENIES_OPERATION">
            <summary>
Access is denied because the file contains potentially unwanted software or content the security administrator decided to block.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DLP_POLICY_DENIES_OPERATION">
            <summary>
This action is blocked. Please refer to the data loss prevention notification for further information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION">
            <summary>
This action is blocked, but you can choose to allow it. Please refer to the data loss prevention notification for further information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED">
            <summary>
WSL 2 requires an update to its kernel component. For information please visit https://aka.ms/wsl2kernel
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR">
            <summary>
The filesystem couldn't handle one of the CacheManager's callback error codes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CASE_SENSITIVE_PATH">
            <summary>
The file cannot be opened because the path has a case-sensitive directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNSATISFIED_DEPENDENCIES">
            <summary>
The operation could not be completed due to one or more unsatisfied dependencies.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SNAP_INVALID_PARAMETER">
            <summary>
A file snapshot operation received an invalid parameter.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SNAP_UNEXPECTED_ERROR">
            <summary>
An unexpected error occurred while processing a file snapshot operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SNAP_IO_NOT_COORDINATED">
            <summary>
An I/O request could not be coordinated with a file snapshot operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED">
            <summary>
The file snapshot operation was terminated because one of the files was modified in a way incompatible with a snapshot operation. Please try again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED">
            <summary>
A snapshot of the file cannot be taken because a user-mapped section is present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SNAP_IN_PROGRESS">
            <summary>
A file snapshot operation was attempted when one is already in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED">
            <summary>
Dehydration of the cloud file is disallowed by the cloud sync provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SUCH_DEVICE">
            <summary>
A device which does not exist was specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANT_CLEAR_ENCRYPTION_FLAG">
            <summary>
Encryption cannot be cleared on this file/directory because it still has an encrypted attribute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCRYPTING_METADATA_DISALLOWED">
            <summary>
This encryption operation cannot be performed on filesystem metadata.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCRYPTION_DISABLED">
            <summary>
This operation cannot be performed because encryption is currently disabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_WITH_BTT">
            <summary>
This operation is not supported with BTT enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SRC_SRV_DLL_LOAD_FAILED">
            <summary>
Failed loading a valid version of srcsrv.dll.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_TASK_QUEUE">
            <summary>
A task queue is required for this operation but none is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_REQUEST_TIMEOUT">
            <summary>
The cloud operation was not completed before the time-out period expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_NOT_SUPPORTED">
            <summary>
The file cannot be safely opened because it is not supported by this version of Windows.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CASE_DIFFERING_NAMES_IN_DIR">
            <summary>
This directory contains entries whose names differ only in case.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DPL_NOT_SUPPORTED_FOR_USER">
            <summary>
User data protection is not supported for the current or provided user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIME_SENSITIVE_THREAD">
            <summary>
Operation cannot be performed on a time critical thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_DAX_MAPPABLE">
            <summary>
This stream is not DAX mappable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_A_DAX_VOLUME">
            <summary>
This operation requires a DAX volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STORAGE_RESERVE_NOT_EMPTY">
            <summary>
The specified storage reserve is not empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STORAGE_RESERVE_ALREADY_EXISTS">
            <summary>
The specified storage reserve already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STORAGE_RESERVE_DOES_NOT_EXIST">
            <summary>
The specified storage reserve does not exist.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STORAGE_RESERVE_ID_INVALID">
            <summary>
The specified storage reserve ID is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FT_READ_FAILURE">
            <summary>
The specified data could not be read from any of the copies.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LINUX_SUBSYSTEM_NOT_PRESENT">
            <summary>
The Windows Subsystem for Linux has not been enabled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER">
            <summary>
An invalid parameter in the encrypted data info block was passed for read or write operation of file's raw encrypted data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE">
            <summary>
An invalid offset and length combination in the encrypted data info block was passed for read or write operation of file's raw encrypted data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET">
            <summary>
An invalid file offset in the encrypted data info block was passed for read or write operation of file's raw encrypted data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED">
            <summary>
A read or write of raw encrypted data cannot be performed because the file is not encrypted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_APPX_FILE_NOT_ENCRYPTED">
            <summary>
The APPX file can not be accessed because it is not encrypted as expected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND">
            <summary>
No physically aligned free space was found on the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLUME_NOT_CLUSTER_ALIGNED">
            <summary>
The volume is not cluster aligned on the disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_PROTECTED_UNDER_DPL">
            <summary>
The read or write operation to an encrypted file could not be completed because the file can only be accessed when the device is unlocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_A_CLOUD_SYNC_ROOT">
            <summary>
The file is not a cloud sync root.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_PROVIDER_TERMINATED">
            <summary>
The cloud file provider exited unexpectedly.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROCESS_MODE_NOT_BACKGROUND">
            <summary>
The process is not in background processing mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROCESS_MODE_ALREADY_BACKGROUND">
            <summary>
The process is already in background processing mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_THREAD_MODE_NOT_BACKGROUND">
            <summary>
The thread is not in background processing mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_THREAD_MODE_ALREADY_BACKGROUND">
            <summary>
The thread is already in background processing mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED">
            <summary>
An externally encrypted syskey has been configured, but the system no longer supports this feature. Please see https://go.microsoft.com/fwlink/?linkid=851152 for more information.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_REQUEST_CANCELED">
            <summary>
The cloud operation was canceled by user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT">
            <summary>
The operation failed due to a conflicting cloud file property lock.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS">
            <summary>
The cloud operation cannot be performed on a file with incompatible hardlinks.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_ACCESS_DENIED">
            <summary>
Access to the cloud file is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_PROPERTY_CORRUPT">
            <summary>
The cloud file's property store is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_REQUEST_ABORTED">
            <summary>
The cloud operation was aborted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_PINNED">
            <summary>
The operation cannot be performed on pinned cloud files.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_IN_USE">
            <summary>
The operation cannot be performed on cloud files in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT">
            <summary>
The operation is only supported on files under a cloud sync root.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_UNSUCCESSFUL">
            <summary>
The cloud operation was unsuccessful.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE">
            <summary>
The cloud sync provider failed to perform the operation due to network being unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES">
            <summary>
The cloud sync provider failed to perform the operation due to low system resources.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_AUTHENTICATION_FAILED">
            <summary>
The cloud sync provider failed user authentication.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION">
            <summary>
The virtualization operation is not allowed on the file in its current state.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMB1_NOT_AVAILABLE">
            <summary>
You can't connect to the file share because it's not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack.
Your system requires SMB2 or higher. For more info on resolving this issue, see: https://go.microsoft.com/fwlink/?linkid=852747
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_VALIDATION_FAILED">
            <summary>
The cloud sync provider failed to validate the downloaded data.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY">
            <summary>
The operation is reserved for a connected cloud sync provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_READ_ONLY_VOLUME">
            <summary>
The cloud operation is not supported on a read-only volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_INVALID_REQUEST">
            <summary>
The cloud operation is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_NOT_SUPPORTED">
            <summary>
The operation is not supported by the cloud sync provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_ALREADY_CONNECTED">
            <summary>
The cloud sync root is already connected with another cloud sync provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_NOT_IN_SYNC">
            <summary>
The file is not in sync with the cloud.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_A_CLOUD_FILE">
            <summary>
The file is not a cloud file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED">
            <summary>
The version of the cloud file property store is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS">
            <summary>
The maximum number of cloud file properties has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GDI_HANDLE_LEAK">
            <summary>
GDI handles were potentially leaked by the application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN">
            <summary>
The provider that supports file system virtualization is unknown.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY">
            <summary>
The provider that supports file system virtualization is too busy to complete this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT">
            <summary>
The metadata for file system virtualization is corrupt and unreadable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE">
            <summary>
The provider that supports file system virtualization is temporarily unavailable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STORAGE_LOST_DATA_PERSISTENCE">
            <summary>
The storage device has lost data or persistence.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CHILD_PROCESS_BLOCKED">
            <summary>
The process creation has been blocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH">
            <summary>
The cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE">
            <summary>
The cloud file property is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_METADATA_TOO_LARGE">
            <summary>
The cloud file metadata is too large.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_METADATA_CORRUPT">
            <summary>
The cloud file metadata is corrupt and unreadable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING">
            <summary>
The cloud file provider is not running.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DAX_MAPPING_EXISTS">
            <summary>
The volume has active DAX mappings.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED_ON_DAX">
            <summary>
The specified operation is not supported on a DAX volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_IN_MAINTENANCE">
            <summary>
The device is in maintenance mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT">
            <summary>
The cloud sync root metadata is corrupted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED">
            <summary>
The requested operation cannot be performed because hardware or software configuration of the device does not comply with Windows Information Protection under Lock policy. Please, verify that user PIN has been created. For more information, contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EDP_POLICY_DENIES_OPERATION">
            <summary>
The requested operation was blocked by Windows Information Protection policy. For more information, contact your system administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL">
            <summary>
The device hint name buffer is too small to receive the remaining name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NETWORK_ACCESS_DENIED_EDP">
            <summary>
Windows Information Protection policy does not allow access to this network resource.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MAX_SESSIONS_REACHED">
            <summary>
The maximum number of sessions has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAIL_RESTART">
            <summary>
The restart operation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAIL_SHUTDOWN">
            <summary>
The shutdown operation failed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAIL_NOACTION_REBOOT">
            <summary>
No action was taken as a system reboot is required.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENCLAVE_FAILURE">
            <summary>
The requested operation failed with an architecture-specific failure code.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MARKED_TO_DISALLOW_WRITES">
            <summary>
The requested operation failed because the file stream is marked to disallow writes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BLOCK_TOO_MANY_REFERENCES">
            <summary>
A file system block being referenced has already reached the maximum reference count and can't be referenced any further.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BLOCKED_BY_PARENTAL_CONTROLS">
            <summary>
The operation was blocked by parental controls.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_STORAGE_TOPOLOGY_ID_MISMATCH">
            <summary>
The request failed due to a storage topology ID mismatch.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COMPRESSION_NOT_BENEFICIAL">
            <summary>
Compressing this object would not save space.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN">
            <summary>
The external backing provider is not recognized.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OBJECT_NOT_EXTERNALLY_BACKED">
            <summary>
This object is not externally backed by any provider.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PEP_INFO_VERSION">
            <summary>
The supplied PEP information version is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_KERNEL_INFO_VERSION">
            <summary>
The supplied kernel information version is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FT_DI_SCAN_REQUIRED">
            <summary>
One or more copies of data on this device may be out of sync. No writes may be performed until a data integrity scan is completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FT_WRITE_FAILURE">
            <summary>
The specified data could not be written to any of the copies.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_READ_FROM_COPY">
            <summary>
The specified copy of the requested data could not be read.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIRECTORY_NOT_SUPPORTED">
            <summary>
The specified operation is not supported on a directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_COMPRESSED_FILE_NOT_SUPPORTED">
            <summary>
The specified operation is not supported on a compressed file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RESIDENT_FILE_NOT_SUPPORTED">
            <summary>
The specified operation is not supported on a resident file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_REDUNDANT_STORAGE">
            <summary>
The storage device does not provide redundancy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SCRUB_DATA_DISABLED">
            <summary>
Scrub is disabled on the specified file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_DESCRIPTORS">
            <summary>
The command specified a number of descriptors that exceeded the maximum supported by the device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_DEVICE_PATH">
            <summary>
An attempt was made to send down the command via an invalid path to the target device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPERATION_IN_PROGRESS">
            <summary>
An operation is currently in progress with the device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_FIELD_IN_PARAMETER_LIST">
            <summary>
The command specified an invalid field in its parameter list.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OFFSET_ALIGNMENT_VIOLATION">
            <summary>
The command specified a data offset that does not align to the device's granularity/alignment.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED">
            <summary>
Device does not support file-level TRIM.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INTERMIXED_KERNEL_EA_OPERATION">
            <summary>
An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DATA_CHECKSUM_ERROR">
            <summary>
A data integrity checksum error occurred. Data in the file stream is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_NO_RESOURCES">
            <summary>
The target device has insufficient resources to complete the operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_UNREACHABLE">
            <summary>
The device is unreachable.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_CAP">
            <summary>
The Central Access Policy obtained from Active Directory is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNDEFINED_SCOPE">
            <summary>
The Central Access Policy specified is not defined on the target machine.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SCOPE_NOT_FOUND">
            <summary>
The scope specified was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MR_MID_NOT_FOUND">
            <summary>
The system cannot find message text for message number 0x%1 in the message file for %2.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_FEATURE_NOT_SUPPORTED">
            <summary>
The device does not support the command feature.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_TOKEN">
            <summary>
The token representing the data is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_RESOURCES_EXHAUSTED">
            <summary>
The physical resources of this disk have been exhausted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_ALLOWED_ON_SYSTEM_FILE">
            <summary>
Operation is not allowed on a file system internal file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_RANGES_PROCESSED">
            <summary>
No ranges for the specified operation were able to be processed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DUPLICATE_PRIVILEGES">
            <summary>
Duplicate privileges were specified for the token.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_EXCEPTION_HANDLER">
            <summary>
An invalid exception handler routine has been detected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOTIFICATION_GUID_ALREADY_DEFINED">
            <summary>
The specified file already has a notification GUID associated with it.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT">
            <summary>
The subsystem needed to support the image type is not present.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LOCK_RANGE">
            <summary>
A requested file lock operation cannot be processed due to an invalid byte range.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECURITY_STREAM_IS_INCONSISTENT">
            <summary>
The security stream for the given volume is in an inconsistent state.
Please run CHKDSK on the volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME">
            <summary>
Short names are not enabled on this volume.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING">
            <summary>
Short name settings may not be changed on this volume due to the global registry setting.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DELETE_PENDING">
            <summary>
The file cannot be opened because it is in the process of being deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_TOO_FRAGMENTED">
            <summary>
The volume is too fragmented to complete this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_OPLOCK_PROTOCOL">
            <summary>
An invalid oplock acknowledgment was received by the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPLOCK_NOT_GRANTED">
            <summary>
The oplock request is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PARTIAL_COPY">
            <summary>
Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_POSTS">
            <summary>
Too many posts were made to a semaphore.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_OWNER">
            <summary>
Attempt to release mutex not owned by caller.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EAS_NOT_SUPPORTED">
            <summary>
The mounted file system does not support extended attributes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_EA_HANDLE">
            <summary>
The specified extended attribute handle is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EA_TABLE_FULL">
            <summary>
The extended attribute table file is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EA_FILE_CORRUPT">
            <summary>
The extended attribute file on the mounted file system is corrupt.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EAS_DIDNT_FIT">
            <summary>
The extended attributes did not fit in the buffer.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIRECTORY">
            <summary>
The directory name is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_COPY">
            <summary>
The copy functions cannot be used.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_MORE_ITEMS">
            <summary>
No more data is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.WAIT_TIMEOUT">
            <summary>
The wait operation timed out.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EA_LIST_INCONSISTENT">
            <summary>
The extended attributes are inconsistent.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_EA_NAME">
            <summary>
The specified extended attribute name was invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VC_DISCONNECTED">
            <summary>
The session was canceled.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_WORK_DONE">
            <summary>
The action requested resulted in no work being done. Error-style clean-up has been performed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MORE_DATA">
            <summary>
More data is available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PIPE_NOT_CONNECTED">
            <summary>
No process is on the other end of the pipe.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_DATA">
            <summary>
The pipe is being closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PIPE_BUSY">
            <summary>
All pipe instances are busy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_PIPE">
            <summary>
The pipe state is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PIPE_LOCAL">
            <summary>
The pipe is local.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRUS_DELETED">
            <summary>
This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software, the file has been removed from this location.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRUS_INFECTED">
            <summary>
Operation did not complete successfully because the file contains a virus or potentially unwanted software.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FORMS_AUTH_REQUIRED">
            <summary>
Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site, and select the option to login automatically.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_TOO_LARGE">
            <summary>
The file size exceeds the limit allowed and cannot be saved.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_FILE_TYPE">
            <summary>
The file type being saved or retrieved has been blocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CHECKOUT_REQUIRED">
            <summary>
The file must be checked out before saving changes.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_CHECKED_OUT">
            <summary>
This file is checked out or locked for editing by another user.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY">
            <summary>
The image file %1 is strong signed, unable to modify.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY">
            <summary>
The image file %1 is signed, unable to modify.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXE_MACHINE_TYPE_MISMATCH">
            <summary>
This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NESTING_NOT_ALLOWED">
            <summary>
Cannot nest calls to LoadModule.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_MODULES">
            <summary>
Too many dynamic-link modules are attached to this program or dynamic-link module.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOCKED">
            <summary>
The segment is locked and cannot be reallocated.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_THREAD_1_INACTIVE">
            <summary>
The signal handler cannot be set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SIGNAL_NUMBER">
            <summary>
The signal being posted is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_META_EXPANSION_TOO_LONG">
            <summary>
The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RING2_STACK_IN_USE">
            <summary>
The ring 2 stack is in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILENAME_EXCED_RANGE">
            <summary>
The filename or extension is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SIGNAL_SENT">
            <summary>
No process in the command subtree has a signal handler.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ENVVAR_NOT_FOUND">
            <summary>
The system could not find the environment option that was entered.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INFLOOP_IN_RELOC_CHAIN">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RELOC_CHAIN_XEEDS_SEGLIM">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_RING2SEG_MUST_BE_MOVABLE">
            <summary>
The code segment cannot be greater than or equal to 64K.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_AUTODATASEG_EXCEEDS_64k">
            <summary>
The operating system cannot run this application program.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SEGDPL">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IOPL_NOT_ENABLED">
            <summary>
The operating system is not presently configured to run this application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DYNLINK_FROM_INVALID_RING">
            <summary>
The operating system cannot run this application program.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MINALLOCSIZE">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ITERATED_DATA_EXCEEDS_64k">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_EXE_FORMAT">
            <summary>
%1 is not a valid Win32 application.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXE_MARKED_INVALID">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_EXE_SIGNATURE">
            <summary>
Cannot run %1 in Win32 mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_MODULETYPE">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_STACKSEG">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_STARTING_CODESEG">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SEM_NOT_FOUND">
            <summary>
The specified system semaphore name was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_FLAG_NUMBER">
            <summary>
The flag passed is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_EXISTS">
            <summary>
Cannot create a file when that file already exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ORDINAL">
            <summary>
The operating system cannot run %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_SEGMENT_NUMBER">
            <summary>
The system detected a segment number that was not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ATOMIC_LOCKS_NOT_SUPPORTED">
            <summary>
The file system does not support atomic changes to the lock type.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANCEL_VIOLATION">
            <summary>
A lock request was not outstanding for the supplied cancel region.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEVICE_SUPPORT_IN_PROGRESS">
            <summary>
Device's command support detection is in progress.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BUSY">
            <summary>
The requested resource is in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOCK_FAILED">
            <summary>
Unable to lock a region of a file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MAX_THRDS_REACHED">
            <summary>
No more threads can be created in the system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SIGNAL_PENDING">
            <summary>
A signal is already pending.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_PATHNAME">
            <summary>
The specified path is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_ARGUMENTS">
            <summary>
One or more arguments are not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_THREADID_ADDR">
            <summary>
The address for the thread ID is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_LOCKED">
            <summary>
The segment is already unlocked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISCARDED">
            <summary>
The segment is already discarded and cannot be locked.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SIGNAL_REFUSED">
            <summary>
The recipient process has refused the signal.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_TCBS">
            <summary>
Cannot create another thread.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LABEL_TOO_LONG">
            <summary>
The volume label you entered exceeds the label character limit of the target file system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LIST_FORMAT">
            <summary>
The DosMuxSemWait list is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_MUXWAITERS">
            <summary>
DosMuxSemWait did not execute; too many semaphores are already set.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_EVENT_COUNT">
            <summary>
The number of specified semaphore events for DosMuxSemWait is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SYSTEM_TRACE">
            <summary>
System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IS_SUBST_TARGET">
            <summary>
An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATH_BUSY">
            <summary>
The path specified cannot be used at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IS_JOIN_PATH">
            <summary>
Not enough resources are available to process this command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IS_SUBST_PATH">
            <summary>
The path specified is being used in a substitute.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIR_NOT_EMPTY">
            <summary>
The directory is not empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIR_NOT_ROOT">
            <summary>
The directory is not a subdirectory of the root directory.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SAME_DRIVE">
            <summary>
The system cannot join or substitute a drive to or for a directory on the same drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BUSY_DRIVE">
            <summary>
The system cannot perform a JOIN or SUBST at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SUBST_TO_JOIN">
            <summary>
The system tried to SUBST a drive to a directory on a joined drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_JOIN_TO_SUBST">
            <summary>
The system tried to join a drive to a directory on a substituted drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SUBST_TO_SUBST">
            <summary>
The system tried to substitute a drive to a directory on a substituted drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_JOIN_TO_JOIN">
            <summary>
The system tried to join a drive to a directory on a joined drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUBSTED">
            <summary>
The system tried to delete the substitution of a drive that is not substituted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_JOINED">
            <summary>
The system tried to delete the JOIN of a drive that is not joined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IS_SUBSTED">
            <summary>
An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IS_JOINED">
            <summary>
An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IS_JOIN_TARGET">
            <summary>
A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SEEK_ON_DEVICE">
            <summary>
The file pointer cannot be set on the specified device or file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NEGATIVE_SEEK">
            <summary>
An attempt was made to move the file pointer before the beginning of the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DIRECT_ACCESS_HANDLE">
            <summary>
Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CHILD_NOT_COMPLETE">
            <summary>
The %1 application cannot be run in Win32 mode.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WAIT_NO_CHILDREN">
            <summary>
There are no child processes to wait for.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PROC_NOT_FOUND">
            <summary>
The specified procedure could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_MOD_NOT_FOUND">
            <summary>
The specified module could not be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_VOLUME_LABEL">
            <summary>
The disk has no volume label.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_LEVEL">
            <summary>
The system call level is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_NAME">
            <summary>
The filename, directory name, or volume label syntax is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INSUFFICIENT_BUFFER">
            <summary>
The data area passed to a system call is too small.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SEM_TIMEOUT">
            <summary>
The semaphore timeout period has expired.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CALL_NOT_IMPLEMENTED">
            <summary>
This function is not supported on this system.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_DRIVER_LEVEL">
            <summary>
The system does not support the command requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_VERIFY_SWITCH">
            <summary>
The verify-on-write switch parameter value is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_CATEGORY">
            <summary>
The IOCTL call made by the application program is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_TARGET_HANDLE">
            <summary>
The target internal file identifier is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_MORE_SEARCH_HANDLES">
            <summary>
No more internal file identifiers available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_FULL">
            <summary>
There is not enough space on the disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BUFFER_OVERFLOW">
            <summary>
The file name is too long.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OPEN_FAILED">
            <summary>
The system cannot open the device or file specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BROKEN_PIPE">
            <summary>
The pipe has been ended.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DRIVE_LOCKED">
            <summary>
The disk is in use or locked by another process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DISK_CHANGE">
            <summary>
The program stopped because an alternate diskette was not inserted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SEM_USER_LIMIT">
            <summary>
Insert the diskette for drive %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SEM_OWNER_DIED">
            <summary>
The previous ownership of this semaphore has ended.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_AT_INTERRUPT_TIME">
            <summary>
Cannot request exclusive semaphores at interrupt time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_SEM_REQUESTS">
            <summary>
The semaphore cannot be set again.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SEM_IS_SET">
            <summary>
The semaphore is set and cannot be closed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_EXCL_SEM_ALREADY_OWNED">
            <summary>
The exclusive semaphore is owned by another process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_SEMAPHORES">
            <summary>
Cannot create another system semaphore.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_PROC_SLOTS">
            <summary>
The system cannot start another process at this time.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NET_WRITE_FAULT">
            <summary>
A write fault occurred on the network.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PARAMETER">
            <summary>
The parameter is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_PASSWORD">
            <summary>
The specified network password is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ALREADY_ASSIGNED">
            <summary>
The local device name is already in use.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OUT_OF_STRUCTURES">
            <summary>
Storage to process this request is not available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FAIL_I24">
            <summary>
Fail on INT 24.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CANNOT_MAKE">
            <summary>
The directory or file cannot be created.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_EXISTS">
            <summary>
The file exists.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REDIR_PAUSED">
            <summary>
The specified printer or disk device has been paused.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REQ_NOT_ACCEP">
            <summary>
No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHARING_PAUSED">
            <summary>
The remote server has been paused or is in the process of being started.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_SESS">
            <summary>
The network BIOS session limit was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_NAMES">
            <summary>
The name limit for the local computer network adapter card was exceeded.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_NET_NAME">
            <summary>
The network name cannot be found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_DEV_TYPE">
            <summary>
The network resource type is not correct.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NETWORK_ACCESS_DENIED">
            <summary>
Network access is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NETNAME_DELETED">
            <summary>
The specified network name is no longer available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINT_CANCELLED">
            <summary>
Your file waiting to be printed was deleted.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_SPOOL_SPACE">
            <summary>
Space to store the file waiting to be printed is not available on the server.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PRINTQ_FULL">
            <summary>
The printer queue is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_REM_ADAP">
            <summary>
The remote adapter is not compatible.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_UNEXP_NET_ERR">
            <summary>
An unexpected network error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_NET_RESP">
            <summary>
The specified server cannot perform the requested operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ADAP_HDW_ERR">
            <summary>
A network adapter hardware error occurred.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_CMDS">
            <summary>
The network BIOS command limit has been reached.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DEV_NOT_EXIST">
            <summary>
The specified network resource or device is no longer available.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NETWORK_BUSY">
            <summary>
The network is busy.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_NETPATH">
            <summary>
The network path was not found.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DUP_NAME">
            <summary>
You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_REM_NOT_LIST">
            <summary>
Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SUPPORTED">
            <summary>
The request is not supported.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HANDLE_DISK_FULL">
            <summary>
The disk is full.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HANDLE_EOF">
            <summary>
Reached the end of the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHARING_BUFFER_EXCEEDED">
            <summary>
Too many files opened for sharing.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WRONG_DISK">
            <summary>
The wrong diskette is in the drive.
Insert %2 (Volume Serial Number: %3) into drive %1.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_LOCK_VIOLATION">
            <summary>
The process cannot access the file because another process has locked a portion of the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SHARING_VIOLATION">
            <summary>
The process cannot access the file because it is being used by another process.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_GEN_FAILURE">
            <summary>
A device attached to the system is not functioning.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_READ_FAULT">
            <summary>
The system cannot read from the specified device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WRITE_FAULT">
            <summary>
The system cannot write to the specified device.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OUT_OF_PAPER">
            <summary>
The printer is out of paper.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECTOR_NOT_FOUND">
            <summary>
The drive cannot find the sector requested.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_DOS_DISK">
            <summary>
The specified disk or diskette cannot be accessed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SEEK">
            <summary>
The drive cannot locate a specific area or track on the disk.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_LENGTH">
            <summary>
The program issued a command but the command length is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CRC">
            <summary>
Data error (cyclic redundancy check).
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_COMMAND">
            <summary>
The device does not recognize the command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_READY">
            <summary>
The device is not ready.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_UNIT">
            <summary>
The system cannot find the device specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_WRITE_PROTECT">
            <summary>
The media is write protected.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_MORE_FILES">
            <summary>
There are no more files.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_SAME_DEVICE">
            <summary>
The system cannot move the file to a different disk drive.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CURRENT_DIRECTORY">
            <summary>
The directory cannot be removed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DRIVE">
            <summary>
The system cannot find the drive specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_OUTOFMEMORY">
            <summary>
Not enough memory resources are available to complete this operation.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_DATA">
            <summary>
The data is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_ACCESS">
            <summary>
The access code is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_FORMAT">
            <summary>
An attempt was made to load a program with an incorrect format.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BAD_ENVIRONMENT">
            <summary>
The environment is incorrect.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_BLOCK">
            <summary>
The storage control block address is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_ENOUGH_MEMORY">
            <summary>
Not enough memory resources are available to process this command.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ARENA_TRASHED">
            <summary>
The storage control blocks were destroyed.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_HANDLE">
            <summary>
The handle is invalid.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ACCESS_DENIED">
            <summary>
Access is denied.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TOO_MANY_OPEN_FILES">
            <summary>
The system cannot open the file.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_PATH_NOT_FOUND">
            <summary>
The system cannot find the path specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_FILE_NOT_FOUND">
            <summary>
The system cannot find the file specified.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_INVALID_FUNCTION">
            <summary>
Incorrect function.
</summary>
        </member>
        <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SUCCESS">
            <summary>
The operation completed successfully.
</summary>
        </member>
        <member name="T:SharpSvn.SvnErrorCategory">
            <summary>Gets the error category of the SvnException</summary>
        </member>
        <member name="T:SharpSvn.SvnErrorCode">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_error_codes.h
 @brief Subversion error codes.
 
Collection of Subversion error code values, located within the
 * APR user error space.
</member>
        <member name="F:SharpSvn.SvnIgnoreSpacing.IgnoreAll">
            <summary>Ignore all whitespace characters</summary>
        </member>
        <member name="F:SharpSvn.SvnIgnoreSpacing.IgnoreSpace">
            <summary>Ignore changes in sequences of whitespace characters, treating each
sequence of whitespace characters as a single space</summary>
        </member>
        <member name="F:SharpSvn.SvnIgnoreSpacing.None">
            <summary>Ignore no whitespace</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictAction.Delete">
            <summary>Attempting to delete object</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictAction.Add">
            <summary>Attempting to add object</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictAction.Edit">
            <summary>Attempting to change text or props</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictReason.Added">
            <summary>object is already added or schedule-add</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictReason.NotVersioned">
            <summary>object is unversioned</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictReason.Missing">
            <summary>object is unknown or missing</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictReason.Deleted">
            <summary>object is already schedule-delete</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictReason.Obstructed">
            <summary>another object is in the way</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictReason.Edited">
            <summary>local edits are already present</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictType.TreeConflict">
            <summary>Deprecated: Use .Tree</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictType.Tree">
            <summary>tree conflict (on a dir)</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictType.Property">
            <summary>property conflict (on a file or dir)</summary>
        </member>
        <member name="F:SharpSvn.SvnConflictType.Content">
            <summary>textual conflict (on a file)</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.Unspecified">
            <summary>Value not determined yet</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.Working">
            <summary>Alias for Merged</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.Merged">
            <summary>Choose the 'merged file'. The result file of the automatic merging; possibly with local edits</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.Mine">
            <summary>Choose local version on all conflicts; further use auto-merged</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.Theirs">
            <summary>Choose their on all conflicts; further use auto-merged</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.MineFull">
            <summary>Choose the local file</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.TheirsFull">
            <summary>Choose the incoming file</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.Base">
            <summary>Choose the base file</summary>
        </member>
        <member name="F:SharpSvn.SvnAccept.Postpone">
            <summary>Don't resolve the conflict now. Let subversion mark the path
'conflicted', so user can run 'svn resolved' later</summary>
        </member>
        <member name="F:SharpSvn.SvnDiffKind.Deleted">
            <summary>A deleted item</summary>
        </member>
        <member name="F:SharpSvn.SvnDiffKind.Modified">
            <summary>An item with text modifications</summary>
        </member>
        <member name="F:SharpSvn.SvnDiffKind.Added">
            <summary>An added item</summary>
        </member>
        <member name="F:SharpSvn.SvnDiffKind.Normal">
            <summary>An item with no text modifications</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion114">
            <summary>Create a repository in Subversion 1.10 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion113">
            <summary>Create a repository in Subversion 1.10 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion112">
            <summary>Create a repository in Subversion 1.10 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion111">
            <summary>Create a repository in Subversion 1.10 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion110">
            <summary>Create a repository in Subversion 1.10 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion19">
            <summary>Create a repository in Subversion 1.9 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion18">
            <summary>Create a repository in Subversion 1.8 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion17">
            <summary>Create a repository in Subversion 1.7 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion16">
            <summary>Create a repository in Subversion 1.6 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion15">
            <summary>Create a repository in Subversion 1.5 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion14">
            <summary>Create a repository in Subversion 1.4 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Subversion10">
            <summary>Create a repository in a Subversion 1.0-1.3 compatible format</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryCompatibility.Default">
            <summary>Create a repository with the latest available format</summary>
        </member>
        <member name="F:SharpSvn.SvnDirEntryItems.SvnListDefault">
            <summary>The fields loaded if no other value is specified</summary>
        </member>
        <member name="F:SharpSvn.SvnDirEntryItems.AllFieldsV15">
            <summary>A combination of all the dirent fields at Subversion 1.5</summary>
        </member>
        <member name="F:SharpSvn.SvnDirEntryItems.LastAuthor">
            <summary>An indication that you are interested in the @c last_author field</summary>
        </member>
        <member name="F:SharpSvn.SvnDirEntryItems.Time">
            <summary>An indication that you are interested in the @c time field</summary>
        </member>
        <member name="F:SharpSvn.SvnDirEntryItems.Revision">
            <summary>An indication that you are interested in the @c created_rev field</summary>
        </member>
        <member name="F:SharpSvn.SvnDirEntryItems.HasProperties">
            <summary>An indication that you are interested in the @c has_props field</summary>
        </member>
        <member name="F:SharpSvn.SvnDirEntryItems.Size">
            <summary>An indication that you are interested in the @c size field</summary>
        </member>
        <member name="F:SharpSvn.SvnDirEntryItems.Kind">
            <summary>An indication that you are interested in the Kind field</summary>
        </member>
        <member name="F:SharpSvn.SvnSchedule.Replace">
            <summary> Slated for replacement (delete + add) </summary>
        </member>
        <member name="F:SharpSvn.SvnSchedule.Delete">
            <summary> Slated for deletion </summary>
        </member>
        <member name="F:SharpSvn.SvnSchedule.Add">
            <summary> Slated for addition </summary>
        </member>
        <member name="F:SharpSvn.SvnSchedule.Normal">
            <summary> Nothing special here </summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Incomplete">
            <summary>a directory doesn't contain a complete entries list</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.External">
            <summary>an unversioned path populated by an svn:externals property</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Obstructed">
            <summary>an unversioned resource is in the way of the versioned resource</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Ignored">
            <summary>is unversioned but configured to be ignored</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Conflicted">
            <summary>local mods received conflicting repos mods</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Merged">
            <summary>local mods received repos mods</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Modified">
            <summary>text or props have been modified</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Replaced">
            <summary>was deleted and then re-added</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Deleted">
            <summary>scheduled for deletion</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Missing">
            <summary>under v.c., but is missing</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Added">
            <summary>is scheduled for addition</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Normal">
            <summary>exists, but uninteresting</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.NotVersioned">
            <summary>is not a versioned thing in this wc</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.None">
            <summary>does not exist</summary>
        </member>
        <member name="F:SharpSvn.SvnStatus.Zero">
            <summary>Zero value. Never used by Subversion</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.CommitFinalizing">
            <summary>Finalizing commit.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.InfoExternal">
            <summary>Running info on an external module.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.OperationRequiresTarget">
            <summary>The operation failed because the operation (E.g. commit) is only valid
if the operation includes this path.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.CleanupExternal">
            <summary>Running cleanup on an external module.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.MoveBroken">
            <summary>A move in the working copy has been broken, i.e. degraded into a
copy + delete. The notified path is the move source (the deleted path).
</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.ForeignCopyBegin">
            <summary>A copy from a foreign repository has started</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.LeftLocalModifications">
            <summary>The current operation left local changes of something that
was deleted. The changes are available on (and below) the notified path
</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.ConflictResolverDone">
            <summary>Conflict resolver is done. This can be used by clients to
detect when to display conflict summary information, for example</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.ConflictResolverStarting">
            <summary>Conflict resolver is starting. This can be used by clients to
detect when to display conflict summary information, for example.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.FailedObstruction">
            <summary>Operation failed because a node is obstructed</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateBrokenLock">
            <summary>Just the lock on a file was removed during update</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.SkipConflicted">
            <summary>The operation skipped the path because it was conflicted.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.FailedForbiddenByServer">
            <summary>Operation failed because the operation was forbidden by the server</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.FailedLocked">
            <summary>Operation failed because a node is locked by another user and/or working copy</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.FailedNoParent">
            <summary>Operation failed because an added parent is not selected</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.FailedOutOfDate">
            <summary>Operation failed because a node is out of date</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.FailedMissing">
            <summary>Operation failed because an added node is missing</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.FailedConflict">
            <summary>Operation failed because the node remains in conflict</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.Excluded">
            <summary>Removing a path by excluding it.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.NonExistentPath">
            <summary>The operation was attempted on a path which doesn't exist.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.FollowUrlRedirect">
            <summary>The server has instructed the client to follow a URL redirection.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.CommitReplacedWithCopy">
            <summary>Committing an overwriting (replace) copy (path is the target of
the copy, not the source).</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.CommitAddCopy">
            <summary>Committing a non-overwriting copy (path is the target of the
copy, not the source).</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.PatchFoundAlreadyApplied">
            <summary>A hunk from a patch was found to already be applied.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.PatchRejectedHunk">
            <summary>A hunk from a patch was rejected.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.PatchAppliedHunk">
            <summary>A hunk from a patch was applied.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.PatchApplied">
            <summary>A file in the working copy was patched.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.RecordMergeInfoElided">
            <summary>Mergeinfo was removed due to elision.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.RecordMergeInfoStarted">
            <summary>Mergeinfo describing a merge was recorded.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpgradedDirectory">
            <summary>An working copy directory was upgraded to the latest format.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.RecordMergeInfo">
            <summary>The mergeinfo on path was updated.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateShadowedDelete">
            <summary>A node below an existing node was deleted during update.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateShadowedUpdate">
            <summary>A node below an exising node was updated during update.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateShadowedAdd">
            <summary>A node below an existing node was added during update.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateExternalRemoved">
            <summary>An update operation removed an external working copy.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateSkipAccessDenied">
            <summary>An update tried to update a file or directory to which access could not be obtained.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateSkipWorkingOnly">
            <summary>An explicit update tried to update a file or directory that doesn't live in the repository and can't be brought in.</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateSkipObstruction">
            <summary>An update tried to add a file or directory at a path where a separate working copy was found</summary>
        </member>
        <member name="F:SharpSvn.SvnNotifyAction.UpdateStarted">
            <summary>Starting an update operation.</summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.HotcopiedRevisionRange">
A revision range was copied. @since New in 1.9.
</member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.FormatBumped">
The repository format got bumped. @since New in 1.9.
</member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.CleanupRevisionProperties">
A non-packed revprop shard got removed. @since New in 1.9.
</member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.PackRevisionProperties">
A revprop shard got packed. @since New in 1.9.
</member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.VerifyStructure">
            <summary> The structure of a revision is being verified. @since New in 1.8. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.LoadSkippedRevision">
            <summary> A revision was skipped during loading. @since New in 1.8. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.UpgradeStarted">
            <summary> Upgrade has started. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.RecoverStarted">
            <summary> Recover has started. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.LockAcquired">
            <summary> The operation has acquired a mutex for the repo. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.LoadNormalizingMergeInfo">
            <summary> Mergeinfo has been normalized </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.LoadNodeCopy">
            <summary> A copied node has been encountered </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.LoadNodeFinished">
            <summary> A node has finished loading </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.LoadNodeStarted">
            <summary> A node has begun loading </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.LoadRevFinished">
            <summary> A revision has finished loading </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.LoadRevStarted">
            <summary> A revision has begun loading </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.PackShardPropertiesFinished">
            <summary> packing of the shard revprops has completed </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.PackShardPropertiesStarted">
            <summary> packing of the shard revprops has commenced </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.PackShardFinished">
            <summary> packing of an FSFS shard is completed </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.PackShardStarted">
            <summary> packing of an FSFS shard has commenced </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.FinishedVerify">
            <summary> All revisions have finished being verified. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.FinishedDump">
            <summary> All revisions have finished being dumped. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.VerifyRevision">
            <summary> A revision has finished being verified. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.DumpedRevision">
            <summary> A revision has finished being dumped. </summary>
        </member>
        <member name="F:SharpSvn.SvnRepositoryNotifyAction.Warning">
            <summary> A warning message is waiting. </summary>
        </member>
        <member name="F:SharpSvn.SvnDepth.Infinity">
            <summary>
D + all descendants (full recursion from D). Updates will pull in any
files or subdirectories not already present; those subdirectories'
this_dir entries will have depth-infinity. Equivalent to the pre-1.5
default update behavior.
</summary>
        </member>
        <member name="F:SharpSvn.SvnDepth.Children">
            <summary>
D + immediate children (D and its entries). Updates will pull in any
files or subdirectories not already present; those subdirectories'
this_dir entries will have depth-empty.
</summary>
        </member>
        <member name="F:SharpSvn.SvnDepth.Files">
            <summary>
D + its file children, but not subdirs. Updates will pull in any files
not already present, but not subdirectories.
</summary>
        </member>
        <member name="F:SharpSvn.SvnDepth.Empty">
            <summary>
Just the named directory D, no entries. Updates will not pull in any
files or subdirectories not already present
</summary>
        </member>
        <member name="F:SharpSvn.SvnDepth.Exclude">
            <summary>Exclude (remove, whatever) directory D</summary>
        </member>
        <member name="F:SharpSvn.SvnDepth.Unknown">
            <summary>Depth undetermined or ignored</summary>
        </member>
        <member name="M:SharpSvn.Implementation.AprPool.#ctor(apr_pool_t*,System.Boolean)">
            <summary>Attaches to the specified pool</summary>
        </member>
        <member name="M:SharpSvn.Implementation.AprPool.#ctor">
            <summary>Creates a new root pool</summary>
        </member>
        <member name="M:SharpSvn.Implementation.AprPool.#ctor(SharpSvn.Implementation.AprPool)">
            <summary>Creates a childpool within the specified parent pool</summary>
        </member>
        <member name="M:SharpSvn.Implementation.SvnBase.IsNotUri(System.String)">
            <summary>Gets a boolean indicating whether the path is a file path (and not a Uri)</summary>
        </member>
        <member name="P:SharpSvn.Implementation.SvnBase.SmallThreadPool">
            <summary>Gets a small thread-local pool usable for small one shot actions</summary>
            <remarks>The memory allocated by the pool is only freed after the thread is closed; so use with care</remarks>
        </member>
        <member name="T:SharpSvn.Implementation.SvnBase">
            <summary>Main class of Subversion api. This class is responsible for loading the unmanaged api</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.VerifyEnumFailed">
            <summary>
  Looks up a localized string similar to The value {0} is not a valid {1}.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.UriIsNotAbsolute">
            <summary>
  Looks up a localized string similar to The passed Uri is not absolute.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.TheTargetIsNotAValidUriTarget">
            <summary>
  Looks up a localized string similar to The specified target is not a valid Uri target.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.TheTargetIsNotAValidUriOrPathTarget">
            <summary>
  Looks up a localized string similar to The specified target is not a value Uri or Path target.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.TheTargetIsNotAValidPathTarget">
            <summary>
  Looks up a localized string similar to The specified target is not a valid Path target.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.TargetMustContainExplicitRevision">
            <summary>
  Looks up a localized string similar to The passed target must contain an explicit revision.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.SvnMalfunctionPrefix">
            <summary>
  Looks up a localized string similar to Subversion reported a malfunction '{0}' on line {2} of '{1}'..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.SvnClientOperationInProgress">
            <summary>
  Looks up a localized string similar to Svn operation in progress; an SvnClient instance can handle only one command at a time.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.SvnAuthManagedPlaceholder">
            <summary>
  Looks up a localized string similar to This function is not available from managed code. .
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.SessionAlreadyOpen">
            <summary>
  Looks up a localized string similar to The session is already open.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.RevisionTypeMustBeHeadDateOrSpecific">
            <summary>
  Looks up a localized string similar to Revision type must be head, date or a specific revision number.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.RevisionTypeCantBeWorking">
            <summary>
  Looks up a localized string similar to The Working revision type is not supported here.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.RevisionNumberMustBeAtLeast0">
            <summary>
  Looks up a localized string similar to Revision number must be at least 0.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.RevisionMustBeGreaterThanOrEqualToZero">
            <summary>
  Looks up a localized string similar to Revision must be &gt;= 0.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.RemoteSessionMustBeOpenToPerformCommand">
            <summary>
  Looks up a localized string similar to The remote session must be open before it can perform commands.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.PropertyNameIsNotValid">
            <summary>
  Looks up a localized string similar to Property name is not valid.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.PleaseRestartThisApplicationBeforeContinuing">
            <summary>
  Looks up a localized string similar to Please restart this application before continuing.\n\nStack trace:\n{0}.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.PathXTooLongAndNotRooted">
            <summary>
  Looks up a localized string similar to Paths with a length above MAX_PATH (like '{0}') must be rooted..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.PathXContainsInvalidCharacters">
            <summary>
  Looks up a localized string similar to Path '{0}' contains invalid characters.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.PathCountDoesNotMatchRevisions">
            <summary>
  Looks up a localized string similar to The number of elements in the paths collection does not match the number in revisions.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyXUnlocked">
            <summary>
  Looks up a localized string similar to '{0}' unlocked..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyXLockedByUserY">
            <summary>
  Looks up a localized string similar to '{0}' locked by user '{1}'..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyUpdateStartedX">
            <summary>
  Looks up a localized string similar to Updating '{0}':.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyUpdatedToRevisionX">
            <summary>
  Looks up a localized string similar to Updated to revision {0}..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyUpdatedExternalToRevisionX">
            <summary>
  Looks up a localized string similar to Updated external to revision {0}..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyTransmittingFileData">
            <summary>
  Looks up a localized string similar to Transmitting file data.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyStatusAgainstRevisionX">
            <summary>
  Looks up a localized string similar to Status against revision: {0}.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifySkippedXRemainsInConflict">
            <summary>
  Looks up a localized string similar to Skipped '{0}' - Node remains in conflict.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifySkippedX">
            <summary>
  Looks up a localized string similar to Skipped '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifySkippedObstructionX">
            <summary>
  Looks up a localized string similar to Skipped '{0}' - An obstructing working copy found.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifySkippedMissingTargetX">
            <summary>
  Looks up a localized string similar to Skipped missing target '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifySkippedAccessDeniedX">
            <summary>
  Looks up a localized string similar to Skipped '{0}' - Access denied.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyRevertedX">
            <summary>
  Looks up a localized string similar to Reverted '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyReverseMergingRXToRYIntoZ">
            <summary>
  Looks up a localized string similar to --- Reverse-merging r{0} through r{1} into '{2}':.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyReverseMergingRXIntoY">
            <summary>
  Looks up a localized string similar to --- Reverse-merging r{0} into '{1}':.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyRestoredX">
            <summary>
  Looks up a localized string similar to Restored '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyResolvedConflictedStateOfX">
            <summary>
  Looks up a localized string similar to Resolved conflicted state of '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyPerformingStatusOnExternalItemAtX">
            <summary>
  Looks up a localized string similar to Performing status on external item at '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyPathXIsNowAMemberOfChangeListY">
            <summary>
  Looks up a localized string similar to Path '{0}' is now a member of change list '{1}'..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyPathXIsNoLongerAMemberOfAChangeList">
            <summary>
  Looks up a localized string similar to Path '{0}' is no longer a member of a change list..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyMergingRXToRYIntoZ">
            <summary>
  Looks up a localized string similar to --- Merging r{0} through r{1} into '{2}':.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyMergingRXIntoY">
            <summary>
  Looks up a localized string similar to --- Merging r{0} into '{1}':.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyMergingDifferencesBetweenRepositoryUrlsIntoX">
            <summary>
  Looks up a localized string similar to --- Merging differences between repository URLs into '{0}':.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyFetchExternalItemIntoX">
            <summary>
  Looks up a localized string similar to Fetching external item into '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyFailedToRevertX">
            <summary>
  Looks up a localized string similar to Failed to revert '{0}' -- try updating instead.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyExternalXRemoved">
            <summary>
  Looks up a localized string similar to Removed external '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyExternalAtRevisionX">
            <summary>
  Looks up a localized string similar to External at revision {0}..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyExportedRevisionX">
            <summary>
  Looks up a localized string similar to Exported revision {0}..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyExportedExternalAtRevisionX">
            <summary>
  Looks up a localized string similar to Exported external at revision {0}..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyCheckedOutRevisionX">
            <summary>
  Looks up a localized string similar to Checked out revision {0}..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyCheckedOutExternalAtRevisionX">
            <summary>
  Looks up a localized string similar to Checked out external at revision {0}..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NotifyAtRevisionX">
            <summary>
  Looks up a localized string similar to At revision {0}..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.NonUtf8ConvertableLine">
            <summary>
  Looks up a localized string similar to {This line does contain non-Utf8 characters}.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.LoadingMimeTypesMapFileFailed">
            <summary>
  Looks up a localized string similar to The loading of the subversion mime mapping file failed.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.ItemInListIsNull">
            <summary>
  Looks up a localized string similar to One or more items in the list are null.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.IOThreadBlocked">
            <summary>
  Looks up a localized string similar to The IO Thread Blocked -- Do you have a deadlock?.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.InvalidUri">
            <summary>
  Looks up a localized string similar to Invalid Uri string.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.InvalidSvnRevisionTypeValue">
            <summary>
  Looks up a localized string similar to Invalid SvnRevisionType value specified.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.InvalidCharacterInClientName">
            <summary>
  Looks up a localized string similar to Invalid character in client name.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.HandlerIsNotRegisteredAtThisTime">
            <summary>
  Looks up a localized string similar to The handler is not registered at this time.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.FileXNotFound">
            <summary>
  Looks up a localized string similar to File '{0}' not found.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.FatalExceptionInSubversionApi">
            <summary>
  Looks up a localized string similar to A fatal error occurred within the subversion API - (Use Ctrl+C to copy message).
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.CropToValidDepth">
            <summary>
  Looks up a localized string similar to You can only crop a node to a depth between empty and files..
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.CollectionMustContainAtLeastOneItem">
            <summary>
  Looks up a localized string similar to The collection must at least contain one item.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.CantParseCommandX">
            <summary>
  Looks up a localized string similar to Can't parse command '{0}'.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.CanOnlyResolveHeadDateandExplicitRevisions">
            <summary>
  Looks up a localized string similar to Can only resolve head, number and date revisions.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.ArgumentMustBeAValidRepositoryUri">
            <summary>
  Looks up a localized string similar to The argument must be a valid absolute repository Uri.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.ArgumentMustBeAValidRelativePath">
            <summary>
  Looks up a localized string similar to This argument is not a valid relative path.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.ArgumentMustBeAPathNotAUri">
            <summary>
  Looks up a localized string similar to This argument is not a valid path. A Uri was specified.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.AllUrisMustBeOnTheSameServer">
            <summary>
  Looks up a localized string similar to All provided Uri's must be on the same server.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.AllTargetsMustBeUriOrPath">
            <summary>
  Looks up a localized string similar to All targets must either be Uri or Path.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.Culture">
            <summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
        </member>
        <member name="P:SharpSvn.SharpSvnStrings.ResourceManager">
            <summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
        </member>
        <member name="T:SharpSvn.SharpSvnStrings">
            <summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
        </member>
        <member name="M:serf_ssl_use_compression(serf_ssl_context_t*,System.Int32)">
Enable or disable SSL compression on a SSL session.
@a enabled = 1 to enable compression, 0 to disable compression.
Default = disabled.
 
</member>
        <member name="M:serf_ssl_trust_cert(serf_ssl_context_t*,serf_ssl_certificate_t*)">
Adds the certificate @a cert to the list of trusted certificates in
@a ssl_ctx that will be used for verification.
See also @a serf_ssl_load_cert_file.
 
</member>
        <member name="M:serf_ssl_load_cert_file(serf_ssl_certificate_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Load a CA certificate file from a path @a file_path. If the file was loaded
and parsed correctly, a certificate @a cert will be created and returned.
This certificate object will be alloced in @a pool.
 
</member>
        <member name="M:serf_ssl_cert_export(serf_ssl_certificate_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Export a certificate to base64-encoded, zero-terminated string.
The returned string is allocated in @a pool. Returns NULL on failure.
 
</member>
        <member name="M:serf_ssl_cert_certificate(serf_ssl_certificate_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Extract the fields of the certificate in a table with keys (sha1, notBefore,
notAfter, subjectAltName). The returned table will be allocated in @a pool.
 
</member>
        <member name="M:serf_ssl_cert_subject(serf_ssl_certificate_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Extract the fields of the subject in a table with keys (E, CN, OU, O, L,
ST and C). The returned table will be allocated in @a pool.
 
</member>
        <member name="M:serf_ssl_cert_issuer(serf_ssl_certificate_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Extract the fields of the issuer in a table with keys (E, CN, OU, O, L,
ST and C). The returned table will be allocated in @a pool.
 
</member>
        <member name="M:serf_ssl_cert_depth(serf_ssl_certificate_t!System.Runtime.CompilerServices.IsConst*)">
Return the depth of the certificate.
 
</member>
        <member name="M:serf_ssl_set_hostname(serf_ssl_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Allow SNI indicators to be sent to the server.
 
</member>
        <member name="M:serf_ssl_use_default_certificates(serf_ssl_context_t*)">
Use the default root CA certificates as included with the OpenSSL library.
 
</member>
        <member name="M:serf_ssl_server_cert_chain_callback_set(serf_ssl_context_t*,=FUNC:System.Int32(System.Void*,System.Int32,serf_ssl_certificate_t!System.Runtime.CompilerServices.IsConst*),=FUNC:System.Int32(System.Void*,System.Int32,System.Int32,serf_ssl_certificate_t!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,System.UInt32),System.Void*)">
Set callbacks to override the default SSL server certificate validation
algorithm for the current certificate or the entire certificate chain.
 
</member>
        <member name="M:serf_ssl_server_cert_callback_set(serf_ssl_context_t*,=FUNC:System.Int32(System.Void*,System.Int32,serf_ssl_certificate_t!System.Runtime.CompilerServices.IsConst*),System.Void*)">
Set a callback to override the default SSL server certificate validation
algorithm.
 
</member>
        <member name="M:serf_bucket_headers_do(serf_bucket_t*,=FUNC:System.Int32(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*),System.Void*)">
 Iterates over all headers of the message and invokes the callback
 function with header key and value. Stop iterating when no more
 headers are available or when the callback function returned a
 non-0 value.
 
 @param headers_bucket headers to iterate over
 @param func callback routine to invoke for every header in the bucket
 @param baton baton to pass on each invocation to func
 
</member>
        <member name="D:serf_bucket_headers_do_callback_fn_t">
@param baton opaque baton as passed to @see serf_bucket_headers_do
@param key The header key from this iteration through the table
@param value The header value from this iteration through the table
 
</member>
        <member name="M:serf_bucket_headers_setx(serf_bucket_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,System.Int32)">
 Set, extended: fine grained copy control of header and value.
 
 Set the specified @a header, with length @a header_size with the
 @a value, and length @a value_size, into the bucket. The header will
 be copied if @a header_copy is set, and the value is copied if
 @a value_copy is set. If the values are not copied, then they should
 remain in scope at least as long as the bucket.
 
 If @a headers_bucket already contains a header with the same name
 as @a header, then append @a value to the existing value,
 separating with a comma (as per RFC 2616, section 4.2). In this
 case, the new value must be allocated and the header re-used, so
 behave as if @a value_copy were true and @a header_copy false.
 
</member>
        <member name="M:serf_bucket_headers_setn(serf_bucket_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Set, no copies.
 
 Set the specified @a header and @a value into the bucket, without
 copying either attribute. Both attributes should remain in scope at
 least as long as the bucket.
 
 @note In the case where a header already exists this will result
       in a reallocation and copy, @see serf_bucket_headers_setn.
 
</member>
        <member name="M:serf_bucket_headers_setc(serf_bucket_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Set, copies: header and value copied.
 
 Copy the specified @a header and @a value into the bucket, using space
 from this bucket's allocator.
 
</member>
        <member name="M:serf_bucket_headers_set(serf_bucket_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Set, default: value copied.
 
 Set the specified @a header within the bucket, copying the @a value
 into space from this bucket's allocator. The header is NOT copied,
 so it should remain in scope at least as long as the bucket.
 
</member>
        <member name="M:serf_bucket_simple_own_create(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,serf_bucket_alloc_t*)">
Equivalent to serf_bucket_simple_create, except that the bucket assumes
responsibility for freeing the data on this allocator without making
a copy. It is assumed that data was created by a call from allocator.
 
</member>
        <member name="M:serf_bucket_simple_copy_create(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,serf_bucket_alloc_t*)">
Equivalent to serf_bucket_simple_create, except that the bucket takes
ownership of a private copy of the data.
 
</member>
        <member name="M:serf_bucket_aggregate_become(serf_bucket_t*)">
Transform @a bucket in-place into an aggregate bucket.
</member>
        <member name="M:serf_bucket_aggregate_cleanup(serf_bucket_t*,serf_bucket_alloc_t*)">
serf_bucket_aggregate_cleanup will instantly destroy all buckets in
    the aggregate bucket that have been read completely. Whereas normally,
    these buckets are destroyed on every read operation.
</member>
        <member name="M:serf_bucket_response_set_head(serf_bucket_t*)">
Advise the response @a bucket that this was from a HEAD request and
that it should not expect to see a response body.
 
</member>
        <member name="M:serf_bucket_response_get_headers(serf_bucket_t*)">
Get the headers bucket for @a response.
 
</member>
        <member name="M:serf_bucket_response_wait_for_headers(serf_bucket_t*)">
 Wait for the HTTP headers to be processed for a @a response.
 
 If the headers are available, APR_SUCCESS is returned.
 If the headers aren't available, APR_EAGAIN is returned.
 
</member>
        <member name="M:serf_bucket_response_status(serf_bucket_t*,serf_status_line*)">
Return the Status-Line information, if available. This function
works like other bucket read functions: it may return APR_EAGAIN or
APR_EOF to signal the state of the bucket for reading. A return
value of APR_SUCCESS will always indicate that status line
information was returned; for other return values the caller must
check the version field in @a sline. A value of 0 means that the
data is not (yet) present.
 
</member>
        <member name="M:serf_bucket_request_set_root(serf_bucket_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Sets the root url of the remote host. If this request contains a relative
url, it will be prefixed with the root url to form an absolute url.
@a bucket is the request bucket. @a root_url is the absolute url of the
root of the remote host, without the closing '/'.
 
</member>
        <member name="F:serf_bucket_type_request">
@file serf_bucket_types.h
@brief serf-supported bucket types
 
</member>
        <member name="T:apr_xlate_t">
@defgroup APR_Util APR Utility Functions
@{
 
 APU_DECLARE_EXPORT is defined when building the APR-UTIL dynamic library,
 so that all public symbols are exported.
 
 APU_DECLARE_STATIC is defined when including the APR-UTIL public headers,
 to provide static linkage when the dynamic library may be unavailable.
 
 APU_DECLARE_STATIC and APU_DECLARE_EXPORT are left undefined when
 including the APR-UTIL public headers, to import and link the symbols from
 the dynamic APR-UTIL library and assure appropriate indirection and calling
 conventions at compile time.
 
@}
</member>
        <member name="M:svn_fs_ioctl(svn_fs_t*,svn_fs_ioctl_code_t,System.Void*,System.Void**,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*,apr_pool_t*)">
 A convenience macro to declare #svn_fs_ioctl_code_t codes.
 
 @since New in 1.13.
 
 Issue a filesystem-specific input/output operation defined by @a ctlcode
 (usually, a low-level operation which cannot be expressed by other
 filesystem APIs). If @a fs is @c NULL, issue a global operation.
 If @a fs is not @c NULL, issue an operation that is specific to this
 filesystem instance.
 
 If the filesystem cannot handle this ioctl code, return the
 #SVN_ERR_FS_UNRECOGNIZED_IOCTL_CODE error.
 
 Allocate the result in @a result_pool, use @a scratch_pool for temporary
 allocations.
 
 @see #svn_fs_ioctl_code_t
 
 @since New in 1.13.
 
</member>
        <member name="T:svn_fs_ioctl_code_t">
 A structure specifying the filesystem-specific input/output operation.
 
 @see svn_fs_ioctl()
 
 @since New in 1.13.
 
</member>
        <member name="M:svn_fs_info_dup(System.Void!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Return a duplicate of @a info, allocated in @a result_pool. The returned
 struct will be of the same type as the passed-in struct, which itself
 must have been returned from svn_fs_info() or svn_fs_info_dup(). No part
 of the new structure will be shared with @a info (except static string
 constants). Use @a scratch_pool for temporary allocations.
 
 @see #svn_fs_info_placeholder_t, #svn_fs_fsfs_info_t
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_fs_info(svn_fs_info_placeholder_t!System.Runtime.CompilerServices.IsConst**,svn_fs_t*,apr_pool_t*,apr_pool_t*)">
 Set @a *fs_info to a struct describing @a fs. The type of the
 struct depends on the backend: for #SVN_FS_TYPE_FSFS, the struct will be
 of type #svn_fs_fsfs_info_t; for #SVN_FS_TYPE_FSX, it will be of type
 #svn_fs_fsx_info_t; otherwise, the struct is guaranteed to be
 (compatible with) #svn_fs_info_placeholder_t.
 
 @see #svn_fs_fsfs_info_t, #svn_fs_fsx_info_t
 
 @since New in 1.9.
 
</member>
        <member name="F:svn_fs_info_placeholder_t.fs_type">
@see svn_fs_type
</member>
        <member name="T:svn_fs_info_placeholder_t">
@see svn_fs_info
 * @since New in 1.9.
</member>
        <member name="F:svn_fs_fsx_info_t.min_unpacked_rev">
The smallest revision which is not in a pack file.
</member>
        <member name="F:svn_fs_fsx_info_t.shard_size">
Shard size, always &gt; 0.
</member>
        <member name="F:svn_fs_fsx_info_t.fs_type">
Filesystem backend (#fs_type), i.e., the string #SVN_FS_TYPE_FSX.
</member>
        <member name="T:svn_fs_fsx_info_t">
 A structure that provides some information about a filesystem.
 Returned by svn_fs_info() for #SVN_FS_TYPE_FSX filesystems.
 
 @note Fields may be added to the end of this structure in future
 versions. Therefore, users shouldn't allocate structures of this
 type, to preserve binary compatibility.
 
 @since New in 1.9.
 
</member>
        <member name="F:svn_fs_fsfs_info_t.log_addressing">
TRUE if logical addressing is enabled for this repository.
   * FALSE if repository uses physical addressing.
</member>
        <member name="F:svn_fs_fsfs_info_t.min_unpacked_rev">
The smallest revision (as #svn_revnum_t) which is not in a pack file.
   * @note Zero (0) if (but not iff) the format does not support packing.
</member>
        <member name="F:svn_fs_fsfs_info_t.shard_size">
Shard size, or 0 if the filesystem is not currently sharded.
</member>
        <member name="F:svn_fs_fsfs_info_t.fs_type">
Filesystem backend (#fs_type), i.e., the string #SVN_FS_TYPE_FSFS.
</member>
        <member name="T:svn_fs_fsfs_info_t">
@}
@defgroup fs_info Filesystem information subsystem
@{
 
 A structure that provides some information about a filesystem.
 Returned by svn_fs_info() for #SVN_FS_TYPE_FSFS filesystems.
 
 @note Fields may be added to the end of this structure in future
 versions. Therefore, users shouldn't allocate structures of this
 type, to preserve binary compatibility.
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_fs_verify_root(svn_fs_root_t*,apr_pool_t*)">
 Perform backend-specific data consistency and correctness validations
 of @a root in the Subversion filesystem @a fs. @a root is typically
 a revision root (see svn_fs_revision_root()), but may be a
 transaction root. Use @a scratch_pool for temporary allocations.
 
 @note You probably don't want to use this directly. Take a look at
 svn_repos_verify_fs2() instead, which does non-backend-specific
 verifications as well.
 
 @note To ensure a full verification using all available tests and
 covering all revisions, you must call both this function and
 #svn_fs_verify.
 
 @note Implementors, please perform tests that cannot be done
 efficiently for a single revision in #svn_fs_verify. This function
 is intended for local checks that don't require an expensive context
 setup.
 
 @see svn_repos_verify_fs2()
 @see svn_fs_verify()
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_fs_verify(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:System.Void(System.Int32!System.Runtime.CompilerServices.IsLong,System.Void*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Perform backend-specific data consistency and correctness validations
 to the Subversion filesystem (mainly the meta-data) located in the
 directory @a path. Use the backend-specific configuration @a fs_config
 when opening the filesystem. @a NULL is valid for all backends.
 Use @a scratch_pool for temporary allocations.
 
 @a start and @a end define the (minimum) range of revisions to check.
 If @a start is #SVN_INVALID_REVNUM, it defaults to @c r0. Likewise,
 @a end will default to the current youngest repository revision when
 given as #SVN_INVALID_REVNUM. Since meta data checks may have to touch
 other revisions as well, you may receive notifications for revisions
 outside the specified range. In fact, it is perfectly legal for a FS
 implementation to always check all revisions.
 
 Global invariants are only guaranteed to get verified when @a r0 has
 been included in the range of revisions to check.
 
 The optional @a notify_func callback is only a general feedback that
 the operation is still in process but may be called in random revisions
 order and more than once for the same revision, i.e. r2, r1, r2 would
 be a valid sequence.
 
 The optional @a cancel_func callback will be invoked as usual to allow
 the user to preempt this potentially lengthy operation.
 
 @note You probably don't want to use this directly. Take a look at
 svn_repos_verify_fs2() instead, which does non-backend-specific
 verifications as well.
 
 @note To ensure a full verification using all tests and covering all
 revisions, you must call this function *and* #svn_fs_verify_root.
 
 @note Implementors, please do tests that can be done efficiently for
 a single revision in #svn_fs_verify_root. This function is meant for
 global checks or tests that require an expensive context setup.
 
 @see svn_repos_verify_fs2()
 @see svn_fs_verify_root()
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_fs_pack(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.Int64,svn_fs_pack_notify_action_t,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Possibly update the filesystem located in the directory @a path
 to use disk space more efficiently.
 
 @since New in 1.6.
 
</member>
        <member name="D:svn_fs_pack_notify_t">
The type of a pack notification function. @a shard is the shard being
 * acted upon; @a action is the type of action being performed. @a baton is
 * the corresponding baton for the notification function, and @a pool can
 * be used for temporary allocations, but will be cleared between invocations.
 
</member>
        <member name="T:svn_fs_pack_notify_action_t">
The kind of action being taken by 'pack'.
</member>
        <member name="F:svn_fs_pack_notify_noop">
pack has been a no-op for this repository. The next / future packable
      shard will be given. If the shard is -1, then the repository does not
      support packing at all.
      @since New in 1.10.
</member>
        <member name="F:svn_fs_pack_notify_end_revprop">
packing of the shard revprops has completed
      @since New in 1.7.
</member>
        <member name="F:svn_fs_pack_notify_start_revprop">
packing of the shard revprops has commenced
      @since New in 1.7.
</member>
        <member name="F:svn_fs_pack_notify_end">
packing of the shard is completed
</member>
        <member name="F:svn_fs_pack_notify_start">
packing of the shard has commenced
</member>
        <member name="M:svn_fs_print_modules(svn_stringbuf_t*,apr_pool_t*)">
@}
 Append a textual list of all available FS modules to the stringbuf
 @a output. Third-party modules are only included if repository
 access has caused them to be loaded.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_fs_get_locks(svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,svn_lock_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_fs_get_locks2(), but with @a depth always passed as
 * svn_depth_infinity, and with the following known problem (which is
 * not present in svn_fs_get_locks2()):
 *
 * @note On Berkeley-DB-backed filesystems in Subversion 1.6 and
 * prior, the @a get_locks_func callback will be invoked from within a
 * Berkeley-DB transaction trail. Implementors of the callback are,
 * as a result, forbidden from calling any svn_fs API functions which
 * might themselves attempt to start a new Berkeley DB transaction
 * (which is most of this svn_fs API). Yes, this is a nasty
 * implementation detail to have to be aware of.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_fs_get_locks2(svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,=FUNC:svn_error_t*(System.Void*,svn_lock_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
Report locks on or below @a path in @a fs using the @a
 * get_locks_func / @a get_locks_baton. Use @a pool for necessary
 * allocations.
 *
 * @a depth limits the reported locks to those associated with paths
 * within the specified depth of @a path, and must be one of the
 * following values: #svn_depth_empty, #svn_depth_files,
 * #svn_depth_immediates, or #svn_depth_infinity.
 *
 * If the @a get_locks_func callback implementation returns an error,
 * lock iteration will terminate and that error will be returned by
 * this function.
 *
 * @note Over the course of this function's invocation, locks might be
 * added, removed, or modified by concurrent processes. Callers need
 * to anticipate and gracefully handle the transience of this
 * information.
 *
 * @since New in 1.7.
 
</member>
        <member name="D:svn_fs_get_locks_callback_t">
The type of a lock discovery callback function. @a baton is the
 * value specified in the call to svn_fs_get_locks(); the filesystem
 * passes it through to the callback. @a lock is a lock structure.
 * @a pool is a temporary subpool for use by the callback
 * implementation -- it is cleared after invocation of the callback.
 
</member>
        <member name="M:svn_fs_get_lock(svn_lock_t**,svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
If @a path is locked in @a fs, set @a *lock to an svn_lock_t which
 * represents the lock, allocated in @a pool.
 *
 * If @a path is not locked or does not exist in HEAD, set @a *lock to NULL.
 
</member>
        <member name="M:svn_fs_unlock(svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Similar to svn_fs_unlock_many() but only unlocks a single path.
 *
 * @since New in 1.2.
 
</member>
        <member name="M:svn_fs_unlock_many(svn_fs_t*,apr_hash_t*,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_lock_t!System.Runtime.CompilerServices.IsConst*,svn_error_t*,apr_pool_t*),System.Void*,apr_pool_t*,apr_pool_t*)">
Remove the locks on the paths in @a unlock_targets in @a fs.
 *
 * The paths to be unlocked are passed as <tt>const char *</tt> keys
 * of the @a unlock_targets hash with the corresponding lock tokens as
 * <tt>const char *</tt> values. If the token doesn't point to a
 * lock, yield an #SVN_ERR_FS_BAD_LOCK_TOKEN error for this path. If
 * the token points to an expired lock, yield an
 * #SVN_ERR_FS_LOCK_EXPIRED error for this path. If @a fs has no
 * username associated with it, yield an #SVN_ERR_FS_NO_USER unless @a
 * break_lock is specified.
 *
 * If the token points to a lock, but the username of @a fs's access
 * context doesn't match the lock's owner, yield an
 * #SVN_ERR_FS_LOCK_OWNER_MISMATCH. If @a break_lock is TRUE,
 * however, don't return error; allow the lock to be "broken" in any
 * case. In the latter case, the token shall be @c NULL.
 *
 * For each path in @a unlock_targets @a lock_callback will be invoked
 * passing @a lock_baton and error that apply to path. The @a lock
 * passed to the callback will be NULL. @a lock_callback can be NULL
 * in which case it is not called and any errors that would have been
 * passed to the callback are not reported.
 *
 * The path passed to lock_callback will be allocated in @a result_pool.
 * Use @a scratch_pool for temporary allocations.
 *
 * @note This function is not atomic. If it returns an error, some targets
 * may remain locked while others may have been unlocked.
 *
 * @note You probably don't want to use this directly. Take a look at
 * svn_repos_fs_unlock_many() instead.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_generate_lock_token(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_fs_t*,apr_pool_t*)">
Generate a unique lock-token using @a fs. Return in @a *token,
 * allocated in @a pool.
 *
 * This can be used in to populate lock-&gt;token before calling
 * svn_fs_attach_lock().
 
</member>
        <member name="M:svn_fs_lock(svn_lock_t**,svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int64,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,apr_pool_t*)">
Similar to svn_fs_lock_many() but locks only a single @a path and
 * returns the lock in @a *lock, allocated in @a pool, or an error.
 *
 * @since New in 1.2.
 
</member>
        <member name="M:svn_fs_lock_many(svn_fs_t*,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int64,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_lock_t!System.Runtime.CompilerServices.IsConst*,svn_error_t*,apr_pool_t*),System.Void*,apr_pool_t*,apr_pool_t*)">
Lock the paths in @a lock_targets in @a fs.
 *
 * @a fs must have a username associated with it (see
 * #svn_fs_access_t), else return #SVN_ERR_FS_NO_USER. Set the
 * 'owner' field in each new lock to the fs username.
 *
 * @a comment is optional: it's either an xml-escapable UTF8 string
 * which describes the lock, or it is @c NULL.
 *
 * @a is_dav_comment describes whether the comment was created by a
 * generic DAV client; only mod_dav_svn's autoversioning feature needs
 * to use it. If in doubt, pass 0.
 *
 * The paths to be locked are passed as the <tt>const char *</tt> keys
 * of the @a lock_targets hash. The hash values are
 * <tt>svn_fs_lock_target_t *</tt> and provide the token and
 * @a current_rev for each path. The token is a lock token such as can
 * be generated using svn_fs_generate_lock_token() (indicating that
 * the caller wants to dictate the lock token used), or it is @c NULL
 * (indicating that the caller wishes to have a new token generated by
 * this function). If the token is not @c NULL, and represents an
 * existing lock, then the path must match the path associated with
 * that existing lock. If @a current_rev is a valid revnum, then do an
 * out-of-dateness check. If the revnum is less than the
 * last-changed-revision of the path (or if the path doesn't exist in
 * HEAD), yield an #SVN_ERR_FS_OUT_OF_DATE error for this path.
 *
 * If a path is already locked, then yield #SVN_ERR_FS_PATH_ALREADY_LOCKED,
 * unless @a steal_lock is TRUE, in which case "steal" the existing
 * lock, even if the FS access-context's username does not match the
 * current lock's owner: delete the existing lock on the path, and
 * create a new one.
 *
 * If @a expiration_date is zero, then create a non-expiring lock.
 * Else, the lock will expire at @a expiration_date.
 *
 * For each path in @a lock_targets @a lock_callback will be invoked
 * passing @a lock_baton and the lock and error that apply to path.
 * @a lock_callback can be NULL in which case it is not called and any
 * errors that would have been passed to the callback are not reported.
 *
 * The lock and path passed to @a lock_callback will be allocated in
 * @a result_pool. Use @a scratch_pool for temporary allocations.
 *
 * @note At this time, only files can be locked.
 *
 * @note This function is not atomic. If it returns an error, some targets
 * may remain unlocked while others may have been locked.
 *
 * @note You probably don't want to use this directly. Take a look at
 * svn_repos_fs_lock_many() instead.
 *
 * @since New in 1.9.
 
</member>
        <member name="D:svn_fs_lock_callback_t">
The callback invoked by svn_fs_lock_many() and svn_fs_unlock_many().
 *
 * @a path and @a lock are allocated in the result_pool passed to
 * svn_fs_lock_many/svn_fs_unlock_many and so will persist beyond the
 * callback invocation. @a fs_err will be cleared after the callback
 * returns, use svn_error_dup() to preserve the error.
 *
 * If the callback returns an error no further callbacks will be made
 * and svn_fs_lock_many/svn_fs_unlock_many will return an error. The
 * caller cannot rely on any particular order for these callbacks and
 * cannot rely on interrupting the underlying operation by returning
 * an error. Returning an error stops the callbacks but any locks
 * that would have been reported in further callbacks may, or may not,
 * still be created/released.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_lock_target_set_token(svn_fs_lock_target_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Update @a target changing the token to @a token, @a token can be NULL.
 *
 * The @a token is not duplicated and so must have a lifetime at least as
 * long as @a target.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_lock_target_create(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
Create an <tt>svn_fs_lock_target_t</tt> allocated in @a result_pool.
 * @a token can be NULL and @a current_rev can be SVN_INVALID_REVNUM.
 *
 * The @a token is not duplicated and so must have a lifetime at least as
 * long as the returned target object.
 *
 * @since New in 1.9.
 
</member>
        <member name="T:svn_fs_lock_target_t">
@defgroup svn_fs_locks Filesystem locks
 * @{
 * @since New in 1.2.
A lock represents one user's exclusive right to modify a path in a
 * filesystem. In order to create or destroy a lock, a username must
 * be associated with the filesystem's access context (see
 * #svn_fs_access_t).
 *
 * When a lock is created, a 'lock-token' is returned. The lock-token
 * is a unique URI that represents the lock (treated as an opaque
 * string by the client), and is required to make further use of the
 * lock (including removal of the lock.) A lock-token can also be
 * queried to return a svn_lock_t structure that describes the details
 * of the lock. lock-tokens must not contain any newline character,
 * mainly due to the serialization for tokens for pre-commit hook.
 *
 * Locks are not secret; anyone can view existing locks in a
 * filesystem. Locks are not omnipotent: they can be broken and stolen
 * by people who don't "own" the lock. (Though admins can tailor a
 * custom break/steal policy via libsvn_repos pre-lock hook script.)
 *
 * Locks can be created with an optional expiration date. If a lock
 * has an expiration date, then the act of fetching/reading it might
 * cause it to automatically expire, returning either nothing or an
 * expiration error (depending on the API).
 
Lock information for use with svn_fs_lock_many() [and svn_repos_fs_...].
 *
 * @see svn_fs_lock_target_create
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_set_uuid(svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
If not @c NULL, associate @a *uuid with @a fs. Otherwise (if @a
 * uuid is @c NULL), generate a new UUID for @a fs. Use @a pool for
 * any scratch work.
 
</member>
        <member name="M:svn_fs_get_uuid(svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
Populate @a *uuid with the UUID associated with @a fs. Allocate
    @a *uuid in @a pool.
</member>
        <member name="M:svn_fs_get_file_delta_stream(svn_txdelta_stream_t**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *stream_p to a pointer to a delta stream that will turn the
 * contents of the file @a source into the contents of the file @a target.
 * If @a source_root is zero, use a file with zero length as the source.
 *
 * This function does not compare the two files' properties.
 *
 * Allocate @a *stream_p, and do any necessary temporary allocation, in
 * @a pool.
 
</member>
        <member name="M:svn_fs_change_rev_prop(svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Similar to svn_fs_change_rev_prop2(), but with @a old_value_p passed as
 @c NULL.
 
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_fs_change_rev_prop2(svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Change a revision's property's value, or add/delete a property.
 *
 * - @a fs is a filesystem, and @a rev is the revision in that filesystem
 * whose property should change.
 * - @a name is the name of the property to change.
 * - if @a old_value_p is not @c NULL, then changing the property will fail with
 * error #SVN_ERR_FS_PROP_BASEVALUE_MISMATCH if the present value of the
 * property is not @a *old_value_p. (This is an atomic test-and-set).
 * @a *old_value_p may be @c NULL, representing that the property must be not
 * already set.
 * - @a value is the new value of the property, or zero if the property should
 * be removed altogether.
 *
 * Note that revision properties are non-historied --- you can change
 * them after the revision has been committed. They are not protected
 * via transactions.
 *
 * Do any necessary temporary allocation in @a pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_fs_revision_proplist(apr_hash_t**,svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
Like svn_fs_revision_proplist2 but using @a pool for @a scratch_pool as
 * well as @a result_pool and setting @a refresh to #TRUE.
 *
 * @see svn_fs_refresh_revision_props
 *
 * @deprecated For backward compatibility with 1.9.
 
</member>
        <member name="M:svn_fs_revision_proplist2(apr_hash_t**,svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,apr_pool_t*,apr_pool_t*)">
Set @a *table_p to the entire property list of revision @a rev in
 * filesystem @a fs, as an APR hash table allocated in @a pool. The table
 * maps <tt>char *</tt> property names to #svn_string_t * values; the names
 * and values are allocated in @a result_pool. Use @a scratch_pool for
 * temporary allocations.
 *
 * If @a refresh is set, this call acts as a read barrier and is guaranteed
 * to return the latest value. Otherwise, it may return data as old as the
 * last synchronization point but can be much faster to access - in
 * particular for packed repositories.
 *
 * @see svn_fs_refresh_revision_props
 *
 * @since New in 1.10.
 *
 
</member>
        <member name="M:svn_fs_revision_prop(svn_string_t**,svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Like #svn_fs_revision_prop2 but using @a pool for @a scratch_pool as
 * well as @a result_pool and setting @a refresh to #TRUE.
 *
 * @see svn_fs_refresh_revision_props
 *
 * @deprecated For backward compatibility with 1.9.
 
</member>
        <member name="M:svn_fs_revision_prop2(svn_string_t**,svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*,apr_pool_t*)">
Set @a *value_p to the value of the property named @a propname on
 * revision @a rev in the filesystem @a fs. If @a rev has no property by
 * that name, set @a *value_p to zero.
 *
 * If @a refresh is set, this call acts as a read barrier and is guaranteed
 * to return the latest value. Otherwise, it may return data as old as the
 * last synchronization point but can be much faster to access - in
 * particular for packed repositories.
 *
 * Allocate the result in @a result_pool and use @a scratch_pool for
 * temporary allocations.
 *
 * @see svn_fs_refresh_revision_props
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_fs_deltify_revision(svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
Provide filesystem @a fs the opportunity to compress storage relating to
 * associated with @a revision in filesystem @a fs. Use @a pool for all
 * allocations.
 *
 * @note This can be a time-consuming process, depending the breadth
 * of the changes made in @a revision, and the depth of the history of
 * those changed paths. This may also be a no op.
 
</member>
        <member name="M:svn_fs_info_config_files(apr_array_header_t**,svn_fs_t*,apr_pool_t*,apr_pool_t*)">
 Return a list of admin-serviceable config files for @a fs. @a *files
 will be set to an array containing paths as C strings.
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_fs_info_format(System.Int32*,svn_version_t**,svn_fs_t*,apr_pool_t*,apr_pool_t*)">
 Return filesystem format information for @a fs.
 
 Set @a *fs_format to the filesystem format number of @a fs, which is
 an integer that increases when incompatible changes are made (such as
 by #svn_fs_upgrade).
 
 Set @a *supports_version to the version number of the minimum Subversion GA
 release that can read and write @a fs.
 
 @see svn_repos_info_format
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_fs_youngest_rev(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_fs_t*,apr_pool_t*)">
Set @a *youngest_p to the number of the youngest revision in filesystem
 * @a fs. Use @a pool for all temporary allocation.
 *
 * The oldest revision in any filesystem is numbered zero.
 
</member>
        <member name="M:svn_fs_contents_changed(System.Int32*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Check if the contents of two root/path combos have changed.
 *
 * Set @a *changed_p to #TRUE if the file contents at @a path1 under
 * @a root1 differ from those at @a path2 under @a root2, or set it to
 * #FALSE if they are the same. Both paths must exist under their
 * respective roots, and both roots must be in the same filesystem.
 * Do any necessary temporary allocation in @a pool.
 *
 * @note svn_fs_contents_changed() was not designed to be used to detect
 * when two files have different content, but really to detect when the
 * contents of a given file have changed across two points in its history.
 * For the purposes of preserving accurate history, certain bits of code
 * (such as the repository dump code) need to care about this distinction.
 * For example, it's not an error from the FS API point of view to call
 * svn_fs_apply_textdelta() and explicitly set a file's contents to exactly
 * what they were before the edit was made. We have a pair of functions
 * that can answer both of these questions, svn_fs_contents_changed() and
 * svn_fs_contents_different(). See issue 4598 for more details.
 *
 * @see svn_fs_contents_different
 
</member>
        <member name="M:svn_fs_contents_different(System.Int32*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Check if the contents of two root/path combos are different.
 *
 * Set @a *different_p to #TRUE if the file contents at @a path1 under
 * @a root1 differ from those at @a path2 under @a root2, or set it to
 * #FALSE if they are the same. Both paths must exist under their
 * respective roots, and both roots must be in the same filesystem.
 * Do any necessary temporary allocation in @a scratch_pool.
 *
 * @note For the purposes of preserving accurate history, certain bits of
 * code (such as the repository dump code) need to care about the distinction
 * between situations when two files have "different" content and when the
 * contents of a given file "have changed" across two points in its history.
 * We have a pair of functions that can answer both of these questions,
 * svn_fs_contents_different() and svn_fs_contents_changed(). See issue
 * 4598 for more details.
 *
 * @see svn_fs_contents_changed
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_apply_text(svn_stream_t**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Write data directly to the file @a path in @a root. @a root must be the
 * root of a transaction, not a revision.
 *
 * Set @a *contents_p to a stream ready to receive full textual data.
 * When the caller closes this stream, the data replaces the previous
 * contents of the file. The caller must write all file data and close
 * the stream before making further changes to the transaction.
 *
 * If @a path does not exist in @a root, return an error. (You cannot use
 * this routine to create new files; use svn_fs_make_file() to create
 * an empty file first.)
 *
 * @a result_checksum is the hex MD5 digest for the final fulltext
 * written to the stream. It is ignored if NULL, but if not null, it
 * must match the checksum of the result; if it does not, then the @a
 * *contents_p call which detects the mismatch will return the error
 * #SVN_ERR_CHECKSUM_MISMATCH.
 *
 * Do any necessary temporary allocation in @a pool.
 *
 * @note This is like svn_fs_apply_textdelta(), but takes the text
 * straight.
 
</member>
        <member name="M:svn_fs_apply_textdelta(=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Apply a text delta to the file @a path in @a root. @a root must be the
 * root of a transaction, not a revision.
 *
 * Set @a *contents_p to a function ready to receive text delta windows
 * describing how to change the file's contents, relative to its
 * current contents. Set @a *contents_baton_p to a baton to pass to
 * @a *contents_p.
 *
 * If @a path does not exist in @a root, return an error. (You cannot use
 * this routine to create new files; use svn_fs_make_file() to create
 * an empty file first.)
 *
 * @a base_checksum is the hex MD5 digest for the base text against
 * which the delta is to be applied; it is ignored if NULL, and may be
 * ignored even if not NULL. If it is not ignored, it must match the
 * checksum of the base text against which svndiff data is being
 * applied; if not, svn_fs_apply_textdelta() or the @a *contents_p call
 * which detects the mismatch will return the error
 * #SVN_ERR_CHECKSUM_MISMATCH (if there is no base text, there may
 * still be an error if @a base_checksum is neither NULL nor the
 * checksum of the empty string).
 *
 * @a result_checksum is the hex MD5 digest for the fulltext that
 * results from this delta application. It is ignored if NULL, but if
 * not NULL, it must match the checksum of the result; if it does not,
 * then the @a *contents_p call which detects the mismatch will return
 * the error #SVN_ERR_CHECKSUM_MISMATCH.
 *
 * The caller must send all delta windows including the terminating
 * NULL window to @a *contents_p before making further changes to the
 * transaction.
 *
 * Do temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_make_file(svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create a new file named @a path in @a root. The file's initial contents
 * are the empty string, and it has no properties. @a root must be the
 * root of a transaction, not a revision.
 *
 * Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_try_process_file_contents(System.Int32*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Byte!System.Runtime.CompilerServices.IsConst*,System.UInt32,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Efficiently deliver the contents of the file @a path in @a root
 * via @a processor (with @a baton), setting @a *success to @c TRUE
 * upon doing so. Use @a pool for allocations.
 *
 * This function is intended to support zero copy data processing. It may
 * not be implemented for all data backends or not be applicable for certain
 * content. In those cases, @a *success will always be @c FALSE. Also,
 * this is a best-effort function which means that there is no guarantee
 * that @a processor gets called at all.
 *
 * @note @a processor is expected to be a relatively simple function with
 * a runtime of O(content size) or less.
 *
 * @since New in 1.8.
 
</member>
        <member name="D:svn_fs_process_contents_func_t">
 Callback function type used with svn_fs_try_process_file_contents()
 that delivers the immutable, non-NULL @a contents of @a len bytes.
 @a baton is an implementation-specific closure.
 
 Use @a scratch_pool for allocations.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_fs_file_contents(svn_stream_t**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *contents to a readable generic stream that will yield the
 * contents of the file @a path in @a root. Allocate the stream in
 * @a pool. You can only use @a *contents for as long as the underlying
 * filesystem is open. If @a path is not a file, return
 * #SVN_ERR_FS_NOT_FILE.
 *
 * If @a root is the root of a transaction, it is possible that the
 * contents of the file @a path will change between calls to
 * svn_fs_file_contents(). In that case, the result of reading from
 * @a *contents is undefined.
 *
 * @todo kff: I am worried about lifetime issues with this pool vs
 * the trail created farther down the call stack. Trace this function
 * to investigate...
 
</member>
        <member name="M:svn_fs_file_md5_checksum(System.Byte*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_fs_file_checksum(), only always put the MD5 checksum of file
 @a path into @a digest, which should point to @c APR_MD5_DIGESTSIZE bytes
 of storage. If the checksum doesn't exist, put all 0's into @a digest.
 
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_fs_file_checksum(svn_checksum_t**,svn_checksum_kind_t,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Set @a *checksum to the checksum of type @a kind for the file @a path.
 * @a *checksum will be allocated out of @a pool, which will also be used
 * for temporary allocations.
 *
 * If the filesystem does not have a prerecorded checksum of @a kind for
 * @a path, and @a force is not TRUE, do not calculate a checksum
 * dynamically, just put NULL into @a checksum. (By convention, the NULL
 * checksum is considered to match any checksum.)
 *
 * Notes:
 *
 * You might wonder, why do we only provide this interface for file
 * contents, and not for properties or directories?
 *
 * The answer is that property lists and directory entry lists are
 * essentially data structures, not text. We serialize them for
 * transmission, but there is no guarantee that the consumer will
 * parse them into the same form, or even the same order, as the
 * producer. It's difficult to find a checksumming method that
 * reaches the same result given such variation in input. (I suppose
 * we could calculate an independent MD5 sum for each propname and
 * value, and XOR them together; same with directory entry names.
 * Maybe that's the solution?) Anyway, for now we punt. The most
 * important data, and the only data that goes through svndiff
 * processing, is file contents, so that's what we provide
 * checksumming for.
 *
 * Internally, of course, the filesystem checksums everything, because
 * it has access to the lowest level storage forms: strings behind
 * representations.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_fs_file_length(System.Int64*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *length_p to the length of the file @a path in @a root, in bytes.
 * Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_revision_link(svn_fs_root_t*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Like svn_fs_copy(), but doesn't record copy history, and preserves
 * the PATH. You cannot use svn_fs_copied_from() later to find out
 * where this copy came from.
 *
 * Use svn_fs_revision_link() in situations where you don't care
 * about the copy history, and where @a to_path and @a from_path are
 * the same, because it is cheaper than svn_fs_copy().
 
</member>
        <member name="M:svn_fs_copy(svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create a copy of @a from_path in @a from_root named @a to_path in
 * @a to_root. If @a from_path in @a from_root is a directory, copy the
 * tree it refers to recursively.
 *
 * The copy will remember its source; use svn_fs_copied_from() to
 * access this information.
 *
 * @a to_root must be the root of a transaction; @a from_root must be the
 * root of a revision. (Requiring @a from_root to be the root of a
 * revision makes the implementation trivial: there is no detectable
 * difference (modulo node revision ID's) between copying @a from and
 * simply adding a reference to it. So the operation takes place in
 * constant time. However, there's no reason not to extend this to
 * mutable nodes --- it's just more code.) Further, @a to_root and @a
 * from_root must represent the same filesystem.
 *
 * @note To do a copy without preserving copy history, use
 * svn_fs_revision_link().
 *
 * Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_delete(svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Delete the node named @a path in @a root. If the node being deleted is
 * a directory, its contents will be deleted recursively. @a root must be
 * the root of a transaction, not of a revision. Use @a pool for
 * temporary allocation.
 *
 * If return #SVN_ERR_FS_NO_SUCH_ENTRY, then the basename of @a path is
 * missing from its parent, that is, the final target of the deletion
 * is missing.
 *
 * Attempting to remove the root dir also results in an error,
 * #SVN_ERR_FS_ROOT_DIR, even if the dir is empty.
 
</member>
        <member name="M:svn_fs_make_dir(svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create a new directory named @a path in @a root. The new directory has
 * no entries, and no properties. @a root must be the root of a transaction,
 * not a revision.
 *
 * Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_dir_optimal_order(apr_array_header_t**,svn_fs_root_t*,apr_hash_t*,apr_pool_t*,apr_pool_t*)">
Take the #svn_fs_dirent_t structures in @a entries as returned by
 * #svn_fs_dir_entries for @a root and determine an optimized ordering
 * in which data access would most likely be efficient. Set @a *ordered_p
 * to a newly allocated APR array of pointers to these #svn_fs_dirent_t
 * structures. Allocate the array (but not its contents) in @a result_pool
 * and use @a scratch_pool for temporaries.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_dir_entries(apr_hash_t**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *entries_p to a newly allocated APR hash table containing the
 * entries of the directory at @a path in @a root. The keys of the table
 * are entry names, as byte strings, excluding the final NULL
 * character; the table's values are pointers to #svn_fs_dirent_t
 * structures. Allocate the table and its contents in @a pool.
 
</member>
        <member name="F:svn_fs_dirent_t.kind">
The node kind.
</member>
        <member name="F:svn_fs_dirent_t.id">
The node revision ID it names.
</member>
        <member name="F:svn_fs_dirent_t.name">
The name of this directory entry.
</member>
        <member name="T:svn_fs_dirent_t">
The type of a Subversion directory entry.
</member>
        <member name="M:svn_fs_merge(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Merge changes between two nodes into a third node.
 *
 * Given nodes @a source and @a target, and a common ancestor @a ancestor,
 * modify @a target to contain all the changes made between @a ancestor and
 * @a source, as well as the changes made between @a ancestor and @a target.
 * @a target_root must be the root of a transaction, not a revision.
 *
 * @a source, @a target, and @a ancestor are generally directories; this
 * function recursively merges the directories' contents. If they are
 * files, this function simply returns an error whenever @a source,
 * @a target, and @a ancestor are all distinct node revisions.
 *
 * If there are differences between @a ancestor and @a source that conflict
 * with changes between @a ancestor and @a target, this function returns an
 * #SVN_ERR_FS_CONFLICT error.
 *
 * If the merge is successful, @a target is left in the merged state, and
 * the base root of @a target's txn is set to the root node of @a source.
 * If an error is returned (whether for conflict or otherwise), @a target
 * is left unaffected.
 *
 * If @a conflict_p is non-NULL, then: a conflict error sets @a *conflict_p
 * to the name of the node in @a target which couldn't be merged,
 * otherwise, success sets @a *conflict_p to NULL.
 *
 * Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_get_mergeinfo(apr_hash_t**,svn_fs_root_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_mergeinfo_inheritance_t,System.Int32,apr_pool_t*)">
 Same as svn_fs_get_mergeinfo2(), but with @a adjust_inherited_mergeinfo
 set always set to @c TRUE and with only one pool.
 
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_fs_get_mergeinfo2(apr_hash_t**,svn_fs_root_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_mergeinfo_inheritance_t,System.Int32,System.Int32,apr_pool_t*,apr_pool_t*)">
 Same as svn_fs_get_mergeinfo3(), but all mergeinfo is being collected
 and returned in @a *catalog. It will never be @c NULL, but may be empty.
 
 @since New in 1.8.
 
 @deprecated Provided for backward compatibility with the 1.9 API.
 
</member>
        <member name="M:svn_fs_get_mergeinfo3(svn_fs_root_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_mergeinfo_inheritance_t,System.Int32,System.Int32,=FUNC:svn_error_t*(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Retrieve mergeinfo for multiple nodes.
 *
 * For each node found with mergeinfo on it, invoke @a receiver with
 * the provided @a baton.
 *
 * @a root is revision root to use when looking up paths.
 *
 * @a paths are the paths you are requesting information for.
 *
 * @a inherit indicates whether to retrieve explicit,
 * explicit-or-inherited, or only inherited mergeinfo.
 *
 * If @a adjust_inherited_mergeinfo is @c TRUE, then any inherited
 * mergeinfo reported to @a *receiver is normalized to represent the
 * inherited mergeinfo on the path which inherits it. This adjusted
 * mergeinfo is keyed by the path which inherits it. If
 * @a adjust_inherited_mergeinfo is @c FALSE, then any inherited
 * mergeinfo is the raw explicit mergeinfo from the nearest parent
 * of the path with explicit mergeinfo, unadjusted for the path-wise
 * difference between the path and its parent. This may include
 * non-inheritable mergeinfo. This unadjusted mergeinfo is keyed by
 * the path at which it was found.
 *
 * If @a include_descendants is TRUE, then additionally return the
 * mergeinfo for any descendant of any element of @a paths which has
 * the #SVN_PROP_MERGEINFO property explicitly set on it. (Note
 * that inheritance is only taken into account for the elements in @a
 * paths; descendants of the elements in @a paths which get their
 * mergeinfo via inheritance are not reported to @a receiver.)
 *
 * Do any necessary temporary allocations in @a scratch_pool.
 *
 * @since New in 1.10.
 
</member>
        <member name="D:svn_fs_mergeinfo_receiver_t">
Receives parsed @a mergeinfo for the file system path @a path.
 *
 * The user-provided @a baton is being passed through by the retrieval
 * function and @a scratch_pool will be cleared between invocations.
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_fs_closest_copy(svn_fs_root_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *root_p and @a *path_p to the revision root and path of the
 * destination of the most recent copy event that caused @a path to
 * exist where it does in @a root, or to NULL if no such copy exists.
 *
 * @a *path_p might be a parent of @a path, rather than @a path
 * itself. However, it will always be the deepest relevant path.
 * That is, if a copy occurs underneath another copy in the same txn,
 * this function makes sure to set @a *path_p to the longest copy
 * destination path that is still a parent of or equal to @a path.
 *
 * Values returned in @a *root_p and @a *path_p will be allocated
 * from @a pool.
 *
 * @since New in 1.3.
 
</member>
        <member name="M:svn_fs_copied_from(System.Int32!System.Runtime.CompilerServices.IsLong*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Discover a node's copy ancestry, if any.
 *
 * If the node at @a path in @a root was copied from some other node, set
 * @a *rev_p and @a *path_p to the revision and path (expressed as an
 * absolute filesystem path) of the other node, allocating @a *path_p
 * in @a pool.
 *
 * Else if there is no copy ancestry for the node, set @a *rev_p to
 * #SVN_INVALID_REVNUM and @a *path_p to NULL.
 *
 * If an error is returned, the values of @a *rev_p and @a *path_p are
 * undefined, but otherwise, if one of them is set as described above,
 * you may assume the other is set correspondingly.
 *
 * @a root may be a revision root or a transaction root.
 *
 * Notes:
 * - Copy ancestry does not descend. After copying directory D to
 * E, E will have copy ancestry referring to D, but E's children
 * may not. See also svn_fs_copy().
 *
 * - Copy ancestry *under* a copy is preserved. That is, if you
 * copy /A/D/G/pi to /A/D/G/pi2, and then copy /A/D/G to /G, then
 * /G/pi2 will still have copy ancestry pointing to /A/D/G/pi.
 * We don't know if this is a feature or a bug yet; if it turns
 * out to be a bug, then the fix is to make svn_fs_copied_from()
 * observe the following logic, which currently callers may
 * choose to follow themselves: if node X has copy history, but
 * its ancestor A also has copy history, then you may ignore X's
 * history if X's revision-of-origin is earlier than A's --
 * because that would mean that X's copy history was preserved in
 * a copy-under-a-copy scenario. If X's revision-of-origin is
 * the same as A's, then it was copied under A during the same
 * transaction that created A. (X's revision-of-origin cannot be
 * greater than A's, if X has copy history.) @todo See how
 * people like this, it can always be hidden behind the curtain
 * if necessary.
 *
 * - Copy ancestry is not stored as a regular subversion property
 * because it is not inherited. Copying foo to bar results in a
 * revision of bar with copy ancestry; but committing a text
 * change to bar right after that results in a new revision of
 * bar without copy ancestry.
 
</member>
        <member name="M:svn_fs_props_changed(System.Int32*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Determine if the properties of two path/root combinations have changed.
 *
 * Set @a *changed_p to #TRUE if the properties at @a path1 under @a root1
 * differ from those at @a path2 under @a root2, or set it to #FALSE if they
 * are the same. Both paths must exist under their respective roots, and
 * both roots must be in the same filesystem.
 * Do any necessary temporary allocation in @a pool.
 *
 * @note For the purposes of preserving accurate history, certain bits of
 * code (such as the repository dump code) need to care about the distinction
 * between situations when the properties are "different" and "have changed
 * across two points in history". We have a pair of functions that can
 * answer both of these questions, svn_fs_props_different() and
 * svn_fs_props_changed(). See issue 4598 for more details.
 *
 * @note This function can currently return false negatives for FSFS:
 * If @a root1 and @a root2 were both transaction roots and the proplists
 * of both paths had been changed in their respective transactions,
 * @a changed_p would be set to #FALSE.
 *
 * @see svn_fs_props_different
 
</member>
        <member name="M:svn_fs_props_different(System.Int32*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Determine if the properties of two path/root combinations are different.
 *
 * Set @a *different_p to #TRUE if the properties at @a path1 under @a root1
 * differ from those at @a path2 under @a root2, or set it to #FALSE if they
 * are the same. Both paths must exist under their respective roots, and
 * both roots must be in the same filesystem.
 * Do any necessary temporary allocation in @a scratch_pool.
 *
 * @note For the purposes of preserving accurate history, certain bits of
 * code (such as the repository dump code) need to care about the distinction
 * between situations when the properties are "different" and "have changed
 * across two points in history". We have a pair of functions that can
 * answer both of these questions, svn_fs_props_different() and
 * svn_fs_props_changed(). See issue 4598 for more details.
 *
 * @see svn_fs_props_changed
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_change_node_prop(svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Change a node's property's value, or add/delete a property.
 *
 * - @a root and @a path indicate the node whose property should change.
 * @a root must be the root of a transaction, not the root of a revision.
 * - @a name is the name of the property to change.
 * - @a value is the new value of the property, or zero if the property should
 * be removed altogether.
 * Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_node_has_props(System.Int32*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *has_props to TRUE if the node @a path in @a root has properties
 * and to FALSE if it doesn't have properties. Perform temporary allocations
 * in @a scratch_pool.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_node_proplist(apr_hash_t**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *table_p to the entire property list of @a path in @a root,
 * as an APR hash table allocated in @a pool. The resulting table maps
 * property names to pointers to #svn_string_t objects containing the
 * property value.
 
</member>
        <member name="M:svn_fs_node_prop(svn_string_t**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *value_p to the value of the property named @a propname of
 * @a path in @a root. If the node has no property by that name, set
 * @a *value_p to zero. Allocate the result in @a pool.
 
</member>
        <member name="M:svn_fs_node_created_path(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *created_path to the path at which @a path under @a root was
 * created. Use @a pool for all allocations. Callers may use this
 * function in conjunction with svn_fs_node_created_rev() to perform a
 * reverse lookup of the mapping of (path, revision) -&gt; node-id that
 * svn_fs_node_id() performs.
 
</member>
        <member name="M:svn_fs_node_origin_rev(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *revision to the revision in which the line of history
 * represented by @a path under @a root originated. Use @a pool for
 * any temporary allocations. If @a root is a transaction root, @a
 * *revision will be set to #SVN_INVALID_REVNUM for any nodes newly
 * added in that transaction (brand new files or directories created
 * using #svn_fs_make_dir or #svn_fs_make_file).
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_fs_node_created_rev(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *revision to the revision in which the node-revision identified
 * by @a path under @a root was created; that is, to the revision in which
 * @a path under @a root was last modified. @a *revision will
 * be set to #SVN_INVALID_REVNUM for uncommitted nodes (i.e. modified nodes
 * under a transaction root). Note that the root of an unmodified transaction
 * is not itself considered to be modified; in that case, return the revision
 * upon which the transaction was based.
 *
 * Use @a pool for any temporary allocations.
 
</member>
        <member name="M:svn_fs_node_relation(svn_fs_node_relation_t*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Determine how @a path_a under @a root_a and @a path_b under @a root_b
 * are related and return the result in @a relation. There is no restriction
 * concerning the roots: They may refer to different repositories, be in
 * arbitrary revision order and any of them may pertain to a transaction.
 * @a scratch_pool is used for temporary allocations.
 *
 * @note Paths from different svn_fs_t will be reported as unrelated even
 * if the underlying physical repository is the same.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_fs_node_id(svn_fs_id_t!System.Runtime.CompilerServices.IsConst**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Get the id of a node.
 *
 * Set @a *id_p to the node revision ID of @a path in @a root, allocated in
 * @a pool.
 *
 * If @a root is the root of a transaction, keep in mind that other
 * changes to the transaction can change which node @a path refers to,
 * and even whether the path exists at all.
 
</member>
        <member name="M:svn_fs_is_file(System.Int32*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *is_file to @c TRUE iff @a path in @a root is a file.
 * Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_is_dir(System.Int32*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *is_dir to @c TRUE iff @a path in @a root is a directory.
 * Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_history_location(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_fs_history_t*,apr_pool_t*)">
Set @a *path and @a *revision to the path and revision,
 * respectively, of the @a history object. Use @a pool for all
 * allocations.
 
</member>
        <member name="M:svn_fs_history_prev(svn_fs_history_t**,svn_fs_history_t*,System.Int32,apr_pool_t*)">
Same as svn_fs_history_prev2() but using a single @a pool for all
 * allocations.
 *
 * @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_fs_history_prev2(svn_fs_history_t**,svn_fs_history_t*,System.Int32,apr_pool_t*,apr_pool_t*)">
Set @a *prev_history_p to an opaque node history object which
 * represents the previous (or "next oldest") interesting history
 * location for the filesystem node represented by @a history, or @c
 * NULL if no such previous history exists. If @a cross_copies is @c
 * FALSE, also return @c NULL if stepping backwards in history to @a
 * *prev_history_p would cross a filesystem copy operation.
 *
 * @note If this is the first call to svn_fs_history_prev() for the @a
 * history object, it could return a history object whose location is
 * the same as the original. This will happen if the original
 * location was an interesting one (where the node was modified, or
 * took place in a copy event). This behavior allows looping callers
 * to avoid calling svn_fs_history_location() on the object returned
 * by svn_fs_node_history(), and instead go ahead and begin calling
 * svn_fs_history_prev().
 *
 * @note This function uses node-id ancestry alone to determine
 * modifiedness, and therefore does NOT claim that in any of the
 * returned revisions file contents changed, properties changed,
 * directory entries lists changed, etc.
 *
 * @note The revisions returned for @a path will be older than or
 * the same age as the revision of that path in @a root. That is, if
 * @a root is a revision root based on revision X, and @a path was
 * modified in some revision(s) younger than X, those revisions
 * younger than X will not be included for @a path.
 *
 * Allocate the result in @a result_pool and use @a scratch_pool for
 * temporary allocations.
 *
 * @since New in 1.9.
</member>
        <member name="M:svn_fs_node_history(svn_fs_history_t**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Same as svn_fs_node_history2() but using a single @a pool for all
 * allocations.
 *
 * @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_fs_node_history2(svn_fs_history_t**,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Set @a *history_p to an opaque node history object which
 * represents @a path under @a root. @a root must be a revision root.
 * Allocate the result in @a result_pool and use @a scratch_pool for
 * temporary allocations.
 *
 * @since New in 1.9.
 
</member>
        <member name="T:svn_fs_history_t">
An opaque node history object.
</member>
        <member name="M:svn_fs_check_path(svn_node_kind_t*,svn_fs_root_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@}
Set @a *kind_p to the type of node present at @a path under @a
 * root. If @a path does not exist under @a root, set @a *kind_p to
 * #svn_node_none. Use @a pool for temporary allocation.
 
</member>
        <member name="M:svn_fs_paths_changed(apr_hash_t**,svn_fs_root_t*,apr_pool_t*)">
Same as svn_fs_paths_changed2(), only with #svn_fs_path_change_t * values
 * in the hash (and thus no kind or copyfrom data).
 *
 * @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_fs_paths_changed2(apr_hash_t**,svn_fs_root_t*,apr_pool_t*)">
Same as svn_fs_paths_changed3() but returning all changes in a single,
 * large data structure and using a single pool for all allocations.
 *
 * Allocate and return a hash @a *changed_paths2_p containing descriptions
 * of the paths changed under @a root. The hash is keyed with
 * <tt>const char *</tt> paths, and has #svn_fs_path_change2_t * values.
 *
 * Use @a pool for all allocations, including the hash and its values.
 *
 * @note Retrieving the #svn_fs_path_change2_t.node_rev_id element may
 * be expensive in some FS backends.
 *
 * @since New in 1.6.
 *
 * @deprecated Provided for backward compatibility with the 1.9 API.
 
</member>
        <member name="M:svn_fs_paths_changed3(svn_fs_path_change_iterator_t**,svn_fs_root_t*,apr_pool_t*,apr_pool_t*)">
Determine what has changed under a @a root.
 *
 * Set @a *iterator to an iterator object, allocated in @a result_pool,
 * which will give access to the full list of changed paths under @a root.
 * Each call to @a svn_fs_path_change_get will return a new unique path
 * change and has amortized O(1) runtime. The iteration order is undefined
 * and may change even for the same @a root.
 *
 * If @a root becomes invalid, @a *iterator becomes invalid, too.
 *
 * Use @a scratch_pool for temporary allocations.
 *
 * @note The @a *iterator may be a large object and bind limited system
 * resources such as file handles. Be sure to clear the owning
 * pool once you don't need that iterator anymore.
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_fs_path_change_get(svn_fs_path_change3_t**,svn_fs_path_change_iterator_t*)">
 Set @a *change to the path change that @a iterator currently points to
 and advance the @a iterator. If the change list has been exhausted,
 @a change will be set to @c NULL.
 
 You may modify @a **change but its content becomes invalid as soon as
 either @a iterator becomes invalid or you call this function again.
 
 @note The @c node_kind field in @a change may be #svn_node_unknown and
       the @c copyfrom_known fields may be FALSE.
 
 @since New in 1.10.
 
</member>
        <member name="T:svn_fs_path_change_iterator_t">
 Opaque iterator object type for a changed paths list.
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_fs_path_change3_dup(svn_fs_path_change3_t*,apr_pool_t*)">
 Return a deep copy of @a *change, allocated in @a result_pool.
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_fs_path_change3_create(svn_fs_path_change_kind_t,apr_pool_t*)">
 Allocate an #svn_fs_path_change3_t structure in @a result_pool,
 initialize and return it.
 
 Set the @c change_kind field to @a change_kind. Set all other fields
 to their @c _unknown, @c NULL or invalid value, respectively.
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_fs_path_change2_create(svn_fs_id_t!System.Runtime.CompilerServices.IsConst*,svn_fs_path_change_kind_t,apr_pool_t*)">
 Allocate an #svn_fs_path_change2_t structure in @a pool, initialize and
 return it.
 
 Set the @c node_rev_id field of the created struct to @a node_rev_id, and
 @c change_kind to @a change_kind. Set all other fields to their
 @c _unknown, @c NULL or invalid value, respectively.
 
 @since New in 1.6.
 
</member>
        <member name="F:svn_fs_path_change_t.prop_mod">
were there property mods?
</member>
        <member name="F:svn_fs_path_change_t.text_mod">
were there text mods?
</member>
        <member name="F:svn_fs_path_change_t.change_kind">
kind of change
</member>
        <member name="F:svn_fs_path_change_t.node_rev_id">
node revision id of changed path
</member>
        <member name="T:svn_fs_path_change_t">
Similar to #svn_fs_path_change2_t, but without kind and copyfrom
 * information.
 *
 * @deprecated Provided for backwards compatibility with the 1.5 API.
 
</member>
        <member name="F:svn_fs_path_change2_t.mergeinfo_mod">
was the mergeinfo property touched?
   * modify: } true iff svn:mergeinfo property add/del/mod
   * add (copy): } and fs format supports this flag.
   * add (plain): }
   * delete: always false.
   * replace: as for the add/copy part of the replacement.
   * (Note: Pre-1.9 repositories will report #svn_tristate_unknown.)
   * @since New in 1.9.
</member>
        <member name="F:svn_fs_path_change2_t.copyfrom_known">
Copyfrom revision and path; this is only valid if copyfrom_known
   * is true.
</member>
        <member name="F:svn_fs_path_change2_t.node_kind">
what node kind is the path?
      (Note: it is legal for this to be #svn_node_unknown.)
</member>
        <member name="F:svn_fs_path_change2_t.prop_mod">
were the properties touched?
   * modify: true iff props touched.
   * add (copy): true iff props touched.
   * add (plain): true iff props touched.
   * delete: always false.
   * replace: as for the add/copy part of the replacement.
 
</member>
        <member name="F:svn_fs_path_change2_t.text_mod">
was the text touched?
   * For node_kind=dir: always false. For node_kind=file:
   * modify: true iff text touched.
   * add (copy): true iff text touched.
   * add (plain): always true.
   * delete: always false.
   * replace: as for the add/copy part of the replacement.
 
</member>
        <member name="F:svn_fs_path_change2_t.change_kind">
kind of change
</member>
        <member name="F:svn_fs_path_change2_t.node_rev_id">
node revision id of changed path
</member>
        <member name="T:svn_fs_path_change2_t">
Similar to #svn_fs_path_change3_t, but with @a node_rev_id and without
 * path information.
 *
 * @note Fields may be added to the end of this structure in future
 * versions. Therefore, to preserve binary compatibility, users
 * should not directly allocate structures of this type.
 *
 * @note The @c text_mod, @c prop_mod and @c mergeinfo_mod flags mean the
 * text, properties and mergeinfo property (respectively) were "touched"
 * by the commit API; this does not mean the new value is different from
 * the old value.
 *
 * @since New in 1.6.
 *
 * @deprecated Provided for backwards compatibility with the 1.9 API.
 
</member>
        <member name="F:svn_fs_path_change3_t.copyfrom_known">
Copyfrom revision and path; this is only valid if copyfrom_known
   * is true.
</member>
        <member name="F:svn_fs_path_change3_t.mergeinfo_mod">
was the mergeinfo property touched?
   * modify: } true iff svn:mergeinfo property add/del/mod
   * add (copy): } and fs format supports this flag.
   * add (plain): }
   * delete: always false.
   * replace: as for the add/copy part of the replacement.
   * (Note: Pre-1.9 repositories will report #svn_tristate_unknown.)
 
</member>
        <member name="F:svn_fs_path_change3_t.prop_mod">
were the properties touched?
   * modify: true iff props touched.
   * add (copy): true iff props touched.
   * add (plain): true iff props touched.
   * delete: always false.
   * replace: as for the add/copy part of the replacement.
 
</member>
        <member name="F:svn_fs_path_change3_t.text_mod">
was the text touched?
   * For node_kind=dir: always false. For node_kind=file:
   * modify: true iff text touched.
   * add (copy): true iff text touched.
   * add (plain): always true.
   * delete: always false.
   * replace: as for the add/copy part of the replacement.
 
</member>
        <member name="F:svn_fs_path_change3_t.node_kind">
what node kind is the path?
      (Note: it is legal for this to be #svn_node_unknown.)
</member>
        <member name="F:svn_fs_path_change3_t.change_kind">
kind of change
</member>
        <member name="F:svn_fs_path_change3_t.path">
path of the node that got changed.
</member>
        <member name="T:svn_fs_path_change3_t">
Change descriptor.
 *
 * @note Fields may be added to the end of this structure in future
 * versions. Therefore, to preserve binary compatibility, users
 * should not directly allocate structures of this type.
 *
 * @note The @c text_mod, @c prop_mod and @c mergeinfo_mod flags mean the
 * text, properties and mergeinfo property (respectively) were "touched"
 * by the commit API; this does not mean the new value is different from
 * the old value.
 *
 * @since New in 1.10.
</member>
        <member name="T:svn_fs_path_change_kind_t">
@}
Directory entry names and directory paths.
 *
 * Here are the rules for directory entry names, and directory paths:
 *
 * A directory entry name is a Unicode string encoded in UTF-8, and
 * may not contain the NULL character (U+0000). The name should be in
 * Unicode canonical decomposition and ordering. No directory entry
 * may be named '.', '..', or the empty string. Given a directory
 * entry name which fails to meet these requirements, a filesystem
 * function returns an #SVN_ERR_FS_PATH_SYNTAX error.
 *
 * A directory path is a sequence of zero or more directory entry
 * names, separated by slash characters (U+002f), and possibly ending
 * with slash characters. Sequences of two or more consecutive slash
 * characters are treated as if they were a single slash. If a path
 * ends with a slash, it refers to the same node it would without the
 * slash, but that node must be a directory, or else the function
 * may return an #SVN_ERR_FS_NOT_DIRECTORY error.
 *
 * A path consisting of the empty string, or a string containing only
 * slashes, refers to the root directory.
 *
 * @defgroup svn_fs_directories Filesystem directories
 * @{
 
The kind of change that occurred on the path.
</member>
        <member name="F:svn_fs_path_change_reset">
ignore all previous change items for path (internal-use only)
</member>
        <member name="F:svn_fs_path_change_replace">
path removed and re-added in txn
</member>
        <member name="F:svn_fs_path_change_delete">
path removed in txn
</member>
        <member name="F:svn_fs_path_change_add">
path added in txn
</member>
        <member name="F:svn_fs_path_change_modify">
path modified in txn
</member>
        <member name="M:svn_fs_revision_root_revision(svn_fs_root_t*)">
If @a root is the root of a revision, return the revision number.
 * Otherwise, return #SVN_INVALID_REVNUM.
 
</member>
        <member name="M:svn_fs_txn_root_base_revision(svn_fs_root_t*)">
If @a root is the root of a transaction, return the number of the
 * revision on which is was based when created. Otherwise, return
 * #SVN_INVALID_REVNUM.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_fs_txn_root_name(svn_fs_root_t*,apr_pool_t*)">
If @a root is the root of a transaction, return the name of the
 * transaction, allocated in @a pool; otherwise, return NULL.
 
</member>
        <member name="M:svn_fs_is_revision_root(svn_fs_root_t*)">
Return @c TRUE iff @a root is a revision root.
</member>
        <member name="M:svn_fs_is_txn_root(svn_fs_root_t*)">
Return @c TRUE iff @a root is a transaction root.
</member>
        <member name="M:svn_fs_root_fs(svn_fs_root_t*)">
Return the filesystem to which @a root belongs.
</member>
        <member name="M:svn_fs_close_root(svn_fs_root_t*)">
Free the root directory @a root; this only needs to be used if you want to
 * free the memory associated with @a root earlier than the time you destroy
 * the pool passed to the function that created it (svn_fs_revision_root() or
 * svn_fs_txn_root()).
 
</member>
        <member name="M:svn_fs_txn_root(svn_fs_root_t**,svn_fs_txn_t*,apr_pool_t*)">
Set @a *root_p to the root directory of @a txn. Allocate @a *root_p in a
 * private subpool of @a pool; the root can be destroyed earlier than @a pool by
 * calling #svn_fs_close_root.
 
</member>
        <member name="M:svn_fs_revision_root(svn_fs_root_t**,svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
Set @a *root_p to the root directory of revision @a rev in filesystem @a fs.
 * Allocate @a *root_p in a private subpool of @a pool; the root can be
 * destroyed earlier than @a pool by calling #svn_fs_close_root.
 
</member>
        <member name="T:svn_fs_root_t">
@}
Roots.
 *
 * An #svn_fs_root_t object represents the root directory of some
 * revision or transaction in a filesystem. To refer to particular
 * node or node revision, you provide a root, and a directory path
 * relative to that root.
 *
 * @defgroup svn_fs_roots Filesystem roots
 * @{
 
The Filesystem Root object.
</member>
        <member name="M:svn_fs_change_txn_props(svn_fs_txn_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Change, add, and/or delete transaction property values in
 * transaction @a txn. @a props is an array of <tt>svn_prop_t</tt>
 * elements. This is equivalent to calling svn_fs_change_txn_prop()
 * multiple times with the @c name and @c value fields of each
 * successive <tt>svn_prop_t</tt>, but may be more efficient.
 * (Properties not mentioned are left alone.) Do any necessary
 * temporary allocation in @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_fs_change_txn_prop(svn_fs_txn_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Change a transactions @a txn's property's value, or add/delete a
 * property. @a name is the name of the property to change, and @a value
 * is the new value of the property, or zero if the property should be
 * removed altogether. Do any necessary temporary allocation in @a pool.
 
</member>
        <member name="M:svn_fs_txn_proplist(apr_hash_t**,svn_fs_txn_t*,apr_pool_t*)">
Set @a *table_p to the entire property list of transaction @a txn, as
 * an APR hash table allocated in @a pool. The resulting table maps property
 * names to pointers to #svn_string_t objects containing the property value.
 
</member>
        <member name="M:svn_fs_txn_prop(svn_string_t**,svn_fs_txn_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *value_p to the value of the property named @a propname on
 * transaction @a txn. If @a txn has no property by that name, set
 * @a *value_p to zero. Allocate the result in @a pool.
 
</member>
        <member name="M:svn_fs_list_transactions(apr_array_header_t**,svn_fs_t*,apr_pool_t*)">
Set @a *names_p to an array of <tt>const char *</tt> ids which are the
 * names of all the currently active transactions in the filesystem @a fs.
 * Allocate the array in @a pool.
 
</member>
        <member name="M:svn_fs_open_txn(svn_fs_txn_t**,svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Open the transaction named @a name in the filesystem @a fs. Set @a *txn
 * to the transaction.
 *
 * If there is no such transaction, #SVN_ERR_FS_NO_SUCH_TRANSACTION is
 * the error returned.
 *
 * Allocate the new transaction in @a pool; when @a pool is freed, the new
 * transaction will be closed (neither committed nor aborted).
 
</member>
        <member name="M:svn_fs_txn_base_revision(svn_fs_txn_t*)">
Return @a txn's base revision.
</member>
        <member name="M:svn_fs_txn_name(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_fs_txn_t*,apr_pool_t*)">
Set @a *name_p to the name of the transaction @a txn, as a
 * NULL-terminated string. Allocate the name in @a pool.
 
</member>
        <member name="M:svn_fs_purge_txn(svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Cleanup the dead transaction in @a fs whose ID is @a txn_id. Use
 * @a pool for all allocations. If the transaction is not yet dead,
 * the error #SVN_ERR_FS_TRANSACTION_NOT_DEAD is returned. (The
 * caller probably forgot to abort the transaction, or the cleanup
 * step of that abort failed for some reason.)
 
</member>
        <member name="M:svn_fs_abort_txn(svn_fs_txn_t*,apr_pool_t*)">
Abort the transaction @a txn. Any changes made in @a txn are
 * discarded, and the filesystem is left unchanged. Use @a pool for
 * any necessary allocations.
 *
 * @note This function first sets the state of @a txn to "dead", and
 * then attempts to purge it and any related data from the filesystem.
 * If some part of the cleanup process fails, @a txn and some portion
 * of its data may remain in the database after this function returns.
 * Use svn_fs_purge_txn() to retry the transaction cleanup.
 
</member>
        <member name="M:svn_fs_commit_txn(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_fs_txn_t*,apr_pool_t*)">
Commit @a txn.
 *
 * @note You usually don't want to call this directly.
 * Instead, call svn_repos_fs_commit_txn(), which honors the
 * repository's hook configurations.
 *
 * If the transaction conflicts with other changes committed to the
 * repository, return an #SVN_ERR_FS_CONFLICT error. Otherwise, create
 * a new filesystem revision containing the changes made in @a txn,
 * storing that new revision number in @a *new_rev, and return zero.
 *
 * If #SVN_FS_TXN_CLIENT_DATE was passed to #svn_fs_begin_txn2 any
 * svn:date on the transaction will be become the unversioned property
 * svn:date on the revision. svn:date can have any value, it does not
 * have to be a timestamp. If the transaction has no svn:date the
 * revision will have no svn:date.
 *
 * If #SVN_FS_TXN_CLIENT_DATE was not passed to #svn_fs_begin_txn2 the
 * new revision will have svn:date set to the current time at some
 * point during the commit and any svn:date on the transaction will be
 * lost.
 *
 * If @a conflict_p is non-zero, use it to provide details on any
 * conflicts encountered merging @a txn with the most recent committed
 * revisions. If a conflict occurs, set @a *conflict_p to the path of
 * the conflict in @a txn, allocated within @a pool;
 * otherwise, set @a *conflict_p to NULL.
 *
 * If the commit succeeds, @a txn is invalid.
 *
 * If the commit fails for any reason, @a *new_rev is an invalid
 * revision number, an error other than #SVN_NO_ERROR is returned and
 * @a txn is still valid; you can make more operations to resolve the
 * conflict, or call svn_fs_abort_txn() to abort the transaction.
 *
 * @note Success or failure of the commit of @a txn is determined by
 * examining the value of @a *new_rev upon this function's return. If
 * the value is a valid revision number, the commit was successful,
 * even though a non-@c NULL function return value may indicate that
 * something else went wrong in post commit FS processing.
 *
 * @note See api-errata/1.8/fs001.txt for information on how this
 * function was documented in versions prior to 1.8.
 *
 * ### need to document this better. there are four combinations of
 * ### return values:
 * ### 1) err=NULL. conflict=NULL. new_rev is valid
 * ### 2) err=SVN_ERR_FS_CONFLICT. conflict is set. new_rev=SVN_INVALID_REVNUM
 * ### 3) err=!NULL. conflict=NULL. new_rev is valid
 * ### 4) err=!NULL. conflict=NULL. new_rev=SVN_INVALID_REVNUM
 * ###
 * ### some invariants:
 * ### *conflict_p will be non-NULL IFF SVN_ERR_FS_CONFLICT
 * ### if *conflict_p is set (and SVN_ERR_FS_CONFLICT), then new_rev
 * ### will always be SVN_INVALID_REVNUM
 * ### *conflict_p will always be initialized to NULL, or to a valid
 * ### conflict string
 * ### *new_rev will always be initialized to SVN_INVALID_REVNUM, or
 * ### to a valid, committed revision number
 *
 
</member>
        <member name="M:svn_fs_begin_txn(svn_fs_txn_t**,svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
 Same as svn_fs_begin_txn2(), but with @a flags set to 0.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_fs_begin_txn2(svn_fs_txn_t**,svn_fs_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.UInt32,apr_pool_t*)">
@defgroup svn_fs_begin_txn2_flags Bitmask flags for svn_fs_begin_txn2()
 * @since New in 1.2.
 * @{
Do on-the-fly out-of-dateness checks. That is, an fs routine may
 * throw error if a caller tries to edit an out-of-date item in the
 * transaction.
 *
 * @warning ### Not yet implemented.
 
Do on-the-fly lock checks. That is, an fs routine may throw error
 * if a caller tries to edit a locked item without having rights to the lock.
 
Allow the client to specify the final svn:date of the revision by
 * setting or deleting the corresponding transaction property rather
 * than have it set automatically when the transaction is committed.
 *
 * @since New in 1.9.
 
@}
 Begin a new transaction on the filesystem @a fs, based on existing
 revision @a rev. Set @a *txn_p to a pointer to the new transaction.
 When committed, this transaction will create a new revision.
 
 Allocate the new transaction in @a pool; when @a pool is freed, the new
 transaction will be closed (neither committed nor aborted).
 
 @a flags determines transaction enforcement behaviors, and is composed
 from the constants SVN_FS_TXN_* (#SVN_FS_TXN_CHECK_OOD etc.).
 
 @note If you're building a txn for committing, you probably
 don't want to call this directly. Instead, call
 svn_repos_fs_begin_txn_for_commit(), which honors the
 repository's hook configurations.
 
 @since New in 1.2.
 
</member>
        <member name="T:svn_fs_txn_t">
@}
Filesystem Transactions.
 *
 * To make a change to a Subversion filesystem:
 * - Create a transaction object, using svn_fs_begin_txn().
 * - Call svn_fs_txn_root(), to get the transaction's root directory.
 * - Make whatever changes you like in that tree.
 * - Commit the transaction, using svn_fs_commit_txn().
 *
 * The filesystem implementation guarantees that your commit will
 * either:
 * - succeed completely, so that all of the changes are committed to
 * create a new revision of the filesystem, or
 * - fail completely, leaving the filesystem unchanged.
 *
 * Until you commit the transaction, any changes you make are
 * invisible. Only when your commit succeeds do they become visible
 * to the outside world, as a new revision of the filesystem.
 *
 * If you begin a transaction, and then decide you don't want to make
 * the change after all (say, because your net connection with the
 * client disappeared before the change was complete), you can call
 * svn_fs_abort_txn(), to cancel the entire transaction; this
 * leaves the filesystem unchanged.
 *
 * The only way to change the contents of files or directories, or
 * their properties, is by making a transaction and creating a new
 * revision, as described above. Once a revision has been committed, it
 * never changes again; the filesystem interface provides no means to
 * go back and edit the contents of an old revision. Once history has
 * been recorded, it is set in stone. Clients depend on this property
 * to do updates and commits reliably; proxies depend on this property
 * to cache changes accurately; and so on.
 *
 * There are two kinds of nodes in the filesystem: mutable, and
 * immutable. Revisions in the filesystem consist entirely of
 * immutable nodes, whose contents never change. A transaction in
 * progress, which the user is still constructing, uses mutable nodes
 * for those nodes which have been changed so far, and refers to
 * immutable nodes from existing revisions for portions of the tree
 * which haven't been changed yet in that transaction.
 *
 * Immutable nodes, as part of revisions, never refer to mutable
 * nodes, which are part of uncommitted transactions. Mutable nodes
 * may refer to immutable nodes, or other mutable nodes.
 *
 * Note that the terms "immutable" and "mutable" describe whether or
 * not the nodes have been changed as part of a transaction --- not
 * the permissions on the nodes they refer to. Even if you aren't
 * authorized to modify the filesystem's root directory, you might be
 * authorized to change some descendant of the root; doing so would
 * create a new mutable copy of the root directory. Mutability refers
 * to the role of the node: part of an existing revision, or part of a
 * new one. This is independent of your authorization to make changes
 * to a given node.
 *
 * Transactions are actually persistent objects, stored in the
 * database. You can open a filesystem, begin a transaction, and
 * close the filesystem, and then a separate process could open the
 * filesystem, pick up the same transaction, and continue work on it.
 * When a transaction is successfully committed, it is removed from
 * the database.
 *
 * Every transaction is assigned a name. You can open a transaction
 * by name, and resume work on it, or find out the name of a
 * transaction you already have open. You can also list all the
 * transactions currently present in the database.
 *
 * You may assign properties to transactions; these are name/value
 * pairs. When you commit a transaction, all of its properties become
 * unversioned revision properties of the new revision. (There is one
 * exception: the svn:date property will be automatically set on new
 * transactions to the date that the transaction was created, and can
 * be overwritten when the transaction is committed by the current
 * time; see svn_fs_commit_txn.)
 *
 * Transaction names are guaranteed to contain only letters (upper-
 * and lower-case), digits, `-', and `.', from the ASCII character
 * set.
 *
 * The Subversion filesystem will make a best effort to not reuse
 * transaction names. The BDB and FSFS backends generate transaction
 * names using a sequence, or a counter, which is stored in the
 * database. Each new transaction increments the counter. The
 * current value of the counter is not serialized into a filesystem
 * dump file, so dumping and restoring the repository will reset the
 * sequence and so may reuse transaction names.
 *
 * @defgroup svn_fs_txns Filesystem transactions
 * @{
 
The type of a Subversion transaction object.
</member>
        <member name="M:svn_fs_unparse_id(svn_fs_id_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a Subversion string containing the unparsed form of the
 * node revision id @a id. Allocate the string containing the
 * unparsed form in @a pool.
 
</member>
        <member name="M:svn_fs_parse_id(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,apr_pool_t*)">
 @note This function is not guaranteed to work with all filesystem
 types. There is currently no un-deprecated equivalent; contact the
 Subversion developers if you have a need for it.
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
</member>
        <member name="M:svn_fs_check_related(svn_fs_id_t!System.Runtime.CompilerServices.IsConst*,svn_fs_id_t!System.Runtime.CompilerServices.IsConst*)">
Return TRUE if node revisions @a id1 and @a id2 are related (part of the
 * same node), else return FALSE.
 *
 * @note Consider using the more expressive #svn_fs_node_relation() instead.
 *
 * @see #svn_fs_node_relation
 
</member>
        <member name="M:svn_fs_compare_ids(svn_fs_id_t!System.Runtime.CompilerServices.IsConst*,svn_fs_id_t!System.Runtime.CompilerServices.IsConst*)">
Return -1, 0, or 1 if node revisions @a a and @a b are respectively
 * unrelated, equivalent, or otherwise related (part of the same node).
 *
 * @note Consider using the more expressive #svn_fs_node_relation() instead.
 *
 * @see #svn_fs_node_relation
 
</member>
        <member name="T:svn_fs_id_t">
An object representing a node-revision id.
</member>
        <member name="T:svn_fs_node_relation_t">
@}
Filesystem Nodes and Node-Revisions.
 *
 * In a Subversion filesystem, a `node' corresponds roughly to an
 * `inode' in a Unix filesystem:
 * - A node is either a file or a directory.
 * - A node's contents change over time.
 * - When you change a node's contents, it's still the same node; it's
 * just been changed. So a node's identity isn't bound to a specific
 * set of contents.
 * - If you rename a node, it's still the same node, just under a
 * different name. So a node's identity isn't bound to a particular
 * filename.
 *
 * A `node revision' refers to one particular version of a node's contents,
 * that existed over a specific period of time (one or more repository
 * revisions). Changing a node's contents always creates a new revision of
 * that node, which is to say creates a new `node revision'. Once created,
 * a node revision's contents never change.
 *
 * When we create a node, its initial contents are the initial revision of
 * the node. As users make changes to the node over time, we create new
 * revisions of that same node. When a user commits a change that deletes
 * a file from the filesystem, we don't delete the node, or any revision
 * of it --- those stick around to allow us to recreate prior revisions of
 * the filesystem. Instead, we just remove the reference to the node
 * from the directory.
 *
 * Each node revision is a part of exactly one node, and appears only once
 * in the history of that node. It is uniquely identified by a node
 * revision id, #svn_fs_id_t. Its node revision id also identifies which
 * node it is a part of.
 *
 * @note: Often when we talk about `the node' within the context of a single
 * revision (or transaction), we implicitly mean `the node as it appears in
 * this revision (or transaction)', or in other words `the node revision'.
 *
 * @note: Commonly, a node revision will have the same content as some other
 * node revisions in the same node and in different nodes. The FS libraries
 * allow different node revisions to share the same data without storing a
 * separate copy of the data.
 *
 * @defgroup svn_fs_nodes Filesystem nodes
 * @{
 
Defines the possible ways two arbitrary (root, path)-pairs may be
 * related.
 *
 * @since New in 1.9.
 
</member>
        <member name="F:svn_fs_node_common_ancestor">
The (root, path)-pairs have a common ancestor (which may be one of
   * them) but there are changes between them, i.e. they don't fall into
   * the @c svn_fs_node_unchanged category.
   *
   * Due to efficiency considerations, the FS implementation may falsely
   * classify some combinations as merely having a common ancestor that
   * are, in fact, unchanged (@a svn_fs_node_unchanged).
 
</member>
        <member name="F:svn_fs_node_unchanged">
No changes have been made between the (root, path)-pairs, i.e. they
   * have the same (relative) nodes in their sub-trees, corresponding sub-
   * tree nodes have the same contents as well as properties and report the
   * same "created-path" and "created-rev" data. This implies having a
   * common ancestor.
   *
   * However, due to efficiency considerations, the FS implementation may
   * report some combinations as merely having a common ancestor
   * (@a svn_fs_node_common_ancestor) instead of actually being unchanged.
 
</member>
        <member name="F:svn_fs_node_unrelated">
The (root, path)-pairs are not related, i.e. none of the other cases
   * apply. If the roots refer to different @c svn_fs_t instances, then
   * they are always considered unrelated - even if the underlying
   * repository is the same.
 
</member>
        <member name="M:svn_fs_access_add_lock_token(svn_fs_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Same as svn_fs_access_add_lock_token2(), but with @a path set to value 1.
 
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_fs_access_add_lock_token2(svn_fs_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Push a lock-token @a token associated with path @a path into the
 * context @a access_ctx. The context remembers all tokens it
 * receives, and makes them available to fs functions. The token and
 * path are not duplicated into @a access_ctx's pool; make sure the
 * token's lifetime is at least as long as @a access_ctx.
 *
 * @since New in 1.6.
</member>
        <member name="M:svn_fs_access_get_username(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_fs_access_t*)">
Accessors for the access context:
Set @a *username to the name represented by @a access_ctx.
</member>
        <member name="M:svn_fs_get_access(svn_fs_access_t**,svn_fs_t*)">
Set @a *access_ctx to the current @a fs access context, or NULL if
 * there is no current fs access context.
 
</member>
        <member name="M:svn_fs_set_access(svn_fs_t*,svn_fs_access_t*)">
Associate @a access_ctx with an open @a fs.
 *
 * This function can be run multiple times on the same open
 * filesystem, in order to change the filesystem access context for
 * different filesystem operations. Pass a NULL value for @a
 * access_ctx to disassociate the current access context from the
 * filesystem.
 
</member>
        <member name="M:svn_fs_create_access(svn_fs_access_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *access_ctx to a new #svn_fs_access_t object representing
 * @a username, allocated in @a pool. @a username is presumed to
 * have been authenticated by the caller.
 *
 * Make a deep copy of @a username.
 
</member>
        <member name="T:svn_fs_access_t">
@}
@}
Filesystem Access Contexts.
 *
 * @since New in 1.2.
 *
 * At certain times, filesystem functions need access to temporary
 * user data. For example, which user is changing a file? If the
 * file is locked, has an appropriate lock-token been supplied?
 *
 * This temporary user data is stored in an "access context" object,
 * and the access context is then connected to the filesystem object.
 * Whenever a filesystem function requires information, it can pull
 * things out of the context as needed.
 *
 * @defgroup svn_fs_access_ctx Filesystem access contexts
 * @{
 
An opaque object representing temporary user data.
</member>
        <member name="M:svn_fs_berkeley_recover(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@deprecated Provided for backward compatibility with the 1.4 API.
</member>
        <member name="M:svn_fs_hotcopy_berkeley(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
@deprecated Provided for backward compatibility with the 1.0 API.
</member>
        <member name="M:svn_fs_delete_berkeley(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@deprecated Provided for backward compatibility with the 1.0 API.
</member>
        <member name="M:svn_fs_berkeley_path(svn_fs_t*,apr_pool_t*)">
@deprecated Provided for backward compatibility with the 1.0 API.
</member>
        <member name="M:svn_fs_open_berkeley(svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
@deprecated Provided for backward compatibility with the 1.0 API.
</member>
        <member name="M:svn_fs_create_berkeley(svn_fs_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
@deprecated Provided for backward compatibility with the 1.0 API.
</member>
        <member name="M:svn_fs_new(apr_hash_t*,apr_pool_t*)">
 The following functions are similar to their generic counterparts.
 
 In Subversion 1.2 and earlier, they only work on Berkeley DB filesystems.
 In Subversion 1.3 and later, they perform largely as aliases for their
 generic counterparts (with the exception of recover, which only gained
 a generic counterpart in 1.5).
 
 @defgroup svn_fs_bdb_deprecated Berkeley DB filesystem compatibility
 @{
 
@deprecated Provided for backward compatibility with the 1.0 API.
</member>
        <member name="M:svn_fs_berkeley_logfiles(apr_array_header_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Set @a *logfiles to an array of <tt>const char *</tt> log file names
 * of Berkeley DB-based Subversion filesystem.
 *
 * If @a only_unused is @c TRUE, set @a *logfiles to an array which
 * contains only the names of Berkeley DB log files no longer in use
 * by the filesystem. Otherwise, all log files (used and unused) are
 * returned.
 
 * This function wraps the Berkeley DB 'log_archive' function
 * called by the db_archive binary. Repository administrators may
 * want to run this function periodically and delete the unused log
 * files, as a way of reclaiming disk space.
 
</member>
        <member name="M:svn_fs_set_berkeley_errcall(svn_fs_t*,=FUNC:System.Void(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*))">
Subversion filesystems based on Berkeley DB.
 *
 * The following functions are specific to Berkeley DB filesystems.
 *
 * @defgroup svn_fs_bdb Berkeley DB filesystems
 * @{
 
Register an error handling function for Berkeley DB error messages.
 *
 * @deprecated Provided for backward compatibility with the 1.2 API.
 *
 * Despite being first declared deprecated in Subversion 1.3, this API
 * is redundant in versions 1.1 and 1.2 as well.
 *
 * Berkeley DB's error codes are seldom sufficiently informative to allow
 * adequate troubleshooting. Berkeley DB provides extra messages through
 * a callback function - if an error occurs, the @a handler will be called
 * with two strings: an error message prefix, which will be zero, and
 * an error message. @a handler might print it out, log it somewhere,
 * etc.
 *
 * Subversion 1.1 and later install their own handler internally, and
 * wrap the messages from Berkeley DB into the standard svn_error_t object,
 * making any information gained through this interface redundant.
 *
 * It is only worth using this function if your program will be used
 * with Subversion 1.0.
 *
 * This function connects to the Berkeley DB @c DBENV-&gt;set_errcall interface.
 * Since that interface supports only a single callback, Subversion's internal
 * callback is registered with Berkeley DB, and will forward notifications to
 * a user provided callback after performing its own processing.
 
</member>
        <member name="M:svn_fs_freeze(svn_fs_t*,=FUNC:svn_error_t*(System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Take an exclusive lock on @a fs to prevent commits and then invoke
 @a freeze_func passing @a freeze_baton.
 
 @note @a freeze_func must not, directly or indirectly, call any function
 that attempts to take out a lock on the underlying repository. These
 include functions for packing, hotcopying, setting revprops and commits.
 Attempts to do so may result in a deadlock.
 
 @note The BDB backend doesn't implement this feature so most
 callers should not call this function directly but should use the
 higher level svn_repos_freeze() instead.
 
 @see svn_repos_freeze()
 
 @since New in 1.8.
 
</member>
        <member name="D:svn_fs_freeze_func_t">
 Callback for svn_fs_freeze().
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_fs_recover(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Perform any necessary non-catastrophic recovery on the Subversion
 * filesystem located at @a path.
 *
 * If @a cancel_func is not @c NULL, it is called periodically with
 * @a cancel_baton as argument to see if the client wishes to cancel
 * recovery. BDB filesystems do not currently support cancellation.
 *
 * Do any necessary allocation within @a pool.
 *
 * For FSFS filesystems, recovery is currently limited to recreating
 * the db/current file, and does not require exclusive access.
 *
 * For BDB filesystems, recovery requires exclusive access, and is
 * described in detail below.
 *
 * After an unexpected server exit, due to a server crash or a system
 * crash, a Subversion filesystem based on Berkeley DB needs to run
 * recovery procedures to bring the database back into a consistent
 * state and release any locks that were held by the deceased process.
 * The recovery procedures require exclusive access to the database
 * --- while they execute, no other process or thread may access the
 * database.
 *
 * In a server with multiple worker processes, like Apache, if a
 * worker process accessing the filesystem dies, you must stop the
 * other worker processes, and run recovery. Then, the other worker
 * processes can re-open the database and resume work.
 *
 * If the server exited cleanly, there is no need to run recovery, but
 * there is no harm in it, either, and it take very little time. So
 * it's a fine idea to run recovery when the server process starts,
 * before it begins handling any requests.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_fs_hotcopy(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 Like svn_fs_hotcopy2(), but with @a incremental always passed as @c
 TRUE and without cancellation support.
 
 @deprecated Provided for backward compatibility with the 1.7 API.
 @since New in 1.1.
 
</member>
        <member name="M:svn_fs_hotcopy2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Like svn_fs_hotcopy3(), but with @a notify_func and @a notify_baton
 always passed as @c NULL.
 
 @deprecated Provided for backward compatibility with the 1.8 API.
 @since New in 1.8.
 
</member>
        <member name="M:svn_fs_hotcopy3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Copy a possibly live Subversion filesystem from @a src_path to
 @a dest_path. If @a clean is @c TRUE, perform cleanup on the
 source filesystem as part of the copy operation; currently, this
 means deleting copied, unused logfiles for a Berkeley DB source
 filesystem.
 
 If @a incremental is TRUE, make an effort to avoid re-copying
 information already present in the destination where possible. If
 incremental hotcopy is not implemented, raise
 #SVN_ERR_UNSUPPORTED_FEATURE.
 
 For each revision range copied, @a notify_func will be called with
 staring and ending revision numbers (both inclusive and not necessarily
 different) and with the @a notify_baton. Currently, this notification
 is not triggered by the BDB backend. @a notify_func may be @c NULL
 if this notification is not required.
 
 The optional @a cancel_func callback will be invoked with
 @a cancel_baton as usual to allow the user to preempt this potentially
 lengthy operation.
 
 Use @a scratch_pool for temporary allocations.
 
 @since New in 1.9.
 
</member>
        <member name="D:svn_fs_hotcopy_notify_t">
The type of a hotcopy notification function. @a start_revision and
 * @a end_revision indicate the copied revision range. @a baton is the
 * corresponding baton for the notification function, and @a scratch_pool
 * can be used for temporary allocations, but will be cleared between
 * invocations.
 
</member>
        <member name="M:svn_fs_delete_fs(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Delete the filesystem at @a path.
 
 @note: Deleting a filesystem that has an open svn_fs_t is not
 supported. Clear/destroy all pools used to create/open @a path.
 See issue 4264.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_fs_config(svn_fs_t*,apr_pool_t*)">
 Return a shallow copy of the configuration parameters used to open
 @a fs, allocated in @a pool. It may be @c NULL. The contents of the
 hash contents remains valid only for @a fs's lifetime.
 
 @note This is just what was passed to svn_fs_create() or svn_fs_open().
 You may not modify it.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_fs_path(svn_fs_t*,apr_pool_t*)">
 Return the path to @a fs's repository, allocated in @a pool.
 @note This is just what was passed to svn_fs_create() or
 svn_fs_open() -- might be absolute, might not.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_fs_type(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return, in @a *fs_type, a string identifying the back-end type of
 the Subversion filesystem located in @a path. Allocate @a *fs_type
 in @a pool.
 
 The string should be equal to one of the @c SVN_FS_TYPE_* defined
 constants, unless the filesystem is a new back-end type added in
 a later version of Subversion.
 
 In general, the type should make no difference in the filesystem's
 semantics, but there are a few situations (such as backups) where
 it might matter.
 
 @since New in 1.3.
 
</member>
        <member name="D:svn_fs_progress_notify_func_t">
 Callback function type for progress notification.
 
 @a revision is the number of the revision currently being processed,
 #SVN_INVALID_REVNUM if the current stage is not linked to any specific
 revision. @a baton is the callback baton.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_fs_upgrade(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Like svn_fs_upgrade2 but with notify_func, notify_baton, cancel_func
 and cancel_baton being set to NULL.
 
 @deprecated Provided for backward compatibility with the 1.8 API.
 @since New in 1.5.
 
</member>
        <member name="M:svn_fs_upgrade2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.UInt64,svn_fs_upgrade_notify_action_t,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Upgrade the Subversion filesystem located in the directory @a path
 to the latest version supported by this library. Return
 #SVN_ERR_FS_UNSUPPORTED_UPGRADE and make no changes to the
 filesystem if the requested upgrade is not supported. Use
 @a scratch_pool for temporary allocations.
 
 The optional @a notify_func callback is only a general feedback that
 the operation is still in process but may be called in e.g. random shard
 order and more than once for the same shard.
 
 The optional @a cancel_func callback will be invoked as usual to allow
 the user to preempt this potentially lengthy operation.
 
 @note You probably don't want to use this directly. Take a look at
 svn_repos_upgrade2() instead.
 
 @note Canceling an upgrade is legal but may leave remnants of previous
 format data that may not be cleaned up automatically by later calls.
 
 @since New in 1.9.
 
</member>
        <member name="D:svn_fs_upgrade_notify_t">
The type of an upgrade notification function. @a number is specifc
 * to @a action (see #svn_fs_upgrade_notify_action_t); @a action is the
 * type of action being performed. @a baton is the corresponding baton
 * for the notification function, and @a scratch_pool can be used for
 * temporary allocations, but will be cleared between invocations.
 *
 * @since New in 1.9.
 
</member>
        <member name="T:svn_fs_upgrade_notify_action_t">
The kind of action being taken by 'upgrade'.
 *
 * @since New in 1.9.
 
</member>
        <member name="F:svn_fs_upgrade_format_bumped">
DB format has been set to the new value.
   * The number parameter is the new format number.
</member>
        <member name="F:svn_fs_upgrade_cleanup_revprops">
Removal of the non-packed revprop shard is completed.
   * The number parameter is the shard being processed
</member>
        <member name="F:svn_fs_upgrade_pack_revprops">
Packing of the revprop shard has completed.
   * The number parameter is the shard being processed.
</member>
        <member name="M:svn_fs_open(svn_fs_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*)">
 Like svn_fs_open2(), but without @a scratch_pool.
 
 @deprecated Provided for backward compatibility with the 1.8 API.
 @since New in 1.1.
 
</member>
        <member name="M:svn_fs_open2(svn_fs_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*,apr_pool_t*)">
 Open a Subversion filesystem located in the directory @a path, and
 return a pointer to it in @a *fs_p. If @a fs_config is not @c
 NULL, the options it contains modify the behavior of the
 filesystem. The interpretation of @a fs_config is specific to the
 filesystem back-end. The opened filesystem will be allocated in
 @a result_pool may be closed by clearing or destroying that pool.
 Use @a scratch_pool for temporary allocations.
 
 @note The lifetime of @a fs_config must not be shorter than @a
 result_pool's. It's a good idea to allocate @a fs_config from
 @a result_pool or one of its ancestors.
 
 Only one thread may operate on any given filesystem object at once.
 Two threads may access the same filesystem simultaneously only if
 they open separate filesystem objects.
 
 @note You probably don't want to use this directly. Take a look at
 svn_repos_open3() instead.
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_fs_create(svn_fs_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*)">
 Like svn_fs_create2(), but without @a scratch_pool.
 
 @deprecated Provided for backward compatibility with the 1.9 API.
 @since New in 1.1.
 
</member>
        <member name="M:svn_fs_create2(svn_fs_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*,apr_pool_t*)">
 Create a new, empty Subversion filesystem, stored in the directory
 @a path, and return a pointer to it in @a *fs_p. @a path must not
 currently exist, but its parent must exist. If @a fs_config is not
 @c NULL, the options it contains modify the behavior of the
 filesystem. The interpretation of @a fs_config is specific to the
 filesystem back-end. The new filesystem may be closed by
 destroying @a result_pool.
 
 Use @a scratch_pool for temporary allocations.
 
 @note The lifetime of @a fs_config must not be shorter than @a
 result_pool's. It's a good idea to allocate @a fs_config from
 @a result_pool or one of its ancestors.
 
 If @a fs_config contains a value for #SVN_FS_CONFIG_FS_TYPE, that
 value determines the filesystem type for the new filesystem.
 Currently defined values are:
 
   SVN_FS_TYPE_BDB Berkeley-DB implementation
   SVN_FS_TYPE_FSFS Native-filesystem implementation
   SVN_FS_TYPE_FSX Experimental filesystem implementation
 
 If @a fs_config is @c NULL or does not contain a value for
 #SVN_FS_CONFIG_FS_TYPE then the default filesystem type will be used.
 This will typically be BDB for version 1.1 and FSFS for later versions,
 though the caller should not rely upon any particular default if they
 wish to ensure that a filesystem of a specific type is created.
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_fs_set_warning_func(svn_fs_t*,=FUNC:System.Void(System.Void*,svn_error_t*),System.Void*)">
Provide a callback function, @a warning, that @a fs should use to
 * report (non-fatal) errors. To print an error, the filesystem will call
 * @a warning, passing it @a warning_baton and the error.
 *
 * By default, this is set to a function that will crash the process.
 * Dumping to @c stderr or <tt>/dev/tty</tt> is not acceptable default
 * behavior for server processes, since those may both be equivalent to
 * <tt>/dev/null</tt>.
 
</member>
        <member name="D:svn_fs_warning_callback_t">
The type of a warning callback function. @a baton is the value specified
 * in the call to svn_fs_set_warning_func(); the filesystem passes it through
 * to the callback. @a err contains the warning message.
 *
 * The callback function should not clear the error that is passed to it;
 * its caller should do that.
 
</member>
        <member name="M:svn_fs_initialize(apr_pool_t*)">
 @defgroup svn_fs_backend_names Built-in back-ends
 Constants defining the currently supported built-in filesystem backends.
 
 @see svn_fs_type
 @{
 
@since New in 1.1.
@since New in 1.1.
 EXPERIMENTAL filesystem backend.
 
 It is not ready for general production use. Please consult the
 respective release notes on suggested usage scenarios.
 
 @since New in 1.9.
 
@}
@name Filesystem configuration options
@{
 
Enable / disable text delta caching for a FSFS repository.
 *
 * @since New in 1.7.
 
Enable / disable full-text caching for a FSFS repository.
 *
 * @since New in 1.7.
 
Enable / disable revprop caching for a FSFS repository.
 *
 * "2" is allowed, too and means "enable if efficient",
 * i.e. this will not create warning at runtime if there
 * is no efficient support for revprop caching.
 *
 * @since New in 1.8.
 
Select the cache namespace. If you potentially share the cache with
 * another FS object for the same repository, objects read through one FS
 * will not need to be read again for the other. In most cases, that is
 * a very desirable behavior and the default is, therefore, an empty
 * namespace.
 *
 * If you want to be sure that your FS instance will actually read all
 * requested data at least once, you need to specify a separate namespace
 * for it. All repository verification code, for instance, should use
 * some GUID here that is different each time you open an FS instance.
 *
 * @since New in 1.8.
 
Enable / disable caching of node properties for a FSFS repository.
 *
 * @since New in 1.10.
 
Enable / disable the FSFS format 7 "block read" feature.
 *
 * @since New in 1.9.
 
String with a decimal representation of the FSFS format shard size.
 * Zero ("0") means that a repository with linear layout should be created.
 *
 * This option will only be used during the creation of new repositories
 * and is otherwise ignored.
 *
 * @since New in 1.9.
 
Enable / disable the FSFS format 7 logical addressing feature for a
 * newly created repository.
 *
 * This option will only be used during the creation of new repositories
 * and is otherwise ignored.
 *
 * @since New in 1.9.
 
Select the filesystem type. See also #svn_fs_type().
 *
 * @since New in 1.1.
Create repository format compatible with Subversion versions
 * earlier than 1.4.
 *
 * @since New in 1.4.
 
Create repository format compatible with Subversion versions
 * earlier than 1.5.
 *
 * @since New in 1.5.
 
Create repository format compatible with Subversion versions
 * earlier than 1.6.
 *
 * @since New in 1.6.
 
Create repository format compatible with Subversion versions
 * earlier than 1.8.
 *
 * @since New in 1.8.
 
Create repository format compatible with the specified Subversion
 * release. The value must be a version in the same format as
 * #SVN_VER_NUMBER and cannot exceed the current version.
 *
 * @note The @c patch component would often be ignored, due to our forward
 * compatibility promises within minor release lines. It should therefore
 * usually be set to @c 0.
 *
 * @since New in 1.9.
 
Specifies whether the filesystem should be forcing a physical write of
 * the data to disk. Enabling the option allows the filesystem to return
 * from the API calls without forcing the write to disk. If this option
 * is disabled, the changes are always written to disk.
 *
 * @note Avoiding the forced write to disk usually is more efficient, but
 * doesn't guarantee data integrity after a system crash or power failure
 * and should be used with caution.
 *
 * @since New in 1.10.
 
@}
 Callers should invoke this function to initialize global state in
 the FS library before creating FS objects. If this function is
 invoked, no FS objects may be created in another thread at the same
 time as this invocation, and the provided @a pool must last longer
 than any FS object created subsequently.
 
 If this function is not called, the FS library will make a best
 effort to bootstrap a mutex for protecting data common to FS
 objects; however, there is a small window of failure. Also, a
 small amount of data will be leaked if the Subversion FS library is
 dynamically unloaded, and using the bdb FS can potentially segfault
 or invoke other undefined behavior if this function is not called
 with an appropriate pool (such as the pool the module was loaded into)
 when loaded dynamically.
 
 If this function is called multiple times before the pool passed to
 the first call is destroyed or cleared, the later calls will have
 no effect.
 
 @since New in 1.2.
 
</member>
        <member name="T:svn_fs_t">
@defgroup fs_handling Filesystem interaction subsystem
@{
 
An object representing a Subversion filesystem.
</member>
        <member name="M:svn_fs_version">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_fs.h
 @brief Interface to the Subversion filesystem.
 
 Get libsvn_fs version information.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_diff_close_patch_file(svn_patch_file_t*,apr_pool_t*)">
 Dispose of @a patch_file.
 Use @a scratch_pool for all temporary allocations.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_diff_parse_next_patch(svn_patch_t**,svn_patch_file_t*,System.Int32,System.Int32,apr_pool_t*,apr_pool_t*)">
 Return the next @a *patch in @a patch_file.
 If no patch can be found, set @a *patch to NULL.
 If @a reverse is TRUE, invert the patch while parsing it.
 If @a ignore_whitespace is TRUE, allow patches with no leading
 whitespace to be parsed.
 Allocate results in @a result_pool.
 Use @a scratch_pool for all other allocations.
 
 @since New in 1.7.
</member>
        <member name="M:svn_diff_open_patch_file(svn_patch_file_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Open @a patch_file at @a local_abspath.
 * Allocate @a patch_file in @a result_pool.
 *
 * @since New in 1.7.
</member>
        <member name="T:svn_patch_file_t">
An opaque type representing an open patch file.
 *
 * @since New in 1.7.
</member>
        <member name="F:svn_patch_t.old_symlink_bit">
The old and new symlink bits, as retrieved from the patch file, from
  * the git-like mode headers.
  *
  * A patch may specify a symlink change via @a old_symlink_bit and
  * @a new_symlink_bit, via a #SVN_PROP_SPECIAL propchange hunk, or both
  * ways. It is upto caller how to decide how conflicting information is
  * handled. Most implementations will currently just describe a replacement
  * of the file though.
  *
  * #svn_tristate_unknown indicates the patch does not specify the
  * corresponding bit.
  *
  * @since New in 1.10.
 
</member>
        <member name="F:svn_patch_t.old_executable_bit">
The old and new executability bits, as retrieved from the patch file, from
   * the git-like mode headers.
   *
   * A patch may specify an executability change via @a old_executable_bit and
   * @a new_executable_bit, via a #SVN_PROP_EXECUTABLE propchange hunk, or both
   * ways. It is upto caller how to decide how conflicting information is
   * handled.
   *
   * #svn_tristate_unknown indicates the patch does not specify the
   * corresponding bit.
   *
   * @since New in 1.10.
 
</member>
        <member name="F:svn_patch_t.binary_patch">
Declares that there is a binary conflict and contains the information
to apply it as parsed from the file.
@since New in 1.10.
</member>
        <member name="F:svn_patch_t.mergeinfo">
Mergeinfo parsed from svn:mergeinfo diff data, with one entry for
forward merges and one for reverse merges.
Either entry can be @c NULL if no such merges are part of the diff.
@since New in 1.9.
</member>
        <member name="F:svn_patch_t.reverse">
Indicates whether the patch is being interpreted in reverse.
### If so, how does this affect the interpretation of other fields?
 
</member>
        <member name="F:svn_patch_t.operation">
Represents the operation performed on the file.
</member>
        <member name="F:svn_patch_t.prop_patches">
A hash table keyed by property names containing svn_prop_patch_t
object for each property parsed from the patch.
</member>
        <member name="F:svn_patch_t.hunks">
An array containing an svn_diff_hunk_t * for each hunk parsed
from the patch.
</member>
        <member name="F:svn_patch_t.old_filename">
The old and new file names as retrieved from the patch file.
These paths are UTF-8 encoded and canonicalized, but otherwise
left unchanged from how they appeared in the patch file.
</member>
        <member name="T:svn_patch_t">
 Data type to manage parsing of patches.
 
 Represents a patch to one target file.
 
 API users should not allocate structures of this type directly.
 
 @since New in 1.7.
</member>
        <member name="M:svn_diff_get_binary_diff_result_stream(svn_diff_binary_patch_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Creates a stream allocated in @a result_pool from which the resulting
 (post-patch-application) version of the binary patched file can be read.
 
 @note Like many svn_diff_get functions over patches, this is implemented
 as reading from the backing patch file. Therefore it is recommended to
 read the whole stream before using other functions on the same patch file.
 
 @since New in 1.10
</member>
        <member name="M:svn_diff_get_binary_diff_original_stream(svn_diff_binary_patch_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Creates a stream allocated in @a result_pool from which the original
 (pre-patch-application) version of the binary patched file can be read.
 
 @note Like many svn_diff_get functions over patches, this is implemented
 as reading from the backing patch file. Therefore it is recommended to
 read the whole stream before using other functions on the same patch file.
 
 @since New in 1.10
</member>
        <member name="T:svn_diff_binary_patch_t">
 A binary patch representation. This basically describes replacing one
 exact binary representation with another one.
 
 @since New in 1.10.
</member>
        <member name="F:svn_prop_patch_t.hunks">
An array containing an svn_diff_hunk_t object for each hunk parsed
from the patch associated with our property name
</member>
        <member name="F:svn_prop_patch_t.operation">
Represents the operation performed on the property
</member>
        <member name="T:svn_prop_patch_t">
 Data type to manage parsing of properties in patches.
 API users should not allocate structures of this type directly.
 
 @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_get_trailing_context(svn_diff_hunk_t!System.Runtime.CompilerServices.IsConst*)">
Return the number of lines of trailing context of @a hunk,
 * i.e. the number of lines starting with ' ' after the last line
 * that starts with a '+' or '-'.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_get_leading_context(svn_diff_hunk_t!System.Runtime.CompilerServices.IsConst*)">
Return the number of lines of leading context of @a hunk,
 * i.e. the number of lines starting with ' ' before the first line
 * that starts with a '+' or '-'.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_get_modified_length(svn_diff_hunk_t!System.Runtime.CompilerServices.IsConst*)">
Return the number of lines in the modified @a hunk text,
 * as parsed from the hunk header.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_get_modified_start(svn_diff_hunk_t!System.Runtime.CompilerServices.IsConst*)">
Return the line offset of the modified @a hunk text,
 * as parsed from the hunk header.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_get_original_length(svn_diff_hunk_t!System.Runtime.CompilerServices.IsConst*)">
Return the number of lines in the original @a hunk text,
 * as parsed from the hunk header.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_get_original_start(svn_diff_hunk_t!System.Runtime.CompilerServices.IsConst*)">
Return the line offset of the original hunk text,
 * as parsed from the hunk header.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_reset_modified_text(svn_diff_hunk_t*)">
Reset the modified text of @a hunk so it can be read again from the start.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_reset_original_text(svn_diff_hunk_t*)">
Reset the original text of @a hunk so it can be read again from the start.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_reset_diff_text(svn_diff_hunk_t*)">
Reset the diff text of @a hunk so it can be read again from the start.
 * @since New in 1.7.
</member>
        <member name="M:svn_diff_hunk_readline_modified_text(svn_diff_hunk_t*,svn_stringbuf_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Int32*,apr_pool_t*,apr_pool_t*)">
 Like svn_diff_hunk_readline_original_text(), but it returns lines from
 the modified text of the hunk.
 
 @see svn_diff_hunk_t
 @since New in 1.7.
 
</member>
        <member name="M:svn_diff_hunk_readline_original_text(svn_diff_hunk_t*,svn_stringbuf_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Int32*,apr_pool_t*,apr_pool_t*)">
 Allocate @a *stringbuf in @a result_pool, and read into it one line
 of the original text of @a hunk.
 The line-terminator is detected automatically and stored in @a *eol
 if @a eol is not NULL.
 If EOF is reached, set @a *eof to TRUE, and set @a *eol to NULL if the
 hunk text does not end with a newline character and @a eol is not NULL.
 Temporary allocations will be performed in @a scratch_pool.
 
 @see svn_diff_hunk_t
 @since New in 1.7.
 
</member>
        <member name="M:svn_diff_hunk_readline_diff_text(svn_diff_hunk_t*,svn_stringbuf_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Int32*,apr_pool_t*,apr_pool_t*)">
 Allocate @a *stringbuf in @a result_pool, and read into it one line
 of the diff text of @a hunk. The hunk header is not returned only the
 unidiff data lines (starting with '+', '-', or ' ') are returned.
 If the @a hunk is being interpreted in reverse (i.e. the reverse
 parameter of svn_diff_parse_next_patch() was @c TRUE), the diff
 text will be returned in reversed form.
 The line-terminator is detected automatically and stored in @a *eol
 if @a eol is not NULL.
 If EOF is reached, set @a *eof to TRUE, and set @a *eol to NULL if the
 hunk does not end with a newline character and @a eol is not NULL.
 Temporary allocations will be performed in @a scratch_pool.
 
 @note The hunk header information can be retrieved with the following
 functions:
 @see svn_diff_hunk_get_original_start()
 @see svn_diff_hunk_get_original_length()
 @see svn_diff_hunk_get_modified_start()
 @see svn_diff_hunk_get_modified_length()
 
 @since New in 1.7.
 
</member>
        <member name="T:svn_diff_operation_kind_e">
 Describes what operation has been performed on a file.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_diff_mem_string_output_merge(svn_stream_t*,svn_diff_t*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
Similar to svn_diff_mem_string_output_merge2, but with @a
 * display_original_in_conflict and @a display_resolved_conflicts
 * booleans instead of the @a conflict_style enum.
 *
 * If both booleans are false, acts like
 * svn_diff_conflict_display_modified_latest; if @a
 * display_original_in_conflict is true, acts like
 * svn_diff_conflict_display_modified_original_latest; if @a
 * display_resolved_conflicts is true, acts like
 * svn_diff_conflict_display_resolved_modified_latest. The booleans
 * may not both be true.
 *
 * @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_diff_mem_string_output_merge2(svn_stream_t*,svn_diff_t*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_diff_conflict_display_style_t,apr_pool_t*)">
Similar to svn_diff_mem_string_output_merge2(), but without cancel support.
 *
 * @since New in 1.6.
 *
 * @deprecated Provided for backwards compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_diff_mem_string_output_merge3(svn_stream_t*,svn_diff_t*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_diff_conflict_display_style_t,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Output the @a diff generated by svn_diff_mem_string_diff3() in diff3
 * format on @a output_stream, using @a original, @a modified and @a latest
 * for content changes.
 *
 * Use the conflict markers @a conflict_original, @a conflict_modified,
 * @a conflict_latest and @a conflict_separator or the default one for
 * each of these if @c NULL is passed.
 *
 * @a conflict_style dictates how conflicts are displayed.
 *
 * If not @c NULL, call @a cancel_func with @a cancel_baton once or multiple
 * times while processing larger diffs.
 *
 * Uses @a scratch_pool for temporary allocations.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_diff_mem_string_output_unified(svn_stream_t*,svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_diff_mem_string_output_unified2() but with
 * @a with_diff_header always set to TRUE and @a hunk_delimiter always
 * set to NULL.
 *
 * @since New in 1.5.
 *
 * @deprecated Provided for backwards compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_diff_mem_string_output_unified2(svn_stream_t*,svn_diff_t*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_diff_mem_string_output_unified3() but without
 * cancel support and with @a context_size set to -1.
 *
 * @since New in 1.7. Hunk delimiter "##" has the special meaning since 1.8.
 *
 * @deprecated Provided for backwards compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_diff_mem_string_output_unified3(svn_stream_t*,svn_diff_t*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Outputs the @a diff object generated by svn_diff_mem_string_diff()
 * in unified diff format on @a output_stream, using @a original
 * and @a modified for the text in the output.
 *
 * If @a with_diff_header is TRUE, write a diff header ("---" and "+++"
 * lines), using @a original_header and @a modified_header to fill the field
 * after the "---" and "+++" markers; otherwise @a original_header and
 * @a modified_header are ignored and may be NULL.
 *
 * Outputs the header and hunk delimiters in @a header_encoding.
 * A @a hunk_delimiter can optionally be specified.
 * If @a hunk_delimiter is NULL, use the default hunk delimiter "@@".
 *
 * As a special case, if the hunk delimiter is "##", then for an incomplete
 * final line use the text "\ No newline at end of property" instead of
 * "\ No newline at end of file".
 *
 * If @a context_size is not negative, then this number of context lines
 * will be used in the generated diff output. Otherwise the legacy compile
 * time default will be used.
 *
 * If not @c NULL, call @a cancel_func with @a cancel_baton once or multiple
 * times while processing larger diffs.
 *
 * Uses @a scratch_pool for temporary allocations.
 *
 * @since New in 1.9
 
</member>
        <member name="M:svn_diff_mem_string_diff4(svn_diff_t**,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_diff_file_options_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Generate @a diff output from the @a original, @a modified and @a latest
 * in-memory strings, using @a ancestor. @a diff will be allocated in @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_diff_mem_string_diff3(svn_diff_t**,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_diff_file_options_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Generate @a diff output from the @a original, @a modified and @a latest
 * in-memory strings. @a diff will be allocated in @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_diff_mem_string_diff(svn_diff_t**,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_diff_file_options_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Generate @a diff output from the @a original and @a modified
 * in-memory strings. @a diff will be allocated from @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_diff_output_binary(svn_stream_t*,svn_stream_t*,svn_stream_t*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Creates a git-like binary diff hunk describing the differences between
 * @a original and @a latest. It does this by either producing either the
 * literal content of both versions in a compressed format, or by describing
 * one way transforms.
 *
 * Either @a original or @a latest may be NULL to describe that the version
 * didn't exist.
 *
 * Writes the output to @a output_stream.
 *
 * If not @c NULL, call @a cancel_func with @a cancel_baton once or multiple
 * times while processing larger diffs.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_diff_file_output_merge(svn_stream_t*,svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.">
Similar to svn_diff_file_output_merge2, but with @a
 * display_original_in_conflict and @a display_resolved_conflicts
 * booleans instead of the @a conflict_style enum.
 *
 * If both booleans are false, acts like
 * svn_diff_conflict_display_modified_latest; if @a
 * display_original_in_conflict is true, acts like
 * svn_diff_conflict_display_modified_original_latest; if @a
 * display_resolved_conflicts is true, acts like
 * svn_diff_conflict_display_resolved_modified_latest. The booleans
 * may not both be true.
 *
 * @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_diff_file_output_merge2(svn_stream_t*,svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System">
Similar to svn_diff_file_output_merge3, but without cancel support.
 *
 * @since New in 1.6.
 *
 * @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_diff_file_output_merge3(svn_stream_t*,svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System">
A convenience function to produce diff3 output from the
 * diff generated by svn_diff_file_diff3().
 *
 * Output a @a diff between @a original_path, @a modified_path and
 * @a latest_path in merged format to @a output_stream. Optionally supply
 * @a conflict_modified, @a conflict_original, @a conflict_separator and/or
 * @a conflict_latest to be displayed as conflict markers in the output.
 * If @a conflict_original, @a conflict_modified, @a conflict_latest and/or
 * @a conflict_separator is @c NULL, a default marker will be displayed.
 * @a conflict_style dictates how conflicts are displayed.
 * Uses @a scratch_pool for temporary allocations.
 *
 * If not @c NULL, call @a cancel_func with @a cancel_baton once or multiple
 * times while processing larger diffs.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_diff_file_output_unified(svn_stream_t*,svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_diff_file_output_unified2(), but with @a header_encoding
 * set to @c APR_LOCALE_CHARSET.
 *
 * @deprecated Provided for backward compatibility with the 1.2 API.
 
</member>
        <member name="M:svn_diff_file_output_unified2(svn_stream_t*,svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_diff_file_output_unified3(), but with @a relative_to_dir
 * set to NULL and @a show_c_function to false.
 *
 * @deprecated Provided for backwards compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_diff_file_output_unified3(svn_stream_t*,svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Similar to svn_diff_file_output_unified4(), but without cancel
 * support and with @a context_size set to -1.
 *
 * @since New in 1.5.
 * @deprecated Provided for backwards compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_diff_file_output_unified4(svn_stream_t*,svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*">
A convenience function to produce unified diff output from the
 * diff generated by svn_diff_file_diff().
 *
 * Output a @a diff between @a original_path and @a modified_path in unified
 * context diff format to @a output_stream. Optionally supply
 * @a original_header and/or @a modified_header to be displayed in the header
 * of the output. If @a original_header or @a modified_header is @c NULL, a
 * default header will be displayed, consisting of path and last modified time.
 * Output all headers and markers in @a header_encoding. If @a relative_to_dir
 * is not @c NULL, the @a original_path and @a modified_path will have the
 * @a relative_to_dir stripped from the front of the respective paths. If
 * @a relative_to_dir is @c NULL, paths will be not be modified. If
 * @a relative_to_dir is not @c NULL but @a relative_to_dir is not a parent
 * path of the target, an error is returned. Finally, if @a relative_to_dir
 * is a URL, an error will be returned.
 *
 * If @a context_size is not negative, then this number of context lines
 * will be used in the generated diff output. Otherwise the legacy compile
 * time default will be used.
 *
 * If not @c NULL, call @a cancel_func with @a cancel_baton once or multiple
 * times while processing larger diffs.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_diff_file_diff4(svn_diff_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_file_diff4_2(), but with @a options set to a struct with
 * default options.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_diff_file_diff4_2(svn_diff_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_diff_file_options_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
A convenience function to produce a diff between four files.
 *
 * @since New in 1.4.
 *
 * Return a diff object in @a *diff (allocated from @a pool) that represents
 * the difference between an @a original file, @a modified file, @a latest
 * and @a ancestor file. (The file arguments must be full paths to the files.)
 *
 * Compare lines according to the relevant fields of @a options.
 
</member>
        <member name="M:svn_diff_file_diff3(svn_diff_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_diff_file_diff3_2(), but with @a options set to a struct
 * with default options.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_diff_file_diff3_2(svn_diff_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_diff_file_options_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
A convenience function to produce a diff between three files.
 *
 * @since New in 1.4.
 *
 * Return a diff object in @a *diff (allocated from @a pool) that represents
 * the difference between an @a original file, @a modified file, and @a latest
 * file.
 *
 * Compare lines according to the relevant fields of @a options.
 
</member>
        <member name="M:svn_diff_file_diff(svn_diff_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_file_diff_2(), but with @a options set to a struct with
 * default options.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_diff_file_diff_2(svn_diff_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_diff_file_options_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
A convenience function to produce a diff between two files.
 *
 * @since New in 1.4.
 *
 * Return a diff object in @a *diff (allocated from @a pool) that represents
 * the difference between an @a original file and @a modified file.
 * (The file arguments must be full paths to the files.)
 *
 * Compare lines according to the relevant fields of @a options.
 
</member>
        <member name="M:svn_diff_file_options_parse(svn_diff_file_options_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Parse @a args, an array of <tt>const char *</tt> command line switches
 and adjust @a options accordingly. @a options is assumed to be initialized
 with default values. @a pool is used for temporary allocation.
 
 @since New in 1.4.
 
 The following options are supported:
 - --ignore-space-change, -b
 - --ignore-all-space, -w
 - --ignore-eol-style
 - --show-c-function, -p @since New in 1.5.
 - --context, -U ARG @since New in 1.9.
 - --unified, -u (for compatibility, does nothing).
 
</member>
        <member name="M:svn_diff_file_options_create(apr_pool_t*)">
Allocate a @c svn_diff_file_options_t structure in @a pool, initializing
 * it with default values.
 *
 * @since New in 1.4.
 
</member>
        <member name="F:svn_diff_file_options_t.context_size">
The number of context lines produced above and below modifications, if
   * available. The number of context lines must be &gt;= 0.
   *
   * @since New in 1.9
</member>
        <member name="F:svn_diff_file_options_t.show_c_function">
Whether the "@@" lines of the unified diff output should include a prefix
    * of the nearest preceding line that starts with a character that might be
    * the initial character of a C language identifier. The default is
    * @c FALSE.
    * @since New in 1.5.
 
</member>
        <member name="F:svn_diff_file_options_t.ignore_eol_style">
Whether to treat all end-of-line markers the same when comparing lines.
   * The default is @c FALSE.
</member>
        <member name="F:svn_diff_file_options_t.ignore_space">
To what extent whitespace should be ignored when comparing lines.
   * The default is @c svn_diff_file_ignore_space_none.
</member>
        <member name="T:svn_diff_file_options_t">
Options to control the behaviour of the file diff routines.
 *
 * @since New in 1.4.
 *
 * @note This structure may be extended in the future, so to preserve binary
 * compatibility, users must not allocate structs of this type themselves.
 * @see svn_diff_file_options_create().
 *
 * @note Although its name suggests otherwise, this structure is used to
 * pass options to file as well as in-memory diff functions.
 
</member>
        <member name="T:svn_diff_file_ignore_space_t">
To what extent whitespace should be ignored when comparing lines.
 *
 * @since New in 1.4.
 
</member>
        <member name="F:svn_diff_file_ignore_space_all">
Ignore all whitespace characters.
</member>
        <member name="F:svn_diff_file_ignore_space_change">
Ignore changes in sequences of whitespace characters, treating each
   * sequence of whitespace characters as a single space.
</member>
        <member name="F:svn_diff_file_ignore_space_none">
Ignore no whitespace.
</member>
        <member name="M:svn_diff_output(svn_diff_t*,System.Void*,svn_diff_output_fns_t!System.Runtime.CompilerServices.IsConst*)">
Similar to svn_diff_output2(), but without cancel support.
 *
 * @deprecated Provided for backwards compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_diff_output2(svn_diff_t*,System.Void*,svn_diff_output_fns_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*)">
Given a vtable of @a output_fns/@a output_baton for consuming
 * differences, output the differences in @a diff.
 *
 * If not @c NULL, call @a cancel_func with @a cancel_baton once or multiple
 * times while processing larger diffs.
 *
 * @since New in 1.9.
 
</member>
        <member name="T:svn_diff_conflict_display_style_t">
Style for displaying conflicts during diff3 output.
 *
 * @since New in 1.6.
 
</member>
        <member name="F:svn_diff_conflict_display_only_conflicts">
Like svn_diff_conflict_display_modified_original_latest, but
      *only* showing conflicts.
</member>
        <member name="F:svn_diff_conflict_display_latest">
Just display latest, with no markers.
</member>
        <member name="F:svn_diff_conflict_display_modified">
Just display modified, with no markers.
</member>
        <member name="F:svn_diff_conflict_display_modified_original_latest">
Display modified, original, and latest, with conflict
      markers.
</member>
        <member name="F:svn_diff_conflict_display_resolved_modified_latest">
Like svn_diff_conflict_display_modified_latest, but with an
      extra effort to identify common sequences between modified and
      latest.
</member>
        <member name="F:svn_diff_conflict_display_modified_latest">
Display modified and latest, with conflict markers.
</member>
        <member name="F:svn_diff_output_fns_t.output_conflict">
All three datasources have conflicting data ranges. The range
   * @a latest_start, @a latest_length in the "latest" datasource conflicts
   * with the range @a original_start, @a original_length in the "original"
   * datasource, and also conflicts with the range @a modified_start,
   * @a modified_length in the "modified" datasource.
   * If there are common ranges in the "modified" and "latest" datasources
   * in this conflicting range, @a resolved_diff will contain a diff
   * which can be used to retrieve the common and conflicting ranges.
 
</member>
        <member name="F:svn_diff_output_fns_t.output_diff_common">
An identical data range was discovered between the "modified" and
   * "latest" datasources, but this conflicts with a range in the
   * "original" datasource.
 
</member>
        <member name="F:svn_diff_output_fns_t.output_diff_latest">
An identical data range was discovered between the "original" and
   * "modified" datasources, but this conflicts with a range in the
   * "latest" datasource.
 
</member>
        <member name="F:svn_diff_output_fns_t.output_diff_modified">
 If doing a two-way diff, then an *conflicting* data range was found
 between the "original" and "modified" datasources. Specifically,
 the conflict starts at @a original_start and goes for @a original_length
 tokens in the original data, and at @a modified_start for
 @a modified_length tokens in the modified data.
 
 If doing a three-way diff, then an identical data range was discovered
 between the "original" and "latest" datasources, but this conflicts with
 a range in the "modified" datasource.
 
</member>
        <member name="F:svn_diff_output_fns_t.output_common">
 If doing a two-way diff, then an *identical* data range was found
 between the "original" and "modified" datasources. Specifically,
 the match starts at @a original_start and goes for @a original_length
 tokens in the original data, and at @a modified_start for
 @a modified_length tokens in the modified data.
 
 If doing a three-way diff, then all three datasources have
 matching data ranges. The range @a latest_start, @a latest_length in
 the "latest" datasource is identical to the range @a original_start,
 @a original_length in the original data, and is also identical to
 the range @a modified_start, @a modified_length in the modified data.
 
</member>
        <member name="T:svn_diff_output_fns_t">
A vtable for displaying (or consuming) differences between datasources.
 *
 * Differences, similarities, and conflicts are described by lining up
 * "ranges" of data.
 *
 * Any of the function pointers in this vtable may be NULL to ignore the
 * corresponding kinds of output.
 *
 * @note These callbacks describe data ranges in units of "tokens".
 * A "token" is whatever you've defined it to be in your datasource
 * @c svn_diff_fns_t vtable.
 
</member>
        <member name="M:svn_diff_contains_diffs(svn_diff_t*)">
Determine if a diff object contains actual differences between the
 * datasources. If so, return @c TRUE, else return @c FALSE.
 
</member>
        <member name="M:svn_diff_contains_conflicts(svn_diff_t*)">
Determine if a diff object contains conflicts. If it does, return
 * @c TRUE, else return @c FALSE.
 
</member>
        <member name="M:svn_diff_diff4(svn_diff_t**,System.Void*,svn_diff_fns_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Like svn_diff_diff4_2() but using #svn_diff_fns_t instead of
 * #svn_diff_fns2_t.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_diff_diff4_2(svn_diff_t**,System.Void*,svn_diff_fns2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Given a vtable of @a diff_fns/@a diff_baton for reading datasources,
 * return a diff object in @a *diff that represents a difference between
 * two datasources: "original" and "latest", adjusted to become a full
 * difference between "original", "modified" and "latest" using "ancestor".
 * Do all allocation in @a pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_diff_diff3(svn_diff_t**,System.Void*,svn_diff_fns_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Like svn_diff_diff3_2() but using #svn_diff_fns_t instead of
 * #svn_diff_fns2_t.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_diff_diff3_2(svn_diff_t**,System.Void*,svn_diff_fns2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Given a vtable of @a diff_fns/@a diff_baton for reading datasources,
 * return a diff object in @a *diff that represents a difference between
 * three datasources: "original", "modified", and "latest". Do all
 * allocation in @a pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_diff_diff(svn_diff_t**,System.Void*,svn_diff_fns_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Like svn_diff_diff_2() but using #svn_diff_fns_t instead of
 * #svn_diff_fns2_t.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_diff_diff_2(svn_diff_t**,System.Void*,svn_diff_fns2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Given a vtable of @a diff_fns/@a diff_baton for reading datasources,
 * return a diff object in @a *diff that represents a difference between
 * an "original" and "modified" datasource. Do all allocation in @a pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="T:svn_diff_fns_t">
Like #svn_diff_fns2_t except with datasource_open() instead of
 * datasources_open().
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="F:svn_diff_fns2_t.token_discard_all">
Free *all* tokens from memory, they're no longer needed.
</member>
        <member name="F:svn_diff_fns2_t.token_discard">
Free @a token from memory, the diff algorithm is done with it.
</member>
        <member name="F:svn_diff_fns2_t.datasource_get_next_token">
Get the next "token" from the datasource of type @a datasource.
   * Return a "token" in @a *token. Return a hash of "token" in @a *hash.
   * Leave @a token and @a hash untouched when the datasource is exhausted.
 
</member>
        <member name="F:svn_diff_fns2_t.datasource_close">
Close the datasource of type @a datasource.
</member>
        <member name="F:svn_diff_fns2_t.datasources_open">
Open the datasources of type @a datasources.
</member>
        <member name="T:svn_diff_fns2_t">
A vtable for reading data from the three datasources.
 * @since New in 1.7.
</member>
        <member name="T:svn_diff_datasource_e">
There are four types of datasources. In GNU diff3 terminology,
the first three types correspond to the phrases "older", "mine",
and "yours".
 
</member>
        <member name="F:svn_diff_datasource_ancestor">
The common ancestor of original and modified.
</member>
        <member name="F:svn_diff_datasource_latest">
The latest version of the data, possibly different than the
   * user's modified version.
 
</member>
        <member name="F:svn_diff_datasource_modified">
The same data, but potentially changed by the user.
</member>
        <member name="F:svn_diff_datasource_original">
The oldest form of the data.
</member>
        <member name="T:svn_diff_t">
An opaque type that represents a difference between either two or
 * three datasources. This object is returned by svn_diff_diff(),
 * svn_diff_diff3() and svn_diff_diff4(), and consumed by a number of
 * other routines.
 
</member>
        <member name="M:svn_diff_version">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_diff.h
 @brief Contextual diffing.
 
 This is an internalized library for performing contextual diffs
 between sources of data.
 
 @note This is different than Subversion's binary-diffing engine.
 That API lives in @c svn_delta.h -- see the "text deltas" section. A
 "text delta" is way of representing precise binary diffs between
 strings of data. The Subversion client and server send text deltas
 to one another during updates and commits.
 
 This API, however, is (or will be) used for performing *contextual*
 merges between files in the working copy. During an update or
 merge, 3-way file merging is needed. And 'svn diff' needs to show
 the differences between 2 files.
 
 The nice thing about this API is that it's very general. It
 operates on any source of data (a "datasource") and calculates
 contextual differences on "tokens" within the data. In our
 particular usage, the datasources are files and the tokens are
 lines. But the possibilities are endless.
 
 Get libsvn_diff version information.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_wc_read_kind(svn_node_kind_t*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Similar to svn_wc_read_kind2() but with @a show_deleted always
 * passed as TRUE.
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_wc_read_kind2(svn_node_kind_t*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
@}
 Set @a kind to the #svn_node_kind_t of @a abspath. Use @a wc_ctx to access
 the working copy, and @a scratch_pool for all temporary allocations.
 
 If @a abspath is not under version control, set @a kind to #svn_node_none.
 
 If @a show_hidden and @a show_deleted are both @c FALSE, the kind of
 scheduled for delete, administrative only 'not present' and excluded
 nodes is reported as #svn_node_none. This is recommended as a check
 for 'is there a versioned file or directory here?'
 
 If @a show_deleted is FALSE, but @a show_hidden is @c TRUE then only
 scheduled for delete and administrative only 'not present' nodes are
 reported as #svn_node_none. This is recommended as check for
 'Can I add a node here?'
 
 If @a show_deleted is TRUE, but @a show_hidden is FALSE, then only
 administrative only 'not present' nodes and excluded nodes are reported as
 #svn_node_none. This behavior is the behavior bescribed as 'hidden'
 before Subversion 1.7.
 
 If @a show_hidden and @a show_deleted are both @c TRUE all nodes are
 reported.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_wc_exclude(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Remove the local node for @a local_abspath from the working copy and
 * add an excluded node placeholder in its place.
 *
 * This feature is only supported for unmodified nodes. An
 * #SVN_ERR_UNSUPPORTED_FEATURE error is returned if the node can't be
 * excluded in its current state.
 *
 * @a wc_ctx contains a tree lock, for the local path to the working copy
 * which will be used as the root of this operation
 *
 * If @a notify_func is not @c NULL, call it with @a notify_baton to
 * report changes as they are made.
 *
 * If @a cancel_func is not @c NULL, call it with @a cancel_baton at
 * various points to determine if the client has canceled the operation.
 *
 *
 * @since New in 1.7
 
</member>
        <member name="M:svn_wc_crop_tree(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Similar to svn_wc_crop_tree2(), but uses an access baton and target.
 *
 * svn_wc_crop_tree() also allows #svn_depth_exclude, which is now
 * handled via svn_wc_exclude()
 *
 * @a target is a basename in @a anchor or "" for @a anchor itself.
 *
 * @since New in 1.6
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_crop_tree2(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Crop @a local_abspath according to @a depth.
 *
 * Remove any item that exceeds the boundary of @a depth (relative to
 * @a local_abspath) from revision control. Leave modified items behind
 * (unversioned), while removing unmodified ones completely.
 *
 * @a depth can be svn_depth_empty, svn_depth_files or svn_depth_immediates.
 * Excluding nodes is handled by svn_wc_exclude().
 *
 * If @a local_abspath starts out with a shallower depth than @a depth,
 * do not upgrade it to @a depth (that would not be cropping); however, do
 * check children and crop them appropriately according to @a depth.
 *
 * Returns immediately with an #SVN_ERR_UNSUPPORTED_FEATURE error if @a
 * local_abspath is not a directory, or if @a depth is not restrictive
 * (e.g., #svn_depth_infinity).
 *
 * @a wc_ctx contains a tree lock, for the local path to the working copy
 * which will be used as the root of this operation.
 *
 * If @a cancel_func is not @c NULL, call it with @a cancel_baton at
 * various points to determine if the client has canceled the operation.
 *
 * If @a notify_func is not @c NULL, call it with @a notify_baton to
 * report changes as they are made.
 *
 * @since New in 1.7
 
</member>
        <member name="M:svn_wc_get_changelists(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Beginning at @a local_abspath, crawl to @a depth to discover every path in
 or under @a local_abspath which belongs to one of the changelists in @a
 changelist_filter (an array of <tt>const char *</tt> changelist names).
 If @a changelist_filter is @c NULL, discover paths with any changelist.
 Call @a callback_func (with @a callback_baton) each time a
 changelist-having path is discovered.
 
 @a local_abspath is a local WC path.
 
 If @a cancel_func is not @c NULL, invoke it passing @a cancel_baton
 during the recursive walk.
 
 @since New in 1.7.
 
</member>
        <member name="D:svn_changelist_receiver_t">
 The callback type used by svn_wc_get_changelists() and
 svn_client_get_changelists().
 
 On each invocation, @a path is a newly discovered member of the
 changelist, and @a baton is a private function closure.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_wc_set_changelist(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_set_changelist2(), but with an access baton and
 * relative path.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_set_changelist2(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Set @a local_abspath's 'changelist' attribute to @a changelist iff
 @a changelist is not @c NULL; otherwise, remove any current
 changelist assignment from @a local_abspath. @a changelist may not
 be the empty string. Recurse to @a depth.
 
 @a changelist_filter is an array of <tt>const char *</tt> changelist
 names, used as a restrictive filter on items whose changelist
 assignments are adjusted; that is, don't tweak the changeset of any
 item unless it's currently a member of one of those changelists.
 If @a changelist_filter is empty (or altogether @c NULL), no changelist
 filtering occurs.
 
 If @a cancel_func is not @c NULL, call it with @a cancel_baton to
 determine if the client has canceled the operation.
 
 If @a notify_func is not @c NULL, call it with @a notify_baton to
 report the change (using notification types
 #svn_wc_notify_changelist_set and #svn_wc_notify_changelist_clear).
 
 Use @a scratch_pool for temporary allocations.
 
 @note For now, directories are NOT allowed to be associated with
 changelists; there is confusion about whether they should behave
 as depth-0 or depth-infinity objects. If @a local_abspath is a directory,
 return an error.
 
 @note This metadata is purely a client-side "bookkeeping"
 convenience, and is entirely managed by the working copy.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_revision_status(svn_wc_revision_status_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Similar to svn_wc_revision_status2(), but with a (possibly) local
 * path and no wc_ctx parameter.
 *
 * @since New in 1.4.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_revision_status2(svn_wc_revision_status_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*,apr_pool_t*)">
Set @a *result_p to point to a new #svn_wc_revision_status_t structure
 * containing a summary of the revision range and status of the working copy
 * at @a local_abspath (not including "externals"). @a local_abspath must
 * be absolute. Return SVN_ERR_WC_PATH_NOT_FOUND if @a local_abspath is not
 * a working copy path.
 *
 * Set @a (*result_p)-&gt;min_rev and @a (*result_p)-&gt;max_rev respectively to the
 * lowest and highest revision numbers in the working copy. If @a committed
 * is TRUE, summarize the last-changed revisions, else the base revisions.
 *
 * Set @a (*result_p)-&gt;switched to indicate whether any item in the WC is
 * switched relative to its parent. If @a trail_url is non-NULL, use it to
 * determine if @a local_abspath itself is switched. It should be any trailing
 * portion of @a local_abspath's expected URL, long enough to include any parts
 * that the caller considers might be changed by a switch. If it does not
 * match the end of @a local_abspath's actual URL, then report a "switched"
 * status.
 *
 * Set @a (*result_p)-&gt;modified to indicate whether any item is locally
 * modified.
 *
 * If @a cancel_func is non-NULL, call it with @a cancel_baton to determine
 * if the client has canceled the operation.
 *
 * Allocate *result_p in @a result_pool, use @a scratch_pool for temporary
 * allocations.
 *
 * @a wc_ctx should be a valid working copy context.
 *
 * @since New in 1.7
 
</member>
        <member name="F:svn_wc_revision_status_t.sparse_checkout">
Whether any WC paths are at a depth other than #svn_depth_infinity or
   * are user excluded.
   * @since New in 1.5.
 
</member>
        <member name="T:svn_wc_revision_status_t">
@}
A structure to report a summary of a working copy, including the
 * mix of revisions found within it, whether any parts are switched or
 * locally modified, and whether it is a sparse checkout.
 *
 * @note Fields may be added to the end of this structure in future
 * versions. Therefore, to preserve binary compatibility, users
 * should not directly allocate structures of this type.
 *
 * @since New in 1.4
 
</member>
        <member name="M:svn_wc_remove_lock(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
 Similar to svn_wc_remove_lock2(), but with a #svn_wc_adm_access_t /
 relative path parameter pair.
 
 @deprecated Provided for backward compatibility with the 1.6 API.
 @since New in 1.2.
 
</member>
        <member name="M:svn_wc_remove_lock2(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Remove any lock from @a local_abspath. If @a local_abspath has a
 * lock and the locking so specifies, make the file read-only. Don't
 * return an error if @a local_abspath didn't have a lock. Perform temporary
 * allocations in @a scratch_pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_add_lock(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_lock_t!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
 Similar to svn_wc_add_lock2(), but with a #svn_wc_adm_access_t /
 relative path parameter pair.
 
 @deprecated Provided for backward compatibility with the 1.6 API.
 @since New in 1.2.
 
</member>
        <member name="M:svn_wc_add_lock2(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_lock_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@}
@defgroup svn_wc_repos_locks Repository locks
@{
 
Add @a lock to the working copy for @a local_abspath. If @a
 * local_abspath is read-only, due to locking properties, make it writable.
 * Perform temporary allocations in @a scratch_pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_match_ignore_list(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return TRUE iff @a str matches any of the elements of @a list, a
 * list of zero or more ignore patterns.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_wc_get_ignores(apr_array_header_t**,apr_hash_t*,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_get_ignores2(), but with a #svn_wc_adm_access_t
 * parameter in place of #svn_wc_context_t and @c local_abspath parameters.
 *
 * @since New in 1.3.
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_ignores2(apr_array_header_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*,apr_pool_t*)">
Get the list of ignore patterns from the #svn_config_t's in the
 * @a config hash and the local ignore patterns from the directory
 * at @a local_abspath, using @a wc_ctx, and store them in @a *patterns.
 * Allocate @a *patterns and its contents in @a result_pool, use @a
 * scratch_pool for temporary allocations.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_get_default_ignores(apr_array_header_t**,apr_hash_t*,apr_pool_t*)">
@}
@defgroup svn_wc_ignore Ignoring unversioned files and directories
@{
 
Get the run-time configured list of ignore patterns from the
 * #svn_config_t's in the @a config hash, and store them in @a *patterns.
 * Allocate @a *patterns and its contents in @a pool.
 
</member>
        <member name="M:svn_wc_transmit_prop_deltas(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_wc_entry_t!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
Similar to svn_wc_transmit_prop_deltas2(), but with a relative path,
 * adm_access baton and tempfile.
 *
 * If a temporary file remains after this function is finished, the
 * path to that file is returned in @a *tempfile (so the caller can
 * clean this up if it wishes to do so).
 *
 * @note Starting version 1.5, no tempfile will ever be returned
 * anymore. If @a *tempfile is passed, its value is set to @c NULL.
 *
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_transmit_prop_deltas2(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
Given a @a local_abspath, transmit all local property
 * modifications using the appropriate @a editor method (in conjunction
 * with @a baton). Use @a scratch_pool for any temporary allocation.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_transmit_text_deltas(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
Similar to svn_wc_transmit_text_deltas2(), but with @a digest set to NULL.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_wc_transmit_text_deltas2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Byte*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
Similar to svn_wc_transmit_text_deltas3(), but with a relative path
 * and adm_access baton, and the checksum output is an MD5 digest instead of
 * two svn_checksum_t objects.
 *
 * If @a tempfile is non-NULL, make a copy of @a path with keywords
 * and eol translated to repository-normal form, and set @a *tempfile to the
 * absolute path to this copy, allocated in @a result_pool. The copy will
 * be in the temporary-text-base directory. Do not clean up the copy;
 * caller can do that. (The purpose of handing back the tmp copy is that it
 * is usually about to become the new text base anyway, but the installation
 * of the new text base is outside the scope of this function.)
 *
 * @since New in 1.4.
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_transmit_text_deltas3(svn_checksum_t!System.Runtime.CompilerServices.IsConst**,svn_checksum_t!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*,apr_pool_t*)">
@}
@defgroup svn_wc_deltas Text/Prop Deltas Using an Editor
@{
 
Send the local modifications for versioned file @a local_abspath (with
 * matching @a file_baton) through @a editor, then close @a file_baton
 * afterwards. Use @a scratch_pool for any temporary allocation.
 *
 * If @a new_text_base_md5_checksum is non-NULL, set
 * @a *new_text_base_md5_checksum to the MD5 checksum of (@a local_abspath
 * translated to repository-normal form), allocated in @a result_pool.
 *
 * If @a new_text_base_sha1_checksum in non-NULL, store a copy of (@a
 * local_abspath translated to repository-normal form) in the pristine text
 * store, and set @a *new_text_base_sha1_checksum to its SHA-1 checksum.
 *
 * If @a fulltext, send the untranslated copy of @a local_abspath through
 * @a editor as full-text; else send it as svndiff against the current text
 * base.
 *
 * If sending a diff, and the recorded checksum for @a local_abspath's
 * text-base does not match the current actual checksum, then remove the tmp
 * copy (and set @a *tempfile to NULL if appropriate), and return the
 * error #SVN_ERR_WC_CORRUPT_TEXT_BASE.
 *
 * @note This is intended for use with both infix and postfix
 * text-delta styled editor drivers.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_translated_stream(svn_stream_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.UInt32,apr_pool_t*)">
Returns a @a stream allocated in @a pool with access to the given
 * @a path taking the file properties from @a versioned_file using
 * @a adm_access.
 *
 * If @a flags includes #SVN_WC_TRANSLATE_FROM_NF, the stream will
 * translate from Normal Form to working copy form while writing to
 * @a path; stream read operations are not supported.
 * Conversely, if @a flags includes #SVN_WC_TRANSLATE_TO_NF, the stream will
 * translate from working copy form to Normal Form while reading from
 * @a path; stream write operations are not supported.
 *
 * The @a flags are the same constants as those used for
 * svn_wc_translated_file2().
 *
 * @since New in 1.5.
 * @deprecated Provided for compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_translated_file(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,apr_pool_t*)">
Same as svn_wc_translated_file2, but will never clean up
 * temporary files.
 *
 * @deprecated Provided for compatibility with the 1.3 API
 
</member>
        <member name="M:svn_wc_translated_file2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.UInt32,apr_pool_t*)">
@defgroup svn_wc_translate EOL conversion and keyword expansion
@{
 
Set @a xlated_path to a translated copy of @a src
 * or to @a src itself if no translation is necessary.
 * That is, if @a versioned_file's properties indicate newline conversion or
 * keyword expansion, point @a *xlated_path to a copy of @a src
 * whose newlines and keywords are converted using the translation
 * as requested by @a flags.
 *
 * If @a cancel_func is non-NULL, call it with @a cancel_baton to determine
 * if the client has canceled the operation.
 *
 * When translating to the normal form, inconsistent eol styles will be
 * repaired when appropriate for the given setting. When translating
 * from normal form, no EOL repair is performed (consistency is assumed).
 * This behaviour can be overridden by specifying
 * #SVN_WC_TRANSLATE_FORCE_EOL_REPAIR.
 *
 * The caller can explicitly request a new file to be returned by setting the
 * #SVN_WC_TRANSLATE_FORCE_COPY flag in @a flags.
 *
 * This function is generally used to get a file that can be compared
 * meaningfully against @a versioned_file's text base, if
 * @c SVN_WC_TRANSLATE_TO_NF is specified, against @a versioned_file itself
 * if @c SVN_WC_TRANSLATE_FROM_NF is specified.
 *
 * If a new output file is created, it is created in the temp file area
 * belonging to @a versioned_file. By default it will be deleted at pool
 * cleanup. If @c SVN_WC_TRANSLATE_NO_OUTPUT_CLEANUP is specified, the
 * default pool cleanup handler to remove @a *xlated_path is not registered.
 * If the input file is returned as the output, its lifetime is not
 * specified.
 *
 * If an error is returned, the effect on @a *xlated_path is undefined.
 *
 * @since New in 1.4
 * @deprecated Provided for compatibility with the 1.6 API
 
</member>
        <member name="M:svn_wc_create_tmp_file(apr_file_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Same as svn_wc_create_tmp_file2(), but with @a new_name set to @c NULL,
 * and without the ability to delete the file on pool cleanup.
 *
 * @deprecated For compatibility with 1.3 API
 
</member>
        <member name="M:svn_wc_create_tmp_file2(apr_file_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_io_file_del_t,apr_pool_t*)">
Create a unique temporary file in administrative tmp/ area of
 * directory @a path. Return a handle in @a *fp and the path
 * in @a *new_name. Either @a fp or @a new_name can be NULL.
 *
 * The flags will be <tt>APR_WRITE | APR_CREATE | APR_EXCL</tt> and
 * optionally @c APR_DELONCLOSE (if the @a delete_when argument is
 * set to #svn_io_file_del_on_close).
 *
 * This means that as soon as @a fp is closed, the tmp file will vanish.
 *
 * @since New in 1.4
 * @deprecated For compatibility with 1.6 API
 
</member>
        <member name="M:svn_wc_restore(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 Restores a missing node, @a local_abspath using the @a wc_ctx. Records
 the new last modified time of the file for status processing.
 
 If @a use_commit_times is TRUE, then set restored files' timestamps
 to their last-commit-times.
 
 Returns SVN_ERROR_WC_PATH_NOT_FOUND if LOCAL_ABSPATH is not versioned and
 SVN_ERROR_WC_PATH_UNEXPECTED_STATUS if LOCAL_ABSPATH is in a status where
 it can't be restored.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_revert(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_state_t,svn_wc_notify_state_t,System.Int32!System.Runtime.CompilerServices.IsLong),System.Void*,apr_pool_t*)">
 Similar to svn_wc_revert2(), but takes an #svn_wc_notify_func_t instead.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_revert2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_revert3(), but with @a changelist_filter passed as @c
 NULL, and @a depth set according to @a recursive: if @a recursive
 is TRUE, @a depth is #svn_depth_infinity; if FALSE, @a depth is
 #svn_depth_empty.
 
 @note Most APIs map @a recurse==FALSE to @a depth==svn_depth_files;
 revert is deliberately different.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_revert3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_depth_t,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_revert4() but takes a relative path and access baton.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_revert4(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_revert5() but with @a clear_changelists always set to
 * FALSE and @a metadata_only set to FALSE.
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_wc_revert5(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_revert6() but with @a added_keep_local always
 * set to TRUE.
 *
 * @since New in 1.9.
 * @deprecated Provided for backward compatibility with the 1.10 API.
 
</member>
        <member name="M:svn_wc_revert6(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Revert changes to @a local_abspath. Perform necessary allocations in
 @a scratch_pool.
 
 @a wc_ctx contains the necessary locks required for performing the
 operation.
 
 If @a depth is #svn_depth_empty, revert just @a path (if a
 directory, then revert just the properties on that directory).
 Else if #svn_depth_files, revert @a path and any files
 directly under @a path if it is directory. Else if
 #svn_depth_immediates, revert all of the preceding plus
 properties on immediate subdirectories; else if #svn_depth_infinity,
 revert path and everything under it fully recursively.
 
 @a changelist_filter is an array of <tt>const char *</tt> changelist
 names, used as a restrictive filter on items reverted; that is,
 don't revert any item unless it's a member of one of those
 changelists. If @a changelist_filter is empty (or altogether @c NULL),
 no changelist filtering occurs.
 
 If @a clear_changelists is TRUE, then changelist information for the
 paths is cleared.
 
 The @a metadata_only and @a added_keep_local options control the
 extent of reverting. If @a metadata_only is TRUE, the working copy
 files are untouched, but if there are conflict marker files attached
 to these files these markers are removed. Otherwise, if
 @a added_keep_local is TRUE, then all items are reverted except an
 item that was scheduled as plain 'add' (not a copy) will not be
 removed from the working copy. Otherwise, all items are reverted and
 their on-disk state changed to match.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton at
 various points during the reversion process. If it returns an
 error (typically #SVN_ERR_CANCELLED), return that error
 immediately.
 
 If @a use_commit_times is TRUE, then all reverted working-files
 will have their timestamp set to the last-committed-time. If
 FALSE, the reverted working-files will be touched with the 'now' time.
 
 For each item reverted, @a notify_func will be called with @a notify_baton
 and the path of the reverted item. @a notify_func may be @c NULL if this
 notification is not needed.
 
 If @a path is not under version control, return the error
 #SVN_ERR_UNVERSIONED_RESOURCE.
 
 @since New in 1.11.
 
</member>
        <member name="M:svn_wc_relocate(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*),System.Void*,apr_pool_t*)">
Similar to svn_wc_relocate2(), but uses #svn_wc_relocation_validator_t.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
</member>
        <member name="M:svn_wc_relocate2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_relocate3(), but uses #svn_wc_relocation_validator2_t.
 *
 * @since New in 1.4.
 * @deprecated Provided for backwards compatibility with the 1.4 API.
</member>
        <member name="M:svn_wc_relocate3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_relocate4(), but with a #svn_wc_adm_access_t /
 * relative path parameter pair.
 *
 * @note As of the 1.7 API, @a path is required to be a working copy
 * root directory, and @a recurse is required to be TRUE.
 *
 * @since New in 1.5.
 * @deprecated Provided for limited backwards compatibility with the
 * 1.6 API.
 
</member>
        <member name="M:svn_wc_relocate4(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Recursively change repository references at @a wcroot_abspath
 * (which is the root directory of a working copy). The pre-change
 * URL should begin with @a from, and the post-change URL will begin
 * with @a to. @a validator (and its baton, @a validator_baton), will
 * be called for the newly generated base URL and calculated repo
 * root.
 *
 * @a wc_ctx is an working copy context.
 *
 * @a scratch_pool will be used for temporary allocations.
 *
 * @since New in 1.7.
 
</member>
        <member name="D:svn_wc_relocation_validator_t">
Similar to #svn_wc_relocation_validator2_t, but without
 * the @a root and @a pool arguments. @a uuid will not be NULL in this version
 * of the function.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
 
</member>
        <member name="D:svn_wc_relocation_validator2_t">
Similar to #svn_wc_relocation_validator3_t, but with
 * the @a root argument.
 *
 * If @a root is TRUE, then the implementation should make sure that @a url
 * is the repository root. Else, it can be a URL inside the repository.
 *
 * @deprecated Provided for backwards compatibility with the 1.4 API.
 
</member>
        <member name="D:svn_wc_relocation_validator3_t">
Relocation validation callback typedef.
 *
 * Called for each relocated file/directory. @a uuid, if non-NULL, contains
 * the expected repository UUID, @a url contains the tentative URL.
 *
 * @a baton is a closure object; it should be provided by the
 * implementation, and passed by the caller.
 *
 * If @a root_url is passed, then the implementation should make sure that
 * @a url is the repository root.
 * @a pool may be used for temporary allocations.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_wc_upgrade(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Upgrade the working copy at @a local_abspath to the latest metadata
 storage format. @a local_abspath should be an absolute path to the
 root of the working copy.
 
 If @a cancel_func is non-NULL, invoke it with @a cancel_baton at
 various points during the operation. If it returns an error
 (typically #SVN_ERR_CANCELLED), return that error immediately.
 
 For each directory converted, @a notify_func will be called with
 in @a notify_baton action #svn_wc_notify_upgraded_path and as path
 the path of the upgraded directory. @a notify_func may be @c NULL
 if this notification is not needed.
 
 If the old working copy doesn't contain a repository root and/or
 repository uuid, @a repos_info_func (if non-NULL) will be called
 with @a repos_info_baton to provide the missing information.
 
 @since New in 1.7.
 
</member>
        <member name="D:svn_wc_upgrade_get_repos_info_t">
Callback for retrieving a repository root for a url from upgrade.
 *
 * Called by svn_wc_upgrade() when no repository root and/or repository
 * uuid are recorded in the working copy. For normal Subversion 1.5 and
 * later working copies, this callback will not be used.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_cleanup(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_cleanup2(). @a optional_adm_access is an historic
 relic and not used, it may be NULL.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_cleanup2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_cleanup3() but uses relative paths and creates its own
 #svn_wc_context_t.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_cleanup3(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_cleanup4() but will always break locks, fix recorded
 timestamps, clear the dav cache and vacuum pristines. This function also
 doesn't support notifications.
 
 @since New in 1.7.
 @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_wc_cleanup4(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Recurse from @a local_abspath, cleaning up unfinished tasks. Perform
 any temporary allocations in @a scratch_pool. If @a break_locks is TRUE
 Any working copy locks under @a local_abspath will be taken over and then
 cleared by this function.
 WARNING: If @a break_locks is TRUE there is no mechanism that will protect
 locks that are still being used.
 
 If @a fix_recorded_timestamps is TRUE the recorded timestamps of unmodified
 files will be updated, which will improve performance of future is-modified
 checks.
 
 If @a clear_dav_cache is @c TRUE, the caching of DAV information for older
 mod_dav served repositories is cleared. This clearing invalidates some
 cached information used for pre-HTTPv2 repositories.
 
 If @a vacuum_pristines is TRUE, try to remove unreferenced pristines from
 the working copy. (Will not remove anything unless the obtained lock applies
 to the entire working copy)
 
 If @a cancel_func is non-NULL, invoke it with @a cancel_baton at various
 points during the operation. If it returns an error (typically
 #SVN_ERR_CANCELLED), return that error immediately.
 
 If @a notify_func is non-NULL, invoke it with @a notify_baton to report
 the progress of the operation.
 
 @note In 1.9, @a notify_func does not get called at all. This may change
 in later releases.
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_wc_get_pristine_copy_path(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
Set @a *pristine_path to the path of the "normal" pristine text file for
 * the versioned file @a path.
 *
 * If @a path does not have a pristine text, set @a *pristine_path to a path where
 * nothing exists on disk (in a directory that does exist).
 *
 * @note: Before version 1.7, the behaviour in that case was to provide the
 * path where the pristine text *would be* if it were present. The new
 * behaviour is intended to provide backward compatibility for callers that
 * open or test the provided path immediately, and not for callers that
 * store the path for later use.
 *
 * @deprecated Provided for backwards compatibility with the 1.5 API.
 * Callers should use svn_wc_get_pristine_contents() instead.
 
</member>
        <member name="M:svn_wc_get_pristine_contents(svn_stream_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Similar to svn_wc_get_pristine_contents2, but takes no working copy
 * context and a path that can be relative
 *
 * @since New in 1.6.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_pristine_contents2(svn_stream_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
@}
Given a @a path to a wc file, return in @a *contents a readonly stream to
 * the pristine contents of the file that would serve as base content for the
 * next commit. That means:
 *
 * When there is no change in node history scheduled, i.e. when there are only
 * local text-mods, prop-mods or a delete, return the last checked-out or
 * updated-/switched-to contents of the file.
 *
 * If the file is simply added or replaced (no copy-/move-here involved),
 * set @a *contents to @c NULL.
 *
 * When the file has been locally copied-/moved-here, return the contents of
 * the copy/move source (even if the copy-/move-here replaces a locally
 * deleted file).
 *
 * If @a local_abspath refers to an unversioned or non-existent path, return
 * @c SVN_ERR_WC_PATH_NOT_FOUND. Use @a wc_ctx to access the working copy.
 * @a contents may not be @c NULL (unlike @a *contents).
 *
 * @since New in 1.7.
</member>
        <member name="M:svn_wc_merge_prop_diffs(svn_wc_notify_state_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_merge_props(), but no baseprops are given.
 Instead, it's assumed that the incoming propchanges are based
 against the working copy's own baseprops. While this assumption is
 correct for 'svn update', it's incorrect for 'svn merge', and can
 cause flawed behavior. (See issue #2035.)
 
 @since The base_merge option is not supported since 1.7.
 @deprecated Provided for backward compatibility with the 1.2 API.
 Replaced by svn_wc_merge_props().
 
</member>
        <member name="M:svn_wc_merge_props(svn_wc_notify_state_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_hash_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Same as svn_wc_merge_props2(), but with a @a conflict_func (and
 baton) of NULL.
 
 @since New in 1.3. The base_merge option is not supported since 1.7.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_merge_props2(svn_wc_notify_state_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_hash_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(svn_wc_conflict_result_t**,svn_wc_conflict_description_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_merge_props3, but takes an access baton and relative
 * path, no cancel_function, and no left and right version.
 *
 * This function has the @a base_merge parameter which (when TRUE) will
 * apply @a propchanges to this node's pristine set of properties. This
 * functionality is not supported since API version 1.7 and will give an
 * error if requested (unless @a dry_run is TRUE). For details see
 * 'notes/api-errata/1.7/wc006.txt'.
 *
 * Uses a svn_wc_conflict_resolver_func_t conflict resolver instead of a
 * svn_wc_conflict_resolver_func2_t.
 *
 * For compatibility reasons this function returns
 * #SVN_ERR_UNVERSIONED_RESOURCE, when svn_wc_merge_props3 would return either
 * #SVN_ERR_WC_PATH_NOT_FOUND or #SVN_ERR_WC_PATH_UNEXPECTED_STATUS.
 *
 * @since New in 1.5. The base_merge option is not supported since 1.7.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_merge_props3(svn_wc_notify_state_t*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_conflict_version_t!System.Runtime.CompilerServices.IsConst*,svn_wc_conflict_version_t!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(svn_wc_conflict_result_t**,svn_wc_conflict_description2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Given a @a local_abspath under version control, merge an array of @a
 * propchanges into the path's existing properties. @a propchanges is
 * an array of #svn_prop_t objects, and @a baseprops is a hash
 * representing the original set of properties that @a propchanges is
 * working against. @a wc_ctx contains a lock for @a local_abspath.
 *
 * Only the working properties will be changed.
 *
 * If @a state is non-NULL, set @a *state to the state of the properties
 * after the merge.
 *
 * If a conflict is found when merging a property, and @a dry_run is
 * false and @a conflict_func is not null, then call @a conflict_func
 * with @a conflict_baton and a description of the conflict. If any
 * conflicts are not resolved by such callbacks, describe the unresolved
 * conflicts in a temporary .prej file (or append to an already-existing
 * .prej file) and mark the path as conflicted in the WC DB.
 *
 * If @a cancel_func is non-NULL, invoke it with @a cancel_baton at various
 * points during the operation. If it returns an error (typically
 * #SVN_ERR_CANCELLED), return that error immediately.
 *
 * If @a local_abspath is not under version control, return the error
 * #SVN_ERR_WC_PATH_NOT_FOUND and don't touch anyone's properties.
 *
 * If @a local_abspath has a status in which it doesn't have properties
 * (E.g. deleted) return the error SVN_ERR_WC_PATH_UNEXPECTED_STATUS.
 *
 * @since New in 1.7.
 
</member>
        <member name="T:svn_wc_merge_outcome_t">
@}
@defgroup svn_wc_merging Merging
@{
 
The outcome of a merge carried out (or tried as a dry-run) by
 * svn_wc_merge()
 
 
Given absolute paths to three fulltexts, merge the differences between
 * @a left_abspath and @a right_abspath into @a target_abspath.
 * It may help to know that @a left_abspath, @a right_abspath and @a
 * target_abspath correspond to "OLDER", "YOURS", and "MINE",
 * respectively, in the diff3 documentation.
 *
 * @a wc_ctx should contain a write lock for the directory containing @a
 * target_abspath.
 *
 * This function assumes that @a left_abspath and @a right_abspath are
 * in repository-normal form (linefeeds, with keywords contracted); if
 * necessary, @a target_abspath is temporarily converted to this form to
 * receive the changes, then translated back again.
 *
 * If @a target_abspath is absent, or present but not under version
 * control, then set @a *merge_content_outcome to #svn_wc_merge_no_merge and
 * return success without merging anything. (The reasoning is that if
 * the file is not versioned, then it is probably unrelated to the
 * changes being considered, so they should not be merged into it.
 * Furthermore, merging into an unversioned file is a lossy operation.)
 *
 * @a dry_run determines whether the working copy is modified. When it
 * is @c FALSE the merge will cause @a target_abspath to be modified, when
 * it is @c TRUE the merge will be carried out to determine the result but
 * @a target_abspath will not be modified.
 *
 * If @a diff3_cmd is non-NULL, then use it as the diff3 command for
 * any merging; otherwise, use the built-in merge code. If @a
 * merge_options is non-NULL, either pass its elements to @a diff3_cmd or
 * parse it and use as options to the internal merge code (see
 * svn_diff_file_options_parse()). @a merge_options must contain
 * <tt>const char *</tt> elements.
 *
 * If @a merge_props_state is non-NULL, merge @a prop_diff into the
 * working properties before merging the text. (If @a merge_props_state
 * is NULL, do not merge any property changes; in this case, @a prop_diff
 * is only used to help determine the text merge result.) Handle any
 * conflicts as described for svn_wc_merge_props3(), with the parameters
 * @a dry_run, @a conflict_func and @a conflict_baton. Return the
 * outcome of the property merge in @a *merge_props_state.
 *
 * The outcome of the text merge is returned in @a *merge_content_outcome. If
 * there is a conflict and @a dry_run is @c FALSE, then attempt to call @a
 * conflict_func with @a conflict_baton (if non-NULL). If the
 * conflict callback cannot resolve the conflict, then:
 *
 * * Put conflict markers around the conflicting regions in
 * @a target_abspath, labeled with @a left_label, @a right_label, and
 * @a target_label. (If any of these labels are @c NULL, default
 * values will be used.)
 *
 * * Copy @a left_abspath, @a right_abspath, and the original @a
 * target_abspath to unique names in the same directory as @a
 * target_abspath, ending with the suffixes ".LEFT_LABEL", ".RIGHT_LABEL",
 * and ".TARGET_LABEL" respectively.
 *
 * * Mark @a target_abspath as "text-conflicted", and track the above
 * mentioned backup files as well.
 *
 * * If @a left_version and/or @a right_version are not NULL, provide
 * these values to the conflict handler and track these while the conflict
 * exists.
 *
 * Binary case:
 *
 * If @a target_abspath is a binary file, then no merging is attempted,
 * the merge is deemed to be a conflict. If @a dry_run is @c FALSE the
 * working @a target_abspath is untouched, and copies of @a left_abspath and
 * @a right_abspath are created next to it using @a left_label and
 * @a right_label. @a target_abspath is marked as "text-conflicted", and
 * begins tracking the two backup files and the version information.
 *
 * If @a dry_run is @c TRUE no files are changed. The outcome of the merge
 * is returned in @a *merge_content_outcome.
 * ### (and what about @a *merge_props_state?)
 *
 * ### BH: Two kinds of outcome is not how it should be.
 *
 * ### For text, we report the outcome as 'merged' if there was some
 * incoming change that we dealt with (even if we decided to no-op?)
 * but the callers then convert this outcome into a notification
 * of 'merged' only if there was already a local modification;
 * otherwise they notify it as simply 'updated'. But for props
 * we report a notify state of 'merged' here if there was an
 * incoming change regardless of the local-mod state. Inconsistent.
 *
 * Use @a scratch_pool for any temporary allocation.
 *
 * @since New in 1.8.
 
 
Similar to svn_wc_merge5() but with @a merge_props_state and @a
 * original_props always passed as NULL.
 *
 * Unlike svn_wc_merge5(), this function doesn't merge property
 * changes. Callers of this function must first use
 * svn_wc_merge_props3() to get this functionality.
 *
 * @since New in 1.7.
 * @deprecated Provided for backwards compatibility with the 1.7 API.
 
 
Similar to svn_wc_merge4() but takes relative paths and an access
 * baton. It doesn't support a cancel function or tracking origin version
 * information.
 *
 * Uses a svn_wc_conflict_resolver_func_t conflict resolver instead of a
 * svn_wc_conflict_resolver_func2_t.
 *
 * This function assumes that @a diff3_cmd is path encoded. Later versions
 * assume utf-8.
 *
 * @since New in 1.5.
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
 
Similar to svn_wc_merge3(), but with @a prop_diff, @a
 * conflict_func, @a conflict_baton set to NULL.
 *
 * @deprecated Provided for backwards compatibility with the 1.4 API.
 
 
Similar to svn_wc_merge2(), but with @a merge_options set to NULL.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
 
</member>
        <member name="F:svn_wc_merge_no_merge">
No merge was performed, probably because the target file was
    * either absent or not under version control.
 
</member>
        <member name="F:svn_wc_merge_conflict">
The working copy has been (or would be) changed, but there was (or
    * would be) a conflict
 
</member>
        <member name="F:svn_wc_merge_merged">
The working copy has been (or would be) changed.
</member>
        <member name="F:svn_wc_merge_unchanged">
The working copy is (or would be) unchanged. The changes to be
    * merged were already present in the working copy
 
</member>
        <member name="M:svn_wc_get_prop_diffs(apr_array_header_t**,apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_get_prop_diffs2(), but with a #svn_wc_adm_access_t /
 * relative path parameter pair.
 *
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_prop_diffs2(apr_array_header_t**,apr_hash_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Given a @a local_abspath to a file or directory under version control,
 * discover any local changes made to properties and/or the set of 'pristine'
 * properties. @a wc_ctx will be used to access the working copy.
 *
 * If @a propchanges is non-@c NULL, return these changes as an array of
 * #svn_prop_t structures stored in @a *propchanges. The structures and
 * array will be allocated in @a result_pool. If there are no local property
 * modifications on @a local_abspath, then set @a *propchanges will be empty.
 *
 * If @a original_props is non-@c NULL, then set @a *original_props to
 * hashtable (<tt>const char *name</tt> -&gt; <tt>const svn_string_t *value</tt>)
 * that represents the 'pristine' property list of @a path. This hashtable is
 * allocated in @a result_pool.
 *
 * Use @a scratch_pool for temporary allocations.
 
</member>
        <member name="M:svn_wc_diff(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,apr_pool_t*)">
 Similar to svn_wc_diff2(), but with @a ignore_ancestry always set
 to @c FALSE.
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
</member>
        <member name="M:svn_wc_diff2(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_diff3(), but with a #svn_wc_diff_callbacks_t argument
 instead of #svn_wc_diff_callbacks2_t.
 
 @since New in 1.1.
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_diff3(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_diff4(), but with @a changelist_filter passed @c NULL,
 and @a depth set to #svn_depth_infinity if @a recurse is TRUE, or
 #svn_depth_files if @a recurse is FALSE.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_diff4(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,svn_depth_t,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Similar to svn_wc_diff5(), but with a #svn_wc_diff_callbacks2_t argument
 instead of #svn_wc_diff_callbacks3_t.
 
 @since New in 1.5.
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_diff5(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks3_t!System.Runtime.CompilerServices.IsConst*,System.Void*,svn_depth_t,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Similar to svn_wc_diff6(), but with a #svn_wc_diff_callbacks3_t argument
 instead of #svn_wc_diff_callbacks4_t, @a show_copies_as_adds,
 and @a use_git_diff_format set to * @c FALSE.
 It also doesn't allow specifying a cancel function.
 
 @since New in 1.6.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_diff6(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks4_t!System.Runtime.CompilerServices.IsConst*,System.Void*,svn_depth_t,System.Int32,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Compare working copy against the text-base.
 
 @a target_abspath represents the base of the hierarchy to be compared.
 
 @a callbacks/@a callback_baton is the callback table to use when two
 files are to be compared.
 
 If @a depth is #svn_depth_empty, just diff exactly @a target_path.
 If #svn_depth_files then do the same
 and for top-level file entries as well (if any). If
 #svn_depth_immediates, do the same as #svn_depth_files but also diff
 top-level subdirectories at #svn_depth_empty. If #svn_depth_infinity,
 then diff fully recursively.
 
 @a ignore_ancestry determines whether paths that have discontinuous node
 ancestry are treated as delete/add or as simple modifications. If
 @a ignore_ancestry is @c FALSE, then any discontinuous node ancestry will
 result in the diff given as a full delete followed by an add.
 
 @a show_copies_as_adds determines whether paths added with history will
 appear as a diff against their copy source, or whether such paths will
 appear as if they were newly added in their entirety.
 
 If @a use_git_diff_format is TRUE, copied paths will be treated as added
 if they weren't modified after being copied. This allows the callbacks
 to generate appropriate --git diff headers for such files.
 
 @a changelist_filter is an array of <tt>const char *</tt> changelist
 names, used as a restrictive filter on items whose differences are
 reported; that is, don't generate diffs about any item unless
 it's a member of one of those changelists. If @a changelist_filter is
 empty (or altogether @c NULL), no changelist filtering occurs.
 
 If @a cancel_func is non-NULL, invoke it with @a cancel_baton at various
 points during the operation. If it returns an error (typically
 #SVN_ERR_CANCELLED), return that error immediately.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_get_diff_editor(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,apr_pool_t*)">
 Similar to svn_wc_get_diff_editor2(), but with @a ignore_ancestry
 always set to @c FALSE.
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
</member>
        <member name="M:svn_wc_get_diff_editor2(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,apr_pool_t*)">
 Similar to svn_wc_get_diff_editor3(), but with an
 #svn_wc_diff_callbacks_t instead of #svn_wc_diff_callbacks2_t.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_get_diff_editor3(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,apr_pool_t*)">
 * Similar to svn_wc_get_diff_editor4(), but with @a changelist_filter
 * passed as @c NULL, and @a depth set to #svn_depth_infinity if @a
 * recurse is TRUE, or #svn_depth_files if @a recurse is FALSE.
 *
 * @deprecated Provided for backward compatibility with the 1.4 API.
 
 * @since New in 1.2.
 
</member>
        <member name="M:svn_wc_get_diff_editor4(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,svn_depth_t,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,apr_pool_t*)">
 Similar to svn_wc_get_diff_editor5(), but with an
 #svn_wc_diff_callbacks2_t instead of #svn_wc_diff_callbacks3_t.
 
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_get_diff_editor5(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks3_t!System.Runtime.CompilerServices.IsConst*,System.Void*,svn_depth_t,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,apr_pool_t*)">
 Similar to svn_wc_get_diff_editor6(), but with an access baton and relative
 path. @a server_performs_filtering always true and with a
 #svn_wc_diff_callbacks3_t instead of #svn_wc_diff_callbacks4_t,
 @a show_copies_as_adds, and @a use_git_diff_format set to @c FALSE.
 
 Diffs will be reported as below the relative path stored in @a anchor.
 
 @since New in 1.6.
 
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_diff_editor6(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_wc_diff_callbacks4_t!System.Runtime.CompilerServices.IsConst*,System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*,apr_pool_t*)">
@}
@defgroup svn_wc_diffs Diffs
@{
 
 * DEPRECATED -- please use APIs from svn_client.h
 *
 * ---
 *
 * Return an @a editor/@a edit_baton for diffing a working copy against the
 * repository. The editor is allocated in @a result_pool; temporary
 * calculations are performed in @a scratch_pool.
 *
 * This editor supports diffing either the actual files and properties in the
 * working copy (when @a use_text_base is #FALSE), or the current pristine
 * information (when @a use_text_base is #TRUE) against the editor driver.
 *
 * @a anchor_abspath/@a target represent the base of the hierarchy to be
 * compared. The diff callback paths will be relative to this path.
 *
 * Diffs will be reported as valid relpaths, with @a anchor_abspath being
 * the root ("").
 *
 * @a callbacks/@a callback_baton is the callback table to use.
 *
 * If @a depth is #svn_depth_empty, just diff exactly @a target or
 * @a anchor_path if @a target is empty. If #svn_depth_files then do the same
 * and for top-level file entries as well (if any). If
 * #svn_depth_immediates, do the same as #svn_depth_files but also diff
 * top-level subdirectories at #svn_depth_empty. If #svn_depth_infinity,
 * then diff fully recursively.
 *
 * @a ignore_ancestry determines whether paths that have discontinuous node
 * ancestry are treated as delete/add or as simple modifications. If
 * @a ignore_ancestry is @c FALSE, then any discontinuous node ancestry will
 * result in the diff given as a full delete followed by an add.
 *
 * @a show_copies_as_adds determines whether paths added with history will
 * appear as a diff against their copy source, or whether such paths will
 * appear as if they were newly added in their entirety.
 * @a show_copies_as_adds implies not @a ignore_ancestry.
 *
 * If @a use_git_diff_format is TRUE, copied paths will be treated as added
 * if they weren't modified after being copied. This allows the callbacks
 * to generate appropriate --git diff headers for such files.
 * @a use_git_diff_format implies @a show_copies_as_adds, and as such implies
 * not @a ignore_ancestry.
 *
 * Normally, the difference from repository-&gt;working_copy is shown.
 * If @a reverse_order is TRUE, then show working_copy-&gt;repository diffs.
 *
 * If @a cancel_func is non-NULL, it will be used along with @a cancel_baton
 * to periodically check if the client has canceled the operation.
 *
 * @a changelist_filter is an array of <tt>const char *</tt> changelist
 * names, used as a restrictive filter on items whose differences are
 * reported; that is, don't generate diffs about any item unless
 * it's a member of one of those changelists. If @a changelist_filter is
 * empty (or altogether @c NULL), no changelist filtering occurs.
 *
  * If @a server_performs_filtering is TRUE, assume that the server handles
 * the ambient depth filtering, so this doesn't have to be handled in the
 * editor.
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_wc_canonicalize_svn_prop(svn_string_t!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_node_kind_t,System.Int32,=FUNC:svn_error_t*(svn_string_t!System.Runtime.CompilerServices.IsConst**,svn_stream_t*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Canonicalize the value of an svn:* property @a propname with
 * value @a propval.
 *
 * If the property is not appropriate for a node of kind @a kind, or
 * is otherwise invalid, throw an error. Otherwise, set @a *propval_p
 * to a canonicalized version of the property value.
 *
 * The exact set of canonicalizations and checks may vary across different
 * versions of this API. Currently:
 *
 * - svn:executable
 * - svn:needs-lock
 * - svn:special
 * - set the value to '*'
 *
 * - svn:keywords
 * - strip leading and trailing white space
 *
 * - svn:ignore
 * - svn:global-ignores
 * - svn:auto-props
 * - add a final a newline character if missing
 *
 * - svn:externals
 * - add a final a newline character if missing
 * - check for valid syntax
 * - check for no duplicate entries
 *
 * - svn:mergeinfo
 * - canonicalize
 * - check for validity
 *
 * Also, unless @a skip_some_checks is TRUE:
 *
 * - svn:eol-style
 * - strip leading and trailing white space
 * - check value is recognized
 * - check file content has a self-consistent EOL style
 * (but not necessarily that it matches @a propval)
 *
 * - svn:mime-type
 * - strip white space
 * - check for reasonable syntax
 *
 * The EOL-style check (if not skipped) requires access to the contents and
 * MIME type of the target if it is a file. It will call @a prop_getter with
 * @a getter_baton. The callback must set the MIME type and/or write the
 * contents of the file to the given stream. If @a skip_some_checks is true,
 * then @a prop_getter is not used and may be NULL.
 *
 * @a path should be the path of the file in question; it is only used
 * for error messages.
 *
 * ### The error code on validity check failure should be specified, and
 * should be a single code or a very small set of possibilities.
 *
 * ### This is not actually related to the WC, but it does need to call
 * ### svn_wc_parse_externals_description3.
 *
 * @since New in 1.5.
 
</member>
        <member name="D:svn_wc_canonicalize_svn_prop_get_file_t">
Callback type used by #svn_wc_canonicalize_svn_prop.
 *
 * If @a mime_type is non-null, it sets @a *mime_type to the value of
 * #SVN_PROP_MIME_TYPE for the path passed to
 * #svn_wc_canonicalize_svn_prop (allocated from @a pool). If @a
 * stream is non-null, it writes the contents of the file to @a
 * stream.
 *
 * (Currently, this is used if you are attempting to set the
 * #SVN_PROP_EOL_STYLE property, to make sure that the value matches
 * the mime type and contents.)
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_wc_is_entry_prop(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Return TRUE iff @a name is a 'entry' property name.
</member>
        <member name="M:svn_wc_is_wc_prop(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Return TRUE iff @a name is a 'wc' property name.
</member>
        <member name="M:svn_wc_is_normal_prop(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Return TRUE iff @a name is a 'normal' property name. 'Normal' is
 * defined as a user-visible and user-tweakable property that shows up
 * when you fetch a proplist.
 *
 * The function currently parses the namespace like so:
 *
 * - 'svn:wc:' ==&gt; a wcprop, stored/accessed separately via different API.
 *
 * - 'svn:entry:' ==&gt; an "entry" prop, shunted into the 'entries' file.
 *
 * If these patterns aren't found, then the property is assumed to be
 * Normal.
 
</member>
        <member name="M:svn_wc_prop_set(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
 Like svn_wc_prop_set2(), but with @a skip_checks always FALSE.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_prop_set2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,apr_pool_t*)">
 Like svn_wc_prop_set3(), but without the notification callbacks.
 
 @since New in 1.2.
 @deprecated Provided for backwards compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_prop_set3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_prop_set4(), but with a #svn_wc_adm_access_t /
 * relative path parameter pair, no @a depth parameter, no changelist
 * filtering (for the depth-based property setting), and no cancellation.
 *
 * @since New in 1.6.
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_prop_set4(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Set property @a name to @a value for @a local_abspath, or if @a value is
 NULL, remove property @a name from @a local_abspath. Use @a wc_ctx to
 access @a local_abspath.
 
 @a name may be a regular property or a "wc property". If @a name is
 an "entry property", return the error #SVN_ERR_BAD_PROP_KIND (even if
 @a skip_checks is TRUE).
 
 If @a name is a "wc property", then just update the WC DAV cache for
 @a local_abspath with @a name and @a value. In this case, @a depth
 must be #svn_depth_empty.
 
 The rest of this description applies when @a name is a regular property.
 
 If @a name is a name in the reserved "svn:" name space, and @a value is
 non-null, then canonicalize the property value and check the property
 name and value as documented for svn_wc_canonicalize_svn_prop().
 @a skip_checks controls the level of checking as documented there.
 
 Return an error if the canonicalization or the check fails.
 The error will be either #SVN_ERR_ILLEGAL_TARGET (if the
 property is not appropriate for @a path), or
 #SVN_ERR_BAD_MIME_TYPE (if @a name is "svn:mime-type", but @a value
 is not a valid mime-type).
 ### That is not currently right -- several other errors can be raised.
 
 @a depth follows the usual semantics for depth.
 
 @a changelist_filter is an array of <tt>const char *</tt> changelist
 names, used as a restrictive filter on items whose properties are
 set; that is, don't set properties on any item unless it's a member
 of one of those changelists. If @a changelist_filter is empty (or
 altogether @c NULL), no changelist filtering occurs.
 
 If @a cancel_func is non-NULL, then it will be invoked (with the
 @a cancel_baton value passed) during the processing of the property
 set (i.e. when @a depth indicates some amount of recursion).
 
 For each file or directory operated on, @a notify_func will be called
 with its path and the @a notify_baton. @a notify_func may be @c NULL
 if you are not interested in this information.
 
 Use @a scratch_pool for temporary allocation.
 
 @note If the caller is setting both svn:mime-type and svn:eol-style in
 separate calls, and @a skip_checks is false, there is an ordering
 dependency between them, as the validity check for svn:eol-style makes
 use of the current value of svn:mime-type.
 
 ### The error code on validity check failure should be specified, and
     should be a single code or a very small set of possibilities.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_prop_get(svn_string_t!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_prop_get2(), but with a #svn_wc_adm_access_t /
 * relative path parameter pair.
 *
 * When @a path is not versioned, set @a *value to NULL.
 *
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_prop_get2(svn_string_t!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Set @a *value to the value of property @a name for @a local_abspath,
 * allocating @a *value in @a result_pool. If no such prop, set @a *value
 * to @c NULL. @a name may be a regular or wc property; if it is an
 * entry property, return the error #SVN_ERR_BAD_PROP_KIND. @a wc_ctx
 * is used to access the working copy.
 *
 * If @a local_abspath is not a versioned path, return
 * #SVN_ERR_WC_PATH_NOT_FOUND
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_get_pristine_props(apr_hash_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Return the set of "pristine" properties for @a local_abspath.
 *
 * There are node states where properties do not make sense. For these
 * cases, NULL will be returned in @a *props. Otherwise, a hash table
 * will always be returned (but may be empty, indicating no properties).
 *
 * If the node is locally-added, then @a *props will be set to NULL since
 * pristine properties are undefined. Note: if this addition is replacing a
 * previously-deleted node, then the replaced node's properties are not
 * available until the addition is reverted.
 *
 * If the node has been copied (from another node in the repository), then
 * the pristine properties will correspond to those original properties.
 *
 * If the node is locally-deleted, these properties will correspond to
 * the BASE node's properties, as checked-out from the repository. Note: if
 * this deletion is a child of a copy, then the pristine properties will
 * correspond to that copy's properties, not any potential BASE node. The
 * BASE node's properties will not be accessible until the copy is reverted.
 *
 * Nodes that are incomplete, excluded, absent, or not present at the
 * node's revision will return NULL in @a props.
 *
 * If the node is not versioned, SVN_ERR_WC_PATH_NOT_FOUND will be returned.
 *
 * @a props will be allocated in @a result_pool, and all temporary
 * allocations will be performed in @a scratch_pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_prop_list(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_prop_list2() but with a #svn_wc_adm_access_t /
 * relative path parameter pair.
 *
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_prop_list2(apr_hash_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
@}
@defgroup svn_wc_properties Properties
@{
 
Set @a *props to a hash table mapping <tt>char *</tt> names onto
 * <tt>svn_string_t *</tt> values for all the regular properties of
 * @a local_abspath. Allocate the table, names, and values in
 * @a result_pool. If the node has no properties, then an empty hash
 * is returned. Use @a wc_ctx to access the working copy, and @a
 * scratch_pool for temporary allocations.
 *
 * If the node does not exist, #SVN_ERR_WC_PATH_NOT_FOUND is returned.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_get_switch_editor(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_state_t,svn_wc_notify_state_t,System.Int32!System.Runtime.CompilerServices.IsLong),System.Void*,=FUNC:svn_error_t*(System.Void*),Syste">
 Similar to svn_wc_get_switch_editor2(), but takes an
 #svn_wc_notify_func_t instead.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_get_switch_editor2(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,svn_wc_traversal_info_t*,apr_pool_t*)">
 Similar to svn_wc_get_switch_editor3() but with the
 @a allow_unver_obstructions parameter always set to FALSE,
 @a preserved_exts set to NULL, @a conflict_func and baton set to NULL,
 @a depth_is_sticky set to FALSE, and @a depth set according to @a
 recurse: if @a recurse is TRUE, pass #svn_depth_infinity, if
 FALSE, pass #svn_depth_files.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_get_switch_editor3(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_depth_t,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:svn_error_t*(svn_wc_conflict_result_t**,svn_wc_conflict_description_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerSe">
Similar to svn_wc_get_switch_editor4, but uses access batons and relative
 * path instead of a working copy context and svn_wc_traversal_info_t instead
 * of an externals callback.
 *
 * If @a ti is non-NULL, record traversal info in @a ti, for use by
 * post-traversal accessors such as svn_wc_edited_externals().
 *
 * All locks, both those in @a anchor and newly acquired ones, will be
 * released when the editor driver calls @c close_edit.
 *
 * Always sets @a server_performs_filtering to FALSE.
 *
 * Uses a svn_wc_conflict_resolver_func_t conflict resolver instead of a
 * svn_wc_conflict_resolver_func2_t.
 *
 * This function assumes that @a diff3_cmd is path encoded. Later versions
 * assume utf-8.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_switch_editor4(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_depth_t,System.Int32,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,apr_hash_t**,Sy">
 DEPRECATED -- please use APIs from svn_client.h
 
 ---
 
 A variant of svn_wc_get_update_editor4().
 
 Set @a *editor and @a *edit_baton to an editor and baton for "switching"
 a working copy to a new @a switch_url. (Right now, this URL must be
 within the same repository that the working copy already comes
 from.) @a switch_url must not be @c NULL.
 
 All other parameters behave as for svn_wc_get_update_editor4().
 
 @since New in 1.7.
 @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_wc_get_update_editor(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_state_t,svn_wc_notify_state_t,System.Int32!System.Runtime.CompilerServices.IsLong),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.I">
 Similar to svn_wc_get_update_editor2(), but takes an svn_wc_notify_func_t
 instead.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_get_update_editor2(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,svn_wc_traversal_info_t*,apr_pool_t*)">
 Similar to svn_wc_get_update_editor3() but with the @a
 allow_unver_obstructions parameter always set to FALSE, @a
 conflict_func and baton set to NULL, @a fetch_func and baton set to
 NULL, @a preserved_exts set to NULL, @a depth_is_sticky set to
 FALSE, and @a depth set according to @a recurse: if @a recurse is
 TRUE, pass #svn_depth_infinity, if FALSE, pass #svn_depth_files.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_get_update_editor3(System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_depth_t,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:svn_error_t*(svn_wc_conflict_result_t**,svn_wc_conflict_description_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_stre">
Similar to svn_wc_get_update_editor4, but uses access batons and relative
 * path instead of a working copy context-abspath pair and
 * svn_wc_traversal_info_t instead of an externals callback. Also,
 * @a fetch_func and @a fetch_baton are ignored.
 *
 * If @a ti is non-NULL, record traversal info in @a ti, for use by
 * post-traversal accessors such as svn_wc_edited_externals().
 *
 * All locks, both those in @a anchor and newly acquired ones, will be
 * released when the editor driver calls @c close_edit.
 *
 * Always sets @a adds_as_modification to TRUE, @a server_performs_filtering
 * and @a clean_checkout to FALSE.
 *
 * Uses a svn_wc_conflict_resolver_func_t conflict resolver instead of a
 * svn_wc_conflict_resolver_func2_t.
 *
 * This function assumes that @a diff3_cmd is path encoded. Later versions
 * assume utf-8.
 *
 * Always passes a null dirent function.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_update_editor4(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_depth_t,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.Co">
 DEPRECATED -- please use APIs from svn_client.h
 
 ---
 
 Set @a *editor and @a *edit_baton to an editor and baton for updating a
 working copy.
 
 @a anchor_abspath is a local working copy directory, with a fully recursive
 write lock in @a wc_ctx, which will be used as the root of our editor.
 
 @a target_basename is the entry in @a anchor_abspath that will actually be
 updated, or the empty string if all of @a anchor_abspath should be updated.
 
 The editor invokes @a notify_func with @a notify_baton as the update
 progresses, if @a notify_func is non-NULL.
 
 If @a cancel_func is non-NULL, the editor will invoke @a cancel_func with
 @a cancel_baton as the update progresses to see if it should continue.
 
 If @a conflict_func is non-NULL, then invoke it with @a
 conflict_baton whenever a conflict is encountered, giving the
 callback a chance to resolve the conflict before the editor takes
 more drastic measures (such as marking a file conflicted, or
 bailing out of the update).
 
 If @a external_func is non-NULL, then invoke it with @a external_baton
 whenever external changes are encountered, giving the callback a chance
 to store the external information for processing.
 
 If @a diff3_cmd is non-NULL, then use it as the diff3 command for
 any merging; otherwise, use the built-in merge code.
 
 @a preserved_exts is an array of filename patterns which, when
 matched against the extensions of versioned files, determine for
 which such files any related generated conflict files will preserve
 the original file's extension as their own. If a file's extension
 does not match any of the patterns in @a preserved_exts (which is
 certainly the case if @a preserved_exts is @c NULL or empty),
 generated conflict files will carry Subversion's custom extensions.
 
 @a target_revision is a pointer to a revision location which, after
 successful completion of the drive of this editor, will be
 populated with the revision to which the working copy was updated.
 
 If @a use_commit_times is TRUE, then all edited/added files will
 have their working timestamp set to the last-committed-time. If
 FALSE, the working files will be touched with the 'now' time.
 
 If @a allow_unver_obstructions is TRUE, then allow unversioned
 obstructions when adding a path.
 
 If @a adds_as_modification is TRUE, a local addition at the same path
 as an incoming addition of the same node kind results in a normal node
 with a possible local modification, instead of a tree conflict.
 
 If @a depth is #svn_depth_infinity, update fully recursively.
 Else if it is #svn_depth_immediates, update the uppermost
 directory, its file entries, and the presence or absence of
 subdirectories (but do not descend into the subdirectories).
 Else if it is #svn_depth_files, update the uppermost directory
 and its immediate file entries, but not subdirectories.
 Else if it is #svn_depth_empty, update exactly the uppermost
 target, and don't touch its entries.
 
 If @a depth_is_sticky is set and @a depth is not
 #svn_depth_unknown, then in addition to updating PATHS, also set
 their sticky ambient depth value to @a depth.
 
 If @a server_performs_filtering is TRUE, assume that the server handles
 the ambient depth filtering, so this doesn't have to be handled in the
 editor.
 
 If @a clean_checkout is TRUE, assume that we are checking out into an
 empty directory, and so bypass a number of conflict checks that are
 unnecessary in this case.
 
 If @a fetch_dirents_func is not NULL, the update editor may call this
 callback, when asked to perform a depth restricted update. It will do this
 before returning the editor to allow using the primary ra session for this.
 
 @since New in 1.7.
 @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="D:svn_wc_dirents_func_t">
 A simple callback type to wrap svn_ra_get_dir2() for avoiding issue #3569,
 where a directory is updated to a revision without some of its children
 recorded in the working copy. A future update won't bring these files in
 because the repository assumes they are already there.
 
 We really only need the names of the dirents for a not-present marking,
 but we also store the node-kind if we receive one.
 
 @a *dirents should be set to a hash mapping <tt>const char *</tt> child
 names, to <tt>const svn_dirent_t *</tt> instances.
 
 @since New in 1.7.
 
</member>
        <member name="D:svn_wc_get_file_t">
@defgroup svn_wc_update_switch Update and switch (update-like functionality)
@{
 
 A simple callback type to wrap svn_ra_get_file(); see that
 docstring for more information.
 
 This technique allows libsvn_client to 'wrap' svn_ra_get_file() and
 pass it down into libsvn_wc functions, thus allowing the WC layer
 to legally call the RA function via (blind) callback.
 
 @since New in 1.5
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_actual_target(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
Similar to svn_wc_get_actual_target2(), but without the wc context, and
 * with a absolute path.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_actual_target2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
@}
Conditionally split @a path into an @a anchor and @a target for the
 * purpose of updating and committing.
 *
 * @a anchor is the directory at which the update or commit editor
 * should be rooted.
 *
 * @a target is the actual subject (relative to the @a anchor) of the
 * update/commit, or "" if the @a anchor itself is the subject.
 *
 * Allocate @a anchor and @a target in @a result_pool; @a scratch_pool
 * is used for temporary allocations.
 *
 * @note Even though this API uses a #svn_wc_context_t, it accepts a
 * (possibly) relative path and returns a (possibly) relative path in
 * @a *anchor. The reason being that the outputs are generally used to
 * open access batons, and such opening currently requires relative paths.
 * In the long-run, I expect this API to be removed from 1.7, due to the
 * remove of access batons, but for the time being, the #svn_wc_context_t
 * parameter allows us to avoid opening a duplicate database, just for this
 * function.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_is_wc_root(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
 Similar to svn_wc_is_wc_root2(), but with an access baton and relative
 path.
 
 @note If @a path is '', this function will always return @c TRUE.
 
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_is_wc_root2(System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *wc_root to @c TRUE if @a local_abspath represents a "working copy
 * root", @c FALSE otherwise. Here, @a local_abspath is a "working copy root"
 * if its parent directory is not a WC or if it is switched. Also, a deleted
 * tree-conflict victim is considered a "working copy root" because it has no
 * URL.
 *
 * If @a local_abspath is not found, return the error #SVN_ERR_ENTRY_NOT_FOUND.
 *
 * Use @a scratch_pool for any temporary allocations.
 *
 * @note For legacy reasons only a directory can be a wc-root. However, this
 * function will also set wc_root to @c TRUE for a switched file.
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with the 1.7 API. Consider
 * using svn_wc_check_root() instead.
 
</member>
        <member name="M:svn_wc_check_root(System.Int32*,System.Int32*,svn_node_kind_t*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@defgroup svn_wc_roots Working copy roots
@{
 
If @a is_wcroot is not @c NULL, set @a *is_wcroot to @c TRUE if @a
 * local_abspath is the root of the working copy, otherwise to @c FALSE.
 *
 * If @a is_switched is not @c NULL, set @a *is_switched to @c TRUE if @a
 * local_abspath is not the root of the working copy, and switched against its
 * parent.
 *
 * If @a kind is not @c NULL, set @a *kind to the node kind of @a
 * local_abspath.
 *
 * Use @a scratch_pool for any temporary allocations.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_wc_crawl_revisions(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_ra_reporter_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_state_t,svn_wc_notify_state_t,System.Int32!System.Runtime.CompilerServices.IsLong),System.Void*,svn_wc_traversal_info_t*,apr_pool_t*)">
 Similar to svn_wc_crawl_revisions2(), but takes an #svn_wc_notify_func_t
 and a #svn_ra_reporter_t instead.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_crawl_revisions2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_ra_reporter2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,svn_wc_traversal_info_t*,apr_pool_t*)">
 Similar to svn_wc_crawl_revisions3, but taking svn_ra_reporter2_t
 instead of svn_ra_reporter3_t, and therefore only able to report
 #svn_depth_infinity for depths; and taking @a recurse instead of @a
 depth; and with @a depth_compatibility_trick always false.
 
 @deprecated Provided for compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_crawl_revisions3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,svn_depth_t,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,svn_wc_traversal_info_t*,apr_pool_t*)">
 Similar to svn_wc_crawl_revisions4, but with @a honor_depth_exclude always
 set to false.
 
 @deprecated Provided for compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_crawl_revisions4(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,svn_depth_t,System.Int32,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,svn_wc_traversal_info_t*,apr_pool_t*)">
 Similar to svn_wc_crawl_revisions5, but with a relative path and
 access baton instead of an absolute path and wc_ctx.
 
 Passes NULL for @a cancel_func and @a cancel_baton.
 
 @since New in 1.6.
 @deprecated Provided for compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_crawl_revisions5(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,svn_depth_t,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Do a depth-first crawl in a working copy, beginning at @a local_abspath,
 using @a wc_ctx for accessing the working copy.
 
 Communicate the `state' of the working copy's revisions and depths
 to @a reporter/@a report_baton. Obviously, if @a local_abspath is a
 file instead of a directory, this depth-first crawl will be a short one.
 
 No locks or logs are created, nor are any animals harmed in the
 process unless @a restore_files is TRUE. No cleanup is necessary.
 
 After all revisions are reported, @a reporter-&gt;finish_report() is
 called, which immediately causes the RA layer to update the working
 copy. Thus the return value may very well reflect the result of
 the update!
 
 If @a depth is #svn_depth_empty, then report state only for
 @a path itself. If #svn_depth_files, do the same and include
 immediate file children of @a path. If #svn_depth_immediates,
 then behave as if for #svn_depth_files but also report the
 property states of immediate subdirectories. If @a depth is
 #svn_depth_infinity, then report state fully recursively. All
 descents are only as deep as @a path's own depth permits, of
 course. If @a depth is #svn_depth_unknown, then just use
 #svn_depth_infinity, which in practice means depth of @a path.
 
 Iff @a honor_depth_exclude is TRUE, the crawler will report paths
 whose ambient depth is #svn_depth_exclude as being excluded, and
 thus prevent the server from pushing update data for those paths;
 therefore, don't set this flag if you wish to pull in excluded paths.
 Note that #svn_depth_exclude on the target @a path is never
 honored, even if @a honor_depth_exclude is TRUE, because we need to
 be able to explicitly pull in a target. For example, if this is
 the working copy...
 
    svn co greek_tree_repos wc_dir
    svn up --set-depth exclude wc_dir/A/B/E # now A/B/E is excluded
 
 ...then 'svn up wc_dir/A/B' would report E as excluded (assuming
 @a honor_depth_exclude is TRUE), but 'svn up wc_dir/A/B/E' would
 not, because the latter is trying to explicitly pull in E. In
 general, we never report the update target as excluded.
 
 Iff @a depth_compatibility_trick is TRUE, then set the @c start_empty
 flag on @a reporter-&gt;set_path() and @a reporter-&gt;link_path() calls
 as necessary to trick a pre-1.5 (i.e., depth-unaware) server into
 sending back all the items the client might need to upgrade a
 working copy from a shallower depth to a deeper one.
 
 If @a restore_files is TRUE, then unexpectedly missing working files
 will be restored from the administrative directory's cache. For each
 file restored, the @a notify_func function will be called with the
 @a notify_baton and the path of the restored file. @a notify_func may
 be @c NULL if this notification is not required. If @a
 use_commit_times is TRUE, then set restored files' timestamps to
 their last-commit-times.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_process_committed(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@see svn_wc_process_committed4()
 *
 * @deprecated Use the svn_wc_committed_queue_* functions instead. Provided
 * for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_process_committed2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
@see svn_wc_process_committed4()
 *
 * @deprecated Use the svn_wc_committed_queue_* functions instead. Provided
 * for backwards compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_wc_process_committed3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Byte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@see svn_wc_process_committed4()
 *
 * @deprecated Use the svn_wc_committed_queue_* functions instead. Provided
 * for backwards compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_process_committed4(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Byte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 @note this function has improper expectations around the operation and
   execution of other parts of the Subversion WC library. The resulting
   coupling makes this interface near-impossible to support. Documentation
   has been removed, as a result.
 
 @deprecated Use the svn_wc_committed_queue_* functions instead. Provided
   for backwards compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_process_committed_queue(svn_wc_committed_queue_t*,svn_wc_adm_access_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@see svn_wc_process_committed_queue2()
 *
 * @since New in 1.5.
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_process_committed_queue2(svn_wc_committed_queue_t*,svn_wc_context_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Bump all items in @a queue to @a new_revnum after a commit succeeds.
 @a rev_date and @a rev_author are the (server-side) date and author
 of the new revision; one or both may be @c NULL.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton to determine
 if the client wants to cancel the operation.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_queue_committed(svn_wc_committed_queue_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Byte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Same as svn_wc_queue_committed2() but the @a queue parameter has an
 * extra indirection and @a digest is supplied instead of a checksum type.
 *
 * @note despite the extra indirection, this function does NOT allocate
 * the queue for you. svn_wc_committed_queue_create() must be called.
 *
 * @since New in 1.5
 *
 * @deprecated Provided for backwards compatibility with 1.5
 
</member>
        <member name="M:svn_wc_queue_committed2(svn_wc_committed_queue_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,svn_checksum_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Same as svn_wc_queue_committed3() except @a path doesn't have to be an
 * abspath and @a adm_access is unused and a SHA-1 checksum cannot be
 * specified.
 *
 * @since New in 1.6.
 *
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_queue_committed3(svn_wc_committed_queue_t*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,svn_checksum_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_wc_queue_committed4, but with is_committed always
 * TRUE.
 *
 * @since New in 1.7.
 * @deprecated Provided for backwards compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_wc_queue_committed4(svn_wc_committed_queue_t*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,svn_checksum_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Queue committed items to be processed later by
 svn_wc_process_committed_queue2().
 
 Record in @a queue that @a local_abspath will need to be bumped
 after a commit succeeds.
 
 If non-NULL, @a wcprop_changes is an array of <tt>svn_prop_t *</tt>
 changes to wc properties; if an #svn_prop_t-&gt;value is NULL, then
 that property is deleted.
   ### [JAF] No, a prop whose value is NULL is ignored, not deleted. This
   ### seems to be not a set of changes but rather the new complete set of
   ### props. And it's renamed to 'new_dav_cache' inside; why?
 
 If @a is_committed is @c TRUE, the node will be processed as committed. This
 turns the node and its implied descendants as the new unmodified state at
 the new specified revision. Unless @a recurse is TRUE, changes on
 descendants are not committed as changes directly. In this case they should
 be queueud as their own changes.
 
 If @a remove_lock is @c TRUE, any entryprops related to a repository
 lock will be removed.
 
 If @a remove_changelist is @c TRUE, any association with a
 changelist will be removed.
 
 
 If @a sha1_checksum is non-NULL, use it to identify the node's pristine
 text.
 
 If @a recurse is TRUE and @a local_abspath is a directory, then bump every
 versioned object at or under @a local_abspath. This is usually done for
 copied trees.
 
 ### In the present implementation, if a recursive directory item is in
     the queue, then any children (at any depth) of that directory that
     are also in the queue as separate items will get:
       'wcprop_changes' = NULL;
       'remove_lock' = FALSE;
       'remove_changelist' from the recursive parent item;
     and any children (at any depth) of that directory that are NOT in
     the queue as separate items will get:
       'wcprop_changes' = NULL;
       'remove_lock' = FALSE;
       'remove_changelist' from the recursive parent item;
 
 @note the @a recurse parameter should be used with extreme care since
 it will bump ALL nodes under the directory, regardless of their
 actual inclusion in the new revision.
 
 All pointer data passed to this function (@a local_abspath,
 @a wcprop_changes and the checksums) should remain valid until the
 queue has been processed by svn_wc_process_committed_queue2().
 
 Temporary allocations will be performed in @a scratch_pool, and persistent
 allocations will use the same pool as @a queue used when it was created.
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_wc_committed_queue_create(apr_pool_t*)">
 Create a queue for use with svn_wc_queue_committed() and
 svn_wc_process_committed_queue().
 
 The returned queue and all further allocations required for queuing
 new items will also be done from @a pool.
 
 @since New in 1.5.
 
</member>
        <member name="T:svn_wc_committed_queue_t">
 Storage type for queued post-commit data.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_wc_resolved_conflict(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_state_t,svn_wc_notify_state_t,System.Int32!System.Runtime.CompilerServices.IsLong),System.Void*,apr_pool_t*)">
 Similar to svn_wc_resolved_conflict2(), but takes an
 svn_wc_notify_func_t and doesn't have cancellation support.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_resolved_conflict2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_resolved_conflict3(), but without automatic conflict
 resolution support, and with @a depth set according to @a recurse:
 if @a recurse is TRUE, @a depth is #svn_depth_infinity, else it is
 #svn_depth_files.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_resolved_conflict3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32,svn_depth_t,svn_wc_conflict_choice_t,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_resolved_conflict4(), but without tree-conflict
 resolution support.
 
 @since New in 1.5.
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_resolved_conflict4(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,System.Int32,System.Int32,svn_depth_t,svn_wc_conflict_choice_t,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Similar to svn_wc_resolved_conflict5, but takes an absolute path
 * and an access baton. This version doesn't support resolving a specific
 * property.conflict.
 *
 * @since New in 1.6.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_resolved_conflict5(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_wc_conflict_choice_t,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Assuming @a local_abspath is under version control or a tree conflict
 victim and in a state of conflict, then take @a local_abspath *out*
 of this state. If @a resolve_text is TRUE then any text conflict is
 resolved, if @a resolve_tree is TRUE then any tree conflicts are
 resolved. If @a resolve_prop is set to "" all property conflicts are
 resolved, if it is set to any other string value, conflicts on that
 specific property are resolved and when resolve_prop is NULL, no
 property conflicts are resolved.
 
 If @a depth is #svn_depth_empty, act only on @a local_abspath; if
 #svn_depth_files, resolve @a local_abspath and its conflicted file
 children (if any); if #svn_depth_immediates, resolve @a local_abspath
 and all its immediate conflicted children (both files and directories,
 if any); if #svn_depth_infinity, resolve @a local_abspath and every
 conflicted file or directory anywhere beneath it.
 
 If @a conflict_choice is #svn_wc_conflict_choose_base, resolve the
 conflict with the old file contents; if
 #svn_wc_conflict_choose_mine_full, use the original working contents;
 if #svn_wc_conflict_choose_theirs_full, the new contents; and if
 #svn_wc_conflict_choose_merged, don't change the contents at all,
 just remove the conflict status, which is the pre-1.5 behavior.
 
 #svn_wc_conflict_choose_theirs_conflict and
 #svn_wc_conflict_choose_mine_conflict are not legal for binary
 files or properties.
 
 @a wc_ctx is a working copy context, with a write lock, for @a
 local_abspath.
 
 Needless to say, this function doesn't touch conflict markers or
 anything of that sort -- only a human can semantically resolve a
 conflict. Instead, this function simply marks a file as "having
 been resolved", clearing the way for a commit.
 
 The implementation details are opaque, as our "conflicted" criteria
 might change over time. (At the moment, this routine removes the
 three fulltext 'backup' files and any .prej file created in a conflict,
 and modifies @a local_abspath's entry.)
 
 If @a local_abspath is not under version control and not a tree
 conflict, return #SVN_ERR_ENTRY_NOT_FOUND. If @a path isn't in a
 state of conflict to begin with, do nothing, and return #SVN_NO_ERROR.
 
 If @c local_abspath was successfully taken out of a state of conflict,
 report this information to @c notify_func (if non-@c NULL.) If only
 text, only property, or only tree conflict resolution was requested,
 and it was successful, then success gets reported.
 
 Temporary allocations will be performed in @a scratch_pool.
 
 @since New in 1.7.
 @deprecated Provided for backward compatibility with the 1.9 API.
 Use svn_client_conflict_text_resolve(), svn_client_conflict_prop_resolve(),
 and svn_client_conflict_tree_resolve() instead.
 
</member>
        <member name="M:svn_wc_remove_from_revision_control(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_remove_from_revision_control2() but with a name
 and access baton.
 
 WARNING: This routine was exported for careful, measured use by
 libsvn_client. Do *not* call this routine unless you really
 understand what the heck you're doing.
 
 @deprecated Provided for compatibility with the 1.6 API
 
</member>
        <member name="M:svn_wc_remove_from_revision_control2(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Remove @a local_abspath from revision control. @a wc_ctx must
 * hold a write lock on the parent of @a local_abspath, or if that is a
 * WC root then on @a local_abspath itself.
 *
 * If @a local_abspath is a file, all its info will be removed from the
 * administrative area. If @a local_abspath is a directory, then the
 * administrative area will be deleted, along with *all* the administrative
 * areas anywhere in the tree below @a adm_access.
 *
 * Normally, only administrative data is removed. However, if
 * @a destroy_wf is TRUE, then all working file(s) and dirs are deleted
 * from disk as well. When called with @a destroy_wf, any locally
 * modified files will *not* be deleted, and the special error
 * #SVN_ERR_WC_LEFT_LOCAL_MOD might be returned. (Callers only need to
 * check for this special return value if @a destroy_wf is TRUE.)
 *
 * If @a instant_error is TRUE, then return
 * #SVN_ERR_WC_LEFT_LOCAL_MOD the instant a locally modified file is
 * encountered. Otherwise, leave locally modified files in place and
 * return the error only after all the recursion is complete.
 *
 * If @a cancel_func is non-NULL, call it with @a cancel_baton at
 * various points during the removal. If it returns an error
 * (typically #SVN_ERR_CANCELLED), return that error immediately.
 *
 * WARNING: This routine is exported for careful, measured use by
 * libsvn_client. Do *not* call this routine unless you really
 * understand what the heck you're doing.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_add_repos_file(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
Same as svn_wc_add_repos_file3(), except that it doesn't have the
 * BASE arguments or cancellation.
 *
 * @deprecated Provided for compatibility with the 1.3 API
 
</member>
        <member name="M:svn_wc_add_repos_file2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
Same as svn_wc_add_repos_file3(), except that it has pathnames rather
 * than streams for the text base, and actual text, and has no cancellation.
 *
 * @since New in 1.4.
 * @deprecated Provided for compatibility with the 1.5 API
 
</member>
        <member name="M:svn_wc_add_repos_file3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_stream_t*,svn_stream_t*,apr_hash_t*,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_add_repos_file4, but uses access batons and a
 * relative path instead of a working copy context and absolute path.
 *
 * ### NOTE: the notification callback/baton is not yet used.
 *
 * @since New in 1.6.
 * @deprecated Provided for compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_add_repos_file4(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_stream_t*,svn_stream_t*,apr_hash_t*,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Add a file to a working copy at @a local_abspath, obtaining the
 * text-base's contents from @a new_base_contents, the wc file's
 * content from @a new_contents, its unmodified properties from @a
 * new_base_props and its actual properties from @a new_props. Use
 * @a wc_ctx for accessing the working copy.
 *
 * The unmodified text and props normally come from the repository
 * file represented by the copyfrom args, see below. The new file
 * will be marked as copy.
 *
 * @a new_contents and @a new_props may be NULL, in which case
 * the working copy text and props are taken from the base files with
 * appropriate translation of the file's content.
 *
 * @a new_contents must be provided in Normal Form. This is required
 * in order to pass both special and non-special files through a stream.
 *
 * @a wc_ctx must contain a write lock for the parent of @a local_abspath.
 *
 * If @a copyfrom_url is non-NULL, then @a copyfrom_rev must be a
 * valid revision number, and together they are the copyfrom history
 * for the new file.
 *
 * The @a cancel_func and @a cancel_baton are a standard cancellation
 * callback, or NULL if no callback is needed. @a notify_func and
 * @a notify_baton are a notification callback, and (if not NULL)
 * will be notified of the addition of this file.
 *
 * Use @a scratch_pool for temporary allocations.
 *
 * ### This function is very redundant with svn_wc_add(). Ideally,
 * we'd merge them, so that svn_wc_add() would just take optional
 * new_props and optional copyfrom information. That way it could be
 * used for both 'svn add somefilesittingonmydisk' and for adding
 * files from repositories, with or without copyfrom history.
 *
 * The problem with this Ideal Plan is that svn_wc_add() also takes
 * care of recursive URL-rewriting. There's a whole comment in its
 * doc string about how that's really weird, outside its core mission,
 * etc, etc. So another part of the Ideal Plan is that that
 * functionality of svn_wc_add() would move into a separate function.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_add(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_state_t,svn_wc_notify_state_t,System.Int32!System.Runtime.CompilerServices.IsLong),System.Void*,apr_pool_t*)">
 Similar to svn_wc_add2(), but takes an #svn_wc_notify_func_t instead.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_add2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_add3(), but with the @a depth parameter always
 #svn_depth_infinity.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_add3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_depth_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_add4(), but with an access baton
and relative path instead of a context and absolute path.
@since New in 1.6.
@deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_add4(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Put @a local_abspath under version control by registering it as addition
 or copy in the database containing its parent. The new node is scheduled
 for addition to the repository below its parent node.
 
 1) If the node is already versioned, it MUST BE the root of a separate
 working copy from the same repository as the parent WC. The new node
 and anything below it will be scheduled for addition inside the parent
 working copy as a copy of the original location. The separate working
 copy will be integrated by this step. In this case, which is only used
 by code like that of "svn cp URL@rev path" @a copyfrom_url and
 @a copyfrom_rev MUST BE the url and revision of @a local_abspath
 in the separate working copy.
 
 2a) If the node was not versioned before it will be scheduled as a local
 addition or 2b) if @a copyfrom_url and @a copyfrom_rev are set as a copy
 of that location. In this last case the function doesn't set the pristine
 version (of a file) and/or pristine properties, which callers should
 handle via different APIs. Usually it is easier to call
 svn_wc_add_repos_file4() (### or a possible svn_wc_add_repos_dir()) than
 using this variant.
 
 If @a local_abspath does not exist as file, directory or symlink, return
 #SVN_ERR_WC_PATH_NOT_FOUND.
 
 If @a local_abspath is an unversioned directory, record @a depth on it;
 otherwise, ignore @a depth. (Use #svn_depth_infinity unless you exactly
 know what you are doing, or you may create an unexpected sparse working
 copy)
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton at
 various points during the operation. If it returns an error
 (typically #SVN_ERR_CANCELLED), return that error immediately.
 
 When the @a local_abspath has been added, then @a notify_func will be
 called (if it is not @c NULL) with the @a notify_baton and the path.
 
 @note Case 1 is deprecated. Consider doing a WC-to-WC copy instead.
 @note For case 2a, prefer svn_wc_add_from_disk().
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_add_from_disk(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 * Similar to svn_wc_add_from_disk2(), but always passes NULL for @a
 * props.
 *
 * This is a replacement for svn_wc_add4() case 2a (which see for
 * details).
 
 * @see svn_wc_add4()
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_wc_add_from_disk2(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_add_from_disk3(), but always passes FALSE for
 @a skip_checks
 
 @since New in 1.8.
 @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_wc_add_from_disk3(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Schedule the single node that exists on disk at @a local_abspath for
 addition to the working copy. The added node will have the properties
 provided in @a props, or none if that is NULL.
 
 Unless @a skip_checks is TRUE, check and canonicalize the properties in the
 same way as svn_wc_prop_set4(). Return an error and don't add the node if
 the properties are not valid on this node.
 
 ### The error code on validity check failure should be specified, and
     preferably should be a single code.
 
 The versioned state of the parent path must be a modifiable directory,
 and the versioned state of @a local_abspath must be either nonexistent or
 deleted; if deleted, the new node will be a replacement.
 
 If @a local_abspath does not exist as file, directory or symlink, return
 #SVN_ERR_WC_PATH_NOT_FOUND.
 
 If @a notify_func is non-NULL, invoke it with @a notify_baton to report
 the item being added.
 
 ### TODO: Split into add_dir, add_file, add_symlink?
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_wc_delete(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_state_t,svn_wc_notify_state_t,System.Int32!System.Runtime.CompilerServices.IsLong),System.Void*,apr_pool_t*)">
 Similar to svn_wc_delete2(), but takes an #svn_wc_notify_func_t instead.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_delete2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_delete3(), but with @a keep_local always set to FALSE.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_delete3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,System.Int32,apr_pool_t*)">
 Similar to svn_wc_delete4, but uses an access baton and relative path
 instead of a working copy context and absolute path. @a adm_access
 must hold a write lock for the parent of @a path.
 
 @c delete_unversioned_target will always be set to TRUE.
 
 @since New in 1.5.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_delete4(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Schedule @a local_abspath for deletion. It will be deleted from the
 repository on the next commit. If @a local_abspath refers to a
 directory, then a recursive deletion will occur. @a wc_ctx must hold
 a write lock for the parent of @a local_abspath, @a local_abspath itself
 and everything below @a local_abspath.
 
 If @a keep_local is FALSE, this function immediately deletes all files,
 modified and unmodified, versioned and if @a delete_unversioned is TRUE,
 unversioned from the working copy.
 It also immediately deletes unversioned directories and directories that
 are scheduled to be added below @a local_abspath. Only versioned may
 remain in the working copy, these get deleted by the update following
 the commit.
 
 If @a keep_local is TRUE, all files and directories will be kept in the
 working copy (and will become unversioned on the next commit).
 
 If @a delete_unversioned_target is TRUE and @a local_abspath is not
 versioned, @a local_abspath will be handled as an added files without
 history. So it will be deleted if @a keep_local is FALSE. If @a
 delete_unversioned is FALSE and @a local_abspath is not versioned a
 #SVN_ERR_WC_PATH_NOT_FOUND error will be returned.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton at
 various points during the operation. If it returns an error
 (typically #SVN_ERR_CANCELLED), return that error immediately.
 
 For each path marked for deletion, @a notify_func will be called with
 the @a notify_baton and that path. The @a notify_func callback may be
 @c NULL if notification is not needed.
 
 Use @a scratch_pool for temporary allocations. It may be cleared
 immediately upon returning from this function.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_move(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Move @a src_abspath to @a dst_abspath, by scheduling @a dst_abspath
 for addition to the repository, remembering the history. Mark @a src_abspath
 as deleted after moving.@a wc_ctx is used for accessing the working copy and
 must contain a write lock for the parent directory of @a src_abspath and
 @a dst_abspath.
 
 If @a metadata_only is TRUE then this is a database-only operation and
 the working directories and files are not changed.
 
 @a src_abspath must be a file or directory under version control;
 the parent of @a dst_abspath must be a directory under version control
 in the same working copy; @a dst_abspath will be the name of the copied
 item, and it must not exist already if @a metadata_only is FALSE. Note that
 when @a src points to a versioned file, the working file doesn't
 necessarily exist in which case its text-base is used instead.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton at
 various points during the operation. If it returns an error
 (typically #SVN_ERR_CANCELLED), return that error immediately.
 
 If @a notify_func is non-NULL, call it with @a notify_baton and the path
 of the root node (only) of the destination.
 
 Use @a scratch_pool for temporary allocations.
 
 @since New in 1.7.
 @deprecated Provided for backward compatibility with the 1.7 API.
 @see svn_client_move7()
 
</member>
        <member name="M:svn_wc_copy(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_state_t,svn_wc_notify_state_t,System.Int32!System.Runtime.CompilerServices.IsLong),System.Void*,apr_pool_t*)">
 Similar to svn_wc_copy2(), but takes an #svn_wc_notify_func_t instead.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_copy2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_wc_copy3(), but takes access batons and a relative path
 * and a basename instead of absolute paths and a working copy context.
 *
 * @since New in 1.2.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_copy3(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
@}
 Copy @a src_abspath to @a dst_abspath, and schedule @a dst_abspath
 for addition to the repository, remembering the copy history. @a wc_ctx
 is used for accessing the working copy and must contain a write lock for
 the parent directory of @a dst_abspath,
 
 If @a metadata_only is TRUE then this is a database-only operation and
 the working directories and files are not copied.
 
 @a src_abspath must be a file or directory under version control;
 the parent of @a dst_abspath must be a directory under version control
 in the same working copy; @a dst_abspath will be the name of the copied
 item, and it must not exist already if @a metadata_only is FALSE. Note that
 when @a src points to a versioned file, the working file doesn't
 necessarily exist in which case its text-base is used instead.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton at
 various points during the operation. If it returns an error
 (typically #SVN_ERR_CANCELLED), return that error immediately.
 
 If @a notify_func is non-NULL, call it with @a notify_baton and the path
 of the root node (only) of the destination.
 
 Use @a scratch_pool for temporary allocations.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_status_set_repos_locks(System.Void*,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Associate @a locks, a hash table mapping <tt>const char*</tt>
 absolute repository paths to <tt>svn_lock_t</tt> objects, with a
 @a set_locks_baton returned by an earlier call to
 svn_wc_get_status_editor3(). @a repos_root is the repository root URL.
 Perform all allocations in @a pool.
 
 @note @a locks will not be copied, so it must be valid throughout the
 edit. @a pool must also not be destroyed or cleared before the edit is
 finished.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_wc_get_status_editor(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_status_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,svn_wc_traversal_info_t*,apr_pool_t*)">
 Same as svn_wc_get_status_editor2(), but with @a set_locks_baton set
 to @c NULL, and taking a deprecated svn_wc_status_func_t argument.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_get_status_editor2(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32,System.Int32,System.Int32,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_status2_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,svn_wc_traversal_info_t*,apr_pool_t*)">
 Like svn_wc_get_status_editor3(), but with @a ignore_patterns
 provided from the corresponding value in @a config, and @a recurse
 instead of @a depth. If @a recurse is TRUE, behave as if for
 #svn_depth_infinity; else if @a recurse is FALSE, behave as if for
 #svn_depth_immediates.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_get_status_editor3(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Void(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_status2_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,svn_wc_traversal_info_t*,apr_pool_t*)">
 Same as svn_wc_get_status_editor4(), but using #svn_wc_status_func2_t
 instead of #svn_wc_status_func3_t.
 
 @since New in 1.5.
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_get_status_editor4(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_status2_t*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,svn_wc_traversal_info_t*,apr_pool_t*)">
 Same as svn_wc_get_status_editor5, but using #svn_wc_status_func3_t
 instead of #svn_wc_status_func4_t. And @a server_performs_filtering
 always set to #TRUE.
 
 This also uses a single pool parameter, stating that all temporary
 allocations are performed in manually constructed/destroyed subpool.
 
 @since New in 1.6.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_get_status_editor5(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_status3_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System">
 DEPRECATED -- please use APIs from svn_client.h
 
 ---
 
 Set @a *editor and @a *edit_baton to an editor that generates
 #svn_wc_status3_t structures and sends them through @a status_func /
 @a status_baton. @a anchor_abspath is a working copy directory
 directory which will be used as the root of our editor. If @a
 target_basename is not "", it represents a node in the @a anchor_abspath
 which is the subject of the editor drive (otherwise, the @a
 anchor_abspath is the subject).
 
 If @a set_locks_baton is non-@c NULL, it will be set to a baton that can
 be used in a call to the svn_wc_status_set_repos_locks() function.
 
 Callers drive this editor to describe working copy out-of-dateness
 with respect to the repository. If this information is not
 available or not desired, callers should simply call the
 close_edit() function of the @a editor vtable.
 
 If the editor driver calls @a editor's set_target_revision() vtable
 function, then when the edit drive is completed, @a *edit_revision
 will contain the revision delivered via that interface.
 
 Assuming the target is a directory, then:
 
   - If @a get_all is FALSE, then only locally-modified entries will be
     returned. If TRUE, then all entries will be returned.
 
   - If @a depth is #svn_depth_empty, a status structure will
     be returned for the target only; if #svn_depth_files, for the
     target and its immediate file children; if
     #svn_depth_immediates, for the target and its immediate
     children; if #svn_depth_infinity, for the target and
     everything underneath it, fully recursively.
 
     If @a depth is #svn_depth_unknown, take depths from the
     working copy and behave as above in each directory's case.
 
     If the given @a depth is incompatible with the depth found in a
     working copy directory, the found depth always governs.
 
 If @a no_ignore is set, statuses that would typically be ignored
 will instead be reported.
 
 @a ignore_patterns is an array of file patterns matching
 unversioned files to ignore for the purposes of status reporting,
 or @c NULL if the default set of ignorable file patterns should be used.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton while building
 the @a statushash to determine if the client has canceled the operation.
 
 If @a depth_as_sticky is set handle @a depth like when depth_is_sticky is
 passed for updating. This will show excluded nodes show up as added in the
 repository.
 
 If @a server_performs_filtering is TRUE, assume that the server handles
 the ambient depth filtering, so this doesn't have to be handled in the
 editor.
 
 Allocate the editor itself in @a result_pool, and use @a scratch_pool
 for temporary allocations. The editor will do its temporary allocations
 in a subpool of @a result_pool.
 
 @since New in 1.7.
 @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_wc_walk_status(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_status3_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Walk the working copy status of @a local_abspath using @a wc_ctx, by
 creating #svn_wc_status3_t structures and sending these through
 @a status_func / @a status_baton.
 
  * Assuming the target is a directory, then:
 
   - If @a get_all is FALSE, then only locally-modified entries will be
     returned. If TRUE, then all entries will be returned.
 
   - If @a ignore_text_mods is TRUE, then the walk will not check for
     modified files. Any #svn_wc_status3_t structures returned for files
     will always have a text_status field set to svn_wc_status_normal.
     If @a ignore_text_mods is FALSE, the walk checks for text changes
     and returns #svn_wc_status3_t structures describing any changes.
 
   - If @a depth is #svn_depth_empty, a status structure will
     be returned for the target only; if #svn_depth_files, for the
     target and its immediate file children; if
     #svn_depth_immediates, for the target and its immediate
     children; if #svn_depth_infinity, for the target and
     everything underneath it, fully recursively.
 
     If @a depth is #svn_depth_unknown, take depths from the
     working copy and behave as above in each directory's case.
 
     If the given @a depth is incompatible with the depth found in a
     working copy directory, the found depth always governs.
 
 If @a no_ignore is set, statuses that would typically be ignored
 will instead be reported.
 
 @a ignore_patterns is an array of file patterns matching
 unversioned files to ignore for the purposes of status reporting,
 or @c NULL if the default set of ignorable file patterns should be used.
 Patterns from #SVN_PROP_IGNORE (and, as of 1.8,
 #SVN_PROP_INHERITABLE_IGNORES) properties are always used, even if not
 specified in @a ignore_patterns.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton while walking
 to determine if the client has canceled the operation.
 
 This function uses @a scratch_pool for temporary allocations.
 
 @since New in 1.7.
 
</member>
        <member name="D:svn_wc_status_func_t">
  Same as svn_wc_status_func2_t, but for older svn_wc_status_t structures.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="D:svn_wc_status_func2_t">
 Same as svn_wc_status_func3_t, but without a provided pool or
 the ability to propagate errors.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="D:svn_wc_status_func3_t">
 Same as svn_wc_status_func4_t, but with a non-const status and a relative
 path.
 
 @since New in 1.6.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="D:svn_wc_status_func4_t">
 A callback for reporting a @a status about @a local_abspath.
 
 @a baton is a closure object; it should be provided by the
 implementation, and passed by the caller.
 
 @a scratch_pool will be cleared between invocations to the callback.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_status(svn_wc_status_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
  Same as svn_wc_status2(), but for older svn_wc_status_t structures.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_status2(svn_wc_status2_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_status3(), but with a adm_access baton and absolute
 * path.
 *
 * @since New in 1.2.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_status3(svn_wc_status3_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Fill @a *status for @a local_abspath, allocating in @a result_pool.
 Use @a scratch_pool for temporary allocations.
 
 Here are some things to note about the returned structure. A quick
 examination of the @c status-&gt;text_status after a successful return of
 this function can reveal the following things:
 
    - #svn_wc_status_none : @a local_abspath is not versioned, and is
                            not present on disk
 
    - #svn_wc_status_missing : @a local_abspath is versioned, but is
                               missing from the working copy.
 
    - #svn_wc_status_unversioned : @a local_abspath is not versioned,
                                   but is present on disk and not being
                                   ignored (see above).
 
 The other available results for the @c text_status field are more
 straightforward in their meanings. See the comments on the
 #svn_wc_status_kind structure for some hints.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_dup_status(svn_wc_status_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_wc_dup_status2(), but for older svn_wc_status_t structures.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_dup_status2(svn_wc_status2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_wc_dup_status3(), but for older svn_wc_status_t structures.
 
 @since New in 1.2
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_dup_status3(svn_wc_status3_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of the @a orig_stat status structure, allocated
 in @a pool.
 
 @since New in 1.7.
 
</member>
        <member name="F:svn_wc_status_t.switched">
a file or directory can be 'switched' if the switch command has been
   * used.
 
</member>
        <member name="F:svn_wc_status_t.copied">
a file or directory can be 'copied' if it's scheduled for
   * addition-with-history (or part of a subtree that is scheduled as such.).
 
</member>
        <member name="F:svn_wc_status_t.locked">
a directory can be 'locked' if a working copy update was interrupted.
</member>
        <member name="F:svn_wc_status_t.entry">
Can be @c NULL if not under version control.
</member>
        <member name="T:svn_wc_status_t">
 Same as #svn_wc_status2_t, but without the #svn_lock_t 'repos_lock', const char 'url', #svn_revnum_t 'ood_last_cmt_rev', apr_time_t 'ood_last_cmt_date', #svn_node_kind_t 'ood_kind', const char 'ood_last_cmt_author', #svn_wc_conflict_description_t 'tree_conflict', #svn_boolean_t 'file_external', #svn_wc_status_kind 'pristine_text_status', and #svn_wc_status_kind 'pristine_prop_status' fields.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="F:svn_wc_status2_t.file_external">
If the item is a file that was added to the working copy with an
   * svn:externals; if file_external is TRUE, then switched is always
   * FALSE.
   * @since New in 1.6
 
</member>
        <member name="F:svn_wc_status2_t.tree_conflict">
@}
Non-NULL if the entry is the victim of a tree conflict.
   * @since New in 1.6
 
</member>
        <member name="F:svn_wc_status2_t.ood_last_cmt_author">
Set to the user name of the youngest commit, or @c NULL if not
   * out of date or non-existent. Because a non-existent @c
   * svn:author property has the same behavior as an out-of-date
   * working copy, examine @c ood_last_cmt_rev to determine whether
   * the working copy is out of date.
   * @since New in 1.3
 
</member>
        <member name="F:svn_wc_status2_t.ood_kind">
Set to the node kind of the youngest commit, or #svn_node_none
   * if not out of date.
   * @since New in 1.3
 
</member>
        <member name="F:svn_wc_status2_t.ood_last_cmt_date">
Set to the most recent commit date, or @c 0 if not out of date.
   * @since New in 1.3
 
</member>
        <member name="F:svn_wc_status2_t.ood_last_cmt_rev">
 @defgroup svn_wc_status_ood WC out-of-date info from the repository
 @{
 
 When 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. If the working
 copy is not out of date, the fields are initialized as described
 below.
 
Set to the youngest committed revision, or #SVN_INVALID_REVNUM
   * if not out of date.
   * @since New in 1.3
 
</member>
        <member name="F:svn_wc_status2_t.url">
Set to the URI (actual or expected) of the item.
   * @since New in 1.3
 
</member>
        <member name="F:svn_wc_status2_t.repos_lock">
The entry's lock in the repository, if any.
</member>
        <member name="F:svn_wc_status2_t.switched">
a file or directory can be 'switched' if the switch command has been
   * used. If this is TRUE, then file_external will be FALSE.
 
</member>
        <member name="F:svn_wc_status2_t.copied">
a file or directory can be 'copied' if it's scheduled for
   * addition-with-history (or part of a subtree that is scheduled as such.).
 
</member>
        <member name="F:svn_wc_status2_t.locked">
a directory can be 'locked' if a working copy update was interrupted.
</member>
        <member name="F:svn_wc_status2_t.entry">
Can be @c NULL if not under version control.
</member>
        <member name="T:svn_wc_status2_t">
 ### All diffs are not yet known.
 Same as svn_wc_status3_t, but without the #svn_boolean_t 'versioned'
 field. Instead an item that is not versioned has the 'entry' field set to
 @c NULL.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="F:svn_wc_status3_t.actual_kind">
The actual kind of the node in the working copy. May differ from
   * @a kind on obstructions, deletes, etc. #svn_node_unknown if unavailable.
   *
   * @since New in 1.9
</member>
        <member name="F:svn_wc_status3_t.file_external">
@c TRUE iff the item is a file brought in by an svn:externals definition.
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_status3_t.moved_to_abspath">
Set to the local absolute path that this node was moved to, if this file
   * or directory has been moved away locally and corresponds to the root
   * of the destination side of the move. Otherwise set to NULL.
   *
   * Note: Saying just "root" here could be misleading. For example:
   * svn mv A AA;
   * svn mv AA/B BB;
   * creates a situation where A/B is moved-to BB, but one could argue that
   * the move source's root actually was AA/B. Note that, as far as the
   * working copy is concerned, above case is exactly identical to:
   * svn mv A/B BB;
   * svn mv A AA;
   * In both situations, @a moved_to_abspath would be set for nodes A (moved
   * to AA) and A/B (moved to BB), only.
   *
   * This will be NULL for moved-away nodes that were just part of a subtree
   * that was moved along (and are not themselves a root of a different move
   * operation).
   *
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_status3_t.moved_from_abspath">
@}
Set to the local absolute path that this node was moved from, if this
   * file or directory has been moved here locally and is the root of that
   * move. Otherwise set to NULL.
   *
   * This will be NULL for moved-here nodes that are just part of a subtree
   * that was moved along (and are not themselves a root of a different move
   * operation).
   *
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_status3_t.ood_changed_author">
Set to the user name of the youngest commit, or @c NULL if not
   * out of date or non-existent. Because a non-existent @c
   * svn:author property has the same behavior as an out-of-date
   * working copy, examine @c ood_last_cmt_rev to determine whether
   * the working copy is out of date.
</member>
        <member name="F:svn_wc_status3_t.ood_changed_date">
Set to the most recent commit date, or @c 0 if not out of date.
</member>
        <member name="F:svn_wc_status3_t.ood_changed_rev">
Set to the youngest committed revision, or #SVN_INVALID_REVNUM
   * if not out of date.
</member>
        <member name="F:svn_wc_status3_t.repos_lock">
The entry's lock in the repository, if any.
</member>
        <member name="F:svn_wc_status3_t.ood_kind">
 @defgroup svn_wc_status_ood WC out-of-date info from the repository
 @{
 
 When 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. If the working
 copy is not out of date, the fields are initialized as described
 below.
 
Set to the node kind of the youngest commit, or #svn_node_none
   * if not out of date.
</member>
        <member name="F:svn_wc_status3_t.changelist">
Which changelist this item is part of, or NULL if not part of any.
</member>
        <member name="F:svn_wc_status3_t.lock">
The repository file lock. (Values of path, token, owner, comment
   * and are available if a lock is present)
</member>
        <member name="F:svn_wc_status3_t.locked">
This directory has a working copy lock
</member>
        <member name="F:svn_wc_status3_t.switched">
a file or directory can be 'switched' if the switch command has been
   * used. If this is TRUE, then file_external will be FALSE.
 
</member>
        <member name="F:svn_wc_status3_t.repos_relpath">
The in-repository path relative to the repository root.
</member>
        <member name="F:svn_wc_status3_t.repos_uuid">
The UUID of the repository
</member>
        <member name="F:svn_wc_status3_t.repos_root_url">
The URL of the repository
</member>
        <member name="F:svn_wc_status3_t.changed_author">
Last commit author of this item
</member>
        <member name="F:svn_wc_status3_t.changed_date">
Date of last commit.
</member>
        <member name="F:svn_wc_status3_t.changed_rev">
Last revision this was changed
</member>
        <member name="F:svn_wc_status3_t.revision">
Base revision.
</member>
        <member name="F:svn_wc_status3_t.copied">
a file or directory can be 'copied' if it's scheduled for
   * addition-with-history (or part of a subtree that is scheduled as such.).
 
</member>
        <member name="F:svn_wc_status3_t.conflicted">
Set to TRUE if the item is the victim of a conflict.
</member>
        <member name="F:svn_wc_status3_t.versioned">
If the path is under version control, versioned is TRUE, otherwise
   * FALSE.
</member>
        <member name="F:svn_wc_status3_t.filesize">
The actual size of the working file on disk, or SVN_INVALID_FILESIZE
   * if unknown (or if the item isn't a file at all).
</member>
        <member name="F:svn_wc_status3_t.depth">
The depth of the node as recorded in the working copy
   * (#svn_depth_unknown for files or when no depth is set)
</member>
        <member name="F:svn_wc_status3_t.kind">
The kind of node as recorded in the working copy
</member>
        <member name="T:svn_wc_status3_t">
 Structure for holding the "status" of a working copy item.
 
 @note Fields may be added to the end of this structure in future
 versions. Therefore, to preserve binary compatibility, users
 should not directly allocate structures of this type.
 
 @since New in 1.7.
 
</member>
        <member name="T:svn_wc_status_kind">
 @defgroup svn_wc_status Working copy status.
 @{
 
 We have three functions for getting working copy status: one function
 for getting the status of exactly one thing, another for
 getting the statuses of (potentially) multiple things and a third for
 getting the working copy out-of-dateness with respect to the repository.
 
 Why do we have two different functions for getting working copy status?
 The concept of depth, as explained in the documentation for
 svn_depth_t, may be useful in understanding this. Suppose we're
 getting the status of directory D:
 
 To offer all three levels, we could have one unified function,
 taking a `depth' parameter. Unfortunately, because this function
 would have to handle multiple return values as well as the single
 return value case, getting the status of just one entity would
 become cumbersome: you'd have to roll through a hash to find one
 lone status.
 
 So we have svn_wc_status3() for depth-empty (just D itself), and
 svn_wc_walk_status() for depth-immediates and depth-infinity,
 since the latter two involve multiple return values. And for
 out-of-dateness information we have svn_wc_get_status_editor5().
 
The type of status for the working copy.
 
The status of the node itself. In order of precedence: Obstructions,
   * structural changes, text changes.
 
The status of the entry's text.
 
The status of the entry's properties.
 
The status of the node, based on the text status if the node has no
   * restructuring changes
 
The entry's text status in the repository.
 
The entry's property status in the repository.
 
The status of the entry itself, including its text if it is a file.
 
The status of the entry's properties.
 
The entry's text status in the repository.
 
The entry's property status in the repository.
 
The actual status of the text compared to the pristine base of the
   * file. This value isn't masked by other working copy statuses.
   * @c pristine_text_status is #svn_wc_status_none if this value was
   * not calculated during the status walk.
   * @since New in 1.6
 
 
The actual status of the properties compared to the pristine base of
   * the node. This value isn't masked by other working copy statuses.
   * @c pristine_prop_status is #svn_wc_status_none if this value was
   * not calculated during the status walk.
   * @since New in 1.6
 
 
The status of the entries text.
 
The status of the entries properties.
 
The entry's text status in the repository.
 
The entry's property status in the repository.
</member>
        <member name="F:svn_wc_status_incomplete">
a directory doesn't contain a complete entries list
</member>
        <member name="F:svn_wc_status_external">
an unversioned directory path populated by an svn:externals
        property; this status is not used for file externals
</member>
        <member name="F:svn_wc_status_obstructed">
an unversioned resource is in the way of the versioned resource
</member>
        <member name="F:svn_wc_status_ignored">
is unversioned but configured to be ignored
</member>
        <member name="F:svn_wc_status_conflicted">
local mods received conflicting repos mods
</member>
        <member name="F:svn_wc_status_merged">
local mods received repos mods (### unused)
</member>
        <member name="F:svn_wc_status_modified">
text or props have been modified
</member>
        <member name="F:svn_wc_status_replaced">
was deleted and then re-added
</member>
        <member name="F:svn_wc_status_deleted">
scheduled for deletion
</member>
        <member name="F:svn_wc_status_missing">
under v.c., but is missing
</member>
        <member name="F:svn_wc_status_added">
is scheduled for addition
</member>
        <member name="F:svn_wc_status_normal">
exists, but uninteresting
</member>
        <member name="F:svn_wc_status_unversioned">
is not a versioned thing in this wc
</member>
        <member name="F:svn_wc_status_none">
does not exist
</member>
        <member name="M:svn_wc_maybe_set_repos_root(svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set the repository root URL of @a path to @a repos, if possible.
 *
 * Before Subversion 1.7 there could be working copy directories that
 * didn't have a stored repository root in some specific circumstances.
 * This function allowed setting this root later.
 *
 * Since Subversion 1.7 this function just returns #SVN_NO_ERROR.
 *
 * @since New in 1.3.
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_ensure_adm(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
 Similar to svn_wc_ensure_adm2(), but with @a repos set to @c NULL.
 
 @note as of 1.7, this function always returns #SVN_ERR_BAD_URL since
 the @a repos parameter may not be @c NULL.
 
 @deprecated Provided for backwards compatibility with the 1.2 API.
 
</member>
        <member name="M:svn_wc_ensure_adm2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
 Similar to svn_wc_ensure_adm3(), but with @a depth set to
 #svn_depth_infinity.
 
 See the note on svn_wc_ensure_adm3() regarding the @a repos and @a uuid
 parameters.
 
 @since New in 1.3.
 @deprecated Provided for backwards compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_ensure_adm3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_depth_t,apr_pool_t*)">
 Similar to svn_wc_ensure_adm4(), but without the wc context parameter.
 
 @note the @a uuid and @a repos parameters were documented as allowing
 @c NULL to be passed. Beginning with 1.7, this will return an error,
 contrary to prior documented behavior: see 'notes/api-errata/1.7/wc005.txt'.
 
 @since New in 1.5.
 @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_ensure_adm4(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_depth_t,apr_pool_t*)">
Ensure that an administrative area exists for @a local_abspath, so
 * that @a local_abspath is a working copy subdir based on @a url at @a
 * revision, with depth @a depth, and with repository UUID @a repos_uuid
 * and repository root URL @a repos_root_url.
 *
 * @a depth must be a definite depth, it cannot be #svn_depth_unknown.
 * @a repos_uuid and @a repos_root_url MUST NOT be @c NULL, and
 * @a repos_root_url must be a prefix of @a url.
 *
 * If the administrative area does not exist, then create it and
 * initialize it to an unlocked state.
 *
 * If the administrative area already exists then the given @a url
 * must match the URL in the administrative area and the given
 * @a revision must match the BASE of the working copy dir unless
 * the admin directory is scheduled for deletion or the
 * #SVN_ERR_WC_OBSTRUCTED_UPDATE error will be returned.
 *
 * Do not ensure existence of @a local_abspath itself; if @a local_abspath
 * does not exist, return error.
 *
 * Use @a scratch_pool for temporary allocations.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_mark_missing_deleted(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Mark missing @a path as 'deleted' in its @a parent's list of
 * entries. @a path should be a directory that is both deleted (via
 * svn_wc_delete4) and removed (via a system call). This function
 * should only be called during post-commit processing following a
 * successful commit editor drive.
 *
 * Return #SVN_ERR_WC_PATH_FOUND if @a path isn't actually missing.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_walk_entries(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_wc_entry_callbacks_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,apr_pool_t*)">
 Similar to svn_wc_walk_entries2(), but without cancellation support.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_walk_entries2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_wc_entry_callbacks_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Similar to svn_wc_walk_entries3(), but without cancellation support
 or error handling from @a walk_callbacks, and with @a depth always
 set to #svn_depth_infinity.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_walk_entries3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_wc_entry_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,svn_depth_t,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 A generic entry-walker.
 
 Do a potentially recursive depth-first entry-walk beginning on
 @a path, which can be a file or dir. Call callbacks in
 @a walk_callbacks, passing @a walk_baton to each. Use @a pool for
 looping, recursion, and to allocate all entries returned.
 @a adm_access must be an access baton for @a path. The pool
 passed to @a walk_callbacks is a temporary subpool of @a pool.
 
 If @a depth is #svn_depth_empty, invoke the callbacks on @a path
 and return without recursing further. If #svn_depth_files, do
 the same and invoke the callbacks on file children (if any) of
 @a path, then return. If #svn_depth_immediates, do the preceding
 but also invoke callbacks on immediate subdirectories, then return.
 If #svn_depth_infinity, recurse fully starting from @a path.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton to determine
 if the client has canceled the operation.
 
 Like our other entries interfaces, entries that are in a 'excluded',
 'deleted' or 'absent' state (and not scheduled for re-addition) are not
 discovered, unless @a show_hidden is TRUE. Excluded entries are those with
 their depth set to #svn_depth_exclude.
 
 When a new directory is entered, #SVN_WC_ENTRY_THIS_DIR will always
 be returned first.
 
 @note Callers should be aware that each directory will be
 returned *twice*: first as an entry within its parent, and
 subsequently as the '.' entry within itself. The two calls can be
 distinguished by looking for #SVN_WC_ENTRY_THIS_DIR in the 'name'
 field of the entry.
 
 @since New in 1.5.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="F:svn_wc_entry_callbacks_t.found_entry">
An @a entry was found at @a path.
</member>
        <member name="T:svn_wc_entry_callbacks_t">
@deprecated Provided for backward compatibility with the 1.4 API.
</member>
        <member name="F:svn_wc_entry_callbacks2_t.handle_error">
Handle the error @a err encountered while processing @a path.
   * Wrap or squelch @a err as desired, and return an #svn_error_t
   * *, or #SVN_NO_ERROR.
 
</member>
        <member name="F:svn_wc_entry_callbacks2_t.found_entry">
An @a entry was found at @a path.
</member>
        <member name="T:svn_wc_entry_callbacks2_t">
A callback vtable invoked by the generic entry-walker function.
 * @since New in 1.5.
 
</member>
        <member name="M:svn_wc_get_ancestry(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**,System.Int32!System.Runtime.CompilerServices.IsLong*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Set @a *url and @a *rev to the ancestor URL and revision for @a path,
 * allocating in @a pool. @a adm_access must be an access baton for @a path.
 *
 * If @a url or @a rev is NULL, then ignore it (just don't return the
 * corresponding information).
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_conflicted_p(System.Int32*,System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_entry_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Given a @a dir_path under version control, decide if one of its entries
 * (@a entry) is in a state of conflict; return the answers in @a
 * text_conflicted_p and @a prop_conflicted_p. These pointers must not be
 * null.
 *
 * If the @a entry mentions that text conflict files (with suffix .mine,
 * .theirs, etc.) exist, but they cannot be found, assume the text conflict
 * has been resolved by the user and return FALSE in @a *text_conflicted_p.
 *
 * Similarly, if the @a entry mentions that a property conflicts file (.prej
 * suffix) exists, but it cannot be found, assume the property conflicts
 * have been resolved by the user and return FALSE in @a *prop_conflicted_p.
 *
 * The @a entry is not updated.
 *
 * @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_conflicted_p2(System.Int32*,System.Int32*,System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_conflicted_p3(), but with a path/adm_access parameter
 * pair in place of a wc_ctx/local_abspath pair.
 *
 * @since New in 1.6.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_conflicted_p3(System.Int32*,System.Int32*,System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Given @a local_abspath in a dir under version control, decide if it is
 * in a state of conflict; return the answers in @a *text_conflicted_p, @a
 * *prop_conflicted_p, and @a *tree_conflicted_p. If one or two of the
 * answers are uninteresting, simply pass @c NULL pointers for those.
 *
 * If @a local_abspath is unversioned or does not exist, return
 * #SVN_ERR_WC_PATH_NOT_FOUND.
 *
 * If the @a local_abspath has corresponding text conflict files (with suffix
 * .mine, .theirs, etc.) that cannot be found, assume that the text conflict
 * has been resolved by the user and return @c FALSE in @a
 * *text_conflicted_p.
 *
 * Similarly, if a property conflicts file (.prej suffix) is said to exist,
 * but it cannot be found, assume that the property conflicts have been
 * resolved by the user and return @c FALSE in @a *prop_conflicted_p.
 *
 * @a *tree_conflicted_p can't be auto-resolved in this fashion. An
 * explicit `resolved' is needed.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_info_dup(svn_wc_info_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a duplicate of @a info, allocated in @a pool. No part of the new
 structure will be shared with @a info.
 
 @since New in 1.7.
 
</member>
        <member name="F:svn_wc_info_t.moved_to_abspath">
The path the node was moved to, if it was moved away. Else NULL.
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_info_t.moved_from_abspath">
The path the node was moved from, if it was moved here. Else NULL.
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_info_t.wcroot_abspath">
The local absolute path of the working copy root.
</member>
        <member name="F:svn_wc_info_t.conflicts">
Array of const svn_wc_conflict_description2_t * which contains info
   * on any conflict of which this node is a victim. Otherwise NULL.
</member>
        <member name="F:svn_wc_info_t.recorded_time">
The time at which the file had the recorded size recorded_size and was
considered unmodified.
</member>
        <member name="F:svn_wc_info_t.recorded_size">
The size of the file after being translated into its local
representation, or #SVN_INVALID_FILESIZE if unknown.
Not applicable for directories.
 
</member>
        <member name="F:svn_wc_info_t.depth">
The depth of the item, see #svn_depth_t
</member>
        <member name="F:svn_wc_info_t.changelist">
A changelist the item is in, @c NULL if this node is not in a
   * changelist.
</member>
        <member name="F:svn_wc_info_t.checksum">
The checksum of the node, if it is a file.
</member>
        <member name="F:svn_wc_info_t.copyfrom_rev">
If copied, the revision from which the copy was made,
   * else #SVN_INVALID_REVNUM.
</member>
        <member name="F:svn_wc_info_t.copyfrom_url">
If copied, the URL from which the copy was made, else @c NULL.
</member>
        <member name="F:svn_wc_info_t.schedule">
The schedule of this item
   * ### Do we still need schedule?
</member>
        <member name="T:svn_wc_info_t">
@}
 This struct contains information about a working copy node.
 
 @note Fields may be added to the end of this structure in future
 versions. Therefore, users shouldn't allocate structures of this
 type, to preserve binary compatibility.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_entry_dup(svn_wc_entry_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a duplicate of @a entry, allocated in @a pool. No part of the new
 * entry will be shared with @a entry.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_entries_read(apr_hash_t**,svn_wc_adm_access_t*,System.Int32,apr_pool_t*)">
Parse the `entries' file for @a adm_access and return a hash @a entries,
 * whose keys are (<tt>const char *</tt>) entry names and values are
 * (<tt>svn_wc_entry_t *</tt>). The hash @a entries, and its keys and
 * values, are allocated from the pool used to open the @a adm_access
 * baton (that's how the entries caching works). @a pool is used for
 * transient allocations.
 *
 * Entries that are in a 'excluded', 'deleted' or 'absent' state (and not
 * scheduled for re-addition) are not returned in the hash, unless
 * @a show_hidden is TRUE. Excluded entries are those with their depth set to
 * #svn_depth_exclude.
 *
 * @par Important:
 * The @a entries hash is the entries cache in @a adm_access
 * and so usually the hash itself, the keys and the values should be treated
 * as read-only. If any of these are modified then it is the caller's
 * responsibility to ensure that the entries file on disk is updated. Treat
 * the hash values as type (<tt>const svn_wc_entry_t *</tt>) if you wish to
 * avoid accidental modification. Modifying the schedule member is a
 * particularly bad idea, as the entries writing process relies on having
 * access to the original schedule. Use a duplicate entry to modify the
 * schedule.
 *
 * @par Important:
 * Only the entry structures representing files and
 * #SVN_WC_ENTRY_THIS_DIR contain complete information. The entry
 * structures representing subdirs have only the `kind' and `state'
 * fields filled in. If you want info on a subdir, you must use this
 * routine to open its @a path and read the #SVN_WC_ENTRY_THIS_DIR
 * structure, or call svn_wc_entry() on its @a path.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_entry(svn_wc_entry_t!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,System.Int32,apr_pool_t*)">
How an entries file's owner dir is named in the entries file.
 * @deprecated Provided for backward compatibility with the 1.6 API.
Set @a *entry to an entry for @a path, allocated in the access baton pool.
 * If @a show_hidden is TRUE, return the entry even if it's in 'excluded',
 * 'deleted' or 'absent' state. Excluded entries are those with their depth
 * set to #svn_depth_exclude. If @a path is not under revision control, or
 * if entry is hidden, not scheduled for re-addition, and @a show_hidden is @c
 * FALSE, then set @a *entry to @c NULL.
 *
 * @a *entry should not be modified, since doing so modifies the entries
 * cache in @a adm_access without changing the entries file on disk.
 *
 * If @a path is not a directory then @a adm_access must be an access baton
 * for the parent directory of @a path. To avoid needing to know whether
 * @a path is a directory or not, if @a path is a directory @a adm_access
 * can still be an access baton for the parent of @a path so long as the
 * access baton for @a path itself is in the same access baton set.
 *
 * @a path can be relative or absolute but must share the same base used
 * to open @a adm_access.
 *
 * Note that it is possible for @a path to be absent from disk but still
 * under revision control; and conversely, it is possible for @a path to
 * be present, but not under revision control.
 *
 * Use @a pool only for local processing.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="F:svn_wc_entry_t.file_external_rev">
The entry is an intra-repository file external and this is the
   * operative revision number specified in the externals definition.
   * This field is only valid when the file_external_path field is
   * non-NULL. The only permissible values are
   * svn_opt_revision_unspecified if the entry is not an external,
   * svn_opt_revision_head if the external revision is unspecified or
   * specified with -r HEAD or svn_opt_revision_number for a specific
   * revision number.
   *
   * @since New in 1.6.
</member>
        <member name="F:svn_wc_entry_t.file_external_peg_rev">
The entry is a intra-repository file external and this is the
   * peg revision number specified in the externals definition. This
   * field is only valid when the file_external_path field is
   * non-NULL. The only permissible values are
   * svn_opt_revision_unspecified if the entry is not an external,
   * svn_opt_revision_head if the external revision is unspecified or
   * specified with -r HEAD or svn_opt_revision_number for a specific
   * revision number.
   *
   * @since New in 1.6.
</member>
        <member name="F:svn_wc_entry_t.file_external_path">
The entry is a intra-repository file external and this is the
   * repository root relative path to the file specified in the
   * externals definition, otherwise NULL if the entry is not a file
   * external.
   *
   * @since New in 1.6.
</member>
        <member name="F:svn_wc_entry_t.tree_conflict_data">
Serialized data for all of the tree conflicts detected in this_dir.
   *
   * @since New in 1.6.
</member>
        <member name="F:svn_wc_entry_t.depth">
The depth of this entry.
   *
   * ### It's a bit annoying that we only use this on this_dir
   * ### entries, yet it will exist (with value svn_depth_infinity) on
   * ### all entries. Maybe some future extensibility would make this
   * ### field meaningful on entries besides this_dir.
   *
   * @since New in 1.5.
</member>
        <member name="F:svn_wc_entry_t.keep_local">
Whether a local copy of this entry should be kept in the working copy
   * after a deletion has been committed, Only valid for the this-dir entry
   * when it is scheduled for deletion.
   *
   * @since New in 1.5.
</member>
        <member name="F:svn_wc_entry_t.working_size">
Size of the file after being translated into local
   * representation, or #SVN_WC_ENTRY_WORKING_SIZE_UNKNOWN if
   * unknown.
   *
   * @since New in 1.5.
 
</member>
        <member name="F:svn_wc_entry_t.changelist">
which changelist this item is part of, or NULL if not part of any.
   * @since New in 1.5.
 
</member>
        <member name="F:svn_wc_entry_t.present_props">
Cached property existence for this entry.
   * This is a space-separated list of property names. If a name exists in
   * @c cachable_props but not in this list, this entry does not have that
   * property. If a name exists in both lists, the property is present on this
   * entry.
   *
   * @since New in 1.4.
   * @deprecated This value will always be "" in version 1.7 and later.
</member>
        <member name="F:svn_wc_entry_t.cachable_props">
A space-separated list of all properties whose presence/absence is cached
   * in this entry.
   *
   * @see @c present_props.
   *
   * @since New in 1.4.
   * @deprecated This value will always be "" in version 1.7 and later.
</member>
        <member name="F:svn_wc_entry_t.has_prop_mods">
Whether this entry has property modifications.
   *
   * @note For working copies in older formats, this flag is not valid.
   *
   * @see svn_wc_props_modified_p().
   *
   * @since New in 1.4.
</member>
        <member name="F:svn_wc_entry_t.has_props">
Whether this entry has any working properties.
   * False if this information is not stored in the entry.
   *
   * @since New in 1.4.
</member>
        <member name="F:svn_wc_entry_t.lock_creation_date">
Lock creation date or 0 if not locked in this WC
   * @since New in 1.2.
 
</member>
        <member name="F:svn_wc_entry_t.lock_comment">
lock comment or NULL if not locked in this WC or no comment
   * @since New in 1.2.
 
</member>
        <member name="F:svn_wc_entry_t.lock_owner">
lock owner, or NULL if not locked in this WC
   * @since New in 1.2.
 
</member>
        <member name="F:svn_wc_entry_t.lock_token">
lock token or NULL if path not locked in this WC
   * @since New in 1.2.
 
</member>
        <member name="F:svn_wc_entry_t.cmt_author">
last commit author of this item
</member>
        <member name="F:svn_wc_entry_t.cmt_date">
last date this was changed
</member>
        <member name="F:svn_wc_entry_t.cmt_rev">
last revision this was changed
</member>
        <member name="F:svn_wc_entry_t.checksum">
Hex MD5 checksum for the untranslated text base file,
   * can be @c NULL for backwards compatibility.
 
</member>
        <member name="F:svn_wc_entry_t.prop_time">
last up-to-date time for properties (0 means no information available)
   *
   * @deprecated This value will always be 0 in version 1.4 and later.
 
</member>
        <member name="F:svn_wc_entry_t.text_time">
last up-to-date time for text contents (0 means no information available)
 
</member>
        <member name="F:svn_wc_entry_t.prejfile">
property reject file. A file basename, relative to the user's
   * directory that the THIS_DIR entry refers to.
</member>
        <member name="F:svn_wc_entry_t.conflict_wrk">
working version of conflicted file. A file basename, relative to the
   * user's directory that the THIS_DIR entry refers to.
</member>
        <member name="F:svn_wc_entry_t.conflict_new">
new version of conflicted file. A file basename, relative to the
   * user's directory that the THIS_DIR entry refers to.
</member>
        <member name="F:svn_wc_entry_t.conflict_old">
old version of conflicted file. A file basename, relative to the
   * user's directory that the THIS_DIR entry refers to.
</member>
        <member name="F:svn_wc_entry_t.copyfrom_rev">
copyfrom revision
</member>
        <member name="F:svn_wc_entry_t.copyfrom_url">
copyfrom location
</member>
        <member name="F:svn_wc_entry_t.incomplete">
for THIS_DIR entry, implies whole entries file is incomplete
</member>
        <member name="F:svn_wc_entry_t.absent">
absent -- we know an entry of this name exists, but that's all
      (usually this happens because of authz restrictions)
</member>
        <member name="F:svn_wc_entry_t.deleted">
The directory containing this entry had a versioned child of this
   * name, but this entry represents a different revision or a switched
   * path at which no item exists in the repository. This typically
   * arises from committing or updating to a deletion of this entry
   * without committing or updating the parent directory.
   *
   * The schedule can be 'normal' or 'add'.
</member>
        <member name="F:svn_wc_entry_t.copied">
in a copied state (possibly because the entry is a child of a
   * path that is #svn_wc_schedule_add or #svn_wc_schedule_replace,
   * when the entry itself is #svn_wc_schedule_normal).
   * COPIED is true for nodes under a directory that was copied, but
   * COPYFROM_URL is null there. They are both set for the root
   * destination of the copy.
 
</member>
        <member name="F:svn_wc_entry_t.schedule">
scheduling (add, delete, replace ...)
</member>
        <member name="F:svn_wc_entry_t.kind">
node kind (file, dir, ...)
</member>
        <member name="F:svn_wc_entry_t.uuid">
repository uuid
</member>
        <member name="F:svn_wc_entry_t.repos">
canonical repository URL or NULL if not known
</member>
        <member name="F:svn_wc_entry_t.url">
url in repository
</member>
        <member name="F:svn_wc_entry_t.revision">
base revision
</member>
        <member name="F:svn_wc_entry_t.name">
entry's name
</member>
        <member name="T:svn_wc_entry_t">
 Values 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.
 
  The value of the working size is unknown (hasn't been
  calculated and stored in the past for whatever reason).
 
 @since New in 1.5
 @deprecated Provided for backward compatibility with the 1.6 API.
 
A working copy entry -- that is, revision control information about
 * one versioned entity.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="F:svn_wc_schedule_replace">
Slated for replacement (delete + add)
</member>
        <member name="F:svn_wc_schedule_delete">
Slated for deletion
</member>
        <member name="F:svn_wc_schedule_add">
Slated for addition
</member>
        <member name="F:svn_wc_schedule_normal">
Nothing special here
</member>
        <member name="M:svn_wc_props_modified_p(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_props_modified_p2(), but with a relative path and
 * adm_access baton.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_props_modified_p2(System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *modified_p to non-zero if @a path's properties are modified
 * with regard to the base revision, else set @a modified_p to zero.
 * @a adm_access must be an access baton for @a path.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_text_modified_p(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_text_modified_p2(), but with a relative path and
 * adm_access baton?
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_text_modified_p2(System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Set @a *modified_p to non-zero if @a local_abspath's text is modified
 * with regard to the base revision, else set @a *modified_p to zero.
 * @a local_abspath is the absolute path to the file.
 *
 * This function uses some heuristics to avoid byte-by-byte comparisons
 * against the base text (eg. file size and its modification time).
 *
 * If @a local_abspath does not exist, consider it unmodified. If it exists
 * but is not under revision control (not even scheduled for
 * addition), return the error #SVN_ERR_ENTRY_NOT_FOUND.
 *
 * @a unused is ignored.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_has_binary_prop(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Set @a *has_binary_prop to @c TRUE iff @a path has been marked
 * with a property indicating that it is non-text (in other words, binary).
 * @a adm_access is an access baton set that contains @a path.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API. As a
 * replacement for this functionality, @see svn_mime_type_is_binary and
 * #SVN_PROP_MIME_TYPE.
 
</member>
        <member name="M:svn_wc_check_wc(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32*,apr_pool_t*)">
 Similar to svn_wc_check_wc2(), but with a relative path and no supplied
 working copy context.
 
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_check_wc2(System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *wc_format to @a local_abspath's working copy format version
 * number if @a local_abspath is a valid working copy directory, else set it
 * to 0.
 *
 * Return error @c APR_ENOENT if @a local_abspath does not exist at all.
 *
 * @since New in 1.7.
 
</member>
        <member name="F:svn_wc_diff_callbacks_t.props_changed">
Similar to @c dir_props_changed in #svn_wc_diff_callbacks2_t, but this
   * function is called for files as well as directories.
</member>
        <member name="F:svn_wc_diff_callbacks_t.dir_deleted">
The same as @c dir_deleted in #svn_wc_diff_callbacks2_t.
</member>
        <member name="F:svn_wc_diff_callbacks_t.dir_added">
The same as @c dir_added in #svn_wc_diff_callbacks2_t.
</member>
        <member name="F:svn_wc_diff_callbacks_t.file_deleted">
Similar to @c file_deleted in #svn_wc_diff_callbacks2_t, but without
   * the properties.
</member>
        <member name="F:svn_wc_diff_callbacks_t.file_added">
Similar to @c file_added in #svn_wc_diff_callbacks2_t, but without
   * property change information. @a *state applies to the file contents.
</member>
        <member name="F:svn_wc_diff_callbacks_t.file_changed">
Similar to @c file_changed in #svn_wc_diff_callbacks2_t, but without
   * property change information. @a tmpfile2 is never NULL. @a state applies
   * to the file contents.
</member>
        <member name="T:svn_wc_diff_callbacks_t">
 Similar to #svn_wc_diff_callbacks2_t, but with file additions/content
 changes and property changes split into different functions.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="F:svn_wc_diff_callbacks2_t.dir_props_changed">
The same as @c dir_props_changed in #svn_wc_diff_callbacks3_t.
</member>
        <member name="F:svn_wc_diff_callbacks2_t.dir_deleted">
The same as @c dir_deleted in #svn_wc_diff_callbacks3_t.
</member>
        <member name="F:svn_wc_diff_callbacks2_t.dir_added">
The same as @c dir_added in #svn_wc_diff_callbacks3_t.
</member>
        <member name="F:svn_wc_diff_callbacks2_t.file_deleted">
The same as @c file_deleted in #svn_wc_diff_callbacks3_t.
</member>
        <member name="F:svn_wc_diff_callbacks2_t.file_added">
The same as @c file_added in #svn_wc_diff_callbacks3_t.
</member>
        <member name="F:svn_wc_diff_callbacks2_t.file_changed">
The same as @c file_changed in #svn_wc_diff_callbacks3_t.
</member>
        <member name="T:svn_wc_diff_callbacks2_t">
 Similar to #svn_wc_diff_callbacks3_t, but without the @c dir_opened
 and @c dir_closed functions, and without the @a tree_conflicted argument
 to the functions.
 
 @deprecated Provided for backward compatibility with the 1.2 API.
 
</member>
        <member name="F:svn_wc_diff_callbacks3_t.dir_closed">
The same as #svn_wc_diff_callbacks4_t.dir_closed.
</member>
        <member name="F:svn_wc_diff_callbacks3_t.dir_opened">
The same as #svn_wc_diff_callbacks4_t.dir_opened.
</member>
        <member name="F:svn_wc_diff_callbacks3_t.dir_props_changed">
The same as #svn_wc_diff_callbacks4_t.dir_props_changed.
</member>
        <member name="F:svn_wc_diff_callbacks3_t.dir_deleted">
The same as #svn_wc_diff_callbacks4_t.dir_deleted.
</member>
        <member name="F:svn_wc_diff_callbacks3_t.dir_added">
Similar to #svn_wc_diff_callbacks4_t.dir_added but without
   * @a copyfrom_path and @a copyfrom_revision arguments.
</member>
        <member name="F:svn_wc_diff_callbacks3_t.file_deleted">
The same as #svn_wc_diff_callbacks4_t.file_deleted.
</member>
        <member name="F:svn_wc_diff_callbacks3_t.file_added">
Similar to #svn_wc_diff_callbacks4_t.file_added but without
   * @a copyfrom_path and @a copyfrom_revision arguments.
</member>
        <member name="F:svn_wc_diff_callbacks3_t.file_changed">
The same as #svn_wc_diff_callbacks4_t.file_changed.
</member>
        <member name="T:svn_wc_diff_callbacks3_t">
 Similar to #svn_wc_diff_callbacks4_t, but without @a copyfrom_path and
 @a copyfrom_revision arguments to @c file_added and @c dir_added functions.
 
 @since New in 1.6.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.dir_closed">
 A directory @a path which has been opened with @a dir_opened or @a
 dir_added has been closed.
 
 @a dir_was_added is set to #TRUE if the directory was added, and
 to #FALSE if the directory pre-existed.
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.dir_props_changed">
 A list of property changes (@a propchanges) was applied to the
 directory @a path.
 
 The array is a list of (#svn_prop_t) structures.
 
 @a dir_was_added is set to #TRUE if the directory was added, and
 to #FALSE if the directory pre-existed.
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.dir_added">
 A directory @a path was added. @a rev is the revision that the
 directory came from.
 
 This function is called for any new directory @a path before any
 of the callbacks are called for a child of @a path.
 
 If @a copyfrom_path is non-@c NULL, this add has history (i.e., is a
 copy), and the origin of the copy may be recorded as
 @a copyfrom_path under @a copyfrom_revision.
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.dir_opened">
 A directory @a path has been opened. @a rev is the revision that the
 directory came from.
 
 This function is called for any existing directory @a path before any
 of the callbacks are called for a child of @a path.
 
 If the callback returns @c TRUE in @a *skip_children, children
 of this directory will be skipped.
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.dir_deleted">
A directory @a path was deleted.
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.file_deleted">
 A file @a path was deleted. The [loss of] contents can be seen by
 comparing @a tmpfile1 and @a tmpfile2. @a originalprops provides
 the properties of the file.
 ### Some existing callers include WC "entry props" in @a originalprops.
 
 If known, the @c svn:mime-type value of each file is passed into
 @a mimetype1 and @a mimetype2; either or both of the values can
 be NULL. The implementor can use this information to decide if
 (or how) to generate differences.
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.file_added">
 A file @a path was added. The contents can be seen by comparing
 @a tmpfile1 and @a tmpfile2, which represent @a rev1 and @a rev2
 of the file, respectively. (If either file is empty, the rev
 will be 0.)
 
 If known, the @c svn:mime-type value of each file is passed into
 @a mimetype1 and @a mimetype2; either or both of the values can
 be NULL. The implementor can use this information to decide if
 (or how) to generate differences.
 
 @a propchanges is an array of (#svn_prop_t) structures. If it contains
 any elements, the original list of properties is provided in
 @a originalprops, which is a hash of #svn_string_t values, keyed on the
 property name.
 If @a copyfrom_path is non-@c NULL, this add has history (i.e., is a
 copy), and the origin of the copy may be recorded as
 @a copyfrom_path under @a copyfrom_revision.
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.file_changed">
 A file @a path has changed. If @a tmpfile2 is non-NULL, the
 contents have changed and those changes can be seen by comparing
 @a tmpfile1 and @a tmpfile2, which represent @a rev1 and @a rev2 of
 the file, respectively.
 
 If known, the @c svn:mime-type value of each file is passed into
 @a mimetype1 and @a mimetype2; either or both of the values can
 be NULL. The implementor can use this information to decide if
 (or how) to generate differences.
 
 @a propchanges is an array of (#svn_prop_t) structures. If it contains
 any elements, the original list of properties is provided in
 @a originalprops, which is a hash of #svn_string_t values, keyed on the
 property name.
 
 
</member>
        <member name="F:svn_wc_diff_callbacks4_t.file_opened">
 This function is called before @a file_changed to allow callbacks to
 skip the most expensive processing of retrieving the file data.
 
 
</member>
        <member name="T:svn_wc_diff_callbacks4_t">
@}
 A callback vtable invoked by our diff-editors, as they receive diffs
 from the server. 'svn diff' and 'svn merge' implement their own versions
 of this vtable.
 
 Common parameters:
 
 If @a state is non-NULL, set @a *state to the state of the item
 after the operation has been performed. (In practice, this is only
 useful with merge, not diff; diff callbacks will probably set
 @a *state to #svn_wc_notify_state_unknown, since they do not change
 the state and therefore do not bother to know the state after the
 operation.) By default, @a state refers to the item's content
 state. Functions concerned with property state have separate
 @a contentstate and @a propstate arguments.
 
 If @a tree_conflicted is non-NULL, set @a *tree_conflicted to true if
 this operation caused a tree conflict, else to false. (Like with @a
 state, this is only useful with merge, not diff; diff callbacks
 should set this to false.)
 
 @since New in 1.7.
 
</member>
        <member name="D:svn_wc_conflict_resolver_func_t">
Similar to #svn_wc_conflict_resolver_func2_t, but using
 * #svn_wc_conflict_description_t instead of
 * #svn_wc_conflict_description2_t
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="D:svn_wc_conflict_resolver_func2_t">
A callback used in merge, update and switch for resolving conflicts
 * during the application of a tree delta to a working copy.
 *
 * @a description describes the exact nature of the conflict, and
 * provides information to help resolve it. @a baton is a closure
 * object; it should be provided by the implementation, and passed by
 * the caller. When finished, the callback signals its resolution by
 * returning a structure in @a *result, which should be allocated in
 * @a result_pool. (See #svn_wc_conflict_result_t.) @a scratch_pool
 * should be used for any temporary allocations.
 *
 * The values #svn_wc_conflict_choose_mine_conflict and
 * #svn_wc_conflict_choose_theirs_conflict are not legal for conflicts
 * in binary files or binary properties.
 *
 * Implementations of this callback are free to present the conflict
 * using any user interface. This may include simple contextual
 * conflicts in a file's text or properties, or more complex
 * 'tree'-based conflicts related to obstructed additions, deletions,
 * and edits. The callback implementation is free to decide which
 * sorts of conflicts to handle; it's also free to decide which types
 * of conflicts are automatically resolvable and which require user
 * interaction.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_create_conflict_result(svn_wc_conflict_choice_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Allocate an #svn_wc_conflict_result_t structure in @a pool,
 initialize and return it.
 
 Set the @c choice field of the structure to @a choice, @c merged_file
 to @a merged_file, and @c save_merged to false. Make only a shallow
 copy of the pointer argument @a merged_file. @a merged_file may be
 NULL if setting merged_file is not needed.
 
 @since New in 1.5.
 
</member>
        <member name="F:svn_wc_conflict_result_t.merged_value">
If not NULL, this is the new merged property, used when choosing
   * #svn_wc_conflict_choose_merged. This value is prefered over using
   * merged_file.
   *
   * @since New in 1.9.
 
</member>
        <member name="F:svn_wc_conflict_result_t.save_merged">
If true, save a backup copy of merged_file (or the original
      merged_file from the conflict description, if merged_file is
      NULL) in the user's working copy.
</member>
        <member name="F:svn_wc_conflict_result_t.merged_file">
If not NULL, this is a path to a file which contains the client's
      (or more likely, the user's) merging of the three values in
      conflict. libsvn_wc accepts this file if (and only if) @c choice
      is set to #svn_wc_conflict_choose_merged.
</member>
        <member name="F:svn_wc_conflict_result_t.choice">
A choice to either delay the conflict resolution or select a
      particular file to resolve the conflict.
</member>
        <member name="T:svn_wc_conflict_result_t">
The final result returned by #svn_wc_conflict_resolver_func_t.
 *
 * @note Fields may be added to the end of this structure in future
 * versions. Therefore, to preserve binary compatibility, users
 * should not directly allocate structures of this type. Instead,
 * construct this structure using svn_wc_create_conflict_result()
 * below.
 *
 * @since New in 1.5.
 
</member>
        <member name="T:svn_wc_conflict_choice_t">
The way in which the conflict callback chooses a course of action.
 *
 * @since New in 1.5.
 
</member>
        <member name="F:svn_wc_conflict_choose_unspecified">
@since New in 1.8.
</member>
        <member name="F:svn_wc_conflict_choose_base">
If there were files to choose from, select one as a way of
     resolving the conflict here and now. libsvn_wc will then do the
     work of "installing" the chosen file.
 
</member>
        <member name="F:svn_wc_conflict_choose_postpone">
Don't resolve the conflict now. Let libsvn_wc mark the path
     'conflicted', so user can run 'svn resolved' later.
</member>
        <member name="F:svn_wc_conflict_choose_undefined">
Undefined; for private use only.
      This value must never be returned in svn_wc_conflict_result_t,
      but a separate value, unequal to all other pre-defined values may
      be useful in conflict resolver implementations to signal that no
      choice is made yet.
   * @since New in 1.9
 
</member>
        <member name="M:svn_wc__conflict_description2_dup(svn_wc_conflict_description2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Like svn_wc_conflict_description2_dup(), but is improperly named
 * as a private function when it is intended to be a public API.
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_wc_conflict_description2_dup(svn_wc_conflict_description2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a duplicate of @a conflict, allocated in @a result_pool.
 * A deep copy of all members will be made.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_wc_conflict_description_create_tree(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_node_kind_t,svn_wc_operation_t,svn_wc_conflict_version_t*,svn_wc_conflict_version_t*,apr_pool_t*)">
Similar to svn_wc_conflict_description_create_tree(), but returns
 * a #svn_wc_conflict_description_t *.
 *
 * @since New in 1.6.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_conflict_description_create_tree2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_node_kind_t,svn_wc_operation_t,svn_wc_conflict_version_t!System.Runtime.CompilerServices.IsConst*,svn_wc_conflict_version_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Allocate an #svn_wc_conflict_description2_t structure in @a pool,
 initialize to represent a tree conflict, and return it.
 
 Set the @c local_abspath field of the created struct to @a local_abspath
 (which must be an absolute path), the @c kind field to
 #svn_wc_conflict_kind_tree, the @c node_kind to @a node_kind,
 the @c operation to @a operation, the @c src_left_version field to
 @a src_left_version, and the @c src_right_version field to
 @a src_right_version.
 
 @note: It is the caller's responsibility to set the other required fields
 (such as the four file names and @c action and @c reason).
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_conflict_description_create_prop(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_wc_conflict_descriptor_create_prop(), but returns
 * a #svn_wc_conflict_description_t *.
 *
 * @since New in 1.6.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_conflict_description_create_prop2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Allocate an #svn_wc_conflict_description2_t structure in @a result_pool,
 initialize to represent a property conflict, and return it.
 
 Set the @c local_abspath field of the created struct to @a local_abspath
 (which must be an absolute path), the @c kind field
 to #svn_wc_conflict_kind_property, the @c node_kind to @a node_kind, and
 the @c property_name to @a property_name.
 
 @note: It is the caller's responsibility to set the other required fields
 (such as the four file names and @c action and @c reason).
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc_conflict_description_create_text(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_adm_access_t*,apr_pool_t*)">
Similar to svn_wc_conflict_description_create_text2(), but returns
 * a #svn_wc_conflict_description_t *.
 *
 * @since New in 1.6.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_conflict_description_create_text2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Allocate an #svn_wc_conflict_description2_t structure in @a result_pool,
 initialize to represent a text conflict, and return it.
 
 Set the @c local_abspath field of the created struct to @a local_abspath
 (which must be an absolute path), the @c kind field to
 #svn_wc_conflict_kind_text, the @c node_kind to #svn_node_file,
 the @c action to #svn_wc_conflict_action_edit, and the @c reason to
 #svn_wc_conflict_reason_edited.
 
 @note It is the caller's responsibility to set the other required fields
 (such as the four file names and @c mime_type and @c is_binary).
 
 @since New in 1.7.
 
</member>
        <member name="F:svn_wc_conflict_description_t.src_right_version">
Info on the "merge-right source" or "their" version of incoming change.
   * @since New in 1.6.
</member>
        <member name="F:svn_wc_conflict_description_t.src_left_version">
Info on the "merge-left source" or "older" version of incoming change.
   * @since New in 1.6.
</member>
        <member name="F:svn_wc_conflict_description_t.operation">
The operation that exposed the conflict.
   * Used only for tree conflicts.
   *
   * @since New in 1.6.
 
</member>
        <member name="F:svn_wc_conflict_description_t.merged_file">
merged version; may contain conflict markers
</member>
        <member name="F:svn_wc_conflict_description_t.my_file">
my locally-edited version of the file
</member>
        <member name="F:svn_wc_conflict_description_t.their_file">
their version of the file
</member>
        <member name="F:svn_wc_conflict_description_t.base_file">
If this is text-conflict and involves the merging of two files
   * descended from a common ancestor, here are the paths of up to
   * four fulltext files that can be used to interactively resolve the
   * conflict. All four files will be in repository-normal form -- LF
   * line endings and contracted keywords. (If any of these files are
   * not available, they default to NULL.)
   *
   * On the other hand, if this is a property-conflict, then these
   * paths represent temporary files that contain the three different
   * property-values in conflict. The fourth path (@c merged_file)
   * may or may not be NULL; if set, it represents libsvn_wc's
   * attempt to merge the property values together. (Remember that
   * property values are technically binary values, and thus can't
   * always be merged.)
 
</member>
        <member name="F:svn_wc_conflict_description_t.reason">
The state of the target node or property, relative to its merge-left
   * source, that is the reason for the conflict.
   * (When @c kind is 'text', this reason must be 'edited'.)
</member>
        <member name="F:svn_wc_conflict_description_t.action">
The action being attempted on the conflicted node or property.
   * (When @c kind is 'text', this action must be 'edit'.)
</member>
        <member name="F:svn_wc_conflict_description_t.access">
If not NULL, an open working copy access baton to either the
   * path itself (if @c path is a directory), or to the parent
   * directory (if @c path is a file.)
   * For a tree conflict, this will always be an access baton
   * to the parent directory of the path, even if the path is
   * a directory.
</member>
        <member name="F:svn_wc_conflict_description_t.mime_type">
The svn:mime-type property of ('my' version of) @c path, if available,
   * else NULL.
   * (Only if @c kind is 'text', else undefined.)
</member>
        <member name="F:svn_wc_conflict_description_t.is_binary">
Whether svn thinks ('my' version of) @c path is a 'binary' file.
   * (Only if @c kind is 'text', else undefined.)
</member>
        <member name="F:svn_wc_conflict_description_t.property_name">
The name of the property whose conflict is being described.
   * (Only if @a kind is 'property'; else undefined.)
</member>
        <member name="F:svn_wc_conflict_description_t.kind">
What sort of conflict are we describing?
</member>
        <member name="F:svn_wc_conflict_description_t.node_kind">
The local node type of the path being operated on (for a tree conflict,
   * this specifies the local node kind, which may be (and typically is)
   * different than the left and right kind)
</member>
        <member name="F:svn_wc_conflict_description_t.path">
The path that is in conflict (for a tree conflict, it is the victim)
</member>
        <member name="T:svn_wc_conflict_description_t">
Similar to #svn_wc_conflict_description2_t, but with relative paths and
 * adm_access batons. Passed to #svn_wc_conflict_resolver_func_t.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="F:svn_wc_conflict_description2_t.prop_value_incoming_new">
For property conflicts, the incoming new value of the property,
   * i.e. the value the property had at @c src_right_version.
   * Only set if available, so might be @c NULL.
   * @since New in 1.9
</member>
        <member name="F:svn_wc_conflict_description2_t.prop_value_incoming_old">
For property conflicts, the incoming old value of the property,
   * i.e. the value the property had at @c src_left_version.
   * Only set if available, so might be @c NULL.
   * @since New in 1.9
</member>
        <member name="F:svn_wc_conflict_description2_t.prop_value_working">
For property conflicts, the local working value of the property,
   * i.e. the value of the property in the working copy, possibly with
   * local modiciations.
   * Only set if available, so might be @c NULL.
   * @since New in 1.9.
</member>
        <member name="F:svn_wc_conflict_description2_t.prop_value_base">
For property conflicts, the local base value of the property, i.e. the
   * value of the property as of the BASE revision of the working copy.
   * For conflicts created during update/switch this contains the
   * post-update/switch property value. The pre-update/switch value can
   * be found in prop_value_incoming_old.
   * Only set if available, so might be @c NULL.
   * @since New in 1.9.
</member>
        <member name="F:svn_wc_conflict_description2_t.prop_reject_abspath">
For property conflicts, the absolute path to the .prej file.
   * @since New in 1.9.
</member>
        <member name="F:svn_wc_conflict_description2_t.src_right_version">
Info on the "merge-right source" or "their" version of incoming change.
</member>
        <member name="F:svn_wc_conflict_description2_t.src_left_version">
Info on the "merge-left source" or "older" version of incoming change.
</member>
        <member name="F:svn_wc_conflict_description2_t.operation">
The operation that exposed the conflict.
   * Used only for tree conflicts.
 
</member>
        <member name="F:svn_wc_conflict_description2_t.merged_file">
merged version; may contain conflict markers
   * ### For property conflicts, this contains 'their_abspath'.
</member>
        <member name="F:svn_wc_conflict_description2_t.my_abspath">
my locally-edited version of the file
</member>
        <member name="F:svn_wc_conflict_description2_t.their_abspath">
their version of the file
</member>
        <member name="F:svn_wc_conflict_description2_t.base_abspath">
If this is text-conflict and involves the merging of two files
   * descended from a common ancestor, here are the paths of up to
   * four fulltext files that can be used to interactively resolve the
   * conflict.
   *
   * @a base_abspath, @a their_abspath and @a my_abspath are absolute
   * paths.
   *
   * ### Is @a merged_file relative to some directory, or absolute?
   *
   * All four files will be in repository-normal form -- LF
   * line endings and contracted keywords. (If any of these files are
   * not available, they default to NULL.)
   *
   * On the other hand, if this is a property-conflict, then these
   * paths represent temporary files that contain the three different
   * property-values in conflict. The fourth path (@c merged_file)
   * may or may not be NULL; if set, it represents libsvn_wc's
   * attempt to merge the property values together. (Remember that
   * property values are technically binary values, and thus can't
   * always be merged.)
 
</member>
        <member name="F:svn_wc_conflict_description2_t.reason">
The local change or state of the target node or property, relative
   * to its merge-left source, that conflicts with the incoming action.
   * When @c kind is 'text', this must be 'edited', but generally it can
   * be any kind of possible change.
   * Note that 'local' does not always refer to a working copy. A change
   * can be local to the target branch of a merge operation, for example,
   * and is not necessarily visible in a working copy of the target branch
   * at any given revision.
</member>
        <member name="F:svn_wc_conflict_description2_t.action">
The incoming action being attempted on the conflicted node or property.
   * When @c kind is 'text', this action must be 'edit', but generally it can
   * be any kind of possible change.
</member>
        <member name="F:svn_wc_conflict_description2_t.mime_type">
The svn:mime-type property of ('my' version of) @c path, if available,
   * else NULL.
   * (Only if @c kind is 'text', else undefined.)
</member>
        <member name="F:svn_wc_conflict_description2_t.is_binary">
Whether svn thinks ('my' version of) @c path is a 'binary' file.
   * (Only if @c kind is 'text', else undefined.)
</member>
        <member name="F:svn_wc_conflict_description2_t.property_name">
The name of the property whose conflict is being described.
   * (Only if @a kind is 'property'; else undefined.)
</member>
        <member name="F:svn_wc_conflict_description2_t.kind">
What sort of conflict are we describing?
</member>
        <member name="F:svn_wc_conflict_description2_t.node_kind">
The node type of the local node involved in this conflict.
   * For a tree conflict, this is the node kind of the tree conflict victim.
   * For the left/right node kinds of the incoming conflicting change see
   * src_left_version-&gt;node_kind and src_right_version-&gt;node_kind.
</member>
        <member name="F:svn_wc_conflict_description2_t.local_abspath">
The path that is in conflict (for a tree conflict, it is the victim)
</member>
        <member name="T:svn_wc_conflict_description2_t">
A struct that describes a conflict that has occurred in the
 * working copy.
 *
 * The conflict described by this structure is one of:
 * - a conflict on the content of the file node @a local_abspath
 * - a conflict on the property @a property_name of @a local_abspath
 * - a tree conflict, of which @a local_abspath is the victim
 * Be aware that the victim of a tree conflict can be a non-existent node.
 * The three kinds of conflict are distinguished by @a kind.
 *
 * @note Fields may be added to the end of this structure in future
 * versions. Therefore, to preserve binary compatibility, users
 * should not directly allocate structures of this type but should use
 * svn_wc_conflict_description_create_text2() or
 * svn_wc_conflict_description_create_prop2() or
 * svn_wc_conflict_description_create_tree2() instead.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_conflict_version_dup(svn_wc_conflict_version_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a duplicate of @a version, allocated in @a pool.
 * No part of the new version will be shared with @a version.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_wc_conflict_version_create(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_node_kind_t,apr_pool_t*)">
Similar to svn_wc_conflict_version_create2(), but doesn't set all
 * required values.
 *
 * @since New in 1.6.
 * @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_wc_conflict_version_create2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_node_kind_t,apr_pool_t*)">
 Allocate an #svn_wc_conflict_version_t structure in @a pool,
 initialize to contain a conflict origin, and return it.
 
 Set the @c repos_url field of the created struct to @a repos_root_url,
 the @c path_in_repos field to @a repos_relpath, the @c peg_rev field to
 @a revision and the @c node_kind to @a kind. Make only shallow
 copies of the pointer arguments.
 
 @a repos_root_url, @a repos_relpath and @a revision must be valid,
 non-null values. @a repos_uuid should be a valid UUID, but can be
 NULL if unknown. @a kind can be any kind, even 'none' or 'unknown'.
 
 @since New in 1.8.
 
</member>
        <member name="F:svn_wc_conflict_version_t.repos_uuid">
UUID of the repository (or NULL if unknown.)
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_conflict_version_t.node_kind">
@}
The node kind. Can be any kind, including 'none' or 'unknown'.
</member>
        <member name="F:svn_wc_conflict_version_t.path_in_repos">
path within repos; must not start with '/'
</member>
        <member name="F:svn_wc_conflict_version_t.peg_rev">
revision at which to look up path_in_repos
</member>
        <member name="F:svn_wc_conflict_version_t.repos_url">
@name Where to find this node version in a repository
@{
URL of repository root
</member>
        <member name="T:svn_wc_conflict_version_t">
Info about one of the conflicting versions of a node. Each field may
 * have its respective null/invalid/unknown value if the corresponding
 * information is not relevant or not available.
 *
 * @todo Consider making some or all of the info mandatory, to reduce
 * complexity.
 *
 * @note Fields may be added to the end of this structure in future
 * versions. Therefore, to preserve binary compatibility, users
 * should not directly allocate structures of this type.
 *
 * @see svn_wc_conflict_version_create()
 * @see svn_wc_conflict_version_dup()
 *
 * @since New in 1.6.
 
</member>
        <member name="T:svn_wc_operation_t">
The user operation that exposed a conflict.
 *
 * @since New in 1.6.
 
</member>
        <member name="T:svn_wc_conflict_kind_t">
The type of conflict being described by an
 * #svn_wc_conflict_description2_t (see below).
 *
 * @since New in 1.5.
 
</member>
        <member name="F:svn_wc_conflict_kind_tree">
tree conflict (on a dir) @since New in 1.6.
</member>
        <member name="F:svn_wc_conflict_kind_property">
property conflict (on a file or dir)
</member>
        <member name="F:svn_wc_conflict_kind_text">
textual conflict (on a file)
</member>
        <member name="T:svn_wc_conflict_reason_t">
The pre-existing condition which is causing a state of conflict.
 *
 * @since New in 1.5.
 
</member>
        <member name="F:svn_wc_conflict_reason_moved_here">
Object is moved here. @since New in 1.8.
</member>
        <member name="F:svn_wc_conflict_reason_moved_away">
Object is moved away. @since New in 1.8.
</member>
        <member name="F:svn_wc_conflict_reason_replaced">
Object is already replaced. @since New in 1.7.
</member>
        <member name="F:svn_wc_conflict_reason_added">
Object is already added or schedule-add. @since New in 1.6.
</member>
        <member name="F:svn_wc_conflict_reason_unversioned">
Object is unversioned
</member>
        <member name="F:svn_wc_conflict_reason_missing">
Object is unknown or missing
</member>
        <member name="F:svn_wc_conflict_reason_deleted">
Object is already schedule-delete
</member>
        <member name="F:svn_wc_conflict_reason_obstructed">
Another object is in the way
</member>
        <member name="F:svn_wc_conflict_reason_edited">
Local edits are already present
</member>
        <member name="T:svn_wc_conflict_action_t">
@}
 Interactive conflict handling
 
 @defgroup svn_wc_conflict Conflict callback functionality
 @{
 
 This API gives a Subversion client application the opportunity to
 define a callback that allows the user to resolve conflicts
 interactively during updates and merges.
 
 If a conflict is discovered, libsvn_wc invokes the callback with an
 #svn_wc_conflict_description_t. This structure describes the
 path in conflict, whether it's a text or property conflict, and may
 also present up to three files that can be used to resolve the
 conflict (perhaps by launching an editor or 3rd-party merging
 tool). The structure also provides a possible fourth file (@c
 merged_file) which, if not NULL, represents libsvn_wc's attempt to
 contextually merge the first three files. (Note that libsvn_wc
 will not attempt to merge a file that it believes is binary, and it
 will only attempt to merge property values it believes to be a
 series of multi-line text.)
 
 When the callback is finished interacting with the user, it
 responds by returning a #svn_wc_conflict_result_t. This
 structure indicates whether the user wants to postpone the conflict
 for later (allowing libsvn_wc to mark the path "conflicted" as
 usual), or whether the user wants libsvn_wc to use one of the four
 files as the "final" state for resolving the conflict immediately.
 
 Note that the callback is at liberty (and encouraged) to merge the
 three files itself. If it does so, it signals this to libsvn_wc by
 returning a choice of #svn_wc_conflict_choose_merged. To return
 the 'final' merged file to libsvn_wc, the callback has the option of
 either:
 
    - editing the original @c merged_file in-place
 
        or, if libsvn_wc never supplied a merged_file in the
        description structure (i.e. passed NULL for that field),
 
    - return the merged file in the #svn_wc_conflict_result_t.
 
 
The type of action being attempted on an object.
 *
 * @since New in 1.5.
 
</member>
        <member name="D:svn_wc_notify_func_t">
 Similar to #svn_wc_notify_func2_t, but takes the information as arguments
 instead of struct fields.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="D:svn_wc_notify_func2_t">
 Notify the world that @a notify-&gt;action has happened to @a notify-&gt;path.
 
 Recommendation: callers of #svn_wc_notify_func2_t should avoid
 invoking it multiple times on the same path within a given
 operation, and implementations should not bother checking for such
 duplicate calls. For example, in an update, the caller should not
 invoke the notify func on receiving a prop change and then again
 on receiving a text change. Instead, wait until all changes have
 been received, and then invoke the notify func once (from within
 an #svn_delta_editor_t's close_file(), for example), passing
 the appropriate @a notify-&gt;content_state and @a notify-&gt;prop_state flags.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_wc_dup_notify(svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of @a notify, allocated in @a pool.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_wc_create_notify_url(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,apr_pool_t*)">
 Allocate an #svn_wc_notify_t structure in @a pool, initialize and return
 it.
 
 Set the @c url field of the created struct to @a url, @c path to "." and @c
 action to @a action. Set all other fields to their @c _unknown, @c NULL or
 invalid value, respectively. Make only a shallow copy of the pointer
 @a url.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_wc_create_notify(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_notify_action_t,apr_pool_t*)">
 Allocate an #svn_wc_notify_t structure in @a pool, initialize and return
 it.
 
 Set the @c path field of the created struct to @a path, and @c action to
 @a action. Set all other fields to their @c _unknown, @c NULL or
 invalid value, respectively. Make only a shallow copy of the pointer
 @a path.
 
 @since New in 1.2.
 
</member>
        <member name="F:svn_wc_notify_t.hunk_fuzz">
The fuzz factor the hunk was applied with.
   * @since New in 1.7
</member>
        <member name="F:svn_wc_notify_t.hunk_matched_line">
The line at which a hunk was matched (and applied).
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_t.hunk_original_start">
These fields are used by svn patch to identify the
   * hunk the notification is for. They are line-based
   * offsets and lengths parsed from the unidiff hunk header.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_t.old_revision">
If @c action is #svn_wc_notify_update_update or
   * #svn_wc_notify_update_add, contains the revision before the update.
   * In all other cases, it is #SVN_INVALID_REVNUM.
   * @since New in 1.7
</member>
        <member name="F:svn_wc_notify_t.rev_props">
If @c action is #svn_wc_notify_blame_revision, contains a list of
   * revision properties for the specified revision
   * @since New in 1.6
</member>
        <member name="F:svn_wc_notify_t.prop_name">
If @c action relates to properties, specifies the name of the property.
   * @since New in 1.6
</member>
        <member name="F:svn_wc_notify_t.path_prefix">
If non-NULL, specifies an absolute path prefix that can be subtracted
   * from the start of the absolute path in @c path or @c url. Its purpose
   * is to allow notification to remove a common prefix from all the paths
   * displayed for an operation. @since New in 1.6
</member>
        <member name="F:svn_wc_notify_t.url">
Similar to @c path, but if non-NULL the notification is about a url.
   * @since New in 1.6
</member>
        <member name="F:svn_wc_notify_t.merge_range">
When @c action is #svn_wc_notify_merge_begin or
   * #svn_wc_notify_foreign_merge_begin or
   * #svn_wc_notify_merge_record_info_begin, and both the
   * left and right sides of the merge are from the same URL. In all
   * other cases, it is @c NULL. @since New in 1.5
</member>
        <member name="F:svn_wc_notify_t.changelist_name">
If @c action pertains to a changelist, this is the changelist name.
   * In all other cases, it is @c NULL. @since New in 1.5
</member>
        <member name="F:svn_wc_notify_t.revision">
When @c action is #svn_wc_notify_update_completed, target revision
   * of the update, or #SVN_INVALID_REVNUM if not available; when @c
   * action is #svn_wc_notify_blame_revision, processed revision; Since
   * Subversion 1.7 when action is #svn_wc_notify_update_update or
   * #svn_wc_notify_update_add, the target revision.
   * In all other cases, it is #SVN_INVALID_REVNUM.
 
</member>
        <member name="F:svn_wc_notify_t.lock_state">
Reflects the addition or removal of a lock token in the working copy.
</member>
        <member name="F:svn_wc_notify_t.prop_state">
The type of notification that is occurring about node properties.
</member>
        <member name="F:svn_wc_notify_t.content_state">
The type of notification that is occurring about node content.
</member>
        <member name="F:svn_wc_notify_t.err">
Points to an error describing the reason for the failure when @c
   * action is one of the following: #svn_wc_notify_failed_lock,
   * #svn_wc_notify_failed_unlock, #svn_wc_notify_failed_external.
   * Is @c NULL otherwise.
</member>
        <member name="F:svn_wc_notify_t.lock">
Points to the lock structure received from the repository when
   * @c action is #svn_wc_notify_locked. For other actions, it is
   * @c NULL.
</member>
        <member name="F:svn_wc_notify_t.mime_type">
If non-NULL, indicates the mime-type of @c path.
   * It is always @c NULL for directories.
</member>
        <member name="F:svn_wc_notify_t.kind">
Node kind of @c path.
</member>
        <member name="F:svn_wc_notify_t.action">
Action that describes what happened to #svn_wc_notify_t.path.
</member>
        <member name="F:svn_wc_notify_t.path">
Path, either absolute or relative to the current working directory
   * (i.e., not relative to an anchor). @c path is "." or another valid path
   * value for compatibility reasons when the real target is a url that
   * is available in @c url.
</member>
        <member name="T:svn_wc_notify_t">
 Structure used in the #svn_wc_notify_func2_t function.
 
 @c kind, @c content_state, @c prop_state and @c lock_state are from
 after @c action, not before.
 
 @note If @c action is #svn_wc_notify_update_completed, then @c path has
 already been installed, so it is legitimate for an implementation of
 #svn_wc_notify_func2_t to examine @c path in the working copy.
 
 @note The purpose of the @c kind, @c mime_type, @c content_state, and
 @c prop_state fields is to provide "for free" information that an
 implementation is likely to want, and which it would otherwise be
 forced to deduce via expensive operations such as reading entries
 and properties. However, if the caller does not have this
 information, it will simply pass the corresponding `*_unknown'
 values, and it is up to the implementation how to handle that
 (i.e., whether to attempt deduction, or just to punt and
 give a less informative notification).
 
 @note Callers of notification functions should use svn_wc_create_notify()
 or svn_wc_create_notify_url() to create structures of this type to allow
 for extensibility.
 
 @since New in 1.2.
 
</member>
        <member name="T:svn_wc_notify_lock_state_t">
 What happened to a lock during an operation.
 
 @since New in 1.2.
 
</member>
        <member name="F:svn_wc_notify_lock_state_unlocked">
The item was unlocked.
</member>
        <member name="F:svn_wc_notify_lock_state_locked">
The item was locked.
</member>
        <member name="F:svn_wc_notify_lock_state_unchanged">
The lock wasn't changed.
</member>
        <member name="T:svn_wc_notify_state_t">
The type of notification that is occurring.
</member>
        <member name="F:svn_wc_notify_state_source_missing">
The source to copy the file from is missing.
</member>
        <member name="F:svn_wc_notify_state_conflicted">
Modified state got conflicting mods.
</member>
        <member name="F:svn_wc_notify_state_merged">
Modified state had mods merged in.
</member>
        <member name="F:svn_wc_notify_state_changed">
Pristine state was modified.
</member>
        <member name="F:svn_wc_notify_state_obstructed">
An unversioned item obstructed work.
</member>
        <member name="F:svn_wc_notify_state_missing">
The item wasn't present.
</member>
        <member name="F:svn_wc_notify_state_unchanged">
The state did not change.
</member>
        <member name="F:svn_wc_notify_state_unknown">
Notifier doesn't know or isn't saying.
</member>
        <member name="T:svn_wc_notify_action_t">
@}
 @defgroup svn_wc_notifications Notification callback handling
 @{
 
 In many cases, the WC library will scan a working copy and make
 changes. The caller usually wants to know when each of these changes
 has been made, so that it can display some kind of notification to
 the user.
 
 These notifications have a standard callback function type, which
 takes the path of the file that was affected, and a caller-
 supplied baton.
 
 @note The callback is a 'void' return -- this is a simple
 reporting mechanism, rather than an opportunity for the caller to
 alter the operation of the WC library.
 
 @note Some of the actions are used across several
 different Subversion commands. For example, the update actions are
 also used for checkouts, switches, and merges.
 
The type of action occurring.
</member>
        <member name="F:svn_wc_notify_end_search_tree_conflict_details">
Done searching the repository for details about a conflict.
   * @since New in 1.10.
</member>
        <member name="F:svn_wc_notify_tree_conflict_details_progress">
Progressing in search of repository for details about a tree conflict.
   * The revision being searched is specified in #svn_wc_notify_t.revision.
   * @since New in 1.10.
</member>
        <member name="F:svn_wc_notify_begin_search_tree_conflict_details">
Starting to search the repository for details about a tree conflict.
   * @since New in 1.10.
</member>
        <member name="F:svn_wc_notify_resolved_tree">
A tree conflict on a path was marked as resolved.
   * @since New in 1.10.
</member>
        <member name="F:svn_wc_notify_resolved_prop">
A property conflict on a path was marked as resolved.
   * The name of the property is specified in #svn_wc_notify_t.prop_name.
   * @since New in 1.10.
</member>
        <member name="F:svn_wc_notify_resolved_text">
All text conflicts in a file were marked as resolved.
   * @since New in 1.10.
</member>
        <member name="F:svn_wc_notify_commit_finalizing">
Finalizing commit.
   * @since New in 1.9.
</member>
        <member name="F:svn_wc_notify_info_external">
Running info on an external module.
   * @since New in 1.9.
</member>
        <member name="F:svn_wc_notify_failed_requires_target">
The operation failed because the operation (E.g. commit) is only valid
   * if the operation includes this path.
   * @since New in 1.9.
</member>
        <member name="F:svn_wc_notify_cleanup_external">
Running cleanup on an external module.
   * @since New in 1.9.
</member>
        <member name="F:svn_wc_notify_move_broken">
A move in the working copy has been broken, i.e. degraded into a
   * copy + delete. The notified path is the move source (the deleted path).
   * ### TODO: Provide path to move destination as well?
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_notify_foreign_copy_begin">
A copy from a foreign repository has started
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_notify_left_local_modifications">
The current operation left local changes of something that was deleted
   * The changes are available on (and below) the notified path
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_notify_conflict_resolver_done">
Conflict resolver is done.
   * This can be used by clients to detect when to display conflict summary
   * information, for example.
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_notify_conflict_resolver_starting">
Conflict resolver is starting.
   * This can be used by clients to detect when to display conflict summary
   * information, for example.
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_notify_failed_obstruction">
Operation failed because a node is obstructed.
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_notify_update_broken_lock">
Just the lock on a file was removed during update.
   * @since New in 1.8.
</member>
        <member name="F:svn_wc_notify_skip_conflicted">
The operation skipped the path because it was conflicted.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_failed_forbidden_by_server">
Operation failed because the operation was forbidden by the server.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_failed_locked">
Operation failed because a node is locked by another user and/or
   * working copy. @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_failed_no_parent">
Operation failed because an added parent is not selected
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_failed_out_of_date">
Operation failed because a node is out of date
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_failed_missing">
Operation failed because an added node is missing
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_failed_conflict">
Operation failed because the node remains in conflict
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_exclude">
Removing a path by excluding it.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_path_nonexistent">
The operation was attempted on a path which doesn't exist.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_url_redirect">
The server has instructed the client to follow a URL
   * redirection.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_commit_copied_replaced">
Committing an overwriting (replace) copy (path is the target of
   * the copy, not the source).
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_commit_copied">
Committing a non-overwriting copy (path is the target of the
   * copy, not the source).
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_patch_hunk_already_applied">
A hunk from a patch was found to already be applied.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_patch_rejected_hunk">
A hunk from a patch was rejected.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_patch_applied_hunk">
A hunk from a patch was applied.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_patch">
A file in the working copy was patched.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_merge_elide_info">
Mergeinfo was removed due to elision.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_merge_record_info_begin">
Mergeinfo describing a merge was recorded.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_upgraded_path">
A working copy directory was upgraded to the latest format.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_merge_record_info">
The mergeinfo on path was updated. @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_update_shadowed_delete">
A node below an existing node was deleted during update.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_update_shadowed_update">
A node below an existing node was updated during update.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_update_shadowed_add">
A node below an existing node was added during update.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_update_external_removed">
An update operation removed an external working copy.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_update_skip_access_denied">
An update tried to update a file or directory to which access could
   * not be obtained. @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_update_skip_working_only">
An explicit update tried to update a file or directory that
   * doesn't live in the repository and can't be brought in.
   * @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_update_skip_obstruction">
An update tried to add a file or directory at a path where
   * a separate working copy was found. @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_update_started">
Starting an update operation. @since New in 1.7.
</member>
        <member name="F:svn_wc_notify_failed_external">
The path is a subdirectory referenced in an externals definition
   * which is unable to be operated on. @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_tree_conflict">
The path is a tree-conflict victim of the intended action (*not*
   * a persistent tree-conflict from an earlier operation, but *this*
   * operation caused the tree-conflict). @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_merge_completed">
The last notification in a merge. @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_revprop_deleted">
Revprop deleted. @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_revprop_set">
Revprop set. @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_property_deleted_nonexistent">
Nonexistent property deleted. @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_property_deleted">
Property deleted. @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_property_modified">
Property updated. @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_property_added">
Property added. @since New in 1.6.
</member>
        <member name="F:svn_wc_notify_update_replace">
Replace notification. @since New in 1.5.
</member>
        <member name="F:svn_wc_notify_foreign_merge_begin">
A merge operation (to path) from a foreign repository has begun.
      See #svn_wc_notify_t.merge_range. @since New in 1.5.
</member>
        <member name="F:svn_wc_notify_merge_begin">
A merge operation (to path) has begun. See #svn_wc_notify_t.merge_range.
      @since New in 1.5.
</member>
        <member name="F:svn_wc_notify_changelist_moved">
Warn user that a path has moved from one changelist to another.
      @since New in 1.5.
      @deprecated As of 1.7, separate clear and set notifications are sent.
</member>
        <member name="F:svn_wc_notify_changelist_clear">
Changelist name cleared. @since New in 1.5.
</member>
        <member name="F:svn_wc_notify_changelist_set">
Changelist name set. @since New in 1.5.
</member>
        <member name="F:svn_wc_notify_exists">
Tried adding a path that already exists. @since New in 1.5.
</member>
        <member name="F:svn_wc_notify_failed_unlock">
Failed to unlock a path. @since New in 1.2.
</member>
        <member name="F:svn_wc_notify_failed_lock">
Failed to lock a path. @since New in 1.2.
</member>
        <member name="F:svn_wc_notify_unlocked">
Unlocking a path. @since New in 1.2.
</member>
        <member name="F:svn_wc_notify_locked">
Locking a path. @since New in 1.2.
</member>
        <member name="F:svn_wc_notify_blame_revision">
Processed a single revision's blame.
</member>
        <member name="F:svn_wc_notify_commit_postfix_txdelta">
Transmitting post-fix text-delta data for a file.
</member>
        <member name="F:svn_wc_notify_commit_replaced">
Committing a replacement.
</member>
        <member name="F:svn_wc_notify_commit_deleted">
Committing a deletion.
</member>
        <member name="F:svn_wc_notify_commit_added">
Committing an addition.
</member>
        <member name="F:svn_wc_notify_commit_modified">
Committing a modification.
</member>
        <member name="F:svn_wc_notify_status_external">
Running status on an external module.
</member>
        <member name="F:svn_wc_notify_status_completed">
The last notification in a status (including status on externals).
</member>
        <member name="F:svn_wc_notify_update_external">
Updating an external module.
</member>
        <member name="F:svn_wc_notify_update_completed">
The last notification in an update (including updates of externals).
</member>
        <member name="F:svn_wc_notify_update_update">
Got any other action in an update.
</member>
        <member name="F:svn_wc_notify_update_add">
Got an add in an update.
</member>
        <member name="F:svn_wc_notify_update_delete">
Got a delete in an update.
</member>
        <member name="F:svn_wc_notify_skip">
Skipping a path.
</member>
        <member name="F:svn_wc_notify_resolved">
All conflicts on a path were marked as resolved.
   * @note As of 1.10, separate notifications are sent for individually
   * resolved text, property, and tree conflicts. This notification is used
   * only if all conflicts on a path were marked resolved at once.
</member>
        <member name="F:svn_wc_notify_failed_revert">
A revert operation has failed.
</member>
        <member name="F:svn_wc_notify_revert">
Reverting a modified path.
</member>
        <member name="F:svn_wc_notify_restore">
Restoring a missing path from the pristine text-base.
</member>
        <member name="F:svn_wc_notify_delete">
Deleting a versioned path.
</member>
        <member name="F:svn_wc_notify_copy">
Copying a versioned path.
</member>
        <member name="F:svn_wc_notify_add">
Adding a path to revision control.
</member>
        <member name="M:svn_wc_parse_externals_description(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Similar to svn_wc_parse_externals_description2(), but returns the
 parsed externals in a hash instead of an array. This function
 should not be used, as storing the externals in a hash causes their
 order of evaluation to be not easily identifiable.
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
</member>
        <member name="M:svn_wc_parse_externals_description2(apr_array_header_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Similar to svn_wc_parse_externals_description3() with @a
 canonicalize_url set to @c TRUE, but returns an array of
 #svn_wc_external_item_t * objects instead of
 #svn_wc_external_item2_t * objects
 
 @since New in 1.1.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_parse_externals_description3(apr_array_header_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 If @a externals_p is non-NULL, set @a *externals_p to an array of
 #svn_wc_external_item2_t * objects based on @a desc.
 
 If the format of @a desc is invalid, don't touch @a *externals_p and
 return #SVN_ERR_CLIENT_INVALID_EXTERNALS_DESCRIPTION. Thus, if
 you just want to check the validity of an externals description,
 and don't care about the parsed result, pass NULL for @a externals_p.
 
 The format of @a desc is the same as for values of the directory
 property #SVN_PROP_EXTERNALS. Look there for more details.
 
 If @a canonicalize_url is @c TRUE, canonicalize the @a url member
 of those objects. If the @a url member refers to an absolute URL,
 it will be canonicalized as URL consistent with the way URLs are
 canonicalized throughout the Subversion API. If, however, the
 @a url member makes use of the recognized (SVN-specific) relative
 URL syntax for svn:externals, "canonicalization" is an ill-defined
 concept which may even result in munging the relative URL syntax
 beyond recognition. You've been warned.
 
 Allocate the table, keys, and values in @a pool.
 
 @a defining_directory is the path or URL of the directory on which
 the svn:externals property corresponding to @a desc is set.
 @a defining_directory is only used when constructing error strings.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_wc_external_item_dup(svn_wc_external_item_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a duplicate of @a item, allocated in @a pool. No part of the new
 item will be shared with @a item.
 
 @since New in 1.3.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="F:svn_wc_external_item_t.revision">
Same as #svn_wc_external_item2_t.revision
</member>
        <member name="F:svn_wc_external_item_t.url">
Same as #svn_wc_external_item2_t.url
</member>
        <member name="F:svn_wc_external_item_t.target_dir">
Same as #svn_wc_external_item2_t.target_dir
</member>
        <member name="T:svn_wc_external_item_t">
 One external item. Similar to svn_wc_external_item2_t, except
 @a revision is interpreted as both the operational revision and the
 peg revision.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_wc_external_item2_dup(svn_wc_external_item2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a duplicate of @a item, allocated in @a pool. No part of the new
 item will be shared with @a item.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_wc_external_item_create(svn_wc_external_item2_t!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
Same as svn_wc_external_item2_create() except the pointer to the new
 * empty item is 'const' which is stupid since the next thing you need to do
 * is fill in its fields.
 *
 * @deprecated Provided for backward compatibility with the 1.7 API.
 * @since New in 1.5.
 
</member>
        <member name="M:svn_wc_external_item2_create(svn_wc_external_item2_t**,apr_pool_t*)">
 Initialize an external item.
 Set @a *item to an external item object, allocated in @a pool.
 
 In order to avoid backwards compatibility problems, this function
 is used to initialize and allocate the #svn_wc_external_item2_t
 structure rather than doing so explicitly, as the size of this
 structure may change in the future.
 
 The current implementation never returns error, but callers should
 still check for error, for compatibility with future versions.
 
 @since New in 1.8.
 
</member>
        <member name="F:svn_wc_external_item2_t.peg_revision">
The peg revision to use when checking out. The only valid kinds are
      svn_opt_revision_number, svn_opt_revision_date, and
      svn_opt_revision_head.
</member>
        <member name="F:svn_wc_external_item2_t.revision">
What revision to check out. The only valid kinds for this are
      svn_opt_revision_number, svn_opt_revision_date, and
      svn_opt_revision_head.
</member>
        <member name="F:svn_wc_external_item2_t.url">
Where to check out from. This is possibly a relative external URL, as
   * allowed in externals definitions, but without the peg revision.
</member>
        <member name="F:svn_wc_external_item2_t.target_dir">
The name of the subdirectory into which this external should be
      checked out. This is relative to the parent directory that
      holds this external item. (Note that these structs are often
      stored in hash tables with the target dirs as keys, so this
      field will often be redundant.)
</member>
        <member name="T:svn_wc_external_item2_t">
One external item. This usually represents one line from an
 * svn:externals description but with the path and URL
 * canonicalized.
 *
 * In order to avoid backwards compatibility problems clients should use
 * svn_wc_external_item2_create() to allocate and initialize this structure
 * instead of doing so themselves.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_wc_traversed_depths(apr_hash_t**,svn_wc_traversal_info_t*)">
Set @a *depths to a hash table mapping <tt>const char *</tt>
 * directory names (directories traversed by @a traversal_info) to
 * <tt>const char *</tt> values (the depths of those directories, as
 * converted by svn_depth_to_word()).
 *
 * @a traversal_info is obtained from svn_wc_init_traversal_info(), but is
 * only useful after it has been passed through another function, such
 * as svn_wc_crawl_revisions(), svn_wc_get_update_editor(),
 * svn_wc_get_switch_editor(), etc.
 *
 * The dir names are full paths -- that is, anchor plus target, not target
 * alone. The values are not allocated, they are static constant strings.
 * Although the values are never NULL, not all directories traversed
 * are necessarily listed. For example, directories which did not
 * have an svn:externals property set or modified are not included.
 *
 * The hashes and keys have the same lifetime as @a traversal_info.
 *
 * New code should use the svn_wc_external_update_t callback instead.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_edited_externals(apr_hash_t**,apr_hash_t**,svn_wc_traversal_info_t*)">
Set @a *externals_old and @a *externals_new to hash tables representing
 * changes to values of the svn:externals property on directories
 * traversed by @a traversal_info.
 *
 * @a traversal_info is obtained from svn_wc_init_traversal_info(), but is
 * only useful after it has been passed through another function, such
 * as svn_wc_crawl_revisions(), svn_wc_get_update_editor(),
 * svn_wc_get_switch_editor(), etc.
 *
 * Each hash maps <tt>const char *</tt> directory names onto
 * <tt>const char *</tt> values of the externals property for that directory.
 * The dir names are full paths -- that is, anchor plus target, not target
 * alone. The values are not parsed, they are simply copied raw, and are
 * never NULL: directories that acquired or lost the property are
 * simply omitted from the appropriate table. Directories whose value
 * of the property did not change show the same value in each hash.
 *
 * The hashes, keys, and values have the same lifetime as @a traversal_info.
 *
 * New code should use the svn_wc_external_update_t callback instead.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_init_traversal_info(apr_pool_t*)">
Return a new, empty traversal info object, allocated in @a pool.
 *
 * New code should use the svn_wc_external_update_t callback instead.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="T:svn_wc_traversal_info_t">
Traversal information is information gathered by a working copy
 * crawl or update. For example, the before and after values of the
 * svn:externals property are important after an update, and since
 * we're traversing the working tree anyway (a complete traversal
 * during the initial crawl, and a traversal of changed paths during
 * the checkout/update/switch), it makes sense to gather the
 * property's values then instead of making a second pass.
 *
 * New code should use the svn_wc_external_update_t callback instead.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="D:svn_wc_external_update_t">
@}
@defgroup svn_wc_externals Externals
@{
 
Callback for external definitions updates
 *
 * @a local_abspath is the path on which the external definition was found.
 * @a old_val and @a new_val are the before and after values of the
 * SVN_PROP_EXTERNALS property. @a depth is the ambient depth of the
 * working copy directory at @a local_abspath.
 *
 * @since New in 1.7.
</member>
        <member name="M:svn_wc_set_adm_dir(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Use @a name for the administrative directory in the working copy.
 Use @a pool for any temporary allocations.
 
 The list of valid names is limited. Currently only ".svn" (the
 default) and "_svn" are allowed.
 
 @note This function changes global (per-process) state and must be
 called in a single-threaded context during the initialization of a
 Subversion client.
 
 @since New in 1.3.
 
</member>
        <member name="M:svn_wc_get_adm_dir(apr_pool_t*)">
 Return the name of the administrative directory.
 Use @a pool for any temporary allocations.
 
 The returned pointer will refer to either a statically allocated
 string, or to a string allocated in @a pool.
 
 @since New in 1.3.
 
</member>
        <member name="M:svn_wc_is_adm_dir(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@defgroup svn_wc_adm_dir_name Name of Subversion's admin dir
@{
 
The default name of the administrative subdirectory.
 *
 * Ideally, this would be completely private to wc internals (in fact,
 * it used to be that adm_subdir() in adm_files.c was the only function
 * who knew the adm subdir's name). However, import wants to protect
 * against importing administrative subdirs, so now the name is a
 * matter of public record.
 *
 * @deprecated Provided for backward compatibility with the 1.2 API.
 
 Return @c TRUE if @a name is the name of the WC administrative
 directory. Use @a pool for any temporary allocations. Only works
 with base directory names, not paths or URIs.
 
 For compatibility, the default name (.svn) will always be treated
 as an admin dir name, even if the working copy is actually using an
 alternative name.
 
 @since New in 1.3.
 
</member>
        <member name="M:svn_wc_locked(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *locked to non-zero if @a path is locked, else set it to zero.
 *
 * New code should use svn_wc_locked2() instead.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_locked2(System.Int32*,System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@}
Gets up to two booleans indicating whether a path is locked for
 * writing.
 *
 * @a locked_here is set to TRUE when a write lock on @a local_abspath
 * exists in @a wc_ctx. @a locked is set to TRUE when there is a
 * write_lock on @a local_abspath
 *
 * @a locked_here and/or @a locked can be NULL when you are not
 * interested in a specific value
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_adm_locked(svn_wc_adm_access_t!System.Runtime.CompilerServices.IsConst*)">
Return @c TRUE is the access baton @a adm_access has a write lock,
 * @c FALSE otherwise. Compared to svn_wc_locked() this is a cheap, fast
 * function that doesn't access the filesystem.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 * New code should use svn_wc_locked2() instead.
 
</member>
        <member name="M:svn_wc_adm_access_pool(svn_wc_adm_access_t!System.Runtime.CompilerServices.IsConst*)">
Return the pool used by access baton @a adm_access.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_adm_access_path(svn_wc_adm_access_t!System.Runtime.CompilerServices.IsConst*)">
Return the path used to open the access baton @a adm_access.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_adm_close(svn_wc_adm_access_t*)">
 Similar to svn_wc_adm_close2(), but with the internal pool of @a adm_access
 used for temporary allocations.
 
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_wc_adm_close2(svn_wc_adm_access_t*,apr_pool_t*)">
Give up the access baton @a adm_access, and its lock if any. This will
 * recursively close any batons in the same set that are direct
 * subdirectories of @a adm_access. Any physical locks will be removed from
 * the working copy. Lock removal is unconditional, there is no check to
 * determine if cleanup is required.
 *
 * Any temporary allocations are performed using @a scratch_pool.
 *
 * @since New in 1.6
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_adm_probe_try(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_adm_probe_try2(), but with @a tree_lock instead of
 @a levels_to_lock. @a levels_to_lock is set to -1 if @a tree_lock
 is @c TRUE, else 0.
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
</member>
        <member name="M:svn_wc_adm_probe_try2(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_adm_probe_try3() without the cancel
 functionality.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_adm_probe_try3(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Try various ways to obtain an access baton for @a path.
 
 First, try to obtain @a *adm_access via svn_wc_adm_probe_retrieve(),
 but if this fails because @a associated can't give a baton for
 @a path or @a path's parent, then try svn_wc_adm_probe_open3(),
 this time passing @a write_lock and @a levels_to_lock. If there is
 still no access because @a path is not a versioned directory, then
 just set @a *adm_access to NULL and return success. But if it is
 because @a path is locked, then return the error #SVN_ERR_WC_LOCKED,
 and the effect on @a *adm_access is undefined. (Or if the attempt
 fails for any other reason, return the corresponding error, and the
 effect on @a *adm_access is also undefined.)
 
 If svn_wc_adm_probe_open3() succeeds, then add @a *adm_access to
 @a associated.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton to determine
 if the client has canceled the operation.
 
 Use @a pool only for local processing, not to allocate @a *adm_access.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_adm_probe_retrieve(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Check the working copy to determine the node type of @a path. If
 * @a path is a versioned directory then the behaviour is like that of
 * svn_wc_adm_retrieve(), otherwise, if @a path is a file, an unversioned
 * directory, or does not exist, then the behaviour is like that of
 * svn_wc_adm_retrieve() with @a path replaced by the parent directory of
 * @a path.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_adm_retrieve(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return, in @a *adm_access, a pointer to an existing access baton associated
 * with @a path. @a path must be a directory that is locked as part of the
 * set containing the @a associated access baton.
 *
 * If the requested access baton is marked as missing in, or is simply
 * absent from, @a associated, return #SVN_ERR_WC_NOT_LOCKED.
 *
 * @a pool is used only for local processing, it is not used for the batons.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_wc_adm_open_anchor(svn_wc_adm_access_t**,svn_wc_adm_access_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Open access batons for @a path and return in @a *anchor_access and
 @a *target the anchor and target required to drive an editor. Return
 in @a *target_access the access baton for the target, which may be the
 same as @a *anchor_access (in which case @a *target is the empty
 string, never NULL). All the access batons will be in the
 @a *anchor_access set.
 
 @a levels_to_lock determines the levels_to_lock used when opening
 @a path if @a path is a versioned directory, @a levels_to_lock is
 ignored otherwise. If @a write_lock is @c TRUE the access batons
 will hold write locks.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton to determine
 if the client has canceled the operation.
 
 This function is essentially a combination of svn_wc_adm_open3() and
 svn_wc_get_actual_target(), with the emphasis on reducing physical IO.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.6 API.
    Callers should use a #svn_wc_context_t object to access the working
    copy.
 
</member>
        <member name="M:svn_wc_adm_probe_open(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_adm_probe_open2(), but with @a tree_lock instead of
 @a levels_to_lock. @a levels_to_lock is set to -1 if @a tree_lock
 is @c TRUE, else 0.
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
</member>
        <member name="M:svn_wc_adm_probe_open2(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_adm_probe_open3() without the cancel
 functionality.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_adm_probe_open3(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Checks the working copy to determine the node type of @a path. If
 @a path is a versioned directory then the behaviour is like that of
 svn_wc_adm_open3(), otherwise, if @a path is a file or does not
 exist, then the behaviour is like that of svn_wc_adm_open3() with
 @a path replaced by the parent directory of @a path. If @a path is
 an unversioned directory, the behaviour is also like that of
 svn_wc_adm_open3() on the parent, except that if the open fails,
 then the returned #SVN_ERR_WC_NOT_DIRECTORY error refers to @a path,
 not to @a path's parent.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.6 API.
    Callers should use a #svn_wc_context_t object to access the working
    copy.
 
</member>
        <member name="M:svn_wc_adm_open(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_adm_open2(), but with @a tree_lock instead of
 @a levels_to_lock. @a levels_to_lock is set to -1 if @a tree_lock
 is @c TRUE, else 0.
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
</member>
        <member name="M:svn_wc_adm_open2(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Similar to svn_wc_adm_open3(), but without cancellation support.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_wc_adm_open3(svn_wc_adm_access_t**,svn_wc_adm_access_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Return, in @a *adm_access, a pointer to a new access baton for the working
 copy administrative area associated with the directory @a path. If
 @a write_lock is TRUE the baton will include a write lock, otherwise the
 baton can only be used for read access. If @a path refers to a directory
 that is already write locked then the error #SVN_ERR_WC_LOCKED will be
 returned. The error #SVN_ERR_WC_NOT_DIRECTORY will be returned if
 @a path is not a versioned directory.
 
 If @a associated is an open access baton then @a adm_access will be added
 to the set containing @a associated. @a associated can be @c NULL, in
 which case @a adm_access is the start of a new set.
 
 @a levels_to_lock specifies how far to lock. Zero means just the specified
 directory. Any negative value means to lock the entire working copy
 directory hierarchy under @a path. A positive value indicates the number of
 levels of directories to lock -- 1 means just immediate subdirectories, 2
 means immediate subdirectories and their subdirectories, etc. All the
 access batons will become part of the set containing @a adm_access. This
 is an all-or-nothing option, if it is not possible to lock all the
 requested directories then an error will be returned and @a adm_access will
 be invalid, with the exception that subdirectories of @a path that are
 missing from the physical filesystem will not be locked and will not cause
 an error. The error #SVN_ERR_WC_LOCKED will be returned if a
 subdirectory of @a path is already write locked.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton to determine
 if the client has canceled the operation.
 
 @a pool will be used to allocate memory for the baton and any subsequently
 cached items. If @a adm_access has not been closed when the pool is
 cleared, it will be closed automatically at that point, and removed from
 its set. A baton closed in this way will not remove physical locks from
 the working copy if cleanup is required.
 
 The first baton in a set, with @a associated passed as @c NULL, must have
 the longest lifetime of all the batons in the set. This implies it must be
 the root of the hierarchy.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.6 API.
    Callers should use a #svn_wc_context_t object to access the working
    copy.
 
</member>
        <member name="T:svn_wc_adm_access_t">
@}
 Locking/Opening/Closing using adm access batons.
 
 @defgroup svn_wc_adm_access Adm access batons (deprecated)
 @{
 
Baton for access to a working copy administrative area.
 *
 * Access batons can be grouped into sets, by passing an existing open
 * baton when opening a new baton. Given one baton in a set, other batons
 * may be retrieved. This allows an entire hierarchy to be locked, and
 * then the set of batons can be passed around by passing a single baton.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 * New code should use a #svn_wc_context_t object to access the working
 * copy.
 
</member>
        <member name="M:svn_wc_context_destroy(svn_wc_context_t*)">
Destroy the working copy context described by @a wc_ctx, releasing any
 * acquired resources.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_context_create(svn_wc_context_t**,svn_config_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Create a context for the working copy, and return it in @a *wc_ctx. This
 * context is not associated with a particular working copy, but as operations
 * are performed, will load the appropriate working copy information.
 *
 * @a config should hold the various configuration options that may apply to
 * this context. It should live at least as long as @a result_pool. It may
 * be @c NULL.
 *
 * The context will be allocated in @a result_pool, and will use @a
 * result_pool for any internal allocations requiring the same longevity as
 * the context. The context will be automatically destroyed, and its
 * resources released, when @a result_pool is cleared, or it may be manually
 * destroyed by invoking svn_wc_context_destroy().
 *
 * Use @a scratch_pool for temporary allocations. It may be cleared
 * immediately upon returning from this function.
 *
 * @since New in 1.7.
 
</member>
        <member name="T:svn_wc_context_t">
@defgroup svn_wc Working copy management
@{
 
Flags for use with svn_wc_translated_file2() and svn_wc_translated_stream().
 *
 * @defgroup translate_flags Translation flags
 * @{
 
Translate from Normal Form.
   *
   * The working copy text bases and repository files are stored
   * in normal form. Some files' contents - or ever representation -
   * differs between the working copy and the normal form. This flag
   * specifies to take the latter form as input and transform it
   * to the former.
   *
   * Either this flag or #SVN_WC_TRANSLATE_TO_NF should be specified,
   * but not both.
 
Translate to Normal Form.
   *
   * Either this flag or #SVN_WC_TRANSLATE_FROM_NF should be specified,
   * but not both.
 
Force repair of eol styles, making sure the output file consistently
   * contains the one eol style as specified by the svn:eol-style
   * property and the required translation direction.
   *
 
Don't register a pool cleanup to delete the output file
Guarantee a new file is created on successful return.
   * The default shortcuts translation by returning the path
   * of the untranslated file when no translation is required.
 
Use a non-wc-local tmp directory for creating output files,
   * instead of in the working copy admin tmp area which is the default.
   *
   * @since New in 1.4.
 
@}
@defgroup svn_wc_context Working copy context
@{
 
The context for all working copy interactions.
 *
 * This is the client-facing datastructure API consumers are required
 * to create and use when interacting with a working copy. Multiple
 * contexts can be created for the same working copy simultaneously, within
 * the same process or different processes. Context mutexing will be handled
 * internally by the working copy library.
 *
 * @note: #svn_wc_context_t should be passed by non-const pointer in all
 * APIs, even for read-only operations, as it contains mutable data (caching,
 * etc.).
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_wc_version">
 Get libsvn_wc version information.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_ra_get_ra_library(svn_ra_plugin_t**,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return an RA vtable-@a library which can handle URL. A number of
 svn_client_* routines will call this internally, but client apps might
 use it too. $a ra_baton is a baton obtained by a call to
 svn_ra_init_ra_libs().
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_ra_init_ra_libs(System.Void**,apr_pool_t*)">
 Initialize the compatibility wrapper, using @a pool for any allocations.
 The caller must hold on to @a ra_baton as long as the RA library is used.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_ra_serf_init(System.Int32,apr_pool_t*,apr_hash_t*)">
Initialize libsvn_ra_serf.
 *
 * @since New in 1.4.
 * @deprecated Provided for backward compatibility with the 1.1 API.
</member>
        <member name="M:svn_ra_svn_init(System.Int32,apr_pool_t*,apr_hash_t*)">
Initialize libsvn_ra_svn.
 *
 * @deprecated Provided for backward compatibility with the 1.1 API.
</member>
        <member name="M:svn_ra_local_init(System.Int32,apr_pool_t*,apr_hash_t*)">
Initialize libsvn_ra_local.
 *
 * @deprecated Provided for backward compatibility with the 1.1 API.
</member>
        <member name="M:svn_ra_dav_init(System.Int32,apr_pool_t*,apr_hash_t*)">
 The current ABI (Application Binary Interface) version for the
 RA plugin model. This version number will change when the ABI
 between the SVN core (e.g. libsvn_client) and the RA plugin changes.
 
 An RA plugin should verify that the passed version number is acceptable
 before accessing the rest of the parameters, and before returning any
 information.
 
 It is entirely acceptable for an RA plugin to accept multiple ABI
 versions. It can simply interpret the parameters based on the version,
 and it can return different plugin structures.
 
 
 <pre>
 VSN DATE REASON FOR CHANGE
 --- ---------- ------------------------------------------------
   1 2001-02-17 Initial revision.
   2 2004-06-29 Preparing for svn 1.1, which adds new RA vtable funcs.
      2005-01-19 Rework the plugin interface and don't provide the vtable
                  to the client. Separate ABI versions are no longer used.
 </pre>
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
Initialize libsvn_ra_serf.
 *
 * @deprecated Provided for backward compatibility with the 1.1 API.
</member>
        <member name="D:svn_ra_init_func_t">
 All "ra_FOO" implementations *must* export a function named
 svn_ra_FOO_init() of type @c svn_ra_init_func_t.
 
 When called by libsvn_client, this routine adds an entry (or
 entries) to the hash table for any URL schemes it handles. The hash
 value must be of type (<tt>@c svn_ra_plugin_t *</tt>). @a pool is a
 pool for allocating configuration / one-time data.
 
 This type is defined to use the "C Calling Conventions" to ensure that
 abi_version is the first parameter. The RA plugin must check that value
 before accessing the other parameters.
 
 ### need to force this to be __cdecl on Windows... how??
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="F:svn_ra_plugin_t.get_version">
 Return the plugin's version information.
 
 @since New in 1.1.
 
</member>
        <member name="F:svn_ra_plugin_t.get_file_revs">
 Call svn_ra_get_file_revs() with the session associated with
 @a session_baton and all other arguments.
 
 @since New in 1.1.
 
</member>
        <member name="F:svn_ra_plugin_t.get_locations">
 Call svn_ra_get_locations() with the session associated with
 @a session_baton and all other arguments.
 
 @since New in 1.1.
 
</member>
        <member name="F:svn_ra_plugin_t.get_repos_root">
Call svn_ra_get_repos_root() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.get_uuid">
Call svn_ra_get_uuid() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.check_path">
Call svn_ra_check_path() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.get_log">
Call svn_ra_get_log() with the session associated with
   * @a session_baton and all other arguments. @a limit is set to 0.
 
</member>
        <member name="F:svn_ra_plugin_t.do_diff">
Call svn_ra_do_diff() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.do_status">
Call svn_ra_do_status() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.do_switch">
Call svn_ra_do_switch() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.do_update">
Call svn_ra_do_update() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.get_dir">
Call svn_ra_get_dir() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.get_file">
Call svn_ra_get_file() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.get_commit_editor">
Call svn_ra_get_commit_editor() with the session associated with
   * @a session_baton and all other arguments plus @a lock_tokens set to
   * @c NULL and @a keep_locks set to @c TRUE.
 
</member>
        <member name="F:svn_ra_plugin_t.rev_prop">
Call svn_ra_rev_prop() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.rev_proplist">
Call svn_ra_rev_proplist() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.change_rev_prop">
Call svn_ra_change_rev_prop() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.get_dated_revision">
Call svn_ra_get_dated_revision() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.get_latest_revnum">
Call svn_ra_get_latest_revnum() with the session associated with
   * @a session_baton and all other arguments.
 
</member>
        <member name="F:svn_ra_plugin_t.open">
Call svn_ra_open() and set @a session_baton to an object representing
   * the new session. All other arguments are passed to svn_ra_open().
 
</member>
        <member name="F:svn_ra_plugin_t.description">
Short doc string printed out by `svn --version`
</member>
        <member name="F:svn_ra_plugin_t.name">
The proper name of the RA library, (like "ra_serf" or "ra_local")
</member>
        <member name="T:svn_ra_plugin_t">
 Using this callback struct is similar to calling the newer public
 interface that is based on @c svn_ra_session_t.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_ra_print_ra_libraries(svn_stringbuf_t**,System.Void*,apr_pool_t*)">
 Similar to svn_ra_print_modules().
 @a ra_baton is ignored.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_ra_print_modules(svn_stringbuf_t*,apr_pool_t*)">
 The capability of understanding @c svn_depth_t (e.g., the server
 understands what the client means when the client describes the
 depth of a working copy to the server.)
 
 @since New in 1.5.
 
 The capability of doing the right thing with merge-tracking
 information. This capability should be reported bidirectionally,
 because some repositories may want to reject clients that do not
 self-report as knowing how to handle merge-tracking.
 
 @since New in 1.5.
 
 The capability of retrieving arbitrary revprops in svn_ra_get_log2.
 
 @since New in 1.5.
 
 The capability of replaying a directory in the repository (partial replay).
 
 @since New in 1.5.
 
 The capability of including revision properties in a commit.
 
 @since New in 1.5.
 
 The capability of specifying (and atomically verifying) expected
 preexisting values when modifying revprops.
 
 @since New in 1.7.
 
 The capability to get inherited properties.
 
 @since New in 1.8.
 
 The capability of a server to automatically remove transaction
 properties prefixed with #SVN_PROP_TXN_PREFIX.
 
 @since New in 1.8.
 
 The capability of a server to walk revisions backwards in
 svn_ra_get_file_revs2
 
 @since New in 1.8.
 
 The capability of a server to understand the list command.
 
 @since New in 1.10.
 
@}
 Append a textual list of all available RA modules to the stringbuf
 @a output.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_has_capability(svn_ra_session_t*,System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 @defgroup Capabilities Dynamically query the server's capabilities.
 
 @{
 
 Set @a *has to TRUE if the server represented by @a session has
 @a capability (one of the capabilities beginning with
 @c "SVN_RA_CAPABILITY_"), else set @a *has to FALSE.
 
 If @a capability isn't recognized, throw @c SVN_ERR_UNKNOWN_CAPABILITY,
 with the effect on @a *has undefined.
 
 Use @a pool for all allocation.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_get_inherited_props(svn_ra_session_t*,apr_array_header_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*,apr_pool_t*)">
 Set @a *inherited_props to a depth-first ordered array of
 #svn_prop_inherited_item_t * structures representing the properties
 inherited by @a path at @a revision (or the 'head' revision if
 @a revision is @c SVN_INVALID_REVNUM). Interpret @a path relative to
 the URL in @a session. Use @a pool for all allocations. If no
 inheritable properties are found, then set @a *inherited_props to
 an empty array.
 
 The #svn_prop_inherited_item_t-&gt;path_or_url members of the
 #svn_prop_inherited_item_t * structures in @a *inherited_props are
 paths relative to the repository root URL (of the repository which
 @a ra_session is associated).
 
 Allocate @a *inherited_props in @a result_pool. Use @a scratch_pool
 for temporary allocations.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_ra_get_deleted_rev(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong*,apr_pool_t*)">
 Given @a path at revision @a peg_revision, set @a *revision_deleted to the
 revision @a path was first deleted, within the inclusive revision range
 defined by @a peg_revision and @a end_revision. @a path is relative
 to the URL in @a session.
 
 If @a path does not exist at @a peg_revision or was not deleted within
 the specified range, then set @a *revision_deleted to @c SVN_INVALID_REVNUM.
 If @a peg_revision or @a end_revision are invalid or if @a peg_revision is
 greater than @a end_revision, then return @c SVN_ERR_CLIENT_BAD_REVISION.
 
 Use @a pool for all allocations.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_ra_replay(svn_ra_session_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Replay the changes from @a revision through @a editor and @a edit_baton.
 
 Changes will be limited to those that occur under @a session's URL, and
 the server will assume that the client has no knowledge of revisions
 prior to @a low_water_mark. These two limiting factors define the portion
 of the tree that the server will assume the client already has knowledge of,
 and thus any copies of data from outside that part of the tree will be
 sent in their entirety, not as simple copies or deltas against a previous
 version.
 
 If @a send_deltas is @c TRUE, the actual text and property changes in
 the revision will be sent, otherwise dummy text deltas and null property
 changes will be sent instead.
 
 @a pool is used for all allocation.
 
 @since New in 1.4.
 
</member>
        <member name="M:svn_ra_replay_range(svn_ra_session_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,=FUNC:svn_error_t*(System.Int32!System.Runtime.CompilerServices.IsLong,System.Void*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,apr_hash_t*,apr_pool_t*),=FUNC:svn_error_t*(System.Int32!System.Runtime.CompilerServices.IsLong,System.Void*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_hash_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Replay the changes from a range of revisions between @a start_revision
 and @a end_revision (inclusive).
 
 When receiving information for one revision, a callback @a revstart_func is
 called; this callback will provide an editor and baton through which the
 revision will be replayed.
 When replaying the revision is finished, callback @a revfinish_func will be
 called so the editor can be closed.
 
 Changes will be limited to those that occur under @a session's URL, and
 the server will assume that the client has no knowledge of revisions
 prior to @a low_water_mark. These two limiting factors define the portion
 of the tree that the server will assume the client already has knowledge of,
 and thus any copies of data from outside that part of the tree will be
 sent in their entirety, not as simple copies or deltas against a previous
 version.
 
 If @a send_deltas is @c TRUE, the actual text and property changes in
 the revision will be sent, otherwise dummy text deltas and NULL property
 changes will be sent instead.
 
 @a pool is used for all allocation.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_get_locks(svn_ra_session_t*,apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Similar to svn_ra_get_locks2(), but with @a depth always passed as
 #svn_depth_infinity.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_ra_get_locks2(svn_ra_session_t*,apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,apr_pool_t*)">
 Set @a *locks to a hashtable which represents all locks on or
 below @a path.
 
 @a depth limits the returned locks to those associated with paths
 within the specified depth of @a path, and must be one of the
 following values: #svn_depth_empty, #svn_depth_files,
 #svn_depth_immediates, or #svn_depth_infinity.
 
 The hashtable maps (const char *) absolute fs paths to (const
 svn_lock_t *) structures. The hashtable -- and all keys and
 values -- are allocated in @a pool.
 
 @note It is not considered an error for @a path to not exist in HEAD.
 Such a search will simply return no locks.
 
 @note This functionality is not available in pre-1.2 servers. If the
 server doesn't implement it, an @c SVN_ERR_RA_NOT_IMPLEMENTED error is
 returned.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_ra_get_lock(svn_ra_session_t*,svn_lock_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 If @a path is locked, set @a *lock to an svn_lock_t which
 represents the lock, allocated in @a pool.
 
 If @a path is not locked or does not exist in HEAD, set @a *lock to NULL.
 
 @note Before 1.9, this function could return SVN_ERR_FS_NOT_FOUND
 when @a path didn't exist in HEAD on specific ra layers.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_unlock(svn_ra_session_t*,apr_hash_t*,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_lock_t!System.Runtime.CompilerServices.IsConst*,svn_error_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Remove the repository lock for each path in @a path_tokens.
 @a path_tokens is a hash whose keys are the paths to be locked, and
 whose values are the corresponding lock tokens for each path. If
 the path has no corresponding lock token, or if @a break_lock is TRUE,
 then the corresponding value shall be "".
 
 Note that unlocking is never anonymous, so any server
 implementing this function will have to "pull" a username from
 the client, if it hasn't done so already.
 
 If @a token points to a lock, but the RA username doesn't match the
 lock's owner, call @a lock_func/@a lock_baton with an error. If @a
 break_lock is TRUE, however, instead allow the lock to be "broken"
 by the RA user.
 
 After successfully unlocking a path, @a lock_func is called with
 the @a lock_baton.
 
 Use @a pool for temporary allocations.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_lock(svn_ra_session_t*,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_lock_t!System.Runtime.CompilerServices.IsConst*,svn_error_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Lock each path in @a path_revs, which is a hash whose keys are the
 paths to be locked, and whose values are the corresponding base
 revisions for each path. The keys are (const char *) and the
 revisions are (svn_revnum_t *).
 
 Note that locking is never anonymous, so any server implementing
 this function will have to "pull" a username from the client, if
 it hasn't done so already.
 
 @a comment is optional: it's either an xml-escapable string
 which describes the lock, or it is NULL.
 
 If any path is already locked by a different user, then call @a
 lock_func/@a lock_baton with an error. If @a steal_lock is TRUE,
 then "steal" the existing lock(s) anyway, even if the RA username
 does not match the current lock's owner. Delete any lock on the
 path, and unconditionally create a new lock.
 
 For each path, if its base revision (in @a path_revs) is a valid
 revnum, then do an out-of-dateness check. If the revnum is less
 than the last-changed-revision of any path (or if a path doesn't
 exist in HEAD), call @a lock_func/@a lock_baton with an
 SVN_ERR_RA_OUT_OF_DATE error.
 
 After successfully locking a file, @a lock_func is called with the
 @a lock_baton.
 
 Use @a pool for temporary allocations.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_get_file_revs(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_hash_t*,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**,apr_array_header_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Similar to svn_ra_get_file_revs2(), but with @a include_merged_revisions
 set to FALSE.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_get_file_revs2(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_hash_t*,System.Int32,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**,apr_array_header_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Retrieve a subset of the interesting revisions of a file @a path
 as seen in revision @a end (see svn_fs_history_prev() for a
 definition of "interesting revisions"). Invoke @a handler with
 @a handler_baton as its first argument for each such revision.
 @a session is an open RA session. Use @a pool for all allocations.
 
 If there is an interesting revision of the file that is less than or
 equal to @a start, the iteration will begin at that revision.
 Else, the iteration will begin at the first revision of the file in
 the repository, which has to be less than or equal to @a end. Note
 that if the function succeeds, @a handler will have been called at
 least once.
 
 In a series of calls to @a handler, the file contents for the first
 interesting revision will be provided as a text delta against the
 empty file. In the following calls, the delta will be against the
 fulltext contents for the previous call.
 
 If @a include_merged_revisions is TRUE, revisions which are
 included as a result of a merge between @a start and @a end will be
 included.
 
 @note This functionality is not available in pre-1.1 servers. If the
 server doesn't implement it, an alternative (but much slower)
 implementation based on svn_ra_get_log2() is used.
 
 On subversion 1.8 and newer servers this function has been enabled
 to support reversion of the revision range for @a include_merged_revision
 @c FALSE reporting by switching @a end with @a start.
 
 @note Prior to Subversion 1.9, this function may request delta handlers
 from @a handler even for empty text deltas. Starting with 1.9, the
 delta handler / baton return arguments passed to @a handler will be
 NULL unless there is an actual difference in the file contents between
 the current and the previous call.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_get_location_segments(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,=FUNC:svn_error_t*(svn_location_segment_t*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Call @a receiver (with @a receiver_baton) for each segment in the
 location history of @a path in @a peg_revision, working backwards in
 time from @a start_rev to @a end_rev.
 
 @a end_rev may be @c SVN_INVALID_REVNUM to indicate that you want
 to trace the history of the object to its origin.
 
 @a start_rev may be @c SVN_INVALID_REVNUM to indicate "the HEAD
 revision". Otherwise, @a start_rev must be younger than @a end_rev
 (unless @a end_rev is @c SVN_INVALID_REVNUM).
 
 @a peg_revision may be @c SVN_INVALID_REVNUM to indicate "the HEAD
 revision", and must evaluate to be at least as young as @a start_rev.
 
 Use @a pool for all allocations.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_get_locations(svn_ra_session_t*,apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Set @a *locations to the locations (at the repository revisions
 @a location_revisions) of the file identified by @a path in
 @a peg_revision (passing @c SVN_INVALID_REVNUM is an error).
 @a path is relative to the URL to which @a session was opened.
 @a location_revisions is an array of @c svn_revnum_t's.
 @a *locations will be a mapping from the revisions to
 their appropriate absolute paths. If the file doesn't exist in a
 location_revision, that revision will be ignored.
 
 Use @a pool for all allocations.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_get_repos_root(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
 Similar to svn_ra_get_repos_root2(), but returns the value
 allocated in @a session's pool.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_get_repos_root2(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
 Set @a *url to the repository's root URL, allocated in @a pool.
 The value will not include a trailing '/'. The returned URL is
 guaranteed to be a prefix of the @a session's URL.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_get_uuid(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
 Similar to svn_ra_get_uuid2(), but returns the value allocated in
 @a session's pool.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_get_uuid2(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
 Set @a *uuid to the repository's UUID, allocated in @a pool.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_stat(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_dirent_t**,apr_pool_t*)">
 Set @a *dirent to an @c svn_dirent_t associated with @a path at @a
 revision. @a path is relative to the @a session's parent's URL.
 If @a path does not exist in @a revision, set @a *dirent to NULL.
 
 Use @a pool for memory allocation.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_check_path(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_node_kind_t*,apr_pool_t*)">
 Set @a *kind to the node kind associated with @a path at @a revision.
 If @a path does not exist under @a revision, set @a *kind to
 @c svn_node_none. @a path is relative to the @a session's parent URL.
 
 Use @a pool for memory allocation.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_get_log(svn_ra_session_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*,apr_hash_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Similar to svn_ra_get_log2(), but uses @c svn_log_message_receiver_t
 instead of @c svn_log_entry_receiver_t. Also, @a
 include_merged_revisions is set to @c FALSE and @a revprops is
 svn:author, svn:date, and svn:log.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_get_log2(svn_ra_session_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,System.Int32,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,svn_log_entry_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Invoke @a receiver with @a receiver_baton on each log message from
 @a start to @a end. @a start may be greater or less than @a end;
 this just controls whether the log messages are processed in descending
 or ascending revision number order.
 
 If @a start or @a end is @c SVN_INVALID_REVNUM, it defaults to youngest.
 
 If @a paths is non-NULL and has one or more elements, then only show
 revisions in which at least one of @a paths was changed (i.e., if
 file, text or props changed; if dir, props changed or an entry
 was added or deleted). Each path is an <tt>const char *</tt>, relative
 to the repository root of @a session.
 
 If @a limit is greater than zero only invoke @a receiver on the first
 @a limit logs.
 
 If @a discover_changed_paths, then each call to @a receiver passes a
 <tt>const apr_hash_t *</tt> for the receiver's @a changed_paths argument;
 the hash's keys are all the paths committed in that revision, the hash's
 values are <tt>const svn_log_changed_path2_t *</tt> for each committed
 path. Otherwise, each call to receiver passes NULL for @a changed_paths.
 
 If @a strict_node_history is set, copy history will not be traversed
 (if any exists) when harvesting the revision logs for each path.
 
 If @a include_merged_revisions is set, log information for revisions
 which have been merged to @a targets will also be returned.
 
 If @a revprops is NULL, retrieve all revision properties; else, retrieve
 only the revision properties named by the (const char *) array elements
 (i.e. retrieve none if the array is empty).
 
 If any invocation of @a receiver returns error, return that error
 immediately and without wrapping it.
 
 If @a start or @a end is a non-existent revision, return the error
 @c SVN_ERR_FS_NO_SUCH_REVISION, without ever invoking @a receiver.
 
 See also the documentation for @c svn_log_message_receiver_t.
 
 The caller may not invoke any RA operations using @a session from
 within @a receiver.
 
 Use @a pool for memory allocation.
 
 @note If @a paths is NULL or empty, the result depends on the
 server. Pre-1.5 servers will send nothing; 1.5 servers will
 effectively perform the log operation on the root of the
 repository. This behavior may be changed in the future to ensure
 consistency across all pedigrees of server.
 
 @note Pre-1.5 servers do not support custom revprop retrieval; if @a
 revprops is NULL or contains a revprop other than svn:author, svn:date,
 or svn:log, an @c SVN_ERR_RA_NOT_IMPLEMENTED error is returned.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_do_diff(svn_ra_session_t*,svn_ra_reporter2_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Similar to svn_ra_do_diff2(), but with @a text_deltas set to @c TRUE.
 
 @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_ra_do_diff2(svn_ra_session_t*,svn_ra_reporter2_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Similar to svn_ra_do_diff3(), but taking @c svn_ra_reporter2_t
 instead of @c svn_ra_reporter3_t, and therefore only able to report
 @c svn_depth_infinity for depths. Perform the diff according to
 @a recurse: if TRUE, then @a depth is @c svn_depth_infinity, else
 it is @c svn_depth_files.
 
 @deprecated Provided for compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_do_diff3(svn_ra_session_t*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Ask the RA layer to 'diff' a working copy against @a versus_url;
 it's another form of svn_ra_do_update2().
 
 @note This function cannot be used to diff a single file, only a
 working copy directory. See the svn_ra_do_switch3() function
 for more details.
 
 The client initially provides a @a diff_editor/@a diff_baton to the RA
 layer; this editor contains knowledge of where the common diff
 root is in the working copy (when open_root() is called).
 
 In return, the client receives a @a reporter/@a report_baton. The
 client then describes its working copy by making calls into the
 @a reporter.
 
 When finished, the client calls @a reporter-&gt;finish_report(). The
 RA layer then does a complete drive of @a diff_editor, ending with
 close_edit(), to transmit the diff.
 
 @a diff_target is an optional single path component will restrict
 the scope of the diff to an entry in the directory represented by
 the @a session's URL, or empty if the entire directory is meant to be
 one of the diff paths.
 
 The working copy will be diffed against @a versus_url as it exists
 in revision @a revision, or as it is in head if @a revision is
 @c SVN_INVALID_REVNUM.
 
 Use @a ignore_ancestry to control whether or not items being
 diffed will be checked for relatedness first. Unrelated items
 are typically transmitted to the editor as a deletion of one thing
 and the addition of another, but if this flag is @c TRUE,
 unrelated items will be diffed as if they were related.
 
 Diff only as deeply as @a depth indicates.
 
 The caller may not perform any RA operations using @a session before
 finishing the report, and may not perform any RA operations using
 @a session from within the editing operations of @a diff_editor.
 
 @a text_deltas instructs the driver of the @a diff_editor to enable
 the generation of text deltas. If @a text_deltas is FALSE the window
 handler returned by apply_textdelta will be called once with a NULL
 @c svn_txdelta_window_t pointer.
 
 Use @a pool for memory allocation.
 
 @note The reporter provided by this function does NOT supply copy-
 from information to the diff editor callbacks.
 
 @note In order to prevent pre-1.5 servers from doing more work than
 needed, and sending too much data back, a pre-1.5 'recurse'
 directive may be sent to the server, based on @a depth.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_do_status(svn_ra_session_t*,svn_ra_reporter2_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Similar to svn_ra_do_status2(), but taking @c svn_ra_reporter2_t
 instead of @c svn_ra_reporter3_t, and therefore only able to report
 @c svn_depth_infinity for depths. The status operation itself is
 performed according to @a recurse: if TRUE, then @a depth is
 @c svn_depth_infinity, else it is @c svn_depth_immediates.
 
 @deprecated Provided for compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_do_status2(svn_ra_session_t*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_depth_t,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Ask the RA layer to describe the status of a working copy with respect
 to @a revision of the repository (or HEAD, if @a revision is invalid).
 
 The client initially provides a @a status_editor/@a status_baton to the RA
 layer; this editor contains knowledge of where the change will
 begin in the working copy (when open_root() is called).
 
 In return, the client receives a @a reporter/@a report_baton. The
 client then describes its working copy by making calls into the
 @a reporter.
 
 When finished, the client calls @a reporter-&gt;finish_report(). The RA
 layer then does a complete drive of @a status_editor, ending with
 close_edit(), to report, essentially, what would be modified in
 the working copy were the client to call do_update().
 @a status_target is an optional single path component will restrict
 the scope of the status report to an entry in the directory
 represented by the @a session's URL, or empty if the entire directory
 is meant to be examined.
 
 Get status as deeply as @a depth indicates. If @a depth is
 #svn_depth_unknown, get the status down to the ambient depth of the
 working copy. If @a depth is deeper than the working copy, include changes
 that would be needed to populate the working copy to that depth.
 
 The caller may not perform any RA operations using @a session
 before finishing the report, and may not perform any RA operations
 using @a session from within the editing operations of @a status_editor.
 
 Use @a pool for memory allocation.
 
 @note The reporter provided by this function does NOT supply copy-
 from information to the diff editor callbacks.
 
 @note In order to prevent pre-1.5 servers from doing more work than
 needed, and sending too much data back, a pre-1.5 'recurse'
 directive may be sent to the server, based on @a depth.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_do_switch(svn_ra_session_t*,svn_ra_reporter2_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Similar to svn_ra_do_switch2(), but taking @c svn_ra_reporter2_t
 instead of @c svn_ra_reporter3_t, and therefore only able to report
 @c svn_depth_infinity for depths. The switch itself is performed
 according to @a recurse: if TRUE, then use @c svn_depth_infinity
 for @a depth, else use @c svn_depth_files.
 
 @deprecated Provided for compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_do_switch2(svn_ra_session_t*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Similar to svn_ra_do_switch3(), but always ignoring ancestry and
 never sending copyfrom_args.
 
 @since New in 1.5.
 @deprecated Provided for compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_ra_do_switch3(svn_ra_session_t*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*,apr_pool_t*)">
 Ask the RA layer to switch a working copy to a new revision and URL.
 
 This is similar to svn_ra_do_update3(), but also changes the URL of
 every node in the target tree to a child of the @a switch_url. In
 contrast, update changes only the revision numbers, leaving any
 switched subtrees still switched.
 
 @note Pre Subversion 1.8 svnserve based servers always ignore ancestry
 and never send copyfrom data.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_ra_do_update(svn_ra_session_t*,svn_ra_reporter2_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Similar to svn_ra_do_update2(), but taking @c svn_ra_reporter2_t
 instead of @c svn_ra_reporter3_t; if @a recurse is true, pass @c
 svn_depth_infinity for @a depth, else pass @c svn_depth_files; and
 with @a send_copyfrom_args always false.
 
 @deprecated Provided for compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_do_update2(svn_ra_session_t*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Similar to svn_ra_do_update3(), but always ignoring ancestry.
 
 @since New in 1.5.
 @deprecated Provided for compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_do_update3(svn_ra_session_t*,svn_ra_reporter3_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*,apr_pool_t*)">
 Ask the RA layer to update a working copy to a new revision.
 
 The client initially provides an @a update_editor/@a update_baton to the
 RA layer; this editor contains knowledge of where the change will
 begin in the working copy (when @c open_root() is called).
 
 In return, the client receives a @a reporter/@a report_baton. The
 client then describes its working copy by making calls into the
 @a reporter.
 
 When finished, the client calls @a reporter-&gt;finish_report(). The
 RA layer then does a complete drive of @a update_editor, ending with
 @a update_editor-&gt;close_edit(), to update the working copy.
 
 @a update_target is an optional single path component to restrict
 the scope of the update to just that entry (in the directory
 represented by the @a session's URL). If @a update_target is the
 empty string, the entire directory is updated.
 
 Update the target only as deeply as @a depth indicates.
 
 If @a send_copyfrom_args is TRUE, then ask the server to send
 copyfrom arguments to add_file() and add_directory() when possible.
 (Note: this means that any subsequent txdeltas coming from the
 server are presumed to apply against the copied file!)
 
 Use @a ignore_ancestry to control whether or not items being
 updated will be checked for relatedness first. Unrelated items
 are typically transmitted to the editor as a deletion of one thing
 and the addition of another, but if this flag is @c TRUE,
 unrelated items will be diffed as if they were related.
 
 The working copy will be updated to @a revision_to_update_to, or the
 "latest" revision if this arg is invalid.
 
 The caller may not perform any RA operations using @a session before
 finishing the report, and may not perform any RA operations using
 @a session from within the editing operations of @a update_editor.
 
 Allocate @a *reporter and @a *report_baton in @a result_pool. Use
 @a scratch_pool for temporary allocations.
 
 @note The reporter provided by this function does NOT supply copy-
 from information to the diff editor callbacks.
 
 @note In order to prevent pre-1.5 servers from doing more work than
 needed, and sending too much data back, a pre-1.5 'recurse'
 directive may be sent to the server, based on @a depth.
 
 @note Pre Subversion 1.8 svnserve based servers never ignore ancestry.
 
 @note This differs from calling svn_ra_do_switch3() with the current
 URL of the target node. Update changes only the revision numbers,
 leaving any switched subtrees still switched, whereas switch changes
 every node in the tree to a child of the same URL.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_ra_get_mergeinfo(svn_ra_session_t*,apr_hash_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_mergeinfo_inheritance_t,System.Int32,apr_pool_t*)">
 Set @a *catalog to a mergeinfo catalog for the paths in @a paths.
 If no mergeinfo is available, set @a *catalog to @c NULL. The
 requested mergeinfo hashes are for @a paths (which are relative to
 @a session's URL) in @a revision. If one of the paths does not exist
 in that revision, return SVN_ERR_FS_NOT_FOUND.
 
 @a inherit indicates whether explicit, explicit or inherited, or
 only inherited mergeinfo for @a paths is retrieved.
 
 If @a include_descendants is TRUE, then additionally return the
 mergeinfo for any descendant of any element of @a paths which has
 the @c SVN_PROP_MERGEINFO property explicitly set on it. (Note
 that inheritance is only taken into account for the elements in @a
 paths; descendants of the elements in @a paths which get their
 mergeinfo via inheritance are not included in @a *catalog.)
 
 Allocate the returned values in @a pool.
 
 If @a revision is @c SVN_INVALID_REVNUM, it defaults to youngest.
 
 If the server doesn't support retrieval of mergeinfo (which can
 happen even for file:// URLs, if the repository itself hasn't been
 upgraded), return @c SVN_ERR_UNSUPPORTED_FEATURE in preference to
 any other error that might otherwise be returned.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_ra_list(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.UInt32,=FUNC:svn_error_t*(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_dirent_t*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Efficiently list everything within a sub-tree. Specify a glob pattern
 to search for specific files and folders.
 
 In @a session, walk the sub-tree starting at @a path at @a revision down
 to the given @a depth. For each directory entry found, @a receiver will
 be called with @a receiver_baton. The starting @a path will be reported
 as well. Because retrieving elements of a #svn_dirent_t can be
 expensive, you need to select them individually via flags set in
 @a dirent_fields.
 
 @a patterns is an optional array of <tt>const char *</tt>. If it is
 not @c NULL, only those directory entries will be reported whose last
 path segment matches at least one of these patterns. This feature uses
 apr_fnmatch() for glob matching and requiring '.' to matched by dots
 in the path.
 
 @a path must point to a directory and @a depth must be at least
 #svn_depth_empty.
 
 If the server doesn't support the 'list' command, return
 #SVN_ERR_UNSUPPORTED_FEATURE in preference to any other error that
 might otherwise be returned.
 
 Use @a scratch_pool for temporary memory allocation.
 
 @since New in 1.10.
 
</member>
        <member name="D:svn_ra_dirent_receiver_t">
 Callback type to be used with svn_ra_list(). It will be invoked for
 every directory entry found.
 
 The full path of the entry is given in @a rel_path and @a dirent contains
 various additional information. Only the elements of @a dirent specified
 by the @a dirent_fields argument to svn_ra_list() will be valid.
 
 @a baton is the user-provided receiver baton. @a scratch_pool may be
 used for temporary allocations.
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_ra_get_dir(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_hash_t**,System.Int32!System.Runtime.CompilerServices.IsLong*,apr_hash_t**,apr_pool_t*)">
 Similar to @c svn_ra_get_dir2, but with @c SVN_DIRENT_ALL for the
 @a dirent_fields parameter.
 
 @since New in 1.2.
 
 @deprecated Provided for compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_ra_get_dir2(svn_ra_session_t*,apr_hash_t**,System.Int32!System.Runtime.CompilerServices.IsLong*,apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.UInt32,apr_pool_t*)">
 If @a dirents is non @c NULL, set @a *dirents to contain all the entries
 of directory @a path at @a revision. The keys of @a dirents will be
 entry names (<tt>const char *</tt>), and the values dirents
 (<tt>@c svn_dirent_t *</tt>). Use @a pool for all allocations.
 
 @a dirent_fields controls which portions of the <tt>@c svn_dirent_t</tt>
 objects are filled in. To have them completely filled in just pass
 @c SVN_DIRENT_ALL, otherwise pass the bitwise OR of all the @c SVN_DIRENT_
 fields you would like to have returned to you.
 
 @a path is interpreted relative to the URL in @a session.
 
 If @a revision is @c SVN_INVALID_REVNUM (meaning 'head') and
 @a fetched_rev is not @c NULL, then this function will set
 @a *fetched_rev to the actual revision that was retrieved. (Some
 callers want to know, and some don't.)
 
 If @a props is non @c NULL, set @a *props to contain the properties of
 the directory, including properties that are non-tweakable and
 generated by the SCM system itself (such as #svn_prop_wc_kind and
 #svn_prop_entry_kind properties). The keys are <tt>const char *</tt>,
 values are <tt>@c svn_string_t *</tt>.
 
 @since New in 1.4.
 
</member>
        <member name="M:svn_ra_get_file(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_stream_t*,System.Int32!System.Runtime.CompilerServices.IsLong*,apr_hash_t**,apr_pool_t*)">
 Fetch the contents and properties of file @a path at @a revision.
 @a revision may be SVN_INVALID_REVNUM, indicating that the HEAD
 revision should be used. Interpret @a path relative to the URL in
 @a session. Use @a pool for all allocations.
 
 If @a revision is @c SVN_INVALID_REVNUM and @a fetched_rev is not
 @c NULL, then set @a *fetched_rev to the actual revision that was
 retrieved.
 
 If @a stream is non @c NULL, push the contents of the file at @a
 stream, do not call svn_stream_close() when finished.
 
 If @a props is non @c NULL, set @a *props to contain the properties of
 the file. This means @em all properties: not just ones controlled by
 the user and stored in the repository fs, but non-tweakable ones
 generated by the SCM system itself (e.g. 'wcprops', 'entryprops',
 etc.) The keys are <tt>const char *</tt>, values are
 <tt>@c svn_string_t *</tt>.
 
 The stream handlers for @a stream may not perform any RA
 operations using @a session.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_get_commit_editor(svn_ra_session_t*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void*),System.Void*,apr_hash_t*,System.Int32,apr_pool_t*)">
 Same as svn_ra_get_commit_editor2(), but uses @c svn_commit_callback_t.
 
 @since New in 1.2.
 
 @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_ra_get_commit_editor2(svn_ra_session_t*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(svn_commit_info_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,apr_hash_t*,System.Int32,apr_pool_t*)">
 Same as svn_ra_get_commit_editor3(), but with @c revprop_table set
 to a hash containing the @c SVN_PROP_REVISION_LOG property set
 to the value of @a log_msg.
 
 @since New in 1.4.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_get_commit_editor3(svn_ra_session_t*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,apr_hash_t*,=FUNC:svn_error_t*(svn_commit_info_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,apr_hash_t*,System.Int32,apr_pool_t*)">
 Set @a *editor and @a *edit_baton to an editor for committing
 changes to the repository of @a session, setting the revision
 properties from @a revprop_table. The revisions being committed
 against are passed to the editor functions, starting with the rev
 argument to @c open_root. The path root of the commit is the @a
 session's URL.
 
 @a revprop_table is a hash mapping <tt>const char *</tt> property
 names to @c svn_string_t property values. The commit log message
 is expected to be in the @c SVN_PROP_REVISION_LOG element. @a
 revprop_table can not contain either of @c SVN_PROP_REVISION_DATE
 or @c SVN_PROP_REVISION_AUTHOR.
 
 Before @c close_edit returns, but after the commit has succeeded,
 it will invoke @a commit_callback (if non-NULL) with filled-in
 #svn_commit_info_t *, @a commit_baton, and @a pool or some subpool
 thereof as arguments. If @a commit_callback returns an error, that error
 will be returned from @c * close_edit, otherwise @c close_edit will return
 successfully (unless it encountered an error before invoking
 @a commit_callback).
 
 The callback will not be called if the commit was a no-op
 (i.e. nothing was committed);
 
 @a lock_tokens, if non-NULL, is a hash mapping <tt>const char
 *</tt> paths (relative to the URL of @a session) to <tt>
 const char *</tt> lock tokens. The server checks that the
 correct token is provided for each committed, locked path. @a lock_tokens
 must live during the whole commit operation.
 
 If @a keep_locks is @c TRUE, then do not release locks on
 committed objects. Else, automatically release such locks.
 
 The caller may not perform any RA operations using @a session before
 finishing the edit.
 
 Use @a pool for memory allocation.
 
 @since New in 1.5.
 
 @note Like most commit editors, the returned editor requires that the
 @c copyfrom_path parameter passed to its @c add_file and @c add_directory
 methods is a URL, not a relative path.
 
</member>
        <member name="M:svn_ra_rev_prop(svn_ra_session_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t**,apr_pool_t*)">
 Set @a *value to the value of unversioned property @a name attached to
 revision @a rev in the repository of @a session. If @a rev has no
 property by that name, set @a *value to @c NULL.
 
 Use @a pool for memory allocation.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_rev_proplist(svn_ra_session_t*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_hash_t**,apr_pool_t*)">
 Set @a *props to the list of unversioned properties attached to revision
 @a rev in the repository of @a session. The hash maps
 (<tt>const char *</tt>) names to (<tt>@c svn_string_t *</tt>) values.
 
 Use @a pool for memory allocation.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_change_rev_prop(svn_ra_session_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Similar to svn_ra_change_rev_prop2(), but with @a old_value_p set
 to @c NULL.
 
 @since New in 1.2.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_ra_change_rev_prop2(svn_ra_session_t*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Set the property @a name to @a value on revision @a rev in the repository
 of @a session.
 
 If @a value is @c NULL, delete the named revision property.
 
 If the server advertises the #SVN_RA_CAPABILITY_ATOMIC_REVPROPS capability
 and @a old_value_p is not @c NULL, then changing the property will fail with
 an error chain that contains #SVN_ERR_FS_PROP_BASEVALUE_MISMATCH if the
 present value of the property is not @a *old_value_p. (This is an atomic
 test-and-set).
 @a *old_value_p may be @c NULL, representing that the property must be not
 already set.
 
 If the capability is not advertised, then @a old_value_p MUST be @c NULL.
 
 Please note that properties attached to revisions are @em unversioned.
 
 Use @a pool for memory allocation.
 
 @see svn_fs_change_rev_prop2(), svn_error_find_cause().
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_ra_get_dated_revision(svn_ra_session_t*,System.Int32!System.Runtime.CompilerServices.IsLong*,System.Int64,apr_pool_t*)">
 Get the latest revision number at time @a tm in the repository of
 @a session.
 
 Use @a pool for memory allocation.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_get_latest_revnum(svn_ra_session_t*,System.Int32!System.Runtime.CompilerServices.IsLong*,apr_pool_t*)">
 Get the latest revision number from the repository of @a session.
 
 Use @a pool for memory allocation.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_get_path_relative_to_root(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Convert @a url into a path relative to the repository root URL of
 * the repository with which @a ra_session is associated, setting @a
 * *rel_path to that value. If @a url is not a child of repository
 * root URL, return @c SVN_ERR_RA_ILLEGAL_URL.
 *
 * The returned path is uri decoded to allow using it with the ra or other
 * apis as a valid relpath.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_ra_get_path_relative_to_session(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Convert @a url into a path relative to the session URL of @a ra_session,
 * setting @a *rel_path to that value. If @a url is not
 * a child of the session URL, return @c SVN_ERR_RA_ILLEGAL_URL.
 *
 * The returned path is uri decoded to allow using it with the ra or other
 * apis as a valid relpath.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_ra_get_session_url(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
Set @a *url to the session URL -- the URL to which @a ra_session was
 * opened or most recently reparented.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_ra_reparent(svn_ra_session_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Change the root URL of an open @a ra_session to point to a new path in the
 * same repository. @a url is the new root URL. Use @a pool for
 * temporary allocations.
 *
 * If @a url has a different repository root than the current session
 * URL, return @c SVN_ERR_RA_ILLEGAL_URL.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_ra_open(svn_ra_session_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_ra_callbacks_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_hash_t*,apr_pool_t*)">
@see svn_ra_open2().
@since New in 1.2.
@deprecated Provided for backward compatibility with the 1.2 API.
 
</member>
        <member name="M:svn_ra_open2(svn_ra_session_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_ra_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_hash_t*,apr_pool_t*)">
 Similar to svn_ra_open3(), but with @a uuid set to @c NULL.
 
 @since New in 1.3.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_ra_open3(svn_ra_session_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_ra_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_hash_t*,apr_pool_t*)">
Similar to svn_ra_open4(), but with @a corrected_url always passed
 * as @c NULL.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_ra_open4(svn_ra_session_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_ra_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_hash_t*,apr_pool_t*)">
Similar to svn_ra_open5(), but with @a redirect_url always passed
 * as @c NULL.
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with the 1.13 API.
 
</member>
        <member name="M:svn_ra_open5(svn_ra_session_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_ra_callbacks2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_hash_t*,apr_pool_t*)">
 Open a repository access session to the repository at @a repos_URL,
 or inform the caller regarding a correct URL by which to access
 that repository.
 
 If @a repos_URL can be used successfully to access the repository,
 set @a *session_p to an opaque object representing a repository
 session for the repository and (if @a corrected_url is non-NULL)
 set @a *corrected_url to NULL. If there's a better URL that the
 caller should try and @a corrected_url is non-NULL, set
 @a *session_p to NULL and @a *corrected_url to the corrected URL. If
 there's a better URL that the caller should try, and @a
 corrected_url is NULL, return an #SVN_ERR_RA_SESSION_URL_MISMATCH
 error. Allocate all returned items in @a pool.
 
 The @a repos_URL need not point to the root of the repository: subject
 to authorization, it may point to any path within the repository, even
 a path at which no node exists in the repository. The session will
 remember this URL as its "session URL" (also called "session root URL"),
 until changed by svn_ra_reparent(). Many RA functions take or return
 paths that are relative to the session URL.
 
 If a @a corrected_url is returned, it will point to the same path
 within the new repository root URL that @a repos_URL pointed to within
 the old repository root URL.
 
 If @a redirect_url is not NULL and a @corrected_url is returned, then
 @a redirect_url contains a non-canonicalized version of @a corrected_url,
 as communicated in the network protocol used by the RA provider.
 THe @a redirect_url should be used for to detect redirection loops.
 Canonicalization may change the protocol-level URL in a way that
 makes detection of redirect loops impossible in some cases since URLs which
 are different at the protocol layer could map to the same canonicalized URL.
 
 Return @c SVN_ERR_RA_UUID_MISMATCH if @a uuid is non-NULL and not equal
 to the UUID of the repository at @c repos_URL.
 
 @a callbacks/@a callback_baton is a table of callbacks provided by the
 client; see @c svn_ra_callbacks2_t.
 
 @a config is a hash mapping <tt>const char *</tt> keys to
 @c svn_config_t * values. For example, the @c svn_config_t for the
 "~/.subversion/config" file is under the key "config". @a config may
 be NULL. This function examines some config settings under the
 "servers" key (if present) before loading the required RA module, and
 the RA module may also examine any config settings.
 
 All RA requests require a session; they will continue to
 use @a pool for memory allocation.
 
 @see svn_client_open_ra_session().
 
 @since New in 1.14.
 
</member>
        <member name="T:svn_ra_session_t">
 A repository access session. This object is used to perform requests
 to a repository, identified by a URL.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_ra_create_callbacks(svn_ra_callbacks2_t**,apr_pool_t*)">
Initialize a callback structure.
* Set @a *callbacks to a ra callbacks object, allocated in @a pool.
*
* Clients must use this function to allocate and initialize @c
* svn_ra_callbacks2_t structures.
*
* @since New in 1.3.
 
</member>
        <member name="M:svn_ra_initialize(apr_pool_t*)">
 Initialize the RA library. This function must be called before using
 any function in this header, except the deprecated APIs based on
 @c svn_ra_plugin_t, or svn_ra_version(). This function must not be called
 simultaneously in multiple threads. @a pool must live
 longer than any open RA sessions.
 
 @since New in 1.2.
 
</member>
        <member name="T:svn_ra_callbacks_t">
Similar to svn_ra_callbacks2_t, except that the progress
 * notification function and baton is missing.
 *
 * @deprecated Provided for backward compatibility with the 1.2 API.
 
</member>
        <member name="F:svn_ra_callbacks2_t.tunnel_baton">
A baton used with open_tunnel_func and close_tunnel_func.
   * @since New in 1.9.
 
</member>
        <member name="F:svn_ra_callbacks2_t.open_tunnel_func">
Open-tunnel callback
   *
   * If not @c NULL, this callback will be invoked to create a tunnel
   * for a ra_svn connection that needs one, overriding any tunnel
   * definitions in the client config file. This callback is used only
   * for ra_svn and ignored by the other RA modules.
   * @since New in 1.9.
 
</member>
        <member name="F:svn_ra_callbacks2_t.check_tunnel_func">
Check-tunnel callback
   *
   * If not @c NULL, and open_tunnel_func is also not @c NULL, this
   * callback will be invoked to check if open_tunnel_func should be
   * used to create a specific tunnel, or if the default tunnel
   * implementation (either built-in or configured in the client
   * configuration file) should be used instead.
   * @since New in 1.9.
 
</member>
        <member name="F:svn_ra_callbacks2_t.get_wc_contents">
Working copy file content fetching function.
   * @since New in 1.8.
 
</member>
        <member name="F:svn_ra_callbacks2_t.get_client_string">
Client string customization callback function
   * @since New in 1.5
 
</member>
        <member name="F:svn_ra_callbacks2_t.cancel_func">
Cancellation function
   *
   * As its baton, the general callback baton is used
   *
   * @since New in 1.5
 
</member>
        <member name="F:svn_ra_callbacks2_t.progress_baton">
Notification callback baton, used with progress_func.
</member>
        <member name="F:svn_ra_callbacks2_t.progress_func">
Notification callback used for progress information.
   * May be NULL if not used.
 
</member>
        <member name="F:svn_ra_callbacks2_t.invalidate_wc_props">
Invalidate working copy properties.
</member>
        <member name="F:svn_ra_callbacks2_t.push_wc_prop">
Schedule new values for working copy properties.
</member>
        <member name="F:svn_ra_callbacks2_t.set_wc_prop">
Immediately set new values for working copy properties.
</member>
        <member name="F:svn_ra_callbacks2_t.get_wc_prop">
Fetch working copy properties.
   *
   * @note we might have a problem if the RA layer ever wants a property
   * that corresponds to a different revision of the file than
   * what is in the WC. we'll cross that bridge one day...
 
</member>
        <member name="F:svn_ra_callbacks2_t.auth_baton">
An authentication baton, created by the application, which is
   * capable of retrieving all known types of credentials.
 
</member>
        <member name="F:svn_ra_callbacks2_t.open_tmp_file">
Open a unique temporary file for writing in the working copy.
   * This file will be automatically deleted when @a fp is closed.
   *
   * @deprecated This callback should no longer be used by RA layers.
 
</member>
        <member name="T:svn_ra_callbacks2_t">
A collection of callbacks implemented by libsvn_client which allows
 * an RA layer to "pull" information from the client application, or
 * possibly store information. libsvn_client passes this vtable to
 * svn_ra_open5().
 *
 * Each routine takes a @a callback_baton originally provided with the
 * vtable.
 *
 * Clients must use svn_ra_create_callbacks() to allocate and
 * initialize this structure.
 *
 * @since New in 1.3.
 
</member>
        <member name="F:svn_ra_reporter_t.abort_report">
Same as the corresponding field in @c svn_ra_reporter2_t.
</member>
        <member name="F:svn_ra_reporter_t.finish_report">
Same as the corresponding field in @c svn_ra_reporter2_t.
</member>
        <member name="F:svn_ra_reporter_t.link_path">
Similar to the corresponding field in @c svn_ra_reporter2_t, but
   * with @a lock_token always set to NULL.
</member>
        <member name="F:svn_ra_reporter_t.delete_path">
Same as the corresponding field in @c svn_ra_reporter2_t.
</member>
        <member name="F:svn_ra_reporter_t.set_path">
Similar to the corresponding field in @c svn_ra_reporter2_t, but
   * with @a lock_token always set to NULL.
</member>
        <member name="T:svn_ra_reporter_t">
 Similar to @c svn_ra_reporter2_t, but without support for lock tokens.
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="F:svn_ra_reporter2_t.abort_report">
Same as the corresponding field in @c svn_ra_reporter3_t.
</member>
        <member name="F:svn_ra_reporter2_t.finish_report">
Same as the corresponding field in @c svn_ra_reporter3_t.
</member>
        <member name="F:svn_ra_reporter2_t.link_path">
Similar to the corresponding field in @c svn_ra_reporter3_t, but
   * with @a depth always set to @c svn_depth_infinity.
</member>
        <member name="F:svn_ra_reporter2_t.delete_path">
Same as the corresponding field in @c svn_ra_reporter3_t.
</member>
        <member name="F:svn_ra_reporter2_t.set_path">
Similar to the corresponding field in @c svn_ra_reporter3_t, but
   * with @a depth always set to @c svn_depth_infinity.
</member>
        <member name="T:svn_ra_reporter2_t">
 Similar to @c svn_ra_reporter3_t, but without support for depths.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="F:svn_ra_reporter3_t.finish_report">
WC calls this when the state report is finished; any directories
   * or files not explicitly `set' are assumed to be at the
   * baseline revision originally passed into do_update(). No other
   * reporting functions, including abort_report, should be called after
   * calling this function.
 
</member>
        <member name="F:svn_ra_reporter3_t.link_path">
Like set_path(), but differs in that @a path in the working copy
   * (relative to the root of the report driver) isn't a reflection of
   * @a path in the repository (relative to the URL specified when
   * opening the RA layer), but is instead a reflection of a different
   * repository @a url at @a revision, and has depth @a depth.
   *
   * @a path may not be underneath a path on which set_path() was
   * previously called with @c svn_depth_exclude in this report.
   *
   * If @a start_empty is set and @a path is a directory,
   * the implementor should assume the directory has no entries or props.
   *
   * If @a lock_token is non-NULL, it is the lock token for @a path in the WC.
   *
   * All temporary allocations are done in @a pool.
 
</member>
        <member name="F:svn_ra_reporter3_t.delete_path">
Describing a working copy @a path as missing.
   *
   * @a path may not be underneath a path on which set_path() was
   * previously called with @c svn_depth_exclude in this report.
   *
   * All temporary allocations are done in @a pool.
 
</member>
        <member name="F:svn_ra_reporter3_t.set_path">
Describe a working copy @a path as being at a particular
   * @a revision and having depth @a depth.
   *
   * @a revision may be SVN_INVALID_REVNUM if (for example) @a path
   * represents a locally-added path with no revision number, or @a
   * depth is @c svn_depth_exclude.
   *
   * @a path may not be underneath a path on which set_path() was
   * previously called with @c svn_depth_exclude in this report.
   *
   * If @a start_empty is set and @a path is a directory, the
   * implementor should assume the directory has no entries or props.
   *
   * This will *override* any previous set_path() calls made on parent
   * paths. @a path is relative to the URL specified in svn_ra_open5().
   *
   * If @a lock_token is non-NULL, it is the lock token for @a path in the WC.
   *
   * All temporary allocations are done in @a pool.
 
</member>
        <member name="T:svn_ra_reporter3_t">
 The update Reporter.
 
 A vtable structure which allows a working copy to describe a subset
 (or possibly all) of its working-copy to an RA layer, for the
 purposes of an update, switch, status, or diff operation.
 
 Paths for report calls are relative to the target (not the anchor)
 of the operation. Report calls must be made in depth-first order:
 parents before children, all children of a parent before any
 siblings of the parent. The first report call must be a set_path
 with a @a path argument of "" and a valid revision. (If the target
 of the operation is locally deleted or missing, use the anchor's
 revision.) If the target of the operation is deleted or switched
 relative to the anchor, follow up the initial set_path call with a
 link_path or delete_path call with a @a path argument of "" to
 indicate that. In no other case may there be two report
 descriptions for the same path. If the target of the operation is
 a locally added file or directory (which previously did not exist),
 it may be reported as having revision 0 or as having the parent
 directory's revision.
 
 @since New in 1.5.
 
</member>
        <member name="D:svn_ra_open_tunnel_func_t">
 Callback function for opening a tunnel in ra_svn.
 
 Given the @a tunnel_name, tunnel @a user and server @a hostname and
 @a port, open a tunnel to the server and return its file handles,
 which are owned by @a pool, in @a request and @a response.
 
 @a request and @a response represent the standard input and output,
 respectively, of the process on the other end of the tunnel.
 
 If @a *close_func is set it will be called with @a close_baton when
 the tunnel is closed.
 
 The optional @a cancel_func callback can be invoked as usual to allow
 the user to preempt potentially lengthy operations.
 
 @a tunnel_baton is the baton as set in the callbacks.
 
 @since New in 1.9.
 
</member>
        <member name="D:svn_ra_close_tunnel_func_t">
 Callback function for closing a tunnel in ra_svn.
 
 This function will be called when the pool that owns the tunnel
 connection is cleared or destroyed.
 
 @a close_baton is the baton as returned from the
 svn_ra_open_tunnel_func_t.
 
 @a tunnel_baton was returned by the open-tunnel callback.
 
 @since New in 1.9.
 
</member>
        <member name="D:svn_ra_check_tunnel_func_t">
 Callback function that checks if an ra_svn tunnel called
 @a tunnel_name is handled by the callbakcs or the default
 implementation.
 
 @a tunnel_baton is the baton as originally passed to ra_open.
 
 @since New in 1.9.
 
</member>
        <member name="D:svn_ra_replay_revfinish_callback_t">
 Callback function type for replay_range actions.
 
 This callback function should close the editor.
 
 @a revision is the target revision number of the received replay report.
 
 @a editor and @a edit_baton are the values provided by the REVSTART callback.
 
 @a replay_baton is the baton as originally passed to replay_range.
 
 @a revprops contains key/value pairs for each revision properties for this
 revision.
 
 @since New in 1.5.
 
</member>
        <member name="D:svn_ra_replay_revstart_callback_t">
 Callback function type for replay_range actions.
 
 This callback function should provide replay_range with an editor which
 will be driven with the received replay reports from the master repository.
 
 @a revision is the target revision number of the received replay report.
 
 @a *editor and @a *edit_baton should provided by the callback implementation.
 
 @a replay_baton is the baton as originally passed to replay_range.
 
 @a revprops contains key/value pairs for each revision properties for this
 revision.
 
 @since New in 1.5.
 
</member>
        <member name="D:svn_ra_progress_notify_func_t">
 Callback function type for progress notification.
 
 @a progress is the number of bytes already transferred, @a total is
 the total number of bytes to transfer or -1 if it's not known, @a
 baton is the callback baton.
 
 @since New in 1.3.
 
</member>
        <member name="D:svn_ra_lock_callback_t">
 Callback function type for locking and unlocking actions.
 
 @since New in 1.2.
 
 @a do_lock is TRUE when locking @a path, and FALSE
 otherwise.
 
 @a lock is a lock for @a path or NULL if @a do_lock is FALSE or @a ra_err is
 non-NULL.
 
 @a ra_err is NULL unless the ra layer encounters a locking related
 error which it passes back for notification purposes. The caller
 is responsible for clearing @a ra_err after the callback is run.
 
 @a baton is a closure object; it should be provided by the
 implementation, and passed by the caller. @a pool may be used for
 temporary allocation.
 
</member>
        <member name="D:svn_ra_file_rev_handler_t">
 A callback function type for use in @c get_file_revs.
 @a baton is provided by the caller, @a path is the pathname of the file
 in revision @a rev and @a rev_props are the revision properties.
 If @a delta_handler and @a delta_baton are non-NULL, they may be set to a
 handler/baton which will be called with the delta between the previous
 revision and this one after the return of this callback. They may be
 left as NULL/NULL.
 @a prop_diffs is an array of svn_prop_t elements indicating the property
 delta for this and the previous revision.
 @a pool may be used for temporary allocations, but you can't rely
 on objects allocated to live outside of this particular call and the
 immediately following calls to @a *delta_handler, if any.
 
 @since New in 1.1.
 
</member>
        <member name="D:svn_ra_get_client_string_func_t">
A function type which allows the RA layer to ask about any
 * customizations to the client name string. This is primarily used
 * by HTTP-based RA layers wishing to extend the string reported to
 * Apache/mod_dav_svn via the User-agent HTTP header.
 *
 * @since New in 1.5.
 
</member>
        <member name="D:svn_ra_get_latest_revnum_func_t">
A function type for retrieving the youngest revision from a repos.
 * @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="D:svn_ra_get_wc_contents_func_t">
This is a function type which allows the RA layer to fetch the
 * cached pristine file contents whose checksum is @a checksum, if
 * any. @a *contents will be a read stream containing those contents
 * if they are found; NULL otherwise.
 *
 * @since New in 1.8.
 
</member>
        <member name="D:svn_ra_invalidate_wc_props_func_t">
This is a function type which allows the RA layer to invalidate
 * (i.e., remove) wcprops recursively. See the documentation for
 * @c svn_ra_get_wc_prop_func_t for @a baton, @a path, and @a name.
 *
 * Unlike @c svn_ra_push_wc_prop_func_t, this has immediate effect. If
 * it returns success, the wcprops have been removed.
 
</member>
        <member name="D:svn_ra_push_wc_prop_func_t">
This is a function type which allows the RA layer to store new
 * working copy properties as part of a commit. See the comments for
 * @c svn_ra_get_wc_prop_func_t for @a baton, @a path, and @a name.
 * The @a value is the value that will be stored for the property; a
 * @c NULL @a value means the property will be deleted.
 *
 * Note that this might not actually store the new property before
 * returning, but instead schedule it to be changed as part of
 * post-commit processing (in which case a successful commit means the
 * properties got written). Thus, during the commit, it is possible
 * to invoke this function to set a new value for a wc prop, then read
 * the wc prop back from the working copy and get the *old* value.
 * Callers beware.
 
</member>
        <member name="D:svn_ra_set_wc_prop_func_t">
This is a function type which allows the RA layer to store new
 * working copy properties during update-like operations. See the
 * comments for @c svn_ra_get_wc_prop_func_t for @a baton, @a path, and
 * @a name. The @a value is the value that will be stored for the property;
 * a NULL @a value means the property will be deleted.
 
</member>
        <member name="D:svn_ra_get_wc_prop_func_t">
This is a function type which allows the RA layer to fetch working
 * copy (WC) properties.
 *
 * The @a baton is provided along with the function pointer and should
 * be passed back in. This will be the @a callback_baton or the
 * @a close_baton as appropriate.
 *
 * @a path is relative to the "root" of the session, defined by the
 * @a repos_URL passed to svn_ra_open5() vtable call.
 *
 * @a name is the name of the property to fetch. If the property is present,
 * then it is returned in @a value. Otherwise, @a *value is set to @c NULL.
 
</member>
        <member name="M:svn_ra_version">
 Get libsvn_ra version information.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_inheritance_from_word(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Return the appropriate @c svn_mergeinfo_inheritance_t for @a word.
 * @a word is as returned from svn_inheritance_to_word(). Defaults to
 * @c svn_mergeinfo_explicit.
 *
 * @since New in 1.5.
 
</member>
        <member name="T:svn_mergeinfo_inheritance_t">
 The three ways to request mergeinfo affecting a given path.
 
 @since New in 1.5.
 
</member>
        <member name="F:svn_mergeinfo_nearest_ancestor">
Mergeinfo inherited from a target's nearest (path-wise, not
      history-wise) ancestor, regardless of whether target has explicit
      mergeinfo.
</member>
        <member name="F:svn_mergeinfo_inherited">
Explicit mergeinfo, or if that doesn't exist, the inherited
      mergeinfo from a target's nearest (path-wise, not history-wise)
      ancestor.
</member>
        <member name="F:svn_mergeinfo_explicit">
Explicit mergeinfo only.
</member>
        <member name="M:svn_rangelist_dup(apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a deep copy of @a rangelist, allocated in @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_mergeinfo_dup(apr_hash_t*,apr_pool_t*)">
Return a deep copy of @a mergeinfo, allocated in @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_mergeinfo_catalog_dup(apr_hash_t*,apr_pool_t*)">
Return a deep copy of @a mergeinfo_catalog, allocated in @a pool.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_mergeinfo_sort(apr_hash_t*,apr_pool_t*)">
Take a hash of mergeinfo in @a mergeinfo, and sort the rangelists
 * associated with each key (in place).
 *
 * TODO(miapi): mergeinfos should *always* be sorted. This should be
 * a private function.
 *
 * @since New in 1.5
 
</member>
        <member name="M:svn_mergeinfo_to_string(svn_string_t**,apr_hash_t*,apr_pool_t*)">
Take a mergeinfo in @a mergeinput, and convert it to unparsed
 * mergeinfo. Set @a *output to the result, allocated in @a pool.
 * If @a input contains no elements, set @a *output to the empty string.
 *
 * @a mergeinput may contain relative merge source paths, but these are
 * converted to absolute paths in @a *output.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_mergeinfo_inheritable(apr_hash_t**,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
Like svn_mergeinfo_inheritable2, but always finds inheritable mergeinfo.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_mergeinfo_inheritable2(apr_hash_t**,apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,apr_pool_t*,apr_pool_t*)">
Remove non-inheritable or inheritable revision ranges from mergeinfo.
 *
 * Set @a *inheritable_mergeinfo to a deep copy of @a mergeinfo, excluding
 * all non-inheritable @c svn_merge_range_t if @a inheritable is TRUE or
 * excluding all inheritable @c svn_merge_range_t otherwise.
 *
 * If @a start and @a end are valid revisions and @a start is less than or
 * equal to @a end, then exclude only the (non-inheritable or inheritable)
 * revisions that intersect inclusively with the range defined by @a start
 * and @a end.
 *
 * If @a path is not NULL remove (non-inheritable or inheritable) ranges
 * only for @a path.
 *
 * If all ranges are removed for a given path then remove that path as well.
 * If @a mergeinfo is initially empty or all paths are removed from it then
 * set @a *inheritable_mergeinfo to an empty mergeinfo.
 *
 * Allocate the copy in @a result_pool, and use @a scratch_pool for
 * temporary allocations.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_rangelist_inheritable(apr_array_header_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*)">
Like svn_rangelist_inheritable2, but always finds inheritable ranges.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_rangelist_inheritable2(apr_array_header_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32!System.Runtime.CompilerServices.IsLong,System.Int32,apr_pool_t*,apr_pool_t*)">
Remove non-inheritable or inheritable revision ranges from a rangelist.
 *
 * Set @a *inheritable_rangelist to a deep copy of @a rangelist, excluding
 * all non-inheritable @c svn_merge_range_t if @a inheritable is TRUE or
 * excluding all inheritable @c svn_merge_range_t otherwise.
 *
 * If @a start and @a end are valid revisions and @a start is less than or
 * equal to @a end, then exclude only the (non-inheritable or inheritable)
 * revision ranges that intersect inclusively with the range defined by
 * @a start and @a end.
 *
 * If there are no remaining ranges, return an empty array.
 *
 * Allocate the copy in @a result_pool, and use @a scratch_pool for
 * temporary allocations.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_rangelist_to_string(svn_string_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Take an array of svn_merge_range_t *'s in @a rangelist, and convert it
 * back to a text format rangelist in @a output. If @a rangelist contains
 * no elements, sets @a output to the empty string.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_rangelist_reverse(apr_array_header_t*,apr_pool_t*)">
Reverse @a rangelist, and the @c start and @c end fields of each
 * range in @a rangelist, in place.
 *
 * TODO(miapi): Is this really a valid function? Rangelists that
 * aren't sorted, or rangelists containing reverse ranges, are
 * generally not valid in mergeinfo code. Can we rewrite the two
 * places where this is used?
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_rangelist_intersect(apr_array_header_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Find the intersection of two rangelists consisting of @c
 * svn_merge_range_t * elements, @a rangelist1 and @a rangelist2, and
 * place the result in @a *rangelist (which is never @c NULL).
 *
 * @a consider_inheritance determines how to account for the inheritability
 * of the two rangelist's ranges when calculating the intersection,
 * @see svn_mergeinfo_diff(). If @a consider_inheritance is FALSE then
 * ranges with different inheritance can intersect, but the resulting
 * @a *rangelist is non-inheritable only if the corresponding ranges from
 * both @a rangelist1 and @a rangelist2 are non-inheritable.
 * If @a consider_inheritance is TRUE, then ranges with different
 * inheritance can never intersect.
 *
 * Note: @a rangelist1 and @a rangelist2 must be sorted as said by @c
 * svn_sort_compare_ranges(). @a *rangelist is guaranteed to be in sorted
 * order.
 *
 * Allocate the entire output in @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_mergeinfo_intersect(apr_hash_t**,apr_hash_t*,apr_hash_t*,apr_pool_t*)">
Like svn_mergeinfo_intersect2, but always considers inheritance.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_mergeinfo_intersect2(apr_hash_t**,apr_hash_t*,apr_hash_t*,System.Int32,apr_pool_t*,apr_pool_t*)">
Find the intersection of two mergeinfos, @a mergeinfo1 and @a
 * mergeinfo2, and place the result in @a *mergeinfo, which is (deeply)
 * allocated in @a result_pool. Temporary allocations will be performed
 * in @a scratch_pool.
 *
 * @a consider_inheritance determines how to account for the inheritability
 * of the two mergeinfo's ranges when calculating the range equivalence,
 * @see svn_rangelist_intersect().
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_rangelist_remove(apr_array_header_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Removes @a eraser (the subtrahend) from @a whiteboard (the
 * minuend), and places the resulting difference in @a output.
 *
 * Note: @a eraser and @a whiteboard must be sorted as said by @c
 * svn_sort_compare_ranges(). @a output is guaranteed to be in sorted
 * order.
 *
 * @a consider_inheritance determines how to account for the
 * @c svn_merge_range_t inheritable field when comparing @a whiteboard's
 * and @a *eraser's rangelists for equality. @see svn_mergeinfo_diff().
 *
 * Allocate the entire output in @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_rangelist_merge(apr_array_header_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Like svn_rangelist_merge2(), but with @a rangelist as an input/output
 * argument. This function always allocates a new rangelist in @a pool and
 * returns its result in @a *rangelist. It does not modify @a *rangelist
 * in place. If not used carefully, this function can use up a lot of memory
 * if called in a loop.
 *
 * It performs an extra adjacent range compaction round to make sure non
 * collapsed input ranges are compacted in the result.
 *
 * @since New in 1.5.
 * @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_rangelist_merge2(apr_array_header_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Merge two rangelists consisting of @c svn_merge_range_t *
 * elements, @a rangelist and @a changes, placing the results in
 * @a rangelist. New elements added to @a rangelist are allocated
 * in @a result_pool. Either rangelist may be empty.
 *
 * When intersecting rangelists are merged, the inheritability of
 * the resulting svn_merge_range_t depends on the inheritability of the
 * operands: see svn_mergeinfo_merge().
 *
 * Note: @a rangelist and @a changes must be sorted as said by @c
 * svn_sort_compare_ranges(). @a rangelist is guaranteed to remain
 * in sorted order and be compacted to the minimal number of ranges
 * needed to represent the merged result.
 *
 * If the original rangelist contains non-collapsed adjacent ranges,
 * the final result is not guaranteed to be compacted either.
 *
 * Use @a scratch_pool for temporary allocations.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_rangelist_diff(apr_array_header_t**,apr_array_header_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Calculate the delta between two rangelists consisting of @c
 * svn_merge_range_t * elements (sorted in ascending order), @a from
 * and @a to, and place the result in @a *deleted and @a *added
 * (neither output argument will ever be @c NULL).
 *
 * @a consider_inheritance determines how to account for the inheritability
 * of the two rangelist's ranges when calculating the diff,
 * as described for svn_mergeinfo_diff().
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_mergeinfo_remove2(apr_hash_t**,apr_hash_t*,apr_hash_t*,System.Int32,apr_pool_t*,apr_pool_t*)">
Removes @a eraser (the subtrahend) from @a whiteboard (the
 * minuend), and places the resulting difference in @a *mergeinfo.
 * Allocates @a *mergeinfo in @a result_pool. Temporary allocations
 * will be performed in @a scratch_pool.
 *
 * @a consider_inheritance determines how to account for the inheritability
 * of the two mergeinfo's ranges when calculating the range equivalence,
 * as described for svn_mergeinfo_diff().
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_mergeinfo_remove(apr_hash_t**,apr_hash_t*,apr_hash_t*,apr_pool_t*)">
Like svn_mergeinfo_remove2, but always considers inheritance.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_mergeinfo_catalog_merge(apr_hash_t*,apr_hash_t*,apr_pool_t*,apr_pool_t*)">
Combine one mergeinfo catalog, @a changes_catalog, into another mergeinfo
 * catalog @a mergeinfo_catalog. If both catalogs have mergeinfo for the same
 * key, use svn_mergeinfo_merge() to combine the mergeinfos.
 *
 * Additions to @a mergeinfo_catalog are deep copies allocated in
 * @a result_pool. Temporary allocations are made in @a scratch_pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_mergeinfo_merge(apr_hash_t*,apr_hash_t*,apr_pool_t*)">
Like svn_mergeinfo_merge2, but uses only one pool.
 *
 * @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_mergeinfo_merge2(apr_hash_t*,apr_hash_t*,apr_pool_t*,apr_pool_t*)">
Merge a shallow copy of one mergeinfo, @a changes, into another mergeinfo
 * @a mergeinfo.
 *
 * Rangelists for merge source paths common to @a changes and @a mergeinfo may
 * result in new rangelists; these are allocated in @a result_pool.
 * Temporary allocations are made in @a scratch_pool.
 *
 * When intersecting rangelists for a path are merged, the inheritability of
 * the resulting svn_merge_range_t depends on the inheritability of the
 * operands. If two non-inheritable ranges are merged the result is always
 * non-inheritable, in all other cases the resulting range is inheritable.
 *
 * e.g. '/A: 1,3-4' merged with '/A: 1,3,4*,5' --&gt; '/A: 1,3-5'
 * '/A: 1,3-4*' merged with '/A: 1,3,4*,5' --&gt; '/A: 1,3,4*,5'
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_mergeinfo_diff(apr_hash_t**,apr_hash_t**,apr_hash_t*,apr_hash_t*,System.Int32,apr_pool_t*)">
Similar to svn_mergeinfo_diff2(), but users only one pool.
 *
 * @deprecated Provided for backward compatibility with the 1.7 API.
 * @since New in 1.5.
 
</member>
        <member name="M:svn_mergeinfo_diff2(apr_hash_t**,apr_hash_t**,apr_hash_t*,apr_hash_t*,System.Int32,apr_pool_t*,apr_pool_t*)">
Calculate the delta between two mergeinfos, @a mergefrom and @a mergeto
 * (either or both of which may be @c NULL meaning an empty mergeinfo).
 * Place the result in @a *deleted and @a *added (neither output argument
 * may be @c NULL), both allocated in @a result_pool. The resulting
 * @a *deleted and @a *added will not be null.
 *
 * @a consider_inheritance determines how the rangelists in the two
 * hashes are compared for equality. If @a consider_inheritance is FALSE,
 * then the start and end revisions of the @c svn_merge_range_t's being
 * compared are the only factors considered when determining equality.
 *
 * e.g. '/trunk: 1,3-4*,5' == '/trunk: 1,3-5'
 *
 * If @a consider_inheritance is TRUE, then the inheritability of the
 * @c svn_merge_range_t's is also considered and must be the same for two
 * otherwise identical ranges to be judged equal.
 *
 * e.g. '/trunk: 1,3-4*,5' != '/trunk: 1,3-5'
 * '/trunk: 1,3-4*,5' == '/trunk: 1,3-4*,5'
 * '/trunk: 1,3-4,5' == '/trunk: 1,3-4,5'
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_mergeinfo_parse(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Parse the mergeinfo from @a input into @a *mergeinfo. If no
 * mergeinfo is available, return an empty mergeinfo (never @c NULL).
 *
 * If @a input is not a grammatically correct @c SVN_PROP_MERGEINFO
 * property, contains overlapping revision ranges of differing
 * inheritability, or revision ranges with a start revision greater
 * than or equal to its end revision, or contains paths mapped to empty
 * revision ranges, then return @c SVN_ERR_MERGEINFO_PARSE_ERROR.
 * Unordered revision ranges are allowed, but will be sorted when
 * placed into @a *mergeinfo. Overlapping revision ranges of the same
 * inheritability are also allowed, but will be combined into a single
 * range when placed into @a *mergeinfo.
 *
 * @a input may contain relative merge source paths, but these are
 * converted to absolute paths in @a *mergeinfo.
 *
 * Allocate the result deeply in @a pool. Also perform temporary
 * allocations in @a pool.
 *
 * @since New in 1.5.
 
</member>
        <member name="D:svn_mergeinfo_catalog_t">
A hash mapping paths (@c const char *) to @c svn_mergeinfo_t.
 *
 * @note While the keys of #svn_mergeinfo_t are always absolute from the
 * repository root, the keys of a catalog may be relative to something
 * else, such as an RA session root.
 *
</member>
        <member name="D:svn_mergeinfo_t">
A hash mapping merge source paths to non-empty rangelist arrays.
 *
 * The keys are (@c const char *) absolute paths from the repository root,
 * starting with slashes. A @c NULL hash represents no mergeinfo and an
 * empty hash represents empty mergeinfo.
</member>
        <member name="D:svn_rangelist_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_mergeinfo.h
 @brief mergeinfo handling and processing
 
Overview of the @c SVN_PROP_MERGEINFO property.
 *
 * Merge history is stored in the @c SVN_PROP_MERGEINFO property of files
 * and directories. The @c SVN_PROP_MERGEINFO property on a path stores the
 * complete list of changes merged to that path, either directly or via the
 * path's parent, grand-parent, etc.. A path may have empty mergeinfo which
 * means that nothing has been merged to that path or all previous merges
 * to the path were reversed. Note that a path may have no mergeinfo, this
 * is not the same as empty mergeinfo.
 *
 * Every path in a tree may have @c SVN_PROP_MERGEINFO set, but if the
 * @c SVN_PROP_MERGEINFO for a path is equivalent to the
 * @c SVN_PROP_MERGEINFO for its parent, then the @c SVN_PROP_MERGEINFO on
 * the path will 'elide' (be removed) from the path as a post step to any
 * merge. If a path's parent does not have any @c SVN_PROP_MERGEINFO set,
 * the path's mergeinfo can elide to its nearest grand-parent,
 * great-grand-parent, etc. that has equivalent @c SVN_PROP_MERGEINFO set
 * on it.
 *
 * If a path has no @c SVN_PROP_MERGEINFO of its own, it inherits mergeinfo
 * from its nearest parent that has @c SVN_PROP_MERGEINFO set. The
 * exception to this is @c SVN_PROP_MERGEINFO with non-inheritable revision
 * ranges. These non-inheritable ranges apply only to the path which they
 * are set on.
 *
 * Due to Subversion's allowance for mixed revision working copies, both
 * elision and inheritance within the working copy presume the path
 * between a path and its nearest parent with mergeinfo is at the same
 * working revision. If this is not the case then neither inheritance nor
 * elision can occur.
 *
 * The value of the @c SVN_PROP_MERGEINFO property is either an empty string
 * (representing empty mergeinfo) or a non-empty string consisting of
 * a path, a colon, and comma separated revision list, containing one or more
 * revision or revision ranges. Revision range start and end points are
 * separated by "-". Revisions and revision ranges may have the optional
 * @c SVN_MERGEINFO_NONINHERITABLE_STR suffix to signify a non-inheritable
 * revision/revision range.
 *
 * @c SVN_PROP_MERGEINFO Value Grammar:
 *
 * Token Definition
 * ----- ----------
 * revisionrange REVISION1 "-" REVISION2
 * revisioneelement (revisionrange | REVISION)"*"?
 * rangelist revisioneelement (COMMA revisioneelement)*
 * revisionline PATHNAME COLON rangelist
 * top "" | (revisionline (NEWLINE revisionline))*
 *
 * The PATHNAME is the source of a merge and the rangelist the revision(s)
 * merged to the path @c SVN_PROP_MERGEINFO is set on directly or indirectly
 * via inheritance. PATHNAME must always exist at the specified rangelist
 * and thus a single merge may result in multiple revisionlines if the source
 * was renamed.
 *
 * Rangelists must be sorted from lowest to highest revision and cannot
 * contain overlapping revisionlistelements. REVISION1 must be less than
 * REVISION2. Consecutive single revisions that can be represented by a
 * revisionrange are allowed however (e.g. '5,6,7,8,9-12' or '5-12' are
 * both acceptable).
 
Suffix for SVN_PROP_MERGEINFO revision ranges indicating a given
   range is non-inheritable.
Terminology for data structures that contain mergeinfo.
 *
 * Subversion commonly uses several data structures to represent
 * mergeinfo in RAM:
 *
 * (a) Strings (@c svn_string_t *) containing "unparsed mergeinfo".
 *
 * (b) @c svn_rangelist_t, called a "rangelist".
 *
 * (c) @c svn_mergeinfo_t, called "mergeinfo".
 *
 * (d) @c svn_mergeinfo_catalog_t, called a "mergeinfo catalog".
 *
 * Both @c svn_mergeinfo_t and @c svn_mergeinfo_catalog_t are just
 * typedefs for @c apr_hash_t *; there is no static type-checking, and
 * you still use standard @c apr_hash_t functions to interact with
 * them.
 
An array of non-overlapping merge ranges (@c svn_merge_range_t *),
 * sorted as said by @c svn_sort_compare_ranges(). An empty range list is
 * represented by an empty array.
 *
 * Unless specifically noted otherwise, all APIs require rangelists that
 * describe only forward ranges, i.e. the range's start revision is less
 * than its end revision.
</member>
        <member name="M:svn_auth_get_ssl_client_cert_pw_prompt_provider(svn_auth_provider_object_t**,=FUNC:svn_error_t*(svn_auth_cred_ssl_client_cert_pw_t**,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*),System.Void*,System.Int32,apr_pool_t*)">
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_ssl_client_cert_pw_t, allocated in @a pool.
 *
 * @a *provider retrieves its credentials by using the @a prompt_func
 * and @a prompt_baton. The returned credential is used when a loaded
 * client certificate is protected by a passphrase. The prompt will
 * be retried @a retry_limit times. For infinite retries, set
 * @a retry_limit to value less than 0.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_get_ssl_client_cert_prompt_provider(svn_auth_provider_object_t**,=FUNC:svn_error_t*(svn_auth_cred_ssl_client_cert_t**,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*),System.Void*,System.Int32,apr_pool_t*)">
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_ssl_client_cert_t, allocated in @a pool.
 *
 * @a *provider retrieves its credentials by using the @a prompt_func
 * and @a prompt_baton. The returned credential is used to load the
 * appropriate client certificate for authentication when requested by
 * a server. The prompt will be retried @a retry_limit times. For
 * infinite retries, set @a retry_limit to value less than 0.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_get_ssl_server_trust_prompt_provider(svn_auth_provider_object_t**,=FUNC:svn_error_t*(svn_auth_cred_ssl_server_trust_t**,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,svn_auth_ssl_server_cert_info_t!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*),System.Void*,apr_pool_t*)">
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_ssl_server_trust_t, allocated in @a pool.
 *
 * @a *provider retrieves its credentials by using the @a prompt_func
 * and @a prompt_baton. The returned credential is used to override
 * SSL security on an error.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_get_ssl_client_cert_pw_file_provider(svn_auth_provider_object_t**,apr_pool_t*)">
Like svn_auth_get_ssl_client_cert_pw_file_provider2, but without
 * the ability to call the svn_auth_plaintext_passphrase_prompt_func_t
 * callback, and the provider always assumes that it is not allowed
 * to store the passphrase in plaintext.
 *
 * @deprecated Provided for backwards compatibility with the 1.5 API.
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_get_ssl_client_cert_pw_file_provider2(svn_auth_provider_object_t**,=FUNC:svn_error_t*(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_ssl_client_cert_pw_t that gets/sets information from the user's
 * ~/.subversion configuration directory.
 *
 * If the provider is going to save the passphrase unencrypted,
 * it calls @a plaintext_passphrase_prompt_func, passing @a
 * prompt_baton, before saving the passphrase.
 *
 * If @a plaintext_passphrase_prompt_func is NULL it is not called
 * and the passphrase is not stored in plaintext.
 * Client developers are highly encouraged to provide this callback
 * to ensure their users are made aware of the fact that their passphrase
 * is going to be stored unencrypted.
 *
 * Clients can however set the callback to NULL and set
 * SVN_AUTH_PARAM_STORE_SSL_CLIENT_CERT_PP_PLAINTEXT to SVN_CONFIG_FALSE or
 * SVN_CONFIG_TRUE to enforce a certain behaviour.
 *
 * Allocate @a *provider in @a pool.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_auth_get_ssl_client_cert_file_provider(svn_auth_provider_object_t**,apr_pool_t*)">
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_ssl_client_cert_t, allocated in @a pool.
 *
 * @a *provider retrieves its credentials from the configuration
 * mechanism. The returned credential is used to load the appropriate
 * client certificate for authentication when requested by a server.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_get_ssl_server_trust_file_provider(svn_auth_provider_object_t**,apr_pool_t*)">
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_ssl_server_trust_t, allocated in @a pool.
 *
 * @a *provider retrieves its credentials from the configuration
 * mechanism. The returned credential is used to override SSL
 * security on an error.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_get_username_provider(svn_auth_provider_object_t**,apr_pool_t*)">
libsvn_auth_gnome_keyring-specific run-time parameters.
@brief The pointer to function which prompts user for GNOME Keyring
 * password.
 * The type of this pointer should be svn_auth_gnome_keyring_unlock_prompt_func_t.
 * @deprecated Only used by old libgnome-keyring implementation.
@brief The baton which is passed to
 * @c *SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_FUNC.
 * @deprecated Only used by old libgnome-keyring implementation.
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_username_t that gets/sets information from a user's
 * ~/.subversion configuration directory. Allocate @a *provider in
 * @a pool.
 *
 * If a default username is available, @a *provider will honor it,
 * and return it when svn_auth_first_credentials() is called. (See
 * @c SVN_AUTH_PARAM_DEFAULT_USERNAME.)
 *
 * @since New in 1.4.
 
</member>
        <member name="D:svn_auth_gnome_keyring_unlock_prompt_func_t">
A type of callback function for obtaining the GNOME Keyring password.
 *
 * In this callback, the client should ask the user for default keyring
 * @a keyring_name password.
 *
 * The answer is returned in @a *keyring_password.
 * @a baton is an implementation-specific closure.
 * All allocations should be done in @a pool.
 *
 * @since New in 1.6
 
</member>
        <member name="M:svn_auth_get_windows_ssl_server_trust_provider(svn_auth_provider_object_t**,apr_pool_t*)">
 Set @a *provider to an authentication provider of type @c
 svn_auth_cred_ssl_server_trust_t, allocated in @a pool.
 
 This provider automatically validates ssl server certificates with
 the CryptoApi, like Internet Explorer and the Windows network API do.
 This allows the rollout of root certificates via Windows Domain
 policies, instead of Subversion specific configuration.
 
 @since New in 1.5.
 @note This function is only available on Windows.
 @deprecated Provided for backwards compatibility with the 1.8 API.
 Use svn_auth_get_platform_specific_provider with provider_name
 of "windows" and provider_type of "ssl_server_trust".
 
</member>
        <member name="M:svn_auth_get_windows_ssl_client_cert_pw_provider(svn_auth_provider_object_t**,apr_pool_t*)">
 Set @a *provider to an authentication provider of type @c
 svn_auth_cred_ssl_client_cert_pw_t that gets/sets information from the
 user's ~/.subversion configuration directory. Allocate @a *provider in
 @a pool.
 
 This is like svn_auth_get_ssl_client_cert_pw_file_provider(), except that
 when running on Window 2000 or newer, the provider encrypts the password
 before storing it to disk. On earlier versions of Windows, the provider
 does nothing.
 
 @since New in 1.6
 @note This function is only available on Windows.
 
 @note An administrative password reset may invalidate the account's
 secret key. This function will detect that situation and behave as
 if the password were not cached at all.
 @deprecated Provided for backwards compatibility with the 1.8 API.
 Use svn_auth_get_platform_specific_provider with provider_name
 of "windows" and provider_type of "ssl_client_cert_pw".
 
</member>
        <member name="M:svn_auth_get_windows_simple_provider(svn_auth_provider_object_t**,apr_pool_t*)">
 Set @a *provider to an authentication provider of type @c
 svn_auth_cred_simple_t that gets/sets information from the user's
 ~/.subversion configuration directory. Allocate @a *provider in
 @a pool.
 
 This is like svn_auth_get_simple_provider(), except that, when
 running on Window 2000 or newer (or any other Windows version that
 includes the CryptoAPI), the provider encrypts the password before
 storing it to disk. On earlier versions of Windows, the provider
 does nothing.
 
 @since New in 1.4.
 @note This function is only available on Windows.
 
 @note An administrative password reset may invalidate the account's
 secret key. This function will detect that situation and behave as
 if the password were not cached at all.
 @deprecated Provided for backwards compatibility with the 1.8 API. Use
 svn_auth_get_platform_specific_provider with provider_name of "windows"
 and provider_type of "simple".
 
</member>
        <member name="M:svn_auth_get_platform_specific_client_providers(apr_array_header_t**,svn_config_t*,apr_pool_t*)">
Set @a *providers to an array of <tt>svn_auth_provider_object_t *</tt>
 * objects.
 * Only client authentication providers available for the current platform are
 * returned. Order of the platform-specific authentication providers is
 * determined by the 'password-stores' configuration option which is retrieved
 * from @a config. @a config can be NULL.
 *
 * Create and allocate @a *providers in @a pool.
 *
 * Default order of the platform-specific authentication providers:
 * 1. gnome-keyring
 * 2. kwallet
 * 3. keychain
 * 4. gpg-agent
 * 5. windows-cryptoapi
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_auth_get_simple_provider(svn_auth_provider_object_t**,apr_pool_t*)">
Like svn_auth_get_simple_provider2, but without the ability to
 * call the svn_auth_plaintext_prompt_func_t callback, and the provider
 * always assumes that it is allowed to store the password in plaintext.
 *
 * @deprecated Provided for backwards compatibility with the 1.5 API.
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_get_simple_provider2(svn_auth_provider_object_t**,=FUNC:svn_error_t*(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_simple_t that gets/sets information from the user's
 * ~/.subversion configuration directory.
 *
 * If the provider is going to save the password unencrypted, it calls @a
 * plaintext_prompt_func, passing @a prompt_baton, before saving the
 * password.
 *
 * If @a plaintext_prompt_func is NULL it is not called and the answer is
 * assumed to be TRUE. This matches the deprecated behaviour of storing
 * unencrypted passwords by default, and is only done this way for backward
 * compatibility reasons.
 * Client developers are highly encouraged to provide this callback
 * to ensure their users are made aware of the fact that their password
 * is going to be stored unencrypted. In the future, providers may
 * default to not storing the password unencrypted if this callback is NULL.
 *
 * Clients can however set the callback to NULL and set
 * SVN_AUTH_PARAM_STORE_PLAINTEXT_PASSWORDS to SVN_CONFIG_FALSE or
 * SVN_CONFIG_TRUE to enforce a certain behaviour.
 *
 * Allocate @a *provider in @a pool.
 *
 * If a default username or password is available, @a *provider will
 * honor them as well, and return them when
 * svn_auth_first_credentials() is called. (see @c
 * SVN_AUTH_PARAM_DEFAULT_USERNAME and @c
 * SVN_AUTH_PARAM_DEFAULT_PASSWORD).
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_auth_get_username_prompt_provider(svn_auth_provider_object_t**,=FUNC:svn_error_t*(svn_auth_cred_username_t**,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*),System.Void*,System.Int32,apr_pool_t*)">
Set @a *provider to an authentication provider of type @c
 * svn_auth_cred_username_t that gets information by prompting the
 * user with @a prompt_func and @a prompt_baton. Allocate @a *provider
 * in @a pool.
 *
 * If @c SVN_AUTH_PARAM_DEFAULT_USERNAME is defined as a runtime
 * parameter in the @c auth_baton, then @a *provider will return the
 * default argument when svn_auth_first_credentials() is called. If
 * svn_auth_first_credentials() fails, then @a *provider will
 * re-prompt @a retry_limit times (via svn_auth_next_credentials()).
 * For infinite retries, set @a retry_limit to value less than 0.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_get_simple_prompt_provider(svn_auth_provider_object_t**,=FUNC:svn_error_t*(svn_auth_cred_simple_t**,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*),System.Void*,System.Int32,apr_pool_t*)">
@}
Set @a *provider to an authentication provider of type
 * svn_auth_cred_simple_t that gets information by prompting the user
 * with @a prompt_func and @a prompt_baton. Allocate @a *provider in
 * @a pool.
 *
 * If both @c SVN_AUTH_PARAM_DEFAULT_USERNAME and
 * @c SVN_AUTH_PARAM_DEFAULT_PASSWORD are defined as runtime
 * parameters in the @c auth_baton, then @a *provider will return the
 * default arguments when svn_auth_first_credentials() is called. If
 * svn_auth_first_credentials() fails, then @a *provider will
 * re-prompt @a retry_limit times (via svn_auth_next_credentials()).
 * For infinite retries, set @a retry_limit to value less than 0.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_auth_forget_credentials(svn_auth_baton_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Forget a set (or all) memory-cached credentials.
 *
 * Remove references (if any) in @a auth_baton to credentials cached
 * therein. If @a cred_kind and @a realmstring are non-NULL, forget
 * only the credentials associated with those credential types and
 * realm. Otherwise @a cred_kind and @a realmstring must both be
 * NULL, and this function will forget all credentials cached within
 * @a auth_baton.
 *
 * @note This function does not affect persisted authentication
 * credential storage at all. It is merely a way to cause Subversion
 * to forget about credentials already fetched from a provider,
 * forcing them to be fetched again later should they be required.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_auth_save_credentials(svn_auth_iterstate_t*,apr_pool_t*)">
Save a set of credentials.
 *
 * Ask @a state to store the most recently returned credentials,
 * presumably because they successfully authenticated.
 * All allocations should be done in @a pool.
 *
 * If no credentials were ever returned, do nothing.
 
</member>
        <member name="M:svn_auth_next_credentials(System.Void**,svn_auth_iterstate_t*,apr_pool_t*)">
Get another set of credentials, assuming previous ones failed to
 * authenticate.
 *
 * Use @a state to fetch a different set of @a *credentials, as a
 * follow-up to svn_auth_first_credentials() or
 * svn_auth_next_credentials(). If no more credentials are available,
 * set @a *credentials to NULL.
 *
 * Note that @a *credentials will be allocated in @c auth_baton's pool.
 
</member>
        <member name="M:svn_auth_first_credentials(System.Void**,svn_auth_iterstate_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_auth_baton_t*,apr_pool_t*)">
Universal run-time parameters, made available to all providers.
 
    If you are writing a new provider, then to be a "good citizen",
    you should notice these global parameters! Note that these
    run-time params should be treated as read-only by providers; the
    application is responsible for placing them into the auth_baton
    hash.
The auth-hash prefix indicating that the parameter is global.
@name Default credentials defines
Property values are const char *.
@{
Default username provided by the application itself (e.g. --username)
Default password provided by the application itself (e.g. --password)
@}
@brief The application doesn't want any providers to prompt
 * users. Property value is irrelevant; only property's existence
 * matters.
@brief The application doesn't want any providers to save passwords
 * to disk. Property value is irrelevant; only property's existence
 * matters.
@brief Indicates whether providers may save passwords to disk in
 * plaintext. Property value can be either SVN_CONFIG_TRUE,
 * SVN_CONFIG_FALSE, or SVN_CONFIG_ASK.
 * @since New in 1.6.
 
@brief The application doesn't want any providers to save passphrase
 * to disk. Property value is irrelevant; only property's existence
 * matters.
 * @since New in 1.6.
 
@brief Indicates whether providers may save passphrase to disk in
 * plaintext. Property value can be either SVN_CONFIG_TRUE,
 * SVN_CONFIG_FALSE, or SVN_CONFIG_ASK.
 * @since New in 1.6.
 
@brief The application doesn't want any providers to save credentials
 * to disk. Property value is irrelevant; only property's existence
 * matters.
@brief The following property is for SSL server cert providers. This
 * provides a pointer to an @c apr_uint32_t containing the failures
 * detected by the certificate validator.
@brief The following property is for SSL server cert providers. This
 * provides the cert info (svn_auth_ssl_server_cert_info_t).
This provides a pointer to a @c svn_config_t containting the config
 * category.
This provides a pointer to a @c svn_config_t containting the servers
 * category.
@deprecated Provided for backward compatibility with the 1.5 API.
The current server group.
@brief A configuration directory that overrides the default
 * ~/.subversion.
Get an initial set of credentials.
 *
 * Ask @a auth_baton to set @a *credentials to a set of credentials
 * defined by @a cred_kind and valid within @a realmstring, or NULL if
 * no credentials are available. Otherwise, return an iteration state
 * in @a *state, so that the caller can call
 * svn_auth_next_credentials(), in case the first set of credentials
 * fails to authenticate.
 *
 * Use @a pool to allocate @a *state, and for temporary allocation.
 * Note that @a *credentials will be allocated in @a auth_baton's pool.
 
</member>
        <member name="M:svn_auth_get_parameter(svn_auth_baton_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Get an authentication run-time parameter.
 *
 * Return a value for run-time parameter @a name from @a auth_baton.
 * Return NULL if the parameter doesn't exist.
 
</member>
        <member name="M:svn_auth_set_parameter(svn_auth_baton_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void!System.Runtime.CompilerServices.IsConst*)">
Set an authentication run-time parameter.
 *
 * Store @a name / @a value pair as a run-time parameter in @a
 * auth_baton, making the data accessible to all providers. @a name
 * and @a value will NOT be duplicated into the auth_baton's pool.
 * To delete a run-time parameter, pass NULL for @a value.
 
</member>
        <member name="M:svn_auth_open(svn_auth_baton_t**,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Initialize an authentication system.
 *
 * Return an authentication object in @a *auth_baton (allocated in @a
 * pool) that represents a particular instance of the svn
 * authentication system. @a providers is an array of @c
 * svn_auth_provider_object_t pointers, already allocated in @a pool
 * and intentionally ordered. These pointers will be stored within @a
 * *auth_baton, grouped by credential type, and searched in this exact
 * order.
 
</member>
        <member name="D:svn_auth_plaintext_passphrase_prompt_func_t">
A type of callback function for asking whether storing a passphrase to
 * disk in plaintext is allowed.
 *
 * In this callback, the client should ask the user whether storing
 * a passphrase for the realm identified by @a realmstring to disk
 * in plaintext is allowed.
 *
 * The answer is returned in @a *may_save_plaintext.
 * @a baton is an implementation-specific closure.
 * All allocations should be done in @a pool.
 *
 * @since New in 1.6
 
</member>
        <member name="D:svn_auth_plaintext_prompt_func_t">
A type of callback function for asking whether storing a password to
 * disk in plaintext is allowed.
 *
 * In this callback, the client should ask the user whether storing
 * a password for the realm identified by @a realmstring to disk
 * in plaintext is allowed.
 *
 * The answer is returned in @a *may_save_plaintext.
 * @a baton is an implementation-specific closure.
 * All allocations should be done in @a pool.
 *
 * @since New in 1.6
 
</member>
        <member name="D:svn_auth_ssl_client_cert_pw_prompt_func_t">
Set @a *cred by prompting the user, allocating @a *cred in @a pool.
 * @a baton is an implementation-specific closure. @a realm is a string
 * identifying the certificate, and can be used in the prompt string.
 *
 * If @a may_save is FALSE, the auth system does not allow the credentials
 * to be saved (to disk). A prompt function shall not ask the user if the
 * credentials shall be saved if @a may_save is FALSE. For example, a GUI
 * client with a remember password checkbox would grey out the checkbox if
 * @a may_save is FALSE.
 
</member>
        <member name="D:svn_auth_ssl_client_cert_prompt_func_t">
Set @a *cred by prompting the user, allocating @a *cred in @a pool.
 * @a baton is an implementation-specific closure. @a realm is a string
 * that can be used in the prompt string.
 *
 * If @a may_save is FALSE, the auth system does not allow the credentials
 * to be saved (to disk). A prompt function shall not ask the user if the
 * credentials shall be saved if @a may_save is FALSE. For example, a GUI
 * client with a remember certificate checkbox would grey out the checkbox
 * if @a may_save is FALSE.
 
</member>
        <member name="D:svn_auth_ssl_server_trust_prompt_func_t">
@name SSL server certificate failure bits
 *
 * @note These values are stored in the on disk auth cache by the SSL
 * server certificate auth provider, so the meaning of these bits must
 * not be changed.
 * @{
 
Certificate is not yet valid.
Certificate has expired.
Certificate's CN (hostname) does not match the remote hostname.
@brief Certificate authority is unknown (i.e. not trusted)
@brief Other failure. This can happen if an unknown failure occurs
 * that we do not handle yet.
@}
Set @a *cred by prompting the user, allocating @a *cred in @a pool.
 * @a baton is an implementation-specific closure.
 *
 * @a cert_info is a structure describing the server cert that was
 * presented to the client, and @a failures is a bitmask that
 * describes exactly why the cert could not be automatically validated,
 * composed from the constants SVN_AUTH_SSL_* (@c SVN_AUTH_SSL_NOTYETVALID
 * etc.). @a realm is a string that can be used in the prompt string.
 *
 * If @a may_save is FALSE, the auth system does not allow the credentials
 * to be saved (to disk). A prompt function shall not ask the user if the
 * credentials shall be saved if @a may_save is FALSE. For example, a GUI
 * client with a trust permanently checkbox would grey out the checkbox if
 * @a may_save is FALSE.
 
</member>
        <member name="D:svn_auth_username_prompt_func_t">
Set @a *cred by prompting the user, allocating @a *cred in @a pool.
 * @a baton is an implementation-specific closure.
 *
 * If @a realm is non-NULL, maybe use it in the prompt string.
 *
 * If @a may_save is FALSE, the auth system does not allow the credentials
 * to be saved (to disk). A prompt function shall not ask the user if the
 * credentials shall be saved if @a may_save is FALSE. For example, a GUI
 * client with a remember username checkbox would grey out the checkbox if
 * @a may_save is FALSE.
 
</member>
        <member name="D:svn_auth_simple_prompt_func_t">
Credential-constructing prompt functions. *
These exist so that different client applications can use
 * different prompt mechanisms to supply the same credentials. For
 * example, if authentication requires a username and password, a
 * command-line client's prompting function might prompt first for the
 * username and then for the password, whereas a GUI client's would
 * present a single dialog box asking for both, and a telepathic
 * client's would read all the information directly from the user's
 * mind. All these prompting functions return the same type of
 * credential, but the information used to construct the credential is
 * gathered in an interface-specific way in each case.
 
Set @a *cred by prompting the user, allocating @a *cred in @a pool.
 * @a baton is an implementation-specific closure.
 *
 * If @a realm is non-NULL, maybe use it in the prompt string.
 *
 * If @a username is non-NULL, then the user might be prompted only
 * for a password, but @a *cred would still be filled with both
 * username and password. For example, a typical usage would be to
 * pass @a username on the first call, but then leave it NULL for
 * subsequent calls, on the theory that if credentials failed, it's
 * as likely to be due to incorrect username as incorrect password.
 *
 * If @a may_save is FALSE, the auth system does not allow the credentials
 * to be saved (to disk). A prompt function shall not ask the user if the
 * credentials shall be saved if @a may_save is FALSE. For example, a GUI
 * client with a remember password checkbox would grey out the checkbox if
 * @a may_save is FALSE.
 
</member>
        <member name="F:svn_auth_cred_ssl_server_trust_t.accepted_failures">
Bit mask of the accepted failures
</member>
        <member name="F:svn_auth_cred_ssl_server_trust_t.may_save">
Indicates if the credentials may be saved (to disk). For example, a
   * GUI prompt implementation with a checkbox to accept the certificate
   * permanently shall set @a may_save to TRUE if the checkbox is checked.
 
</member>
        <member name="T:svn_auth_cred_ssl_server_trust_t">
@c SVN_AUTH_CRED_SSL_SERVER_TRUST credentials.
</member>
        <member name="M:svn_auth_ssl_server_cert_info_dup(svn_auth_ssl_server_cert_info_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of @a info, allocated in @a pool.
 
 @since New in 1.3.
 
</member>
        <member name="F:svn_auth_ssl_server_cert_info_t.ascii_cert">
Base-64 encoded DER certificate representation
</member>
        <member name="F:svn_auth_ssl_server_cert_info_t.issuer_dname">
DN of the certificate issuer
</member>
        <member name="F:svn_auth_ssl_server_cert_info_t.valid_until">
ASCII date until which the certificate is valid
</member>
        <member name="F:svn_auth_ssl_server_cert_info_t.valid_from">
ASCII date from which the certificate is valid
</member>
        <member name="F:svn_auth_ssl_server_cert_info_t.fingerprint">
ASCII fingerprint
</member>
        <member name="F:svn_auth_ssl_server_cert_info_t.hostname">
Primary CN
</member>
        <member name="T:svn_auth_ssl_server_cert_info_t">
SSL server verification credential type.
 *
 * The following auth parameters are available to the providers:
 *
 * - @c SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS (@c svn_config_t*)
 * - @c SVN_AUTH_PARAM_SERVER_GROUP (@c char*)
 * - @c SVN_AUTH_PARAM_SSL_SERVER_FAILURES (@c apr_uint32_t*)
 * - @c SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO
 * (@c svn_auth_ssl_server_cert_info_t*)
 *
 * The following optional auth parameters are relevant to the providers:
 *
 * - @c SVN_AUTH_PARAM_NO_AUTH_CACHE (@c void*)
 
SSL server certificate information used by @c
 * SVN_AUTH_CRED_SSL_SERVER_TRUST providers.
 
</member>
        <member name="F:svn_auth_cred_ssl_client_cert_pw_t.may_save">
Indicates if the credentials may be saved (to disk). For example, a
   * GUI prompt implementation with a remember password checkbox shall set
   * @a may_save to TRUE if the checkbox is checked.
 
</member>
        <member name="F:svn_auth_cred_ssl_client_cert_pw_t.password">
Certificate password
</member>
        <member name="T:svn_auth_cred_ssl_client_cert_pw_t">
SSL client certificate passphrase credential type.
 *
 * @note The realmstring used with this credential type must be a name that
 * makes it possible for the user to identify the certificate.
 *
 * The following auth parameters are available to the providers:
 *
 * - @c SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG (@c svn_config_t*)
 * - @c SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS (@c svn_config_t*)
 * - @c SVN_AUTH_PARAM_SERVER_GROUP (@c char*)
 *
 * The following optional auth parameters are relevant to the providers:
 *
 * - @c SVN_AUTH_PARAM_NO_AUTH_CACHE (@c void*)
 
@c SVN_AUTH_CRED_SSL_CLIENT_CERT_PW credentials.
</member>
        <member name="D:svn_auth_ssl_client_cert_pw_provider_func_t">
A function returning an SSL client certificate passphrase provider.
</member>
        <member name="F:svn_auth_cred_ssl_client_cert_t.may_save">
Indicates if the credentials may be saved (to disk). For example, a
   * GUI prompt implementation with a remember certificate checkbox shall
   * set @a may_save to TRUE if the checkbox is checked.
 
</member>
        <member name="F:svn_auth_cred_ssl_client_cert_t.cert_file">
Absolute path to the certificate file
</member>
        <member name="T:svn_auth_cred_ssl_client_cert_t">
SSL client certificate credential type.
 *
 * The following auth parameters are available to the providers:
 *
 * - @c SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS (@c svn_config_t*)
 * - @c SVN_AUTH_PARAM_SERVER_GROUP (@c char*)
 *
 * The following optional auth parameters are relevant to the providers:
 *
 * - @c SVN_AUTH_PARAM_NO_AUTH_CACHE (@c void*)
 
@c SVN_AUTH_CRED_SSL_CLIENT_CERT credentials.
</member>
        <member name="F:svn_auth_cred_username_t.may_save">
Indicates if the credentials may be saved (to disk). For example, a
   * GUI prompt implementation with a remember username checkbox shall set
   * @a may_save to TRUE if the checkbox is checked.
 
</member>
        <member name="F:svn_auth_cred_username_t.username">
Username
</member>
        <member name="T:svn_auth_cred_username_t">
Username credential kind.
 *
 * The following optional auth parameters are relevant to the providers:
 *
 * - @c SVN_AUTH_PARAM_NO_AUTH_CACHE (@c void*)
 * - @c SVN_AUTH_PARAM_DEFAULT_USERNAME (@c char*)
 
@c SVN_AUTH_CRED_USERNAME credentials.
</member>
        <member name="F:svn_auth_cred_simple_t.may_save">
Indicates if the credentials may be saved (to disk). For example, a
   * GUI prompt implementation with a remember password checkbox shall set
   * @a may_save to TRUE if the checkbox is checked.
 
</member>
        <member name="F:svn_auth_cred_simple_t.password">
Password
</member>
        <member name="F:svn_auth_cred_simple_t.username">
Username
</member>
        <member name="T:svn_auth_cred_simple_t">
Specific types of credentials *
Simple username/password pair credential kind.
 *
 * The following auth parameters are available to the providers:
 *
 * - @c SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG (@c svn_config_t*)
 * - @c SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS (@c svn_config_t*)
 *
 * The following auth parameters may be available to the providers:
 *
 * - @c SVN_AUTH_PARAM_NO_AUTH_CACHE (@c void*)
 * - @c SVN_AUTH_PARAM_DEFAULT_USERNAME (@c char*)
 * - @c SVN_AUTH_PARAM_DEFAULT_PASSWORD (@c char*)
 
@c SVN_AUTH_CRED_SIMPLE credentials.
</member>
        <member name="D:svn_auth_simple_provider_func_t">
The type of function returning authentication provider.
</member>
        <member name="T:svn_auth_provider_object_t">
A provider object, ready to be put into an array and given to
    svn_auth_open().
</member>
        <member name="F:svn_auth_provider_t.save_credentials">
Save credentials.
   *
   * Store @a credentials for future use. @a provider_baton is
   * general context for the vtable, and @a parameters contains any
   * run-time data the provider may need. Set @a *saved to TRUE if
   * the save happened, or FALSE if not. The provider is not required
   * to save; if it refuses or is unable to save for non-fatal
   * reasons, return FALSE. If the provider never saves data, then
   * this function pointer should simply be NULL. @a realmstring comes
   * from the svn_auth_first_credentials() call.
 
</member>
        <member name="F:svn_auth_provider_t.next_credentials">
Get a different set of credentials.
   *
   * Set @a *credentials to another set of valid credentials (using @a
   * iter_baton as the context from previous call to first_credentials
   * or next_credentials). If no more credentials are available, set
   * @a *credentials to NULL. If the provider only has one set of
   * credentials, this function pointer should simply be NULL. @a
   * provider_baton is general context for the vtable, @a parameters
   * contains any run-time data that the provider may need, and @a
   * realmstring comes from the svn_auth_first_credentials() call.
 
</member>
        <member name="F:svn_auth_provider_t.first_credentials">
Get an initial set of credentials.
   *
   * Set @a *credentials to a set of valid credentials within @a
   * realmstring, or NULL if no credentials are available. Set @a
   * *iter_baton to context that allows a subsequent call to @c
   * next_credentials, in case the first credentials fail to
   * authenticate. @a provider_baton is general context for the
   * vtable, @a parameters contains any run-time data that the
   * provider may need, and @a realmstring comes from the
   * svn_auth_first_credentials() call.
 
</member>
        <member name="F:svn_auth_provider_t.cred_kind">
The kind of credentials this provider knows how to retrieve.
</member>
        <member name="T:svn_auth_provider_t">
The main authentication "provider" vtable.
</member>
        <member name="T:svn_auth_iterstate_t">
The type of a Subversion authentication-iteration object
</member>
        <member name="T:svn_auth_baton_t">
Overview of the svn authentication system.
 *
 * We define an authentication "provider" as a module that is able to
 * return a specific set of credentials. (e.g. username/password,
 * certificate, etc.) Each provider implements a vtable that
 *
 * - can fetch initial credentials
 * - can retry the fetch (or try to fetch something different)
 * - can store the credentials for future use
 *
 * For any given type of credentials, there can exist any number of
 * separate providers -- each provider has a different method of
 * fetching. (i.e. from a disk store, by prompting the user, etc.)
 *
 * The application begins by creating an auth baton object, and
 * "registers" some number of providers with the auth baton, in a
 * specific order. (For example, it may first register a
 * username/password provider that looks in disk store, then register
 * a username/password provider that prompts the user.)
 *
 * Later on, when any svn library is challenged, it asks the auth
 * baton for the specific credentials. If the initial credentials
 * fail to authenticate, the caller keeps requesting new credentials.
 * Under the hood, libsvn_auth effectively "walks" over each provider
 * (in order of registry), one at a time, until all the providers have
 * exhausted all their retry options.
 *
 * This system allows an application to flexibly define authentication
 * behaviors (by changing registration order), and very easily write
 * new authentication providers.
 *
 * An auth_baton also contains an internal hashtable of run-time
 * parameters; any provider or library layer can set these run-time
 * parameters at any time, so that the provider has access to the
 * data. (For example, certain run-time data may not be available
 * until an authentication challenge is made.) Each credential type
 * must document the run-time parameters that are made available to
 * its providers.
 *
 * @defgroup auth_fns Authentication functions
 * @{
 
The type of a Subversion authentication object
</member>
        <member name="M:svn_config_copy_config(apr_hash_t**,apr_hash_t*,apr_pool_t*)">
Create a deep copy of the config hash @a src_hash and return
 * it in @a cfg_hash, allocating the memory in @a pool.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_dup(svn_config_t**,svn_config_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create a deep copy of the config object @a src and return
 * it in @a cfgp, allocating the memory in @a pool.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_get_user_config_path(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Put the absolute path to the user's configuration directory,
 * or to a file within that directory, into @a *path.
 *
 * If @a config_dir is not NULL, it must point to an alternative
 * config directory location. If it is NULL, the default location
 * is used. If @a fname is not NULL, it must specify the last
 * component of the path to be returned. This can be used to create
 * a path to any file in the configuration directory.
 *
 * Do all allocations in @a pool.
 *
 * Hint:
 * To get the user configuration file, pass @c SVN_CONFIG_CATEGORY_CONFIG
 * for @a fname. To get the servers configuration file, pass
 * @c SVN_CONFIG_CATEGORY_SERVERS for @a fname.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_config_walk_auth_data(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Int32*,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
Call @a walk_func with @a walk_baton and information describing
 * each credential cached within the Subversion auth store located
 * under @a config_dir. If the callback sets its delete_cred return
 * flag, delete the associated credential.
 *
 * If @a config_dir is not NULL, it must point to an alternative
 * config directory location. If it is NULL, the default location
 * is used.
 *
 * @note @a config_dir may only be NULL in 1.8.2 and later.
 *
 * @note Removing credentials from the config-based disk store will
 * not purge them from any open svn_auth_baton_t instance. Consider
 * using svn_auth_forget_credentials() -- from the @a walk_func,
 * even -- for this purpose.
 *
 * @note Removing credentials from the config-based disk store will
 * not also remove any related credentials from third-party password
 * stores. (Implementations of @a walk_func which delete credentials
 * may wish to consult the "passtype" element of @a hash, if any, to
 * see if a third-party store -- such as "gnome-keyring" or "kwallet"
 * is being used to hold the most sensitive portion of the credentials
 * for this @a cred_kind and @a realmstring.)
 *
 * @see svn_auth_forget_credentials()
 *
 * @since New in 1.8.
 
</member>
        <member name="D:svn_config_auth_walk_func_t">
Callback for svn_config_walk_auth_data().
 *
 * Called for each credential walked by that function (and able to be
 * fully purged) to allow perusal and selective removal of credentials.
 *
 * @a cred_kind and @a realmstring specify the key of the credential.
 * @a hash contains the hash data associated with the record. @a walk_baton
 * is the baton passed to svn_config_walk_auth_data().
 *
 * Before returning set @a *delete_cred to TRUE to remove the credential from
 * the cache; leave @a *delete_cred unchanged or set it to FALSE to keep the
 * credential.
 *
 * Implementations may return #SVN_ERR_CEASE_INVOCATION to indicate
 * that the callback should not be called again. Note that when that
 * error is returned, the value of @a delete_cred will still be
 * honored and action taken if necessary. (For other returned errors,
 * @a delete_cred is ignored by svn_config_walk_auth_data().)
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_write_auth_data(apr_hash_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Use @a cred_kind and @a realmstring to create or overwrite a file
 * within the ~/.subversion/auth/ area. Write the contents of @a hash into
 * the file. If @a config_dir is not NULL it specifies a directory to read
 * the config overriding all other sources.
 *
 * Also, add @a realmstring to the file, with key @c
 * SVN_CONFIG_REALMSTRING_KEY. This allows programs (or users) to
 * verify exactly which set credentials live within the file.
 *
 * The hashtable must contain <tt>const char *</tt> keys and
 * <tt>svn_string_t *</tt> values.
 
</member>
        <member name="M:svn_config_ensure(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Try to ensure that the user's ~/.subversion/ area exists, and create
 * no-op template files for any absent config files. Use @a pool for any
 * temporary allocation. If @a config_dir is not @c NULL it specifies a
 * directory from which to read the config overriding all other sources.
 *
 * Don't error if something exists but is the wrong kind (for example,
 * ~/.subversion exists but is a file, or ~/.subversion/servers exists
 * but is a directory).
 *
 * Also don't error if trying to create something and failing -- it's
 * okay for the config area or its contents not to be created.
 * However, if creating a config template file succeeds, return an
 * error if unable to initialize its contents.
 
</member>
        <member name="M:svn_config_get_server_setting_bool(svn_config_t*,System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32)">
Set @a *valuep according to @a option_name for a given
 * @a server_group in @a cfg, or set to @a default_value if no value is
 * specified.
 *
 * Check first a default, then for an override in a server group. If
 * a value is found but is not a valid boolean, return an
 * SVN_ERR_BAD_CONFIG_VALUE error.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_config_get_server_setting_int(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int64,System.Int64*,apr_pool_t*)">
Retrieve value into @a result_value corresponding to @a option_name for a
 * given @a server_group in @a cfg, or return @a default_value if none is
 * found.
 *
 * The config will first be checked for a default, then will be checked for
 * an override in a server group. If the value found is not a valid integer,
 * a @c svn_error_t* will be returned.
 
</member>
        <member name="M:svn_config_get_server_setting(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Retrieve value corresponding to @a option_name in @a cfg, or
 * return @a default_value if none is found.
 *
 * The config will first be checked for a default.
 * If @a server_group is not @c NULL, the config will also be checked
 * for an override in a server group,
 *
 
</member>
        <member name="M:svn_config_find_group(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Enumerate the group @a master_section in @a cfg. Each variable
 * value is interpreted as a list of glob patterns (separated by comma
 * and optional whitespace). Return the name of the first variable
 * whose value matches @a key, or @c NULL if no variable matches.
 
</member>
        <member name="M:svn_config_has_section(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Return @c TRUE if @a section exists in @a cfg, @c FALSE otherwise.
 
 @since New in 1.4.
 
</member>
        <member name="M:svn_config_enumerate2(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Int32(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Enumerate the options in @a section, passing @a baton and the current
 * option's name and value to @a callback. Continue the enumeration if
 * @a callback returns @c TRUE. Return the number of times @a callback
 * was called.
 *
 * ### kff asks: A more usual interface is to continue enumerating
 * while @a callback does not return error, and if @a callback does
 * return error, to return the same error (or a wrapping of it)
 * from svn_config_enumerate(). What's the use case for
 * svn_config_enumerate()? Is it more likely to need to break out
 * of an enumeration early, with no error, than an invocation of
 * @a callback is likely to need to return an error? ###
 *
 * @a callback's @a name and @a value parameters are only valid for the
 * duration of the call.
 *
 * @since New in 1.3.
 
</member>
        <member name="D:svn_config_enumerator2_t">
A callback function used in enumerating config options.
 *
 * See svn_config_enumerate2() for the details of this type.
 *
 * @since New in 1.3.
 
</member>
        <member name="M:svn_config_enumerate(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Int32(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void*),System.Void*)">
Similar to svn_config_enumerate2(), but uses a memory pool of
 * @a cfg instead of one that is explicitly provided.
 *
 * @deprecated Provided for backwards compatibility with the 1.2 API.
 
</member>
        <member name="D:svn_config_enumerator_t">
Similar to @c svn_config_enumerator2_t, but is not
 * provided with a memory pool argument.
 * See svn_config_enumerate() for the details of this type.
 *
 * @deprecated Provided for backwards compatibility with the 1.2 API.
 
</member>
        <member name="M:svn_config_enumerate_sections2(svn_config_t*,=FUNC:System.Int32(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Enumerate the sections, passing @a baton and the current section's name
 * to @a callback. Continue the enumeration if @a callback returns @c TRUE.
 * Return the number of times @a callback was called.
 *
 * ### See kff's comment to svn_config_enumerate2(). It applies to this
 * function, too. ###
 *
 * @a callback's @a name parameter is only valid for the duration of the call.
 *
 * @since New in 1.3.
 
</member>
        <member name="D:svn_config_section_enumerator2_t">
A callback function used in enumerating config sections.
 *
 * See svn_config_enumerate_sections2() for the details of this type.
 *
 * @since New in 1.3.
 
</member>
        <member name="M:svn_config_enumerate_sections(svn_config_t*,=FUNC:System.Int32(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void*),System.Void*)">
Similar to svn_config_enumerate_sections2(), but uses a memory pool of
 * @a cfg instead of one that is explicitly provided.
 *
 * @deprecated Provided for backwards compatibility with the 1.2 API.
 
</member>
        <member name="D:svn_config_section_enumerator_t">
Similar to @c svn_config_section_enumerator2_t, but is not
 * provided with a memory pool argument.
 *
 * See svn_config_enumerate_sections() for the details of this type.
 *
 * @deprecated Provided for backwards compatibility with the 1.2 API.
 
</member>
        <member name="M:svn_config_get_tristate(svn_config_t*,svn_tristate_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_tristate_t)">
Like svn_config_get_bool(), but for tristate values.
 *
 * Set @a *valuep to #svn_tristate_true, #svn_tristate_false, or
 * #svn_tristate_unknown, depending on the value of @a option in @a
 * section of @a cfg. True and false values are the same as for
 * svn_config_get_bool(); @a unknown_value specifies the option value
 * allowed for third state (#svn_tristate_unknown).
 *
 * Use @a default_value as the default value if @a option cannot be
 * found.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_get_yes_no_ask(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Like svn_config_get(), but only for yes/no/ask values.
 *
 * Parse @a option in @a section and set @a *valuep to one of
 * SVN_CONFIG_TRUE, SVN_CONFIG_FALSE, or SVN_CONFIG_ASK. If there is
 * no setting for @a option, then parse @a default_value and set
 * @a *valuep accordingly. If @a default_value is NULL, the result is
 * undefined, and may be an error; we recommend that you pass one of
 * SVN_CONFIG_TRUE, SVN_CONFIG_FALSE, or SVN_CONFIG_ASK for @a default value.
 *
 * Valid representations are (at least) "true"/"false", "yes"/"no",
 * "on"/"off", "1"/"0", and "ask"; they are case-insensitive. Return
 * an SVN_ERR_BAD_CONFIG_VALUE error if either @a default_value or
 * @a option's value is not a valid representation.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_config_set_int64(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int64)">
Like svn_config_set(), but for 64-bit signed integers.
 *
 * Sets the value of @a option in @a section of @a cfg to the signed
 * decimal @a value.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_get_int64(svn_config_t*,System.Int64*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int64)">
Like svn_config_get(), but for 64-bit signed integers.
 *
 * Parses the @a option in @a section of @a cfg as an integer value,
 * setting @a *valuep to the result. If the option is not found, sets
 * @a *valuep to @a default_value. If the option is found but cannot
 * be converted to an integer, returns an error.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_set_bool(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32)">
Like svn_config_set(), but for boolean values.
 *
 * Sets the option to 'TRUE'/'FALSE', depending on @a value.
 
</member>
        <member name="M:svn_config_get_bool(svn_config_t*,System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32)">
Like svn_config_get(), but for boolean values.
 *
 * Parses the option as a boolean value. The recognized representations
 * are 'TRUE'/'FALSE', 'yes'/'no', 'on'/'off', '1'/'0'; case does not
 * matter. Returns an error if the option doesn't contain a known string.
 
</member>
        <member name="M:svn_config_set(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Add or replace the value of a (@a section, @a option) pair in @a cfg with
 * @a value.
 *
 * This function invalidates all value expansions in @a cfg.
 *
 * To remove an option, pass NULL for the @a value.
 
</member>
        <member name="M:svn_config_get(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Find the value of a (@a section, @a option) pair in @a cfg, set @a
 * *valuep to the value.
 *
 * If @a cfg is @c NULL, just sets @a *valuep to @a default_value. If
 * the value does not exist, expand and return @a default_value. @a
 * default_value can be NULL.
 *
 * The returned value will be valid at least until the next call to
 * svn_config_get(), or for the lifetime of @a default_value. It is
 * safest to consume the returned value immediately.
 *
 * This function may change @a cfg by expanding option values.
 
</member>
        <member name="M:svn_config_merge(svn_config_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32)">
Like svn_config_read(), but merges the configuration data from @a file
 * (a file or registry path) into @a *cfg, which was previously returned
 * from svn_config_read(). This function invalidates all value
 * expansions in @a cfg, so that the next svn_config_get() takes the
 * modifications into account.
 
</member>
        <member name="M:svn_config_parse(svn_config_t**,svn_stream_t*,System.Int32,System.Int32,apr_pool_t*)">
Read configuration data from @a stream into @a *cfgp, allocated in
 * @a result_pool.
 *
 * If @a section_names_case_sensitive is @c TRUE, populate section name hashes
 * case sensitively, except for the @c "DEFAULT" section.
 *
 * If @a option_names_case_sensitive is @c TRUE, populate option name hashes
 * case sensitively.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_read(svn_config_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Similar to svn_config_read2, but always passes @c FALSE to
 * @a section_names_case_sensitive.
 *
 * @deprecated Provided for backward compatibility with 1.6 API.
 
</member>
        <member name="M:svn_config_read2(svn_config_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
Similar to svn_config_read3, but always passes @c FALSE to
 * @a option_names_case_sensitive.
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with 1.7 API.
 
</member>
        <member name="M:svn_config_read3(svn_config_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Int32,apr_pool_t*)">
Read configuration data from @a file (a file or registry path) into
 * @a *cfgp, allocated in @a pool.
 *
 * If @a file does not exist, then if @a must_exist, return an error,
 * otherwise return an empty @c svn_config_t.
 *
 * If @a section_names_case_sensitive is @c TRUE, populate section name hashes
 * case sensitively, except for the @c "DEFAULT" section.
 *
 * If @a option_names_case_sensitive is @c TRUE, populate option name hashes
 * case sensitively.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_create(svn_config_t**,System.Int32,apr_pool_t*)">
Similar to svn_config_create2, but always passes @c FALSE to
 * @a option_names_case_sensitive.
 *
 * @since New in 1.7.
 * @deprecated Provided for backward compatibility with 1.7 API.
 
</member>
        <member name="M:svn_config_create2(svn_config_t**,System.Int32,System.Int32,apr_pool_t*)">
Set @a *cfgp to an empty @c svn_config_t structure,
 * allocated in @a result_pool.
 *
 * Pass TRUE to @a section_names_case_sensitive if
 * section names are to be populated case sensitively.
 *
 * Pass TRUE to @a option_names_case_sensitive if
 * option names are to be populated case sensitively.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_config_get_config(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@name Client configuration files strings
Strings for the names of files, sections, and options in the
client configuration files.
@{
 
@deprecated Not used since 1.8.
@since New in 1.5.
@deprecated Not used since 1.8.
 * @since New in 1.5.
@since New in 1.5.
@since New in 1.1.
@since New in 1.6.
@since New in 1.6.
@since New in 1.6.
@since New in 1.8.
@since New in 1.8.
@since New in 1.9.
@since New in 1.9.
@since New in 1.9.
@since New in 1.6.
@since New in 1.6.
@since New in 1.6.
@since New in 1.8.
@since New in 1.7.
@since New in 1.5.
@deprecated Not used by Subversion since 2003/r847039 (well before 1.0)
@since New in 1.9.
@since New in 1.2.
@since New in 1.5.
@since New in 1.5.
@since New in 1.7.
@since New in 1.7.
@since New in 1.9.
@since New in 1.8.
@since New in 1.8.
@since New in 1.8.
@since New in 1.9.
@}
@name Repository conf directory configuration files strings
 * Strings for the names of sections and options in the
 * repository conf directory configuration files.
 * @{
 
@since New in 1.8.
@since New in 1.7.
@since New in 1.8.
@since New in 1.5.
@since New in 1.5.
@since New in 1.5.
@since New in 1.5.
@}
Read configuration information from the standard sources and merge it
 * into the hash @a *cfg_hash. If @a config_dir is not NULL it specifies a
 * directory from which to read the configuration files, overriding all
 * other sources. Otherwise, first read any system-wide configurations
 * (from a file or from the registry), then merge in personal
 * configurations (again from file or registry). The hash and all its data
 * are allocated in @a pool.
 *
 * @a *cfg_hash is a hash whose keys are @c const char * configuration
 * categories (@c SVN_CONFIG_CATEGORY_SERVERS,
 * @c SVN_CONFIG_CATEGORY_CONFIG, etc.) and whose values are the @c
 * svn_config_t * items representing the configuration values for that
 * category.
 
</member>
        <member name="T:svn_config_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_ra.h
 @brief Repository Access
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_auth.h
 @brief Subversion's authentication system
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_config.h
 @brief Accessing SVN configuration files.
 
Opaque structure describing a set of configuration options.
</member>
        <member name="M:svn_opt_print_help(apr_getopt_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_opt_print_help2(), but acts on #svn_opt_subcommand_desc_t.
 
 @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_opt_print_help2(apr_getopt_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_opt_print_help3(), but with @a global_options always @c
 NULL.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_opt_print_help3(apr_getopt_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_opt_print_help4(), but with @a verbose always @c FALSE.
 
 @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_opt_print_help4(apr_getopt_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_opt_print_help5(), but with a different
 version of the subcommand description table.
 
 @since New in 1.8.
 @deprecated Provided for backward compatibility with the 1.10 API.
 
</member>
        <member name="M:svn_opt_print_help5(apr_getopt_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc3_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Central dispatcher function for various kinds of help message.
 Prints one of:
   * subcommand-specific help (svn_opt_subcommand_help)
   * generic help (svn_opt_print_generic_help)
   * version info
   * simple usage complaint: "Type '@a pgm_name help' for usage."
 
 If @a os is not @c NULL and it contains arguments, then try
 printing help for them as though they are subcommands, using @a
 cmd_table and @a option_table for option information. If not @c
 NULL, @a global_options is a zero-terminated array of options taken
 by all subcommands.
 
 Else, if @a print_version is TRUE, then print version info, in
 brief form if @a quiet is also TRUE; if @a quiet is FALSE, then if
 @a version_footer is non-NULL, print it following the version
 information. If @a verbose is TRUE, also print information about
 the running system and loaded shared libraries, where available.
 
 Else, if @a os is not @c NULL and does not contain arguments, print
 generic help, via svn_opt_print_generic_help2() with the @a header,
 @a cmd_table, @a option_table, and @a footer arguments.
 
 Else, when @a os is @c NULL, print the simple usage complaint.
 
 Use @a pool for temporary allocations.
 
 Notes: The reason this function handles both version printing and
 general usage help is that a confused user might put both the
 --version flag *and* subcommand arguments on a help command line.
 The logic for handling such a situation should be in one place.
 
 @since New in 1.11.
 
</member>
        <member name="M:svn_opt_parse_path(svn_opt_revision_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Parse a working-copy path or URL in @a path, extracting any trailing
 revision specifier of the form "@rev" from the last component of
 the path.
 
 Some examples would be:
 
   - "foo/bar" -&gt; "foo/bar", (unspecified)
   - "foo/bar@13" -&gt; "foo/bar", (number, 13)
   - "foo/bar@HEAD" -&gt; "foo/bar", (head)
   - "foo/bar@{1999-12-31}" -&gt; "foo/bar", (date, 1999-12-31)
   - "http://a/b@27" -&gt; "http://a/b", (number, 27)
   - "http://a/b@COMMITTED" -&gt; "http://a/b", (committed) [*]
   - "http://a/b@{1999-12-31}" -&gt; "http://a/b", (date, 1999-12-31)
   - "http://a/b@%7B1999-12-31%7D" -&gt; "http://a/b", (date, 1999-12-31)
   - "foo/bar@1:2" -&gt; error
   - "foo/bar@baz" -&gt; error
   - "foo/bar@" -&gt; "foo/bar", (unspecified)
   - "foo/@bar@" -&gt; "foo/@bar", (unspecified)
   - "foo/bar/@13" -&gt; "foo/bar/", (number, 13)
   - "foo/bar@@13" -&gt; "foo/bar@", (number, 13)
   - "foo/@bar@HEAD" -&gt; "foo/@bar", (head)
   - "foo@/bar" -&gt; "foo@/bar", (unspecified)
   - "foo@HEAD/bar" -&gt; "foo@HEAD/bar", (unspecified)
   - "@foo/bar" -&gt; "@foo/bar", (unspecified)
   - "@foo/bar@" -&gt; "@foo/bar", (unspecified)
 
   [*] Syntactically valid but probably not semantically useful.
 
 If a trailing revision specifier is found, parse it into @a *rev and
 put the rest of the path into @a *truepath, allocating from @a pool;
 or return an @c SVN_ERR_CL_ARG_PARSING_ERROR (with the effect on
 @a *truepath undefined) if the revision specifier is invalid.
 If no trailing revision specifier is found, set @a *truepath to
 @a path and @a rev-&gt;kind to @c svn_opt_revision_unspecified.
 
 This function does not require that @a path be in canonical form.
 No canonicalization is done and @a *truepath will only be in
 canonical form if @a path is in canonical form.
 
 @since New in 1.1.
 @since Since 1.6.5, this returns an error if @a path contains a peg
 specifier with no path before it, such as "@abc".
 @since Since 1.9.0, this no longer returns an error if @a path contains a peg
 specifier with no path before it, such as "@abc".
 
</member>
        <member name="M:svn_opt_parse_all_args(apr_array_header_t**,apr_getopt_t*,apr_pool_t*)">
Parse all remaining arguments from @a os-&gt;argv, return them as
<tt>const char *</tt> in @a *args_p, without doing any UTF-8 conversion.
Allocate @a *args_p and its values in @a pool.
 
</member>
        <member name="M:svn_opt_parse_num_args(apr_array_header_t**,apr_getopt_t*,System.Int32,apr_pool_t*)">
Parse @a num_args non-target arguments from the list of arguments in
@a os-&gt;argv, return them as <tt>const char *</tt> in @a *args_p, without
doing any UTF-8 conversion. Allocate @a *args_p and its values in @a pool.
 
</member>
        <member name="M:svn_opt_push_implicit_dot_target(apr_array_header_t*,apr_pool_t*)">
 If no targets exist in @a *targets, add `.' as the lone target.
 
 (Some commands take an implicit "." string argument when invoked
 with no arguments. Those commands make use of this function to
 add "." to the target array if the user passes no args.)
 
</member>
        <member name="M:svn_opt_parse_revprop(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Parse revprop key/value pair from @a revprop_spec (name[=value]) into
 @a revprops, making copies of both with @a pool. If @a revprops is
 @c NULL, allocate a new apr_hash_t in it. @a revprops maps
 const char * revprop names to svn_string_t * revprop values for use
 with svn_repos_get_commit_editor5 and other get_commit_editor APIs.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_opt_args_to_target_array(apr_array_header_t**,apr_getopt_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_opt_revision_t*,svn_opt_revision_t*,System.Int32,apr_pool_t*)">
 The same as svn_opt_args_to_target_array2() except that, in
 addition, if @a extract_revisions is set, then look for trailing
 "@rev" syntax on the first two paths. If the first target in @a
 *targets_p ends in "@rev", replace it with a canonicalized version of
 the part before "@rev" and replace @a *start_revision with the value
 of "rev". If the second target in @a *targets_p ends in "@rev",
 replace it with a canonicalized version of the part before "@rev"
 and replace @a *end_revision with the value of "rev". Ignore
 revision specifiers on any further paths. "rev" can be any form of
 single revision specifier, as accepted by svn_opt_parse_revision().
 
 @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_opt_args_to_target_array2(apr_array_header_t**,apr_getopt_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 This is the same as svn_opt_args_to_target_array3() except that it
 silently ignores paths that have the same name as a working copy
 administrative directory.
 
 @since New in 1.2.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_opt_args_to_target_array3(apr_array_header_t**,apr_getopt_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Pull remaining target arguments from @a os into @a *targets_p,
 converting them to UTF-8, followed by targets from @a known_targets
 (which might come from, for example, the "--targets" command line
 option), which are already in UTF-8.
 
 On each URL target, do some IRI-to-URI encoding and some
 auto-escaping. On each local path, canonicalize case and path
 separators.
 
 Allocate @a *targets_p and its elements in @a pool.
 
 If a path has the same name as a Subversion working copy
 administrative directory, return SVN_ERR_RESERVED_FILENAME_SPECIFIED;
 if multiple reserved paths are encountered, return a chain of
 errors, all of which are SVN_ERR_RESERVED_FILENAME_SPECIFIED. Do
 not return this type of error in a chain with any other type of
 error, and if this is the only type of error encountered, complete
 the operation before returning the error(s).
 
 @deprecated Provided for backward compatibility with the 1.5 API.
 @see svn_client_args_to_target_array()
 
</member>
        <member name="M:svn_opt_resolve_revisions(svn_opt_revision_t*,svn_opt_revision_t*,System.Int32,System.Int32,apr_pool_t*)">
 Resolve peg revisions and operational revisions in the following way:
 
    - If @a is_url is set and @a peg_rev-&gt;kind is
      @c svn_opt_revision_unspecified, @a peg_rev-&gt;kind defaults to
      @c svn_opt_revision_head.
 
    - If @a is_url is not set, and @a peg_rev-&gt;kind is
      @c svn_opt_revision_unspecified, @a peg_rev-&gt;kind defaults to
      @c svn_opt_revision_base.
 
    - If @a op_rev-&gt;kind is @c svn_opt_revision_unspecified, @a op_rev
      defaults to @a peg_rev.
 
 Both @a peg_rev and @a op_rev may be modified as a result of this
 function. @a is_url should be set if the path the revisions refer to is
 a url, and unset otherwise.
 
 If @a notice_local_mods is set, @c svn_opt_revision_working is used,
 instead of @c svn_opt_revision_base.
 
 Use @a pool for allocations.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_opt_parse_revision_to_range(apr_array_header_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Parse @a arg, where @a arg is "N" or "N:M", into a
 @c svn_opt_revision_range_t and push that onto @a opt_ranges.
 
    - If @a arg is "N", set the @c start field of the
      @c svn_opt_revision_range_t to represent N and the @c end field
      to @c svn_opt_revision_unspecified.
 
    - If @a arg is "N:M", set the @c start field of the
      @c svn_opt_revision_range_t to represent N and the @c end field
      to represent M.
 
 If @a arg is invalid, return -1; else return 0. It is invalid to omit
 a revision (as in, ":", "N:" or ":M").
 
 Use @a pool to allocate @c svn_opt_revision_range_t pushed to the array.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_opt_parse_revision(svn_opt_revision_t*,svn_opt_revision_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Set @a *start_revision and/or @a *end_revision according to @a arg,
 where @a arg is "N" or "N:M", like so:
 
    - If @a arg is "N", set @a *start_revision to represent N, and
      leave @a *end_revision untouched.
 
    - If @a arg is "N:M", set @a *start_revision and @a *end_revision
      to represent N and M respectively.
 
 N and/or M may be one of the special revision descriptors
 recognized by revision_from_word(), or a date in curly braces.
 
 If @a arg is invalid, return -1; else return 0.
 It is invalid to omit a revision (as in, ":", "N:" or ":M").
 
 @note It is typical, though not required, for @a *start_revision and
 @a *end_revision to be @c svn_opt_revision_unspecified kind on entry.
 
 Use @a pool for temporary allocations.
 
</member>
        <member name="F:svn_opt_revision_range_t.end">
The last revision in the range
</member>
        <member name="F:svn_opt_revision_range_t.start">
The first revision in the range
</member>
        <member name="T:svn_opt_revision_range_t">
A revision range, specified in one of @c svn_opt_revision_kind ways.
</member>
        <member name="T:svn_opt_revision_t">
A revision, specified in one of @c svn_opt_revision_kind ways.
</member>
        <member name="F:svn_opt_revision_value_t.date">
the date of the revision
</member>
        <member name="F:svn_opt_revision_value_t.number">
The revision number
</member>
        <member name="T:svn_opt_revision_value_t">
 A revision value, which can be specified as a number or a date.
 
 @note This union was formerly an anonymous inline type in
 @c svn_opt_revision_t, and was converted to a named type just to
 make things easier for SWIG.
 
 @since New in 1.3.
 
</member>
        <member name="M:svn_opt_subcommand_help(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_opt_subcommand_help2(), but acts on
 #svn_opt_subcommand_desc_t.
 
 @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_opt_subcommand_help2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_opt_subcommand_help3(), but with @a global_options
 always NULL.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_opt_subcommand_help3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_opt_subcommand_help4(), but with a different
 version of the subcommand description table.
 
 @since New in 1.5.
 @deprecated Provided for backward compatibility with the 1.10 API.
 
</member>
        <member name="M:svn_opt_subcommand_help4(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc3_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Get @a subcommand's usage from @a table, and print it to @c stdout.
 Obtain option usage from @a options_table. If not @c NULL, @a
 global_options is a zero-terminated list of global options. Use @a
 pool for temporary allocation. @a subcommand may be a canonical
 command name or an alias. ### @todo Why does this only print to
 @c stdout, whereas svn_opt_print_generic_help() gives us a choice?
 
 When printing the description of an option, if the same option code
 appears a second time in @a options_table with a different name, then
 use that second name as an alias for the first name. This additional
 behaviour is new in 1.7.
 
 @since New in 1.11.
 
</member>
        <member name="M:svn_opt_format_option(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Print an option @a opt nicely into a @a string allocated in @a pool.
If @a doc is set, include the generic documentation string of @a opt,
localized to the current locale if a translation is available.
 
</member>
        <member name="M:svn_opt_print_generic_help(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,_iobuf*)">
 Same as svn_opt_print_generic_help2(), but acts on
 #svn_opt_subcommand_desc_t.
 
 @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_opt_print_generic_help2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,_iobuf*)">
 Same as svn_opt_print_generic_help3(), but with a different
 version of the subcommand description table.
 
 @since New in 1.4.
 @deprecated Provided for backward compatibility with the 1.10 API.
 
</member>
        <member name="M:svn_opt_print_generic_help3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc3_t!System.Runtime.CompilerServices.IsConst*,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,_iobuf*)">
 Print a generic (not command-specific) usage message to @a stream.
 
 @todo Why is @a stream a stdio file instead of an svn stream?
 
 If @a header is non-NULL, print @a header followed by a newline. Then
 loop over @a cmd_table printing the usage for each command (getting
 option usages from @a opt_table). Then if @a footer is non-NULL, print
 @a footer followed by a newline.
 
 Use @a pool for temporary allocation.
 
 @since New in 1.11.
 
</member>
        <member name="M:svn_opt_subcommand_takes_option(svn_opt_subcommand_desc_t!System.Runtime.CompilerServices.IsConst*,System.Int32)">
 Return @c TRUE iff subcommand @a command supports option @a option_code,
 else return @c FALSE.
 
 Same as svn_opt_subcommand_takes_option2(), but acts on
 #svn_opt_subcommand_desc_t.
 
 @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_opt_subcommand_takes_option2(svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,System.Int32)">
 Same as svn_opt_subcommand_takes_option3(), but with @c NULL for @a
 global_options.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_opt_subcommand_takes_option3(svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32!System.Runtime.CompilerServices.IsConst*)">
 Same as svn_opt_subcommand_takes_option4(), but with a different
 version of the subcommand description table.
 
 @since New in 1.5.
 @deprecated Provided for backward compatibility with the 1.10 API.
 
</member>
        <member name="M:svn_opt_subcommand_takes_option4(svn_opt_subcommand_desc3_t!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32!System.Runtime.CompilerServices.IsConst*)">
 Return @c TRUE iff subcommand @a command supports option @a
 option_code, else return @c FALSE. If @a global_options is
 non-NULL, it is a zero-terminated array, and all subcommands take
 the options listed in it.
 
 @since New in 1.11.
 
</member>
        <member name="M:svn_opt_get_option_from_code(System.Int32,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*)">
 Return the first entry from @a option_table whose option code is @a code,
 or @c NULL if no match. @a option_table must end with an element whose
 every field is zero.
 
 @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_opt_get_option_from_code2(System.Int32,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Same as svn_opt_get_option_from_code3(), but with a different
 version of the subcommand description table.
 
 @since New in 1.4.
 @deprecated Provided for backward compatibility with the 1.10 API.
 
</member>
        <member name="M:svn_opt_get_option_from_code3(System.Int32,apr_getopt_option_t!System.Runtime.CompilerServices.IsConst*,svn_opt_subcommand_desc3_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return pointer to an @c apr_getopt_option_t for the option whose
 option code is @a code, or @c NULL if no match. @a option_table must end
 with an element whose every field is zero. If @a command is non-NULL,
 then return the subcommand-specific option description instead of the
 generic one, if a specific description is defined.
 
 The returned value may be statically allocated, or allocated in @a pool.
 
 @since New in 1.11.
 
</member>
        <member name="M:svn_opt_get_canonical_subcommand(svn_opt_subcommand_desc_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Return the entry in @a table whose name matches @a cmd_name, or @c NULL if
 none. @a cmd_name may be an alias.
 
 Same as svn_opt_get_canonical_subcommand2(), but acts on
 #svn_opt_subcommand_desc_t.
 
 @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_opt_get_canonical_subcommand2(svn_opt_subcommand_desc2_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Same as svn_opt_get_canonical_subcommand3(), but with a different
 version of the subcommand description table.
 
 @since New in 1.4.
 @deprecated Provided for backward compatibility with the 1.10 API.
 
</member>
        <member name="M:svn_opt_get_canonical_subcommand3(svn_opt_subcommand_desc3_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Return the entry in @a table whose name matches @a cmd_name, or @c NULL if
 none. @a cmd_name may be an alias.
 
 @since New in 1.11.
 
</member>
        <member name="F:svn_opt_subcommand_desc_t.valid_options">
A list of options accepted by this command. Each value in the
   * array is a unique enum (the 2nd field in apr_getopt_option_t)
 
</member>
        <member name="F:svn_opt_subcommand_desc_t.help">
A brief string describing this command, for usage messages.
</member>
        <member name="F:svn_opt_subcommand_desc_t.aliases">
A list of alias names for this command (e.g., 'up' for 'update').
</member>
        <member name="F:svn_opt_subcommand_desc_t.cmd_func">
The function this command invokes.
</member>
        <member name="F:svn_opt_subcommand_desc_t.name">
The full name of this command.
</member>
        <member name="T:svn_opt_subcommand_desc_t">
One element of a subcommand dispatch table.
 *
 * @deprecated Provided for backward compatibility with the 1.3 API.
 *
 * Like #svn_opt_subcommand_desc2_t but lacking the @c desc_overrides
 * member.
 
</member>
        <member name="F:svn_opt_subcommand_desc2_t.valid_options">
A list of options accepted by this command. Each value in the
   * array is a unique enum (the 2nd field in apr_getopt_option_t)
 
</member>
        <member name="F:svn_opt_subcommand_desc2_t.help">
A brief string describing this command, for usage messages.
</member>
        <member name="F:svn_opt_subcommand_desc2_t.aliases">
A list of alias names for this command (e.g., 'up' for 'update').
</member>
        <member name="F:svn_opt_subcommand_desc2_t.cmd_func">
The function this command invokes.
</member>
        <member name="F:svn_opt_subcommand_desc2_t.name">
The full name of this command.
</member>
        <member name="T:svn_opt_subcommand_desc2_t">
One element of a subcommand dispatch table.
 *
 * @since New in 1.4.
 * @deprecated Provided for backward compatibility with the 1.10 API.
 
</member>
        <member name="F:svn_opt_subcommand_desc3_t.valid_options">
A list of options accepted by this command. Each value in the
   * array is a unique enum (the 2nd field in apr_getopt_option_t)
 
</member>
        <member name="F:svn_opt_subcommand_desc3_t.help">
A multi-paragraph string describing this command.
</member>
        <member name="F:svn_opt_subcommand_desc3_t.aliases">
A list of alias names for this command (e.g., 'up' for 'update').
</member>
        <member name="F:svn_opt_subcommand_desc3_t.cmd_func">
The function this command invokes.
</member>
        <member name="F:svn_opt_subcommand_desc3_t.name">
The full name of this command.
</member>
        <member name="T:svn_opt_subcommand_desc3_t">
The maximum number of aliases a subcommand can have.
The maximum number of options that can be accepted by a subcommand.
The maximum number of paragraphs of help text a subcommand can have.
 * @since New in 1.11.
Options that have no short option char should use an identifying
 * integer equal to or greater than this.
 
One element of a subcommand dispatch table.
 *
 * @since New in 1.11.
 
</member>
        <member name="D:svn_opt_subcommand_t">
 All subcommand procedures in Subversion conform to this prototype.
 
 @a os is the apr option state after getopt processing has been run; in
 other words, it still contains the non-option arguments following
 the subcommand. See @a os-&gt;argv and @a os-&gt;ind.
 
 @a baton is anything you need it to be.
 
 @a pool is used for allocating errors, and for any other allocation
 unless the instance is explicitly documented to allocate from a
 pool in @a baton.
 
</member>
        <member name="T:svn_opt_revision_kind">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_opt.h
 @brief Option and argument parsing for Subversion command lines
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_opt_impl.h
 @brief Option and argument parsing for Subversion command lines
        (common implementation)
 
 @warning This is a @b private implementation-specific header file.
          User code should include @ref svn_opt.h instead.
 
 Various ways of specifying revisions.
 
 @note
 In contexts where local mods are relevant, the `working' kind
 refers to the uncommitted "working" revision, which may be modified
 with respect to its base revision. In other contexts, `working'
 should behave the same as `committed' or `current'.
 
</member>
        <member name="F:svn_opt_revision_head">
repository youngest
</member>
        <member name="F:svn_opt_revision_working">
current, plus local mods
</member>
        <member name="F:svn_opt_revision_base">
.svn/entries current revision
</member>
        <member name="F:svn_opt_revision_previous">
(rev of most recent change) - 1
</member>
        <member name="F:svn_opt_revision_committed">
rev of most recent change
</member>
        <member name="F:svn_opt_revision_date">
revision given as date
</member>
        <member name="F:svn_opt_revision_number">
revision given as number
</member>
        <member name="F:svn_opt_revision_unspecified">
No revision information given.
</member>
        <member name="M:svn_compat_wrap_file_rev_handler(=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_hash_t*,System.Int32,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**,apr_array_header_t*,apr_pool_t*)*,System.Void**,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_hash_t*,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**,apr_array_header_t*,apr_pool_t*),System.Void*,apr_pool_t*)">
Return, in @a *handler2 and @a *handler2_baton a function/baton that
 * will call @a handler/@a handler_baton, allocating the @a *handler2_baton
 * in @a pool.
 *
 * @note This is used by compatibility wrappers, which exist in more than
 * Subversion core library.
 *
 * @note #svn_file_rev_handler_old_t is a placeholder type for both
 * #svn_repos_file_rev_handler_t and #svn_ra_file_rev_handler_t. It is
 * reproduced here for dependency reasons.
 *
 * @since New in 1.5.
 
</member>
        <member name="D:svn_file_rev_handler_old_t">
 The old file rev handler interface.
 
 @note #svn_file_rev_handler_old_t is a placeholder type for both
 #svn_repos_file_rev_handler_t and #svn_ra_file_rev_handler_t. It is
 reproduced here for dependency reasons.
 
 @deprecated This type is provided for the svn_compat_wrap_file_rev_handler()
 compatibility wrapper, and should not be used for new development.
 @since New in 1.5.
 
</member>
        <member name="D:svn_file_rev_handler_t">
@}
 The callback invoked by file rev loopers, such as
 svn_ra_plugin_t.get_file_revs2() and svn_repos_get_file_revs2().
 
 @a baton is provided by the caller, @a path is the pathname of the file
 in revision @a rev and @a rev_props are the revision properties.
 
 If @a delta_handler and @a delta_baton are non-NULL, they may be set to a
 handler/baton which will be called with the delta between the previous
 revision and this one after the return of this callback. They may be
 left as NULL/NULL.
 
 @a result_of_merge will be @c TRUE if the revision being returned was
 included as the result of a merge.
 
 @a prop_diffs is an array of svn_prop_t elements indicating the property
 delta for this and the previous revision.
 
 @a pool may be used for temporary allocations, but you can't rely
 on objects allocated to live outside of this particular call and
 the immediately following calls to @a *delta_handler if any. (Pass
 in a pool via @a baton if need be.)
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_delta_path_driver_finish(svn_delta_path_driver_state_t*,apr_pool_t*)">
Finish driving the editor.
 *
 * @a state is the object returned by svn_delta_path_driver_start().
 *
 * This drives the editor to close any open directories and then calls
 * the editor's @c close_edit method.
 *
 * @since New in 1.12.
 
</member>
        <member name="M:svn_delta_path_driver_step(svn_delta_path_driver_state_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Visit @a relpath.
 *
 * @a state is the object returned by svn_delta_path_driver_start().
 *
 * @a relpath is a relpath relative to the root path of the edit.
 *
 * This function uses the editor and the callback that were originally
 * supplied to svn_delta_path_driver_start().
 *
 * This drives the editor in a depth-first order, closing and then opening
 * directories if necessary to move from the last visited path to the new
 * path, as required by the editor driving rules.
 *
 * This then calls the callback to allow the caller to handle
 * the portion of the editor drive related to that path.
 *
 * If the first path to visit is @c "" (the root of the edit), the
 * callback function will be responsible for calling the editor's
 * @c open_root method; otherwise, this function will call @c open_root.
 *
 * The order of paths to visit should in general be sorted using something
 * like svn_sort_compare_paths() to ensure that each directory in the
 * depth-first walk is visited only once. Some editors may rely on such a
 * restriction.
 *
 * @since New in 1.12.
 
</member>
        <member name="M:svn_delta_path_driver_start(svn_delta_path_driver_state_t**,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,=FUNC:svn_error_t*(System.Void**,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Void*,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Return a path driver object that can drive @a editor (with its
 * @a edit_baton) to visit a series of paths.
 *
 * As each path is hit as part of the editor drive, the path driver will
 * call @a callback_func and @a callback_baton to allow the caller to handle
 * the portion of the editor drive related to that path.
 *
 * This will not call the editor's open_root method; for that, see
 * svn_delta_path_driver_step().
 *
 * @since New in 1.12.
 
</member>
        <member name="T:svn_delta_path_driver_state_t">
A state object for the path driver that is obtained from
 * svn_delta_path_driver_start() and driven by
 * svn_delta_path_driver_step() and svn_delta_path_driver_finish().
 *
 * @since New in 1.12.
 
</member>
        <member name="M:svn_delta_path_driver(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void**,System.Void*,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_delta_path_driver2, but takes an (unused) revision,
 * and will sort the provided @a paths using svn_sort_compare_paths.
 *
 * @note In versions prior to 1.8, this function would modify the order
 * of elements in @a paths, despite the 'const' marker on the parameter.
 * This has been fixed in 1.8.
 *
 * @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_delta_path_driver2(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void**,System.Void*,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Like svn_delta_path_driver3() but with a different callback function
 * signature.
 *
 * Optionally, paths in @a paths could have a '/' prefix instead of being
 * relpaths. If any of them do, then (since 1.12) ALL paths sent to the
 * callback will have a '/' prefix.
 *
 * @deprecated Provided for backward compatibility with the 1.11 API.
 * @since New in 1.8. Before 1.12, paths sent to the callback were the
 * exact paths passed in @a paths.
 
</member>
        <member name="M:svn_delta_path_driver3(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void**,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Void*,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Drive @a editor (with its @a edit_baton) to visit each path in @a relpaths.
 *
 * As each path is hit as part of the editor drive, use
 * @a callback_func and @a callback_baton to allow the caller to handle
 * the portion of the editor drive related to that path.
 *
 * Each path in @a relpaths is a (const char *) relpath, relative
 * to the root path of the edit. The editor drive will be
 * performed in the same order as @a relpaths. The paths should be sorted
 * using something like svn_sort_compare_paths() to ensure that each
 * directory in the depth-first walk is visited only once. If @a sort_paths
 * is set, the function will sort the paths for you. Some callers may need
 * further customization of the order (ie. libsvn_delta/compat.c).
 *
 * If the first target path (after any requested sorting) is @c "" (the
 * root of the edit), the callback function will be responsible for
 * calling the editor's @c open_root method; otherwise, this function
 * will call @c open_root.
 *
 * Use @a scratch_pool for all necessary allocations.
 *
 * @since New in 1.12.
 
</member>
        <member name="D:svn_delta_path_driver_cb_func_t">
Like #svn_delta_path_driver_cb_func2_t but without the @a editor and
 * @a edit_baton parameters. The user must arrange for the editor to be
 * passed through @a callback_baton (if required, which it usually is).
 * And @a path could possibly have a '/' prefix instead of being a relpath;
 * see the note on svn_delta_path_driver2().
 *
 * @deprecated Provided for backward compatibility with the 1.11 API.
 
</member>
        <member name="D:svn_delta_path_driver_cb_func2_t">
@}
Path-based editor drives.
 *
 * @defgroup svn_delta_path_delta_drivers Path-based delta drivers
 * @{
 
Callback function type for svn_delta_path_driver().
 *
 * The handler of this callback is given the callback baton @a
 * callback_baton, @a editor and @a edit_baton which represent the
 * editor being driven, @a relpath which is a relpath relative to the
 * root of the edit, and the @a parent_baton which represents
 * @a relpath's parent directory as created by the editor.
 *
 * If the handler deletes the node at @a relpath (and does not replace it
 * with an added directory) it must set @a *dir_baton to null or leave
 * it unchanged.
 *
 * If the handler opens (or adds) a directory at @a relpath, it must set
 * @a *dir_baton to the directory baton for @a relpath, generated from
 * the same editor. The driver will close the directory later.
 *
 * If the handler opens (or adds) a file at @a relpath, the handler must
 * set @a *dir_baton to null or leave it unchanged. The handler must
 * either close the file immediately, or delay that close until the end
 * of the edit when svn_delta_path_driver() returns.
 *
 * Finally, if @a parent_baton is @c NULL, then the root of the edit
 * is also one of the paths passed to svn_delta_path_driver(). The
 * handler of this callback must call the editor's open_root()
 * function and return the top-level root dir baton in @a *dir_baton.
 *
 * @since New in 1.12.
 
</member>
        <member name="M:svn_delta_depth_filter_editor(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,svn_depth_t,System.Int32,apr_pool_t*)">
Set @a *editor and @a *edit_baton to an depth-based filtering
 * editor that wraps @a wrapped_editor and @a wrapped_baton.
 *
 * The @a editor will track the depth of this drive against the @a
 * requested_depth, taking into account whether not the edit drive is
 * making use of a target (via @a has_target), and forward editor
 * calls which operate "within" the request depth range through to @a
 * wrapped_editor.
 *
 * @a requested_depth must be one of the following depth values:
 * #svn_depth_infinity, #svn_depth_empty, #svn_depth_files,
 * #svn_depth_immediates, or #svn_depth_unknown.
 *
 * If filtering is deemed unnecessary (or if @a requested_depth is
 * #svn_depth_unknown), @a *editor and @a *edit_baton will be set to @a
 * wrapped_editor and @a wrapped_baton, respectively; otherwise,
 * they'll be set to new objects allocated from @a pool.
 *
 * @note Because the svn_delta_editor_t interface's @c delete_entry()
 * function doesn't carry node kind information, a depth-based
 * filtering editor being asked to filter for #svn_depth_files but
 * receiving a @c delete_entry() call on an immediate child of the
 * editor's target is unable to know if that deletion should be
 * allowed or filtered out -- a delete of a top-level file is okay in
 * this case, a delete of a top-level subdirectory is not. As such,
 * this filtering editor takes a conservative approach, and ignores
 * top-level deletion requests when filtering for #svn_depth_files.
 * Fortunately, most non-depth-aware (pre-1.5) Subversion editor
 * drivers can be told to drive non-recursively (where non-recursive
 * means essentially #svn_depth_files), which means they won't
 * transmit out-of-scope editor commands anyway.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_delta_get_cancellation_editor(=FUNC:svn_error_t*(System.Void*),System.Void*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,apr_pool_t*)">
Set @a *editor and @a *edit_baton to a cancellation editor that
 * wraps @a wrapped_editor and @a wrapped_baton.
 *
 * The @a editor will call @a cancel_func with @a cancel_baton when each of
 * its functions is called, continuing on to call the corresponding wrapped
 * function if @a cancel_func returns #SVN_NO_ERROR.
 *
 * If @a cancel_func is @c NULL, set @a *editor to @a wrapped_editor and
 * @a *edit_baton to @a wrapped_baton.
 
</member>
        <member name="M:svn_delta_noop_window_handler(svn_txdelta_window_t*,System.Void*)">
A text-delta window handler which does nothing.
 *
 * Editors can return this handler from @c apply_textdelta if they don't
 * care about text delta windows.
 
</member>
        <member name="M:svn_delta_default_editor(apr_pool_t*)">
Return a default delta editor template, allocated in @a pool.
 *
 * The editor functions in the template do only the most basic
 * baton-swapping: each editor function that produces a baton does so
 * by copying its incoming baton into the outgoing baton reference.
 *
 * This editor is not intended to be useful by itself, but is meant to
 * be the basis for a useful editor. After getting a default editor,
 * you substitute in your own implementations for the editor functions
 * you care about. The ones you don't care about, you don't have to
 * implement -- you can rely on the template's implementation to
 * safely do nothing of consequence.
 
</member>
        <member name="F:svn_delta_editor_t.abort_edit">
The editor-driver has decided to bail out. Allow the editor to
   * gracefully clean up things if it needs to.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="F:svn_delta_editor_t.close_edit">
All delta processing is done. Call this, with the @a edit_baton for
   * the entire edit.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="F:svn_delta_editor_t.absent_file">
In the directory represented by @a parent_baton, indicate that
   * @a path is present as a file in the edit source, but cannot be
   * cannot be conveyed to the edit consumer. Currently, this would
   * only occur because of authorization restrictions, but may change
   * in the future.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="F:svn_delta_editor_t.close_file">
We are done processing a file, whose baton is @a file_baton (set by
   * @c add_file or @c open_file). We won't be using the baton any
   * more, so whatever resources it refers to may now be freed.
   *
   * @a text_checksum is the hex MD5 digest for the fulltext that
   * resulted from a delta application, see @c apply_textdelta and
   * @c apply_textdelta_stream. The checksum is ignored if NULL.
   * If not null, it is compared to the checksum of the new fulltext,
   * and the error SVN_ERR_CHECKSUM_MISMATCH is returned if they do
   * not match. If there is no new fulltext, @a text_checksum is ignored.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="F:svn_delta_editor_t.change_file_prop">
Change the value of a file's property.
   * - @a file_baton specifies the file whose property should change.
   * - @a name is the name of the property to change.
   * - @a value is the new (final) value of the property, or @c NULL if the
   * property should be removed altogether.
   *
   * The callback is guaranteed to be called exactly once for each property
   * whose value differs between the start and the end of the edit.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="F:svn_delta_editor_t.apply_textdelta">
Apply a text delta, yielding the new revision of a file.
   *
   * @a file_baton indicates the file we're creating or updating, and the
   * ancestor file on which it is based; it is the baton set by some
   * prior @c add_file or @c open_file callback.
   *
   * The callback should set @a *handler to a text delta window
   * handler; we will then call @a *handler on successive text
   * delta windows as we receive them. The callback should set
   * @a *handler_baton to the value we should pass as the @a baton
   * argument to @a *handler. These values should be allocated within
   * @a result_pool.
   *
   * @a base_checksum is the hex MD5 digest for the base text against
   * which the delta is being applied; it is ignored if NULL, and may
   * be ignored even if not NULL. If it is not ignored, it must match
   * the checksum of the base text against which svndiff data is being
   * applied; if it does not, @c apply_textdelta or the @a *handler call
   * which detects the mismatch will return the error
   * SVN_ERR_CHECKSUM_MISMATCH (if there is no base text, there may
   * still be an error if @a base_checksum is neither NULL nor the hex
   * MD5 checksum of the empty string).
 
</member>
        <member name="F:svn_delta_editor_t.open_file">
We are going to make changes to a file at @a path, a child of the
   * directory represented by @a parent_baton.
   *
   * The callback can store a baton for this new file in @a **file_baton;
   * whatever value it stores there should be passed through to
   * @c apply_textdelta or @c apply_textdelta_stream. If a valid revnum,
   * @a base_revision is the current revision of the file.
   *
   * Allocations for the returned @a file_baton should be performed in
   * @a result_pool. It is also typical to save this pool for later usage
   * by @c apply_textdelta and possibly @c close_file.
   *
   * @note See note about memory usage on @a add_file, which also
   * applies here.
 
</member>
        <member name="F:svn_delta_editor_t.add_file">
We are going to add a new file at @a path, a child of the
   * directory represented by @a parent_baton. The callback can
   * store a baton for this new file in @a **file_baton; whatever value
   * it stores there should be passed through to @c apply_textdelta or
   * @c apply_textdelta_stream.
   *
   * If @a copyfrom_path is non-@c NULL, this add has history (i.e., is a
   * copy), and the origin of the copy may be recorded as
   * @a copyfrom_path under @a copyfrom_revision.
   *
   * Allocations for the returned @a file_baton should be performed in
   * @a result_pool. It is also typical to save this pool for later usage
   * by @c apply_textdelta and possibly @c close_file.
   *
   * @note Because the editor driver could be employing the "postfix
   * deltas" paradigm, @a result_pool could potentially be relatively
   * long-lived. Every file baton created by the editor for a given
   * editor drive might be resident in memory similtaneously. Editor
   * implementations should ideally keep their file batons as
   * conservative (memory-usage-wise) as possible, and use @a result_pool
   * only for those batons. (Consider using a subpool of @a result_pool
   * for scratch work, destroying the subpool before exiting this
   * function's implementation.)
 
</member>
        <member name="F:svn_delta_editor_t.absent_directory">
In the directory represented by @a parent_baton, indicate that
   * @a path is present as a subdirectory in the edit source, but
   * cannot be conveyed to the edit consumer. Currently, this would
   * only occur because of authorization restrictions, but may change
   * in the future.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="F:svn_delta_editor_t.close_directory">
We are done processing a subdirectory, whose baton is @a dir_baton
   * (set by @c add_directory or @c open_directory). We won't be using
   * the baton any more, so whatever resources it refers to may now be
   * freed.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="F:svn_delta_editor_t.change_dir_prop">
Change the value of a directory's property.
   * - @a dir_baton specifies the directory whose property should change.
   * - @a name is the name of the property to change.
   * - @a value is the new (final) value of the property, or @c NULL if the
   * property should be removed altogether.
   *
   * The callback is guaranteed to be called exactly once for each property
   * whose value differs between the start and the end of the edit.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="F:svn_delta_editor_t.open_directory">
We are going to make changes in the subdirectory at @a path, a
   * child of the directory represented by @a parent_baton.
   * The callback must store a value in @a *child_baton that
   * should be used as the parent baton for subsequent changes in this
   * subdirectory. If a valid revnum, @a base_revision is the current
   * revision of the subdirectory.
   *
   * Allocations for the returned @a child_baton should be performed in
   * @a result_pool. It is also typical to (possibly) save this pool for
   * later usage by @c close_directory.
 
</member>
        <member name="F:svn_delta_editor_t.add_directory">
We are going to add a new subdirectory at @a path, a child of
   * the directory represented by @a parent_baton. We will use
   * the value this callback stores in @a *child_baton as the
   * parent baton for further changes in the new subdirectory.
   *
   * If @a copyfrom_path is non-@c NULL, this add has history (i.e., is a
   * copy), and the origin of the copy may be recorded as
   * @a copyfrom_path under @a copyfrom_revision.
   *
   * Allocations for the returned @a child_baton should be performed in
   * @a result_pool. It is also typical to (possibly) save this pool for
   * later usage by @c close_directory.
 
</member>
        <member name="F:svn_delta_editor_t.delete_entry">
Remove the directory entry at @a path, a child of the directory
   * represented by @a parent_baton. If @a revision is a valid
   * revision number, it is used as a sanity check to ensure that you
   * are really removing the revision of @a path that you think you are.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
   *
   * @note The @a revision parameter is typically used only for
   * client-&gt;server commit-type operations, allowing the server to
   * verify that it is deleting what the client thinks it should be
   * deleting. It only really makes sense in the opposite direction
   * (during server-&gt;client update-type operations) when the trees
   * whose delta is being described are ancestrally related (that is,
   * one tree is an ancestor of the other).
 
</member>
        <member name="F:svn_delta_editor_t.open_root">
Set @a *root_baton to a baton for the top directory of the change.
   * (This is the top of the subtree being changed, not necessarily
   * the root of the filesystem.) As with any other directory baton, the
   * producer should call @c close_directory on @a root_baton when done.
   * And as with other @c open_* calls, the @a base_revision here is the
   * current revision of the directory (before getting bumped up to the
   * new target revision set with @c set_target_revision).
   *
   * Allocations for the returned @a root_baton should be performed in
   * @a result_pool. It is also typical to (possibly) save this pool for
   * later usage by @c close_directory.
 
</member>
        <member name="F:svn_delta_editor_t.set_target_revision">
Set the target revision for this edit to @a target_revision. This
   * call, if used, should precede all other editor calls.
   *
   * @note This is typically used only for server-&gt;client update-type
   * operations. It doesn't really make much sense for commit-type
   * operations, because the revision of a commit isn't known until
   * the commit is finalized.
   *
   * Any temporary allocations may be performed in @a scratch_pool.
 
</member>
        <member name="T:svn_delta_editor_t">
@}
Traversing tree deltas.
 *
 * In Subversion, we've got various producers and consumers of tree
 * deltas.
 *
 * In processing a `commit' command:
 * - The client examines its working copy data, and produces a tree
 * delta describing the changes to be committed.
 * - The client networking library consumes that delta, and sends them
 * across the wire as an equivalent series of network requests (for
 * example, to svnserve as an ra_svn protocol stream, or to an
 * Apache httpd server as WebDAV commands)
 * - The server receives those requests and produces a tree delta ---
 * hopefully equivalent to the one the client produced above.
 * - The Subversion server module consumes that delta and commits an
 * appropriate transaction to the filesystem.
 *
 * In processing an `update' command, the process is reversed:
 * - The Subversion server module talks to the filesystem and produces
 * a tree delta describing the changes necessary to bring the
 * client's working copy up to date.
 * - The server consumes this delta, and assembles a reply
 * representing the appropriate changes.
 * - The client networking library receives that reply, and produces a
 * tree delta --- hopefully equivalent to the one the Subversion
 * server produced above.
 * - The working copy library consumes that delta, and makes the
 * appropriate changes to the working copy.
 *
 * The simplest approach would be to represent tree deltas using the
 * obvious data structure. To do an update, the server would
 * construct a delta structure, and the working copy library would
 * apply that structure to the working copy; the network layer's job
 * would simply be to get the structure across the net intact.
 *
 * However, we expect that these deltas will occasionally be too large
 * to fit in a typical workstation's swap area. For example, in
 * checking out a 200Mb source tree, the entire source tree is
 * represented by a single tree delta. So it's important to handle
 * deltas that are too large to fit in swap all at once.
 *
 * So instead of representing the tree delta explicitly, we define a
 * standard way for a consumer to process each piece of a tree delta
 * as soon as the producer creates it. The #svn_delta_editor_t
 * structure is a set of callback functions to be defined by a delta
 * consumer, and invoked by a delta producer. Each invocation of a
 * callback function describes a piece of the delta --- a file's
 * contents changing, something being renamed, etc.
 *
 * @defgroup svn_delta_tree_deltas Tree deltas
 * @{
 
A structure full of callback functions the delta source will invoke
 * as it produces the delta.
 *
 * @note Don't try to allocate one of these yourself. Instead, always
 * use svn_delta_default_editor() or some other constructor, to avoid
 * backwards compatibility problems if the structure is extended in
 * future releases and to ensure that unused slots are filled in with
 * no-op functions.
 *
 * <h3>Function Usage</h3>
 *
 * Here's how to use these functions to express a tree delta.
 *
 * The delta consumer implements the callback functions described in
 * this structure, and the delta producer invokes them. So the
 * caller (producer) is pushing tree delta data at the callee
 * (consumer).
 *
 * At the start of traversal, the consumer provides @a edit_baton, a
 * baton global to the entire delta edit. If there is a target
 * revision that needs to be set for this operation, the producer
 * should call the @c set_target_revision function at this point.
 *
 * Next, if there are any tree deltas to express, the producer should
 * pass the @a edit_baton to the @c open_root function, to get a baton
 * representing root of the tree being edited.
 *
 * Most of the callbacks work in the obvious way:
 *
 * @c delete_entry
 * @c add_file
 * @c add_directory
 * @c open_file
 * @c open_directory
 *
 * Each of these takes a directory baton, indicating the directory
 * in which the change takes place, and a @a path argument, giving the
 * path of the file, subdirectory, or directory entry to change.
 *
 * The @a path argument to each of the callbacks is relative to the
 * root of the edit. Editors will usually want to join this relative
 * path with some base stored in the edit baton (e.g. a URL, or a
 * location in the OS filesystem).
 *
 * Since every call requires a parent directory baton, including
 * @c add_directory and @c open_directory, where do we ever get our
 * initial directory baton, to get things started? The @c open_root
 * function returns a baton for the top directory of the change. In
 * general, the producer needs to invoke the editor's @c open_root
 * function before it can get anything of interest done.
 *
 * While @c open_root provides a directory baton for the root of
 * the tree being changed, the @c add_directory and @c open_directory
 * callbacks provide batons for other directories. Like the
 * callbacks above, they take a @a parent_baton and a relative path
 * @a path, and then return a new baton for the subdirectory being
 * created / modified --- @a child_baton. The producer can then use
 * @a child_baton to make further changes in that subdirectory.
 *
 * So, if we already have subdirectories named `foo' and `foo/bar',
 * then the producer can create a new file named `foo/bar/baz.c' by
 * calling:
 *
 * - @c open_root () --- yielding a baton @a root for the top directory
 *
 * - @c open_directory (@a root, "foo") --- yielding a baton @a f for `foo'
 *
 * - @c open_directory (@a f, "foo/bar") --- yielding a baton @a b for
 * `foo/bar'
 *
 * - @c add_file (@a b, "foo/bar/baz.c")
 *
 * When the producer is finished making changes to a directory, it
 * should call @c close_directory. This lets the consumer do any
 * necessary cleanup, and free the baton's storage.
 *
 * The @c add_file and @c open_file callbacks each return a baton
 * for the file being created or changed. This baton can then be
 * passed to @c apply_textdelta or @c apply_textdelta_stream to change
 * the file's contents, or @c change_file_prop to change the file's
 * properties. When the producer is finished making changes to a
 * file, it should call @c close_file, to let the consumer clean up
 * and free the baton.
 *
 * The @c add_file and @c add_directory functions each take arguments
 * @a copyfrom_path and @a copyfrom_revision. If @a copyfrom_path is
 * non-@c NULL, then @a copyfrom_path and @a copyfrom_revision indicate where
 * the file or directory should be copied from (to create the file
 * or directory being added). In that case, @a copyfrom_path must be
 * either a path relative to the root of the edit, or a URI from the
 * repository being edited. If @a copyfrom_path is @c NULL, then @a
 * copyfrom_revision must be #SVN_INVALID_REVNUM; it is invalid to
 * pass a mix of valid and invalid copyfrom arguments.
 *
 *
 * <h3>Function Call Ordering</h3>
 *
 * There are six restrictions on the order in which the producer
 * may use the batons:
 *
 * 1. The producer may call @c open_directory, @c add_directory,
 * @c open_file, @c add_file at most once on any given directory
 * entry. @c delete_entry may be called at most once on any given
 * directory entry and may later be followed by @c add_directory or
 * @c add_file on the same directory entry. @c delete_entry may
 * not be called on any directory entry after @c open_directory,
 * @c add_directory, @c open_file or @c add_file has been called on
 * that directory entry.
 *
 * 2. The producer may not close a directory baton until it has
 * closed all batons for its subdirectories.
 *
 * 3. When a producer calls @c open_directory or @c add_directory,
 * it must specify the most recently opened of the currently open
 * directory batons. Put another way, the producer cannot have
 * two sibling directory batons open at the same time.
 *
 * 4. A producer must call @c change_dir_prop on a directory either
 * before opening any of the directory's subdirs or after closing
 * them, but not in the middle.
 *
 * 5. When the producer calls @c open_file or @c add_file, either:
 *
 * (a) The producer must follow with any changes to the file
 * (@c change_file_prop and/or @c apply_textdelta /
 * @c apply_textdelta_stream, as applicable), followed by
 * a @c close_file call, before issuing any other file or
 * directory calls, or
 *
 * (b) The producer must follow with a @c change_file_prop call if
 * it is applicable, before issuing any other file or directory
 * calls; later, after all directory batons including the root
 * have been closed, the producer must issue @c apply_textdelta /
 * @c apply_textdelta_stream and @c close_file calls.
 *
 * 6. When the producer calls @c apply_textdelta, it must make all of
 * the window handler calls (including the @c NULL window at the
 * end) before issuing any other #svn_delta_editor_t calls.
 *
 * So, the producer needs to use directory and file batons as if it
 * is doing a single depth-first traversal of the tree, with the
 * exception that the producer may keep file batons open in order to
 * make @c apply_textdelta / @c apply_textdelta_stream calls at the end.
 *
 *
 * <h3>Pool Usage</h3>
 *
 * Many editor functions are invoked multiple times, in a sequence
 * determined by the editor "driver". The driver is responsible for
 * creating a pool for use on each iteration of the editor function,
 * and clearing that pool between each iteration. The driver passes
 * the appropriate pool on each function invocation.
 *
 * Based on the requirement of calling the editor functions in a
 * depth-first style, it is usually customary for the driver to similarly
 * nest the pools. However, this is only a safety feature to ensure
 * that pools associated with deeper items are always cleared when the
 * top-level items are also cleared. The interface does not assume, nor
 * require, any particular organization of the pools passed to these
 * functions. In fact, if "postfix deltas" are used for files, the file
 * pools definitely need to live outside the scope of their parent
 * directories' pools.
 *
 * Note that close_directory can be called *before* a file in that
 * directory has been closed. That is, the directory's baton is
 * closed before the file's baton. The implication is that
 * @c apply_textdelta / @c apply_textdelta_stream and @c close_file
 * should not refer to a parent directory baton UNLESS the editor has
 * taken precautions to allocate it in a pool of the appropriate
 * lifetime (the @a result_pool passed to @c open_directory and
 * @c add_directory definitely does not have the proper lifetime).
 * In general, it is recommended to simply avoid keeping a parent
 * directory baton in a file baton.
 *
 *
 * <h3>Errors</h3>
 *
 * At least one implementation of the editor interface is
 * asynchronous; an error from one operation may be detected some
 * number of operations later. As a result, an editor driver must not
 * assume that an error from an editing function resulted from the
 * particular operation being detected. Moreover, once an editing
 * function (including @c close_edit) returns an error, the edit is
 * dead; the only further operation which may be called on the editor
 * is @c abort_edit.
 
 
Apply a text delta stream, yielding the new revision of a file.
   * This callback operates on the passed-in @a editor instance.
   *
   * @a file_baton indicates the file we're creating or updating, and the
   * ancestor file on which it is based; it is the baton set by some
   * prior @c add_file or @c open_file callback.
   *
   * @a open_func is a function that opens a #svn_txdelta_stream_t object.
   * @a open_baton is provided by the caller.
   *
   * @a base_checksum is the hex MD5 digest for the base text against
   * which the delta is being applied; it is ignored if NULL, and may
   * be ignored even if not NULL. If it is not ignored, it must match
   * the checksum of the base text against which svndiff data is being
   * applied; if it does not, @c apply_textdelta_stream call which detects
   * the mismatch will return the error #SVN_ERR_CHECKSUM_MISMATCH
   * (if there is no base text, there may still be an error if
   * @a base_checksum is neither NULL nor the hex MD5 checksum of the
   * empty string).
   *
   * Any temporary allocations may be performed in @a scratch_pool.
   *
   * @since New in 1.10.
 
</member>
        <member name="M:svn_txdelta_parse_svndiff(=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*),System.Void*,System.Int32,apr_pool_t*)">
Return a writable generic stream which will parse svndiff-format
 * data into a text delta, invoking @a handler with @a handler_baton
 * whenever a new window is ready.
 *
 * When the caller closes this stream, this will signal completion to
 * the window handler by invoking @a handler once more, passing zero for
 * the @c window argument.
 *
 * If @a error_on_early_close is @c TRUE, then attempt to avoid
 * signaling completion to the window handler if the delta was
 * incomplete. Specifically, attempting to close the stream will be
 * successful only if the data written to the stream consisted of one or
 * more complete windows of svndiff data and no extra bytes. Otherwise,
 * closing the stream will not signal completion to the window handler,
 * and will return a #SVN_ERR_SVNDIFF_UNEXPECTED_END error. Note that if
 * no data at all was written, the delta is considered incomplete.
 *
 * If @a error_on_early_close is @c FALSE, closing the stream will
 * signal completion to the window handler, regardless of how much data
 * was written, and discard any pending incomplete data.
 *
 * Allocate the stream in @a pool.
 
</member>
        <member name="M:svn_txdelta_to_svndiff_stream(svn_txdelta_stream_t*,System.Int32,System.Int32,apr_pool_t*)">
Return a readable generic stream which will produce svndiff-encoded
 * text delta from the delta stream @a txstream. @a svndiff_version and
 * @a compression_level are same as in svn_txdelta_to_svndiff3().
 *
 * Allocate the stream in @a pool.
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_txdelta_to_svndiff(svn_stream_t*,apr_pool_t*,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**)">
Similar to svn_txdelta_to_svndiff2, but always using svndiff
 * version 0.
 *
 * @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_txdelta_to_svndiff2(=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**,svn_stream_t*,System.Int32,apr_pool_t*)">
Similar to svn_txdelta_to_svndiff3(), but always using the SVN default
 * compression level (#SVN_DELTA_COMPRESSION_LEVEL_DEFAULT).
 *
 * @since New in 1.4.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_txdelta_to_svndiff3(=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**,svn_stream_t*,System.Int32,System.Int32,apr_pool_t*)">
Prepare to produce an svndiff-format diff from text delta windows.
 * @a output is a writable generic stream to write the svndiff data to.
 * Allocation takes place in a sub-pool of @a pool. On return, @a *handler
 * is set to a window handler function and @a *handler_baton is set to
 * the value to pass as the @a baton argument to @a *handler. The svndiff
 * version is @a svndiff_version. @a compression_level is the zlib
 * compression level from 0 (no compression) and 9 (maximum compression).
 *
 * @since New in 1.7. Since 1.10, @a svndiff_version can be 2 for the
 * svndiff2 format. @a compression_level is currently ignored if
 * @a svndiff_version is set to 2.
 
</member>
        <member name="M:svn_txdelta_apply(svn_stream_t*,svn_stream_t*,System.Byte*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*)*,System.Void**)">
Prepare to apply a text delta. @a source is a readable generic stream
 * yielding the source data, @a target is a writable generic stream to
 * write target data to, and allocation takes place in a sub-pool of
 * @a pool. On return, @a *handler is set to a window handler function and
 * @a *handler_baton is set to the value to pass as the @a baton argument to
 * @a *handler.
 *
 * If @a result_digest is non-NULL, it points to APR_MD5_DIGESTSIZE bytes
 * of storage, and the final call to @a handler populates it with the
 * MD5 digest of the resulting fulltext.
 *
 * If @a error_info is non-NULL, it is inserted parenthetically into
 * the error string for any error returned by svn_txdelta_apply() or
 * @a *handler. (It is normally used to provide path information,
 * since there's nothing else in the delta application's context to
 * supply a path for error messages.)
 *
 * The @a source stream will NOT be closed. The @a target stream will be
 * closed when the window handler is given a null window to signal the
 * end of the delta.
 *
 * @note To avoid lifetime issues, @a error_info is copied into
 * @a pool or a subpool thereof.
 
</member>
        <member name="M:svn_txdelta_send_contents(System.Byte!System.Runtime.CompilerServices.IsConst*,System.UInt32,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*),System.Void*,apr_pool_t*)">
Send the @a contents of length @a len as a txdelta against an empty
 * source directly to window-handler @a handler/@a handler_baton.
 *
 * All temporary allocation is performed in @a pool.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_txdelta_send_txstream(svn_txdelta_stream_t*,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*),System.Void*,apr_pool_t*)">
Send the contents of @a txstream to window-handler @a handler/@a baton.
 * Windows will be extracted from the stream and delivered to the handler.
 *
 * All temporary allocation is performed in @a pool.
 
</member>
        <member name="M:svn_txdelta_send_stream(svn_stream_t*,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*),System.Void*,System.Byte*,apr_pool_t*)">
Send the contents of @a stream to window-handler @a handler/@a baton.
 * This is effectively a 'copy' operation, resulting in delta windows that
 * make the target equivalent to the stream.
 *
 * If @a digest is non-NULL, populate it with the md5 checksum for the
 * fulltext that was deltified (@a digest must be at least
 * @c APR_MD5_DIGESTSIZE bytes long).
 *
 * All temporary allocation is performed in @a pool.
 
</member>
        <member name="M:svn_txdelta_send_string(svn_string_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*),System.Void*,apr_pool_t*)">
Send the contents of @a string to window-handler @a handler/@a baton.
 * This is effectively a 'copy' operation, resulting in delta windows that
 * make the target equivalent to the value of @a string.
 *
 * All temporary allocation is performed in @a pool.
 
</member>
        <member name="M:svn_txdelta_target_push(=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*),System.Void*,svn_stream_t*,apr_pool_t*)">
 Return a writable stream which, when fed target data, will send
 delta windows to @a handler/@a handler_baton which transform the
 data in @a source to the target data. As usual, the window handler
 will receive a NULL window to signify the end of the window stream.
 The stream handler functions will read data from @a source as
 necessary.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_txdelta(svn_txdelta_stream_t**,svn_stream_t*,svn_stream_t*,apr_pool_t*)">
Similar to svn_txdelta2 but always calculating the target checksum.
 *
 * @deprecated Provided for backward compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_txdelta2(svn_txdelta_stream_t**,svn_stream_t*,svn_stream_t*,System.Int32,apr_pool_t*)">
Set @a *stream to a pointer to a delta stream that will turn the byte
 * string from @a source into the byte stream from @a target.
 *
 * @a source and @a target are both readable generic streams. When we call
 * svn_txdelta_next_window() on @a *stream, it will read from @a source and
 * @a target to gather as much data as it needs. If @a calculate_checksum
 * is set, you may call svn_txdelta_md5_digest() to get an MD5 checksum
 * for @a target.
 *
 * Do any necessary allocation in a sub-pool of @a pool.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_txdelta_md5_digest(svn_txdelta_stream_t*)">
Return the md5 digest for the complete fulltext deltified by
 * @a stream, or @c NULL if @a stream has not yet returned its final
 * @c NULL window. The digest is allocated in the same memory as @a
 * STREAM.
 
</member>
        <member name="M:svn_txdelta_next_window(svn_txdelta_window_t**,svn_txdelta_stream_t*,apr_pool_t*)">
Set @a *window to a pointer to the next window from the delta stream
 * @a stream. When we have completely reconstructed the target string,
 * set @a *window to zero.
 *
 * The window will be allocated in @a pool.
 
</member>
        <member name="M:svn_txdelta_stream_create(System.Void*,=FUNC:svn_error_t*(svn_txdelta_window_t**,System.Void*,apr_pool_t*),=FUNC:System.Byte!System.Runtime.CompilerServices.IsConst*(System.Void*),apr_pool_t*)">
Create and return a generic text delta stream with @a baton, @a
 * next_window and @a md5_digest. Allocate the new stream in @a
 * pool.
 *
 * @since New in 1.4.
 
</member>
        <member name="D:svn_txdelta_stream_open_func_t">
A typedef for a function that opens an #svn_txdelta_stream_t object,
 * allocated in @a result_pool. @a baton is provided by the caller.
 * Any temporary allocations may be performed in @a scratch_pool.
 *
 * @since New in 1.10.
 
</member>
        <member name="D:svn_txdelta_md5_digest_fn_t">
A typedef for a function that will return the md5 checksum of the
 * fulltext deltified by a #svn_txdelta_stream_t object. Will
 * return NULL if the final null window hasn't yet been returned by
 * the stream. The returned value will be allocated in the same pool
 * as the stream. @a baton is the baton specified when the stream was
 * created.
 *
 * @since New in 1.4.
 
</member>
        <member name="D:svn_txdelta_next_window_fn_t">
A typedef for a function that will set @a *window to the next
 * window from a #svn_txdelta_stream_t object. If there are no more
 * delta windows, NULL will be used. The returned window, if any,
 * will be allocated in @a pool. @a baton is the baton specified
 * when the stream was created.
 *
 * @since New in 1.4.
 
</member>
        <member name="T:svn_txdelta_stream_t">
A delta stream --- this is the hat from which we pull a series of
 * svn_txdelta_window_t objects, which, taken in order, describe the
 * entire target string. This type is defined within libsvn_delta, and
 * opaque outside that library.
 
</member>
        <member name="M:svn_txdelta_run(svn_stream_t*,svn_stream_t*,=FUNC:svn_error_t*(svn_txdelta_window_t*,System.Void*),System.Void*,svn_checksum_kind_t,svn_checksum_t**,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*,apr_pool_t*)">
This function will generate delta windows that turn @a source into
 * @a target, and pushing these windows into the @a handler window handler
 * callback (passing @a handler_baton to each invocation).
 *
 * If @a checksum is not NULL, then a checksum (of kind @a checksum_kind)
 * will be computed for the target stream, and placed into *checksum.
 *
 * If @a cancel_func is not NULL, then it should refer to a cancellation
 * function (along with @a cancel_baton).
 *
 * Results (the checksum) will be allocated from @a result_pool, and all
 * temporary allocations will be performed in @a scratch_pool.
 *
 * Note: this function replaces the combination of svn_txdelta() and
 * svn_txdelta_send_txstream().
 *
 * @since New in 1.6.
 
</member>
        <member name="D:svn_txdelta_window_handler_t">
A typedef for functions that consume a series of delta windows, for
 * use in caller-pushes interfaces. Such functions will typically
 * apply the delta windows to produce some file, or save the windows
 * somewhere. At the end of the delta window stream, you must call
 * this function passing zero for the @a window argument.
 
</member>
        <member name="M:svn_txdelta_apply_instructions(svn_txdelta_window_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*)">
 Apply the instructions from @a window to a source view @a sbuf to
  produce a target view @a tbuf.
 
 @a sbuf is assumed to have @a window-&gt;sview_len bytes of data and
 @a tbuf is assumed to have room for @a tlen bytes of output. @a
 tlen may be more than @a window-&gt;tview_len, so return the actual
 number of bytes written. @a sbuf is not touched and may be NULL if
 @a window contains no source-copy operations. This is purely a
 memory operation; nothing can go wrong as long as we have a valid
 window.
 
 @since New in 1.4
 
 @since Since 1.9, @a tbuf may be NULL if @a *tlen is 0.
 
</member>
        <member name="M:svn_txdelta_compose_windows(svn_txdelta_window_t!System.Runtime.CompilerServices.IsConst*,svn_txdelta_window_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Compose two delta windows, yielding a third, allocated in @a pool.
 
 @since New in 1.4
 
 
</member>
        <member name="M:svn_txdelta_window_dup(svn_txdelta_window_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of @a window, allocated in @a pool.
 
 @since New in 1.3.
 
</member>
        <member name="F:svn_txdelta_window_t.new_data">
New data, for use by any `svn_txdelta_new' instructions.
</member>
        <member name="F:svn_txdelta_window_t.ops">
The instructions for this window.
</member>
        <member name="F:svn_txdelta_window_t.src_ops">
The number of svn_txdelta_source instructions in this window. If
   * this number is 0, we don't need to read the source in order to
   * reconstruct the target view.
 
</member>
        <member name="F:svn_txdelta_window_t.num_ops">
The number of instructions in this window.
</member>
        <member name="F:svn_txdelta_window_t.tview_len">
The length of the target view for this window, i.e. the number of
   * bytes which will be reconstructed by the instruction stream.
</member>
        <member name="F:svn_txdelta_window_t.sview_len">
The length of the source view for this window.
</member>
        <member name="F:svn_txdelta_window_t.sview_offset">
The offset of the source view for this window.
</member>
        <member name="T:svn_txdelta_window_t">
An #svn_txdelta_window_t object describes how to reconstruct a
 * contiguous section of the target string (the "target view") using a
 * specified contiguous region of the source string (the "source
 * view"). It contains a series of instructions which assemble the
 * new target string text by pulling together substrings from:
 *
 * - the source view,
 *
 * - the previously constructed portion of the target view,
 *
 * - a string of new data contained within the window structure
 *
 * The source view must always slide forward from one window to the
 * next; that is, neither the beginning nor the end of the source view
 * may move to the left as we read from a window stream. This
 * property allows us to apply deltas to non-seekable source streams
 * without making a full copy of the source stream.
 
</member>
        <member name="F:svn_txdelta_op_t.length">
Number of bytes of delta, see #svn_delta_action for more details.
</member>
        <member name="F:svn_txdelta_op_t.offset">
Offset of delta, see #svn_delta_action for more details.
</member>
        <member name="T:svn_txdelta_op_t">
A single text delta instruction.
</member>
        <member name="T:svn_delta_action">
 @defgroup delta_support Delta generation and handling
 
 @{
 
Text deltas.
*
* A text delta represents the difference between two strings of
* bytes, the `source' string and the `target' string. Given a source
* string and a target string, we can compute a text delta; given a
* source string and a delta, we can reconstruct the target string.
* However, note that deltas are not reversible: you cannot always
* reconstruct the source string given the target string and delta.
*
* Since text deltas can be very large, the interface here allows us
* to produce and consume them in pieces. Each piece, represented by
* an #svn_txdelta_window_t structure, describes how to produce the
* next section of the target string.
*
* To compute a new text delta:
*
* - We call svn_txdelta() on the streams we want to compare. That
* returns us an #svn_txdelta_stream_t object.
*
* - We then call svn_txdelta_next_window() on the stream object
* repeatedly. Each call returns a new #svn_txdelta_window_t
* object, which describes the next portion of the target string.
* When svn_txdelta_next_window() returns zero, we are done building
* the target string.
*
* @defgroup svn_delta_txt_delta Text deltas
* @{
 
Action codes for text delta instructions.
 
Action code of delta instruction
</member>
        <member name="M:svn_delta_version">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_delta.h
 @brief Delta-parsing
 
This compression level effectively disables data compression.
 * However, the data pre-processing costs may still not be zero.
 *
 * @since New in 1.7.
 
This is the maximum compression level we can pass to zlib.
 *
 * @since New in 1.7.
 
This is the default compression level we pass to zlib. It
 * should be between 0 and 9, with higher numbers resulting in
 * better compression rates but slower operation.
 *
 * @since New in 1.7.
 
 Get libsvn_delta version information.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_io_file_readline(apr_file_t*,svn_stringbuf_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Int32*,System.UInt32,apr_pool_t*,apr_pool_t*)">
Read a line of text from a file, up to a specified length.
 *
 * Allocate @a *stringbuf in @a result_pool, and read into it one line
 * from @a file. Reading stops either after a line-terminator was found
 * or after @a max_len bytes have been read.
 *
 * If end-of-file is reached or @a max_len bytes have been read, and @a eof
 * is not NULL, then set @a *eof to @c TRUE.
 *
 * The line-terminator is not stored in @a *stringbuf.
 * The line-terminator is detected automatically and stored in @a *eol
 * if @a eol is not NULL. If EOF is reached and @a file does not end
 * with a newline character, and @a eol is not NULL, @ *eol is set to NULL.
 *
 * @a scratch_pool is used for temporary allocations.
 *
 * Hint: To read all data until a line-terminator is hit, pass APR_SIZE_MAX
 * for @a max_len.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_io_write_version_file(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Create (or overwrite) the file at @a path with new contents,
 * formatted as a non-negative integer @a version followed by a single
 * newline. On successful completion the file will be read-only. Use
 * @a pool for all allocations.
 
</member>
        <member name="M:svn_io_read_version_file(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Version/format files.
 *
 * @defgroup svn_io_format_files Version/format files
 * @{
 
Set @a *version to the integer that starts the file at @a path. If the
 * file does not begin with a series of digits followed by a newline,
 * return the error #SVN_ERR_BAD_VERSION_FILE_FORMAT. Use @a pool for
 * all allocations.
 
</member>
        <member name="M:svn_io_file_name_get(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_file_t*,apr_pool_t*)">
Wrapper for apr_file_name_get(). @a *filename is utf8-encoded.
 *
 * @note The file name may be NULL.
 *
 * @since New in 1.7.
</member>
        <member name="M:svn_io_dir_read(apr_finfo_t*,System.Int32,apr_dir_t*,apr_pool_t*)">
Wrapper for apr_dir_read(). Ensures that @a finfo-&gt;name is
 * utf8-encoded, which means allocating @a finfo-&gt;name in @a pool,
 * which may or may not be the same as @a finfo's pool. Use @a pool
 * for error allocation as well.
 
</member>
        <member name="M:svn_io_dir_remove_nonrecursive(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Wrapper for apr_dir_remove(). @a dirname is utf8-encoded.
 * @note This function has this name to avoid confusion with
 * svn_io_remove_dir2(), which is recursive.
 
</member>
        <member name="M:svn_io_dir_close(apr_dir_t*)">
Wrapper for apr_dir_close().
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_io_dir_open(apr_dir_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Wrapper for apr_dir_open(). @a dirname is utf8-encoded.
</member>
        <member name="M:svn_io_dir_make_sgid(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 Same as svn_io_dir_make(), but attempts to set the sgid on the
 directory on systems that support it. Does not return an error if
 the attempt to set the sgid bit fails. On Unix filesystems,
 setting the sgid bit on a directory ensures that files and
 subdirectories created within inherit group ownership from the
 parent instead of from the primary gid.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_io_dir_make_hidden(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Same as svn_io_dir_make(), but sets the hidden attribute on the
    directory on systems that support it.
</member>
        <member name="M:svn_io_dir_make(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Wrapper for apr_dir_make(). @a path is utf8-encoded.
</member>
        <member name="M:svn_io_file_move(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Move the file from @a from_path to @a to_path, even across device
 * boundaries. Overwrite @a to_path if it exists.
 *
 * @note This function is different from svn_io_file_rename in that the
 * latter fails in the 'across device boundaries' case.
 *
 * @since New in 1.3.
 
</member>
        <member name="M:svn_io_file_rename(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_io_file_rename2(), but with @a flush_to_disk set
 * to @c FALSE.
 *
 * @deprecated Provided for backward compatibility with the 1.9 API
 
</member>
        <member name="M:svn_io_file_rename2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Rename and/or move the node (not necessarily a regular file) at
 * @a from_path to a new path @a to_path within the same filesystem.
 * In some cases, an existing node at @a to_path will be overwritten.
 *
 * @a from_path and @a to_path are utf8-encoded. If @a flush_to_disk
 * is non-zero, do not return until the node has actually been moved on
 * the disk.
 *
 * @note The flush to disk operation can be very expensive on systems
 * that implement flushing on all IO layers, like Windows. Please use
 * @a flush_to_disk flag only for critical data.
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_io_stat(apr_finfo_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Wrapper for apr_stat(). @a fname is utf8-encoded.
</member>
        <member name="M:svn_io_file_trunc(apr_file_t*,System.Int64,apr_pool_t*)">
Wrapper for apr_file_trunc().
  * @since New in 1.6.
</member>
        <member name="M:svn_io_write_unique(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32,svn_io_file_del_t,apr_pool_t*)">
 Open a unique file in @a dirpath, and write @a nbytes from @a buf to
 the file before flushing it to disk and closing it. Return the name
 of the newly created file in @a *tmp_path, allocated in @a pool.
 
 If @a dirpath is @c NULL, use the path returned from svn_io_temp_dir().
 (Note that when using the system-provided temp directory, it may not
 be possible to atomically rename the resulting file due to cross-device
 issues.)
 
 The file will be deleted according to @a delete_when.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_io_write_atomic(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_io_write_atomic2(), but with @a flush_to_disk set
 * to @c TRUE.
 *
 * @since New in 1.9.
 *
 * @deprecated Provided for backward compatibility with the 1.9 API
 
</member>
        <member name="M:svn_io_write_atomic2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 Writes @a nbytes bytes from @a *buf to a temporary file inside the same
 directory as @a *final_path. Then syncs the temporary file to disk and
 closes the file. After this rename the temporary file to @a final_path,
 possibly replacing an existing file.
 
 If @a copy_perms_path is not NULL, copy the permissions applied on @a
 @a copy_perms_path on the temporary file before renaming.
 
 If @a flush_to_disk is non-zero, do not return until the node has
 actually been written on the disk.
 
 @note The flush to disk operation can be very expensive on systems
 that implement flushing on all IO layers, like Windows. Please use
 @a flush_to_disk flag only for critical data.
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_io_file_write_full(apr_file_t*,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32,System.UInt32*,apr_pool_t*)">
Wrapper for apr_file_write_full().
</member>
        <member name="M:svn_io_file_flush(apr_file_t*,apr_pool_t*)">
Wrapper for apr_file_flush().
 * @since New in 1.9
 
</member>
        <member name="M:svn_io_file_write(apr_file_t*,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32*,apr_pool_t*)">
Wrapper for apr_file_write().
</member>
        <member name="M:svn_io_file_aligned_seek(apr_file_t*,System.Int64,System.Int64*,System.Int64,apr_pool_t*)">
Set the file pointer of the #APR_BUFFERED @a file to @a offset. In
 * contrast to #svn_io_file_seek, this function will attempt to resize the
 * internal data buffer to @a block_size bytes and to read data aligned to
 * multiples of that value. The beginning of the block will be returned
 * in @a buffer_start, if that is not NULL.
 * Uses @a scratch_pool for temporary allocations.
 *
 * @note Due to limitations of the APR API, the alignment may not be
 * successful. If you never use any other seek function on @a file,
 * however, you are virtually guaranteed to get at least 4kByte alignment
 * for all reads.
 *
 * @note Calling this for non-buffered files is legal but inefficient.
 *
 * @since New in 1.9
 
</member>
        <member name="M:svn_io_file_seek(apr_file_t*,System.Int32,System.Int64*,apr_pool_t*)">
Wrapper for apr_file_seek().
</member>
        <member name="M:svn_io_file_read_full(apr_file_t*,System.Void*,System.UInt32,System.UInt32*,apr_pool_t*)">
Similar to svn_io_file_read_full2 with hit_eof being set
 * to @c NULL.
 *
 * @deprecated Provided for backward compatibility with the 1.6 API
 
</member>
        <member name="M:svn_io_file_read_full2(apr_file_t*,System.Void*,System.UInt32,System.UInt32*,System.Int32*,apr_pool_t*)">
Wrapper for apr_file_read_full().
 *
 * If @a hit_eof is not NULL, EOF will be indicated there and no
 * svn_error_t error object will be created upon EOF.
 *
 * @since New in 1.7
 
</member>
        <member name="M:svn_io_file_read(apr_file_t*,System.Void*,System.UInt32*,apr_pool_t*)">
Wrapper for apr_file_read().
</member>
        <member name="M:svn_io_file_get_offset(System.Int64*,apr_file_t*,apr_pool_t*)">
Fetch the current offset of @a file into @a *offset_p. Use @a pool for
  * temporary allocations.
  *
  * @since New in 1.10
 
</member>
        <member name="M:svn_io_file_size_get(System.Int64*,apr_file_t*,apr_pool_t*)">
Set @a *filesize_p to the size of @a file. Use @a pool for temporary
  * allocations.
  *
  * @note Use svn_io_file_info_get() to get more information about
  * apr_file_t.
  *
  * @since New in 1.10
 
</member>
        <member name="M:svn_io_file_info_get(apr_finfo_t*,System.Int32,apr_file_t*,apr_pool_t*)">
Wrapper for apr_file_info_get().
</member>
        <member name="M:svn_io_file_putc(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte,apr_file_t*,apr_pool_t*)">
Wrapper for apr_file_putc().
  * @since New in 1.7
 
</member>
        <member name="M:svn_io_file_getc(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,apr_file_t*,apr_pool_t*)">
Wrapper for apr_file_getc().
</member>
        <member name="M:svn_io_file_close(apr_file_t*,apr_pool_t*)">
Wrapper for apr_file_close().
</member>
        <member name="M:svn_io_file_open(apr_file_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
Wrapper for apr_file_open(). @a fname is utf8-encoded.
    Always passed flag | APR_BINARY to apr.
</member>
        <member name="M:svn_io_is_binary_data(System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32)">
Examine up to @a len bytes of data in @a buf to determine if the
 * can be considered binary data, in which case return TRUE.
 * If the data can be considered plain-text data, return FALSE.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_io_detect_mimetype(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Like svn_io_detect_mimetype2, but with @a mimetypes_map set to
 * @c NULL.
 *
 * @deprecated Provided for backward compatibility with the 1.4 API
 
</member>
        <member name="M:svn_io_detect_mimetype2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*)">
Examine utf8-encoded @a file to determine if it can be described by a
 * known (as in, known by this function) Multipurpose Internet Mail
 * Extension (MIME) type. If so, set @a *mimetype to a character string
 * describing the MIME type, else set it to @c NULL.
 *
 * If not @c NULL, @a mimetype_map is a hash mapping <tt>const char *</tt>
 * filename extensions to <tt>const char *</tt> MIME types, and is the
 * first source consulted regarding @a file's MIME type.
 *
 * Use @a pool for any necessary allocations.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_io_parse_mimetypes_file(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Parse utf8-encoded @a mimetypes_file as a MIME types file (such as
 * is provided with Apache HTTP Server), and set @a *type_map to a
 * hash mapping <tt>const char *</tt> filename extensions to
 * <tt>const char *</tt> MIME types.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_io_run_diff3(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,ap">
Similar to svn_io_run_diff3_2(), but with @a user_args set to @c NULL.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_io_run_diff3_2(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServ">
Similar to svn_io_run_diff3_3(), but with @a diff3_cmd encoded in
 * internal encoding used by APR.
 *
 * @deprecated Provided for backwards compatibility with the 1.5 API.
 * @since New in 1.4.
 
</member>
        <member name="M:svn_io_run_diff3_3(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServ">
Invoke the configured @c diff3 program, in utf8-encoded @a dir
 * like this:
 *
 * diff3 -E -m @a mine @a older @a yours &gt; @a merged
 *
 * (See the diff3 documentation for details.)
 *
 * If @a user_args is non-NULL, replace "-E" with the <tt>const char*</tt>
 * elements that @a user_args contains.
 *
 * @a mine, @a older and @a yours are utf8-encoded paths (relative to
 * @a dir or absolute) to three files that already exist.
 *
 * @a merged is an open file handle, and is left open after the merge
 * result is written to it. (@a merged should *not* be the same file
 * as @a mine, or nondeterministic things may happen!)
 *
 * @a mine_label, @a older_label, @a yours_label are utf8-encoded label
 * parameters for diff3's -L option. Any of them may be @c NULL, in
 * which case the corresponding @a mine, @a older, or @a yours parameter is
 * used instead.
 *
 * Set @a *exitcode to diff3's exit status. If @a *exitcode is anything
 * other than 0 or 1, then return #SVN_ERR_EXTERNAL_PROGRAM. (Note the
 * following from the diff3 info pages: "An exit status of 0 means
 * `diff3' was successful, 1 means some conflicts were found, and 2
 * means trouble.")
 *
 * @a diff3_cmd must be non-NULL.
 *
 * Do all allocation in @a pool.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_io_run_diff(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32*,apr_file_t*,apr_file_t*,System.SByte!System">
Similar to svn_io_run_diff2() but with @a diff_cmd encoded in internal
 * encoding used by APR.
 *
 * @deprecated Provided for backwards compatibility with the 1.5 API.
</member>
        <member name="M:svn_io_run_diff2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32*,apr_file_t*,apr_file_t*,System.SByte!Syste">
Invoke the configured @c diff program, with @a user_args (an array
 * of utf8-encoded @a num_user_args arguments) if they are specified
 * (that is, if @a user_args is non-NULL), or "-u" if they are not.
 * If @a user_args is NULL, the value of @a num_user_args is ignored.
 *
 * Diff runs in utf8-encoded @a dir, and its exit status is stored in
 * @a exitcode, if it is not @c NULL.
 *
 * If @a label1 and/or @a label2 are not NULL they will be passed to the diff
 * process as the arguments of "-L" options. @a label1 and @a label2 are also
 * in utf8, and will be converted to native charset along with the other args.
 *
 * @a from is the first file passed to diff, and @a to is the second. The
 * stdout of diff will be sent to @a outfile, and the stderr to @a errfile.
 *
 * @a diff_cmd must be non-NULL.
 *
 * Do all allocation in @a pool.
 * @since New in 1.6.0.
 
</member>
        <member name="M:svn_io_run_cmd(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,System.Int32*,apr_exit_why_e*,System.Int32,apr_file_t*,apr_file_t*,apr_file_t*,apr_pool_t*)">
Run a command to completion, by first calling svn_io_start_cmd() and
 * then calling svn_io_wait_for_cmd(). The parameters correspond to
 * the same-named parameters of those two functions.
 
</member>
        <member name="M:svn_io_wait_for_cmd(apr_proc_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32*,apr_exit_why_e*,apr_pool_t*)">
 Wait for the process @a *cmd_proc to complete and optionally retrieve
 its exit code. @a cmd is used only in error messages.
 
 If @a exitcode is not NULL, set @a *exitcode to the exit code of the
 process and do not consider any exit code to be an error. If @a exitcode
 is NULL, then if the exit code of the process is non-zero then return an
 #SVN_ERR_EXTERNAL_PROGRAM error.
 
 If @a exitwhy is not NULL, set @a *exitwhy to indicate why the process
 terminated and do not consider any reason to be an error. If @a exitwhy
 is NULL, then if the termination reason is not @c APR_PROC_CHECK_EXIT()
 then return an #SVN_ERR_EXTERNAL_PROGRAM error.
 
 @since New in 1.3.
 
</member>
        <member name="M:svn_io_start_cmd(apr_proc_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_file_t*,apr_file_t*,apr_file_t*,apr_pool_t*)">
 Similar to svn_io_start_cmd2() but with @a infile_pipe, @a
 outfile_pipe, and @a errfile_pipe always FALSE.
 
 @deprecated Provided for backward compatibility with the 1.6 API
 @since New in 1.3.
 
</member>
        <member name="M:svn_io_start_cmd2(apr_proc_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_file_t*,System.Int32,apr_file_t*,System.Int32,apr_file_t*,apr_pool_t*)">
 Similar to svn_io_start_cmd3() but with @a env always set to NULL.
 
 @deprecated Provided for backward compatibility with the 1.7 API
 @since New in 1.7.
 
</member>
        <member name="M:svn_io_start_cmd3(apr_proc_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_file_t*,System.Int32,apr_file_t*,System.Int32,apr_file_t*,apr_pool_t*)">
 Start @a cmd with @a args, using utf8-encoded @a path as working
 directory. Return the process handle for the invoked program in @a
 *cmd_proc.
 
 If @a infile_pipe is TRUE, connect @a cmd's stdin to a pipe;
 otherwise, connect it to @a infile (which may be NULL). If
 @a outfile_pipe is TRUE, connect @a cmd's stdout to a pipe; otherwise,
 connect it to @a outfile (which may be NULL). If @a errfile_pipe
 is TRUE, connect @a cmd's stderr to a pipe; otherwise, connect it
 to @a errfile (which may be NULL). (Callers must pass FALSE for
 each of these boolean values for which the corresponding file
 handle is non-NULL.)
 
 @a args is a list of utf8-encoded <tt>const char *</tt> arguments,
 terminated by @c NULL. @a args[0] is the name of the program, though it
 need not be the same as @a cmd.
 
 If @a inherit is TRUE, the invoked program inherits its environment from
 the caller and @a cmd, if not absolute, is searched for in PATH.
 
 If @a inherit is FALSE @a cmd must be an absolute path and the invoked
 program inherits the environment defined by @a env or runs with an empty
 environment in @a env is NULL.
 
 @note On some platforms, failure to execute @a cmd in the child process
 will result in error output being written to @a errfile, if non-NULL, and
 a non-zero exit status being returned to the parent process.
 
 @note An APR bug affects Windows: passing a NULL @a env does not
 guarantee the invoked program to run with an empty environment when
 @a inherit is FALSE, the program may inherit its parent's environment.
 Explicitly pass an empty @a env to get an empty environment.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_io_dir_walk(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_finfo_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_io_dir_walk(), but only calls @a walk_func for
 * files of type APR_DIR (directory) and APR_REG (regular file).
 *
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_io_dir_walk2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_finfo_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Recursively walk the directory rooted at @a dirname, a
 * utf8-encoded path, invoking @a walk_func (with @a walk_baton) for
 * each item in the tree. For a given directory, invoke @a walk_func
 * on the directory itself before invoking it on any children thereof.
 *
 * Deliver to @a walk_func the information specified by @a wanted,
 * which is a combination of @c APR_FINFO_* flags, plus the
 * information specified by @c APR_FINFO_TYPE and @c APR_FINFO_NAME.
 *
 * Use @a pool for all allocations.
 *
 * @note This function does not currently pass all file types to @a
 * walk_func -- only APR_DIR, APR_REG, and APR_LNK. We reserve the
 * right to pass additional file types through this interface in the
 * future, though, so implementations of this callback should
 * explicitly test FINFO-&gt;filetype. See the APR library's
 * apr_filetype_e enum for the various filetypes and their meanings.
 *
 * @since New in 1.7.
 
</member>
        <member name="D:svn_io_walk_func_t">
Callback function type for svn_io_dir_walk()
</member>
        <member name="M:svn_io_stat_dirent(svn_io_dirent2_t!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*,apr_pool_t*)">
Similar to svn_io_stat_dirent2(), but always passes FALSE for
 * @a verify_truename.
 *
 * @since New in 1.7.
 * @deprecated Provided for backwards compatibility with the 1.7 API.
 
</member>
        <member name="M:svn_io_stat_dirent2(svn_io_dirent2_t!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*,apr_pool_t*)">
Create a svn_io_dirent2_t instance for path. Specialized variant of
 * svn_io_stat() that directly translates node_kind and special.
 *
 * If @a verify_truename is @c TRUE, an additional check is performed to
 * verify the truename of the last path component on case insensitive
 * filesystems. This check is expensive compared to a just a stat,
 * but certainly cheaper than a full truename calculation using
 * apr_filepath_merge() which verifies all path components.
 *
 * If @a ignore_enoent is set to @c TRUE, set *dirent_p-&gt;kind to
 * svn_node_none instead of returning an error.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_io_get_dirents(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_io_get_dirents2(), but @a *dirents is a hash table
 * with #svn_node_kind_t values.
 *
 * @deprecated Provided for backwards compatibility with the 1.2 API.
 
</member>
        <member name="M:svn_io_get_dirents2(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_io_get_dirents3, but returns a mapping to svn_io_dirent_t
 * structures instead of svn_io_dirent2_t and with only a single pool.
 *
 * @since New in 1.3.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_io_get_dirents3(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*,apr_pool_t*)">
Read all of the disk entries in directory @a path, a utf8-encoded
 * path. Set @a *dirents to a hash mapping dirent names (<tt>char *</tt>) to
 * #svn_io_dirent2_t structures, allocated in @a pool.
 *
 * If @a only_check_type is set to @c TRUE, only the kind and special
 * fields of the svn_io_dirent2_t are filled.
 *
 * @note The `.' and `..' directories normally returned by
 * apr_dir_read() are NOT returned in the hash.
 *
 * @note The kind field in the @a dirents is set according to the mapping
 * as documented for svn_io_check_path().
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_io_get_dir_filenames(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Read all of the disk entries in directory @a path, a utf8-encoded
 * path. Set @a *dirents to a hash mapping dirent names (<tt>char *</tt>) to
 * undefined non-NULL values, allocated in @a pool.
 *
 * @note The `.' and `..' directories normally returned by
 * apr_dir_read() are NOT returned in the hash.
 *
 * @since New in 1.4.
 * @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_io_remove_dir(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_io_remove_dir2(), but with @a ignore_enoent set to
 * @c FALSE and @a cancel_func and @a cancel_baton set to @c NULL.
 *
 * @deprecated Provided for backward compatibility with the 1.4 API
 
</member>
        <member name="M:svn_io_remove_dir2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Recursively remove directory @a path. @a path is utf8-encoded.
 * If @a ignore_enoent is @c TRUE, don't fail if the target directory
 * doesn't exist. Use @a pool for temporary allocations.
 *
 * Because recursive delete of a directory tree can be a lengthy operation,
 * provide @a cancel_func and @a cancel_baton for interruptibility.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_io_remove_file(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_io_remove_file2(), except with @a ignore_enoent set to FALSE.
 *
 * @deprecated Provided for backwards compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_io_remove_file2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Remove file @a path, a utf8-encoded path. This wraps apr_file_remove(),
 * converting any error to a Subversion error. If @a ignore_enoent is TRUE, and
 * the file is not present (APR_STATUS_IS_ENOENT returns TRUE), then no
 * error will be returned.
 *
 * The file will be removed even if it is not writable. (On Windows and
 * OS/2, this function first clears the file's read-only bit.)
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stringbuf_from_aprfile(svn_stringbuf_t**,apr_file_t*,apr_pool_t*)">
Sets @a *result to a string containing the contents of the already opened
 * @a file. Reads from the current position in file to the end. Does not
 * close the file or reset the cursor position.
 *
 * @note due to memory pseudo-reallocation behavior (due to pools), this
 * can be a memory-intensive operation for large files.
 
</member>
        <member name="M:svn_stringbuf_from_file(svn_stringbuf_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Similar to svn_stringbuf_from_file2(), except that if @a filename
 * is "-", return the error #SVN_ERR_UNSUPPORTED_FEATURE and don't
 * touch @a *result.
 *
 * @deprecated Provided for backwards compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_stringbuf_from_file2(svn_stringbuf_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@}
Set @a *result to a string containing the contents of @a
 * filename, which is either "-" (indicating that stdin should be
 * read) or the utf8-encoded path of a real file.
 *
 * @warning Callers should be aware of possible unexpected results
 * when using this function to read from stdin where additional
 * stdin-reading processes abound. For example, if a program tries
 * both to invoke an external editor and to read from stdin, stdin
 * could be trashed and the editor might act funky or die outright.
 *
 * @note due to memory pseudo-reallocation behavior (due to pools), this
 * can be a memory-intensive operation for large files.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_stream_lazyopen_create(=FUNC:svn_error_t*(svn_stream_t**,System.Void*,apr_pool_t*,apr_pool_t*),System.Void*,System.Int32,apr_pool_t*)">
Return a generic stream which wraps another primary stream,
 * delaying the "opening" of that stream until the first time the
 * returned stream is accessed.
 *
 * @a open_func and @a open_baton are a callback function/baton pair
 * which will be invoked upon the first access of the returned
 * stream (read, write, mark, seek, skip, or possibly close). The
 * callback shall open the primary stream.
 *
 * If the only "access" the returned stream gets is to close it
 * then @a open_func will only be called if @a open_on_close is TRUE.
 *
 * Allocate the returned stream in @a result_pool. Also arrange for
 * @a result_pool to be passed as the @c result_pool parameter to
 * @a open_func when it is called.
 *
 * @since New in 1.8.
 
</member>
        <member name="D:svn_stream_lazyopen_func_t">
A function type provided for use as a callback from
 * @c svn_stream_lazyopen_create().
 *
 * The callback function shall open a new stream and set @a *stream to
 * the stream object, allocated in @a result_pool. @a baton is the
 * callback baton that was passed to svn_stream_lazyopen_create().
 *
 * @a result_pool is the result pool that was passed to
 * svn_stream_lazyopen_create(). The callback function may use
 * @a scratch_pool for temporary allocations; the caller may clear or
 * destroy @a scratch_pool any time after the function returns.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_string_from_stream(svn_string_t**,svn_stream_t*,apr_pool_t*,apr_pool_t*)">
Similar to svn_string_from_stream2(), but always passes 0 for
 * @a len_hint.
 *
 * @deprecated Provided for backwards compatibility with the 1.9 API.
 
</member>
        <member name="M:svn_string_from_stream2(svn_string_t**,svn_stream_t*,System.UInt32,apr_pool_t*)">
Read the contents of @a stream into memory, from its current position
 * to its end, returning the data in @a *result. The stream will be closed
 * when it has been successfully and completely read.
 *
 * @a len_hint gives a hint about the expected length, in bytes, of the
 * actual data that will be read from the stream. It may be 0, meaning no
 * hint is being provided. Efficiency in time and/or in space may be
 * better (and in general will not be worse) when the actual data length
 * is equal or approximately equal to the length hint.
 *
 * The returned memory is allocated in @a result_pool, and any temporary
 * allocations may be performed in @a scratch_pool.
 *
 * @note The present implementation is efficient when @a len_hint is big
 * enough (but not vastly bigger than necessary), and also for actual
 * lengths up to 64 bytes when @a len_hint is 0. Otherwise it can incur
 * significant time and space overheads. See source code for details.
 *
 * @since New in 1.10
 
</member>
        <member name="M:svn_stream_contents_same(System.Int32*,svn_stream_t*,svn_stream_t*,apr_pool_t*)">
 Same as svn_stream_contents_same2(), but the streams will not be closed.
 
 @since New in 1.4.
 @deprecated Provided for backward compatibility with the 1.6 API.
 
</member>
        <member name="M:svn_stream_contents_same2(System.Int32*,svn_stream_t*,svn_stream_t*,apr_pool_t*)">
Set @a *same to TRUE if @a stream1 and @a stream2 have the same
 * contents, else set it to FALSE.
 *
 * Both streams will be closed before this function returns (regardless of
 * the result, or any possible error).
 *
 * Use @a scratch_pool for temporary allocations.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_copy(svn_stream_t*,svn_stream_t*,apr_pool_t*)">
 Same as svn_stream_copy3(), but without the cancellation function
 or stream closing.
 
 @since New in 1.1.
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="M:svn_stream_copy2(svn_stream_t*,svn_stream_t*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Same as svn_stream_copy3() but the streams are not closed.
 
 @since New in 1.5.
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_stream_copy3(svn_stream_t*,svn_stream_t*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
 Read the contents of the readable stream @a from and write them to the
 writable stream @a to calling @a cancel_func before copying each chunk.
 
 @a cancel_func may be @c NULL.
 
 @note both @a from and @a to will be closed upon successful completion of
 the copy (but an error may still be returned, based on trying to close
 the two streams). If the closure is not desired, then you can use
 svn_stream_disown() to protect either or both of the streams from
 being closed.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_stream_readline(svn_stream_t*,svn_stringbuf_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32*,apr_pool_t*)">
Allocate @a *stringbuf in @a pool, and read into it one line (terminated
 * by @a eol) from @a stream. The line-terminator is read from the stream,
 * but is not added to the end of the stringbuf. Instead, the stringbuf
 * ends with a usual '\\0'.
 *
 * If @a stream runs out of bytes before encountering a line-terminator,
 * then set @a *eof to @c TRUE, otherwise set @a *eof to FALSE.
 
</member>
        <member name="M:svn_stream_printf_from_utf8(svn_stream_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
Write to @a stream using a printf-style @a fmt specifier, passed through
 * apr_psprintf() using memory from @a pool. The resulting string
 * will be translated to @a encoding before it is sent to @a stream.
 *
 * @note Use @c APR_LOCALE_CHARSET to translate to the encoding of the
 * current locale.
 *
 * @since New in 1.3.
 
</member>
        <member name="M:svn_stream_printf(svn_stream_t*,apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
Write to @a stream using a printf-style @a fmt specifier, passed through
 * apr_psprintf() using memory from @a pool.
 
</member>
        <member name="M:svn_stream_puts(svn_stream_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Write NULL-terminated string @a str to @a stream.
 *
 * @since New in 1.8.
 *
 
</member>
        <member name="M:svn_stream_tee(svn_stream_t*,svn_stream_t*,apr_pool_t*)">
Return a writable stream which, when written to, writes to both of the
 * underlying streams. Both of these streams will be closed upon closure of
 * the returned stream; use svn_stream_disown() if this is not the desired
 * behavior. One or both of @a out1 and @a out2 may be @c NULL. If both are
 * @c NULL, @c NULL is returned.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_data_available(svn_stream_t*,System.Int32*)">
When a stream supports polling for available data, obtain a boolean
 * indicating whether data is waiting to be read. If the stream doesn't
 * support polling this function returns a #SVN_ERR_STREAM_NOT_SUPPORTED
 * error.
 *
 * If the data_available callback is implemented and the stream is at the end
 * the stream will set @a *data_available to FALSE.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_stream_seek(svn_stream_t*,svn_stream_mark_t!System.Runtime.CompilerServices.IsConst*)">
Seek to a @a mark in a generic @a stream.
 * This function returns the #SVN_ERR_STREAM_SEEK_NOT_SUPPORTED error
 * if the stream doesn't implement seeking. Passing NULL as @a mark,
 * seeks to the start of the stream.
 *
 * @see svn_stream_mark()
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_mark(svn_stream_t*,svn_stream_mark_t**,apr_pool_t*)">
Set a @a mark at the current position of a generic @a stream,
 * which can later be sought back to using svn_stream_seek().
 * The @a mark is allocated in @a pool.
 *
 * This function returns the #SVN_ERR_STREAM_SEEK_NOT_SUPPORTED error
 * if the stream doesn't implement seeking.
 *
 * @see svn_stream_seek()
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_supports_reset(svn_stream_t*)">
Returns @c TRUE if the generic @a stream supports svn_stream_reset().
 *
 * @see svn_stream_reset()
 * @since New in 1.10.
 
</member>
        <member name="M:svn_stream_supports_mark(svn_stream_t*)">
Returns @c TRUE if the generic @a stream supports svn_stream_mark().
 *
 * @see svn_stream_mark()
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_reset(svn_stream_t*)">
Reset a generic stream back to its origin. (E.g. On a file this would be
 * implemented as a seek to position 0). This function returns a
 * #SVN_ERR_STREAM_SEEK_NOT_SUPPORTED error when the stream doesn't
 * implement resetting.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_close(svn_stream_t*)">
Close a generic stream. @see svn_stream_t.
</member>
        <member name="M:svn_stream_write(svn_stream_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32*)">
Write to a generic stream. @see svn_stream_t.
</member>
        <member name="M:svn_stream_skip(svn_stream_t*,System.UInt32)">
 Skip @a len bytes from a generic @a stream. If the stream is exhausted
 before @a len bytes have been read, return an error.
 
 @note No assumption can be made on the semantics of this function
 other than that the stream read pointer will be advanced by *len
 bytes. Depending on the capabilities of the underlying stream
 implementation, this may for instance be translated into a sequence
 of reads or a simple seek operation. If the stream implementation has
 not provided a skip function, this will read from the stream and
 discard the data.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_stream_read(svn_stream_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*)">
Read from a generic stream until the buffer is completely filled or EOF.
 * @see svn_stream_t.
 *
 * @note This function is a wrapper of svn_stream_read_full() now, which name
 * better documents the behavior of this function.
 *
 * @deprecated Provided for backward compatibility with the 1.8 API
 
</member>
        <member name="M:svn_stream_read2(svn_stream_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*)">
Read all currently available upto @a *len into @a buffer. Use
 * svn_stream_read_full() if you want to wait for the buffer to be filled
 * or EOF. If the stream doesn't support limited reads this function will
 * return an #SVN_ERR_STREAM_NOT_SUPPORTED error.
 *
 * A 0 byte read signals the end of the stream.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_stream_supports_partial_read(svn_stream_t*)">
Returns @c TRUE if the generic @c stream supports svn_stream_read2().
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_stream_read_full(svn_stream_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*)">
Read from a generic stream until @a buffer is filled upto @a *len or
 * until EOF is reached. @see svn_stream_t
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_stream_contents_checksum(svn_checksum_t**,svn_stream_t*,svn_checksum_kind_t,apr_pool_t*,apr_pool_t*)">
Read the contents of the readable stream @a stream and return its
 * checksum of type @a kind in @a *checksum.
 *
 * The stream will be closed before this function returns (regardless
 * of the result, or any possible error).
 *
 * Use @a scratch_pool for temporary allocations and @a result_pool
 * to allocate @a *checksum.
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_stream_checksummed(svn_stream_t*,System.Byte!System.Runtime.CompilerServices.IsConst**,System.Byte!System.Runtime.CompilerServices.IsConst**,System.Int32,apr_pool_t*)">
 Similar to svn_stream_checksummed2(), but always returning the MD5
 checksum in @a read_digest and @a write_digest.
 
 @since New in 1.4.
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_stream_checksummed2(svn_stream_t*,svn_checksum_t**,svn_checksum_t**,svn_checksum_kind_t,System.Int32,apr_pool_t*)">
Return a stream that calculates checksums for all data read
 * and written. The stream @a stream is used to read and write all data.
 * The stream and the resulting digests are allocated in @a pool.
 *
 * When the stream is closed, @a *read_checksum and @a *write_checksum
 * are set to point to the resulting checksums, of type @a read_checksum_kind
 * and @a write_checksum_kind, respectively.
 *
 * Both @a read_checksum and @a write_checksum can be @c NULL, in which case
 * the respective checksum isn't calculated.
 *
 * If @a read_all is TRUE, make sure that all data available on @a
 * stream is read (and checksummed) when the stream is closed.
 *
 * Read and write operations can be mixed without interfering.
 *
 * The @a stream passed into this function is closed when the created
 * stream is closed.
 *
 * @since New in 1.6. Since 1.10, the resulting stream supports reset
 * via stream_stream_reset().
 
</member>
        <member name="M:svn_stream_compressed(svn_stream_t*,apr_pool_t*)">
Return a stream that decompresses all data read and compresses all
 * data written. The stream @a stream is used to read and write all
 * compressed data. All compression data structures are allocated on
 * @a pool. If compression support is not compiled in then
 * svn_stream_compressed() returns @a stream unmodified. Make sure you
 * call svn_stream_close() on the stream returned by this function,
 * so that all data are flushed and cleaned up.
 *
 * @note From 1.4, compression support is always compiled in.
 
</member>
        <member name="M:svn_stream_buffered(apr_pool_t*)">
Return a generic stream which implements buffered reads and writes.
 * The stream will preferentially store data in-memory, but may use
 * disk storage as backup if the amount of data is large.
 * Allocate the stream in @a result_pool
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_stream_from_string(svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a generic read-only stream connected to string @a str.
 * Allocate the stream in @a pool.
 
</member>
        <member name="M:svn_stream_from_stringbuf(svn_stringbuf_t*,apr_pool_t*)">
Return a generic stream connected to stringbuf @a str. Allocate the
 * stream in @a pool.
 
</member>
        <member name="M:svn_stringbuf_from_stream(svn_stringbuf_t**,svn_stream_t*,System.UInt32,apr_pool_t*)">
Read the contents of @a stream into memory, from its current position
 * to its end, returning the data in @a *result. This function does not
 * close the @a stream upon completion.
 *
 * @a len_hint gives a hint about the expected length, in bytes, of the
 * actual data that will be read from the stream. It may be 0, meaning no
 * hint is being provided. Efficiency in time and/or in space may be
 * better (and in general will not be worse) when the actual data length
 * is equal or approximately equal to the length hint.
 *
 * The returned memory is allocated in @a result_pool.
 *
 * @note The present implementation is efficient when @a len_hint is big
 * enough (but not vastly bigger than necessary), and also for actual
 * lengths up to 64 bytes when @a len_hint is 0. Otherwise it can incur
 * significant time and space overheads. See source code for details.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_stream_for_stdout(svn_stream_t**,apr_pool_t*)">
Set @a *out to a generic stream connected to stdout, allocated in
 * @a pool. The stream and its underlying APR handle will be closed
 * when @a pool is cleared or destroyed.
 
</member>
        <member name="M:svn_stream_for_stderr(svn_stream_t**,apr_pool_t*)">
Set @a *err to a generic stream connected to stderr, allocated in
 * @a pool. The stream and its underlying APR handle will be closed
 * when @a pool is cleared or destroyed.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_for_stdin(svn_stream_t**,apr_pool_t*)">
Similar to svn_stream_for_stdin2(), but with buffering being disabled.
 *
 * @since New in 1.7.
 *
 * @deprecated Provided for backward compatibility with the 1.9 API.
 
</member>
        <member name="M:svn_stream_for_stdin2(svn_stream_t**,System.Int32,apr_pool_t*)">
Set @a *in to a generic stream connected to stdin, allocated in
 * @a pool. If @a buffered is set, APR buffering will be enabled.
 * The stream and its underlying APR handle will be closed when @a pool
 * is cleared or destroyed.
 *
 * @note APR buffering will try to fill the whole internal buffer before
 * serving read requests. This may be inappropriate for interactive
 * applications where stdin will not deliver any more data unless
 * the application processed the data already received.
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_stream_from_aprfile(apr_file_t*,apr_pool_t*)">
Similar to svn_stream_from_aprfile2(), except that the file will
 * always be disowned.
 *
 * @note The stream returned is not considered to "own" the underlying
 * file, meaning that svn_stream_close() on the stream will not
 * close the file.
 *
 * @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_stream_from_aprfile2(apr_file_t*,System.Int32,apr_pool_t*)">
Create a stream from an APR file. For convenience, if @a file is
 * @c NULL, an empty stream created by svn_stream_empty() is returned.
 *
 * This function should normally be called with @a disown set to FALSE,
 * in which case closing the stream will also close the underlying file.
 *
 * If @a disown is TRUE, the stream will disown the underlying file,
 * meaning that svn_stream_close() will not close the file.
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_stream_open_unique(svn_stream_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_io_file_del_t,apr_pool_t*,apr_pool_t*)">
Create a writable stream to a file in the directory @a dirpath.
 * The file will have an arbitrary and unique name, and the full path
 * will be returned in @a temp_path. The stream will be returned in
 * @a stream. Both will be allocated from @a result_pool.
 *
 * If @a dirpath is @c NULL, use the path returned from svn_io_temp_dir().
 * (Note that when using the system-provided temp directory, it may not
 * be possible to atomically rename the resulting file due to cross-device
 * issues.)
 *
 * The file will be deleted according to @a delete_when. If that is
 * #svn_io_file_del_on_pool_cleanup, it refers to @a result_pool.
 *
 * Temporary allocations will be performed in @a scratch_pool.
 *
 * @since New in 1.6
 * @see svn_io_open_unique_file3()
 
</member>
        <member name="M:svn_stream_open_writable(svn_stream_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Create a stream to write a file at @a path. The file will be *created*
 * using the APR_BUFFERED and APR_BINARY flag, and APR_OS_DEFAULT for the
 * perms. The file will be created "exclusively", so if it already exists,
 * then an error will be thrown. If you'd like to use different values, or
 * open an existing file, then open the file yourself, and use the
 * svn_stream_from_aprfile2() interface.
 *
 * The stream will be returned in @a stream, and allocated from @a result_pool.
 * Temporary allocations will be performed in @a scratch_pool.
 *
 * @since New in 1.6
 
</member>
        <member name="M:svn_stream_open_readonly(svn_stream_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Create a stream to read the file at @a path. It will be opened using
 * the APR_BUFFERED and APR_BINARY flag, and APR_OS_DEFAULT for the perms.
 * If you'd like to use different values, then open the file yourself, and
 * use the svn_stream_from_aprfile2() interface.
 *
 * The stream will be returned in @a stream, and allocated from @a result_pool.
 * Temporary allocations will be performed in @a scratch_pool.
 *
 * @since New in 1.6
 
</member>
        <member name="M:svn_stream_disown(svn_stream_t*,apr_pool_t*)">
Return a stream allocated in @a pool which forwards all requests
 * to @a stream. Destruction is explicitly excluded from forwarding.
 *
 * @see http://subversion.apache.org/docs/community-guide/conventions.html#destruction-of-stacked-resources
 *
 * @since New in 1.4.
 
</member>
        <member name="M:svn_stream_empty(apr_pool_t*)">
Create a stream that is empty for reading and infinite for writing.
</member>
        <member name="M:svn_stream_set_readline(svn_stream_t*,=FUNC:svn_error_t*(System.Void*,svn_stringbuf_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32*,apr_pool_t*))">
Set @a stream's readline function to @a readline_fn
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_stream_set_data_available(svn_stream_t*,=FUNC:svn_error_t*(System.Void*,System.Int32*))">
Set @a stream's data available function to @a data_available_fn
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_stream_set_seek(svn_stream_t*,=FUNC:svn_error_t*(System.Void*,svn_stream_mark_t!System.Runtime.CompilerServices.IsConst*))">
Set @a stream's seek function to @a seek_fn
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_set_mark(svn_stream_t*,=FUNC:svn_error_t*(System.Void*,svn_stream_mark_t**,apr_pool_t*))">
Set @a stream's mark function to @a mark_fn
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stream_set_close(svn_stream_t*,=FUNC:svn_error_t*(System.Void*))">
Set @a stream's close function to @a close_fn
</member>
        <member name="M:svn_stream_set_write(svn_stream_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32*))">
Set @a stream's write function to @a write_fn
</member>
        <member name="M:svn_stream_set_skip(svn_stream_t*,=FUNC:svn_error_t*(System.Void*,System.UInt32))">
Set @a stream's skip function to @a skip_fn
 *
 * @since New in 1.7
 
</member>
        <member name="M:svn_stream_set_read(svn_stream_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*))">
Set @a stream's read function to @a read_fn.
 *
 * This function sets only the full read function to read_fn.
 *
 * @deprecated Provided for backward compatibility with the 1.8 API.
 
</member>
        <member name="M:svn_stream_set_read2(svn_stream_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*),=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*))">
Set @a stream's read functions to @a read_fn and @a read_full_fn. If
 * @a read_full_fn is NULL a default implementation based on multiple calls
 * to @a read_fn will be used.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_stream_set_baton(svn_stream_t*,System.Void*)">
Set @a stream's baton to @a baton
</member>
        <member name="M:svn_stream_create(System.Void*,apr_pool_t*)">
Create a generic stream. @see svn_stream_t.
</member>
        <member name="D:svn_stream_readline_fn_t">
Readline handler function for a generic stream. @see svn_stream_t and
 * svn_stream_readline().
 *
 * @since New in 1.10.
 
</member>
        <member name="D:svn_stream_data_available_fn_t">
Poll handler for generic streams that support incomplete reads, @see
 * svn_stream_t and svn_stream_data_available().
 *
 * @since New in 1.9.
 
</member>
        <member name="D:svn_stream_seek_fn_t">
Seek handler function for a generic stream. @see svn_stream_t and
 * svn_stream_seek().
 *
 * @since New in 1.7.
 
</member>
        <member name="D:svn_stream_mark_fn_t">
Mark handler function for a generic stream. @see svn_stream_t and
 * svn_stream_mark().
 *
 * @since New in 1.7.
 
</member>
        <member name="T:svn_stream_mark_t">
An opaque type which represents a mark on a stream. There is no
 * concrete definition of this type, it is a named type for stream
 * implementation specific baton pointers.
 *
 * @see svn_stream_mark().
 * @since New in 1.7.
 
</member>
        <member name="D:svn_close_fn_t">
Close handler function for a generic stream. @see svn_stream_t.
</member>
        <member name="D:svn_write_fn_t">
Write handler function for a generic stream. @see svn_stream_t.
</member>
        <member name="D:svn_stream_skip_fn_t">
Skip data handler function for a generic stream. @see svn_stream_t
 * and svn_stream_skip().
 * @since New in 1.7.
 
</member>
        <member name="D:svn_read_fn_t">
Read handler function for a generic stream. @see svn_stream_t.
</member>
        <member name="T:svn_stream_t">
Generic byte-streams
 *
 * @defgroup svn_io_byte_streams Generic byte streams
 * @{
 
An abstract stream of bytes--either incoming or outgoing or both.
 *
 * The creator of a stream sets functions to handle read and write.
 * Both of these handlers accept a baton whose value is determined at
 * stream creation time; this baton can point to a structure
 * containing data associated with the stream. If a caller attempts
 * to invoke a handler which has not been set, it will generate a
 * runtime assertion failure. The creator can also set a handler for
 * close requests so that it can flush buffered data or whatever;
 * if a close handler is not specified, a close request on the stream
 * will simply be ignored. Note that svn_stream_close() does not
 * deallocate the memory used to allocate the stream structure; free
 * the pool you created the stream in to free that memory.
 *
 * The read and write handlers accept length arguments via pointer.
 * On entry to the handler, the pointed-to value should be the amount
 * of data which can be read or the amount of data to write. When the
 * handler returns, the value is reset to the amount of data actually
 * read or written. The write and full read handler are obliged to
 * complete a read or write to the maximum extent possible; thus, a
 * short read with no associated error implies the end of the input
 * stream, and a short write should never occur without an associated
 * error. In Subversion 1.9 the stream api was extended to also support
 * limited reads via the new svn_stream_read2() api.
 *
 * In Subversion 1.7 mark, seek and reset support was added as an optional
 * feature of streams. If a stream implements resetting it allows reading
 * the data again after a successful call to svn_stream_reset().
 
</member>
        <member name="M:svn_io_dir_file_copy(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Copy the file whose basename (or relative path) is @a file within
 * directory @a src_path to the same basename (or relative path) within
 * directory @a dest_path. Overwrite the destination file if it already
 * exists. The destination directory (including any directory
 * components in @a name) must already exist. Set the destination
 * file's permissions to match those of the source. Use @a pool for
 * memory allocations.
 
</member>
        <member name="M:svn_io_file_flush_to_disk(apr_file_t*,apr_pool_t*)">
 Flush any unwritten data from @a file to disk. Use @a pool for
 memory allocations.
 
 @note This function uses advanced file control operations to flush buffers
 to disk that aren't always accessible and can be very expensive on systems
 that implement flushing on all IO layers, like Windows. Please avoid using
 this function in cases where the file should just work on any network
 filesystem. In many cases a normal svn_io_file_flush() will work just fine.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_io_unlock_open_file(apr_file_t*,apr_pool_t*)">
 Unlock the file @a lockfile_handle.
 
 Use @a pool for memory allocations. @a pool must be the pool that
 was passed to svn_io_lock_open_file().
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_io_lock_open_file(apr_file_t*,System.Int32,System.Int32,apr_pool_t*)">
 Lock the file @a lockfile_handle. If @a exclusive is TRUE,
 obtain exclusive lock, otherwise obtain shared lock.
 
 If @a nonblocking is TRUE, do not wait for the lock if it
 is not available: throw an error instead.
 
 Lock will be automatically released when @a pool is cleared or destroyed.
 You may also explicitly call svn_io_unlock_open_file().
 Use @a pool for memory allocations. @a pool must be the pool that
 @a lockfile_handle has been created in or one of its sub-pools.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_io_file_lock2(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
 Lock file at @a lock_file. If @a exclusive is TRUE,
 obtain exclusive lock, otherwise obtain shared lock.
 
 If @a nonblocking is TRUE, do not wait for the lock if it
 is not available: throw an error instead.
 
 Lock will be automatically released when @a pool is cleared or destroyed.
 Use @a pool for memory allocations.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_io_file_lock(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 Lock file at @a lock_file. If @a exclusive is TRUE,
 obtain exclusive lock, otherwise obtain shared lock.
 Lock will be automatically released when @a pool is cleared or destroyed.
 Use @a pool for memory allocations.
 
 @deprecated Provided for backward compatibility with the 1.0 API.
 
</member>
        <member name="M:svn_io_file_create_empty(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create an empty file at utf8-encoded path @a file.
 *
 * @a file must not already exist. If an error occurs while
 * closing the file, attempt to delete the file before returning the error.
 *
 * Use @a scratch_pool for temporary allocations.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_io_file_create_bytes(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32,apr_pool_t*)">
Create a file at utf8-encoded path @a file with the contents given
 * by @a contents of @a length bytes.
 *
 * @a file must not already exist. If an error occurs while writing or
 * closing the file, attempt to delete the file before returning the error.
 *
 * Write the data in 'binary' mode (#APR_FOPEN_BINARY). If @a length is
 * zero, create an empty file; in this case @a contents may be @c NULL.
 *
 * Use @a scratch_pool for temporary allocations.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_io_file_create(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create a file at utf8-encoded path @a file with the contents given
 * by the null-terminated string @a contents.
 *
 * @a file must not already exist. If an error occurs while writing or
 * closing the file, attempt to delete the file before returning the error.
 *
 * Write the data in 'binary' mode (#APR_FOPEN_BINARY). If @a contents
 * is @c NULL, create an empty file.
 *
 * Use @a pool for memory allocations.
 
</member>
        <member name="M:svn_io_files_contents_three_same_p(System.Int32*,System.Int32*,System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *same12 to TRUE if @a file1 and @a file2 have the same
 * contents, else set it to FALSE. Do the similar for @a *same23
 * with @a file2 and @a file3, and @a *same13 for @a file1 and @a
 * file3. The filenames @a file1, @a file2 and @a file3 are
 * utf8-encoded. Use @a scratch_pool for temporary allocations.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_io_files_contents_same_p(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *same to TRUE if @a file1 and @a file2 have the same
 * contents, else set it to FALSE. Use @a pool for temporary allocations.
 
</member>
        <member name="M:svn_io_file_checksum(System.Byte*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Put the md5 checksum of @a file into @a digest.
 * @a digest points to @c APR_MD5_DIGESTSIZE bytes of storage.
 * Use @a pool only for temporary allocations.
 *
 * @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_io_file_checksum2(svn_checksum_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_checksum_kind_t,apr_pool_t*)">
Return in @a *checksum the checksum of type @a kind of @a file
 * Use @a pool for temporary allocations and to allocate @a *checksum.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_io_filesizes_three_different_p(System.Int32*,System.Int32*,System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *different_p12 to non-zero if @a file1 and @a file2 have different
 * sizes, else set to zero. Do the similar for @a *different_p23 with
 * @a file2 and @a file3, and @a *different_p13 for @a file1 and @a file3.
 * The filenames @a file1, @a file2 and @a file3 are utf8-encoded.
 *
 * Setting @a *different_p12 to zero does not mean the files definitely
 * have the same size, it merely means that the sizes are not
 * definitely different. That is, if the size of one or both files
 * cannot be determined (due to stat() returning an error), then the sizes
 * are not known to be different, so @a *different_p12 is set to 0.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_io_filesizes_different_p(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *different_p to TRUE if @a file1 and @a file2 have different
 * sizes, else set to FALSE. Both @a file1 and @a file2 are utf8-encoded.
 *
 * Setting @a *different_p to zero does not mean the files definitely
 * have the same size, it merely means that the sizes are not
 * definitely different. That is, if the size of one or both files
 * cannot be determined, then the sizes are not known to be different,
 * so @a *different_p is set to FALSE.
 
</member>
        <member name="M:svn_io_sleep_for_timestamps(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Sleep to ensure that any files modified after we exit have a different
 * timestamp than the one we recorded. If @a path is not NULL, check if we
 * can determine how long we should wait for a new timestamp on the filesystem
 * containing @a path, an existing file or directory. If @a path is NULL or we
 * can't determine the timestamp resolution, sleep until the next second.
 *
 * Use @a pool for any necessary allocations. @a pool can be null if @a path
 * is NULL.
 *
 * Errors while retrieving the timestamp resolution will result in sleeping
 * to the next second, to keep the working copy stable in error conditions.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_io_set_file_affected_time(System.Int64,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set the timestamp of file @a path to @a apr_time. @a path is
 * utf8-encoded.
 *
 * @note This is the APR mtime which corresponds to the traditional mtime
 * on Unix, and the last write time on Windows.
 
</member>
        <member name="M:svn_io_file_affected_time(System.Int64*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *apr_time to the time of last modification of the contents of the
 * file @a path. @a path is utf8-encoded.
 *
 * @note This is the APR mtime which corresponds to the traditional mtime
 * on Unix, and the last write time on Windows.
 
</member>
        <member name="M:svn_io_read_length_line(apr_file_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*,apr_pool_t*)">
Read a line from @a file into @a buf, but not exceeding @a *limit bytes.
 * Does not include newline, instead '\\0' is put there.
 * Length (as in strlen) is returned in @a *limit.
 * @a buf should be pre-allocated.
 * @a file should be already opened.
 *
 * When the file is out of lines, @c APR_EOF will be returned.
 
</member>
        <member name="M:svn_io_is_file_executable(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Determine whether a file is executable by the current user.
 * Set @a *executable to @c TRUE if the file @a path is executable by the
 * current user, otherwise set it to @c FALSE.
 *
 * On Windows and on platforms without userids, always returns @c FALSE.
 
</member>
        <member name="M:svn_io_set_file_executable(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
Set @a path's "executability" (but do nothing if it is a symlink).
 *
 * @a path is the utf8-encoded path to the file. If @a executable
 * is @c TRUE, then make the file executable. If @c FALSE, make it
 * non-executable. If @a ignore_enoent is @c TRUE, don't fail if the target
 * file doesn't exist.
 *
 * When making the file executable on operating systems with unix style
 * permissions, never add an execute permission where there is not
 * already a read permission: that is, only make the file executable
 * for the user, group or world if the corresponding read permission
 * is already set for user, group or world.
 *
 * When making the file non-executable on operating systems with unix style
 * permissions, remove all execute permissions.
 *
 * On other operating systems, toggle the file's "executability" as much as
 * the operating system allows.
 *
 * @note If @a path is a directory, act on it as though it were a
 * file, as described above, but note that you probably don't want to
 * call this function on directories. We have left it effective on
 * directories for compatibility reasons, but as its name implies, it
 * should be used only for files.
 
</member>
        <member name="M:svn_io_set_file_read_write_carefully(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,apr_pool_t*)">
Similar to svn_io_set_file_read_* functions.
 * Change the read-write permissions of a file.
 * @since New in 1.1.
 *
 * When making @a path read-write on operating systems with unix style
 * permissions, set the permissions on @a path to the permissions that
 * are set when a new file is created (effectively honoring the user's
 * umask).
 *
 * When making the file read-only on operating systems with unix style
 * permissions, remove all write permissions.
 *
 * On other operating systems, toggle the file's "writability" as much as
 * the operating system allows.
 *
 * @a path is the utf8-encoded path to the file. If @a enable_write
 * is @c TRUE, then make the file read-write. If @c FALSE, make it
 * read-only. If @a ignore_enoent is @c TRUE, don't fail if the target
 * file doesn't exist.
 *
 * @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="M:svn_io_set_file_read_write(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Make a file as writable as the operating system allows.
 * @a path is the utf8-encoded path to the file. If @a ignore_enoent is
 * @c TRUE, don't fail if the target file doesn't exist.
 * @warning On Unix this function will do the equivalent of chmod a+w path.
 * If this is not what you want you should not use this function, but rather
 * use apr_file_perms_set().
 *
 * If @a path is a symlink, do nothing.
 *
 * @note If @a path is a directory, act on it as though it were a
 * file, as described above, but note that you probably don't want to
 * call this function on directories. We have left it effective on
 * directories for compatibility reasons, but as its name implies, it
 * should be used only for files.
 
</member>
        <member name="M:svn_io_set_file_read_only(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Make a file as read-only as the operating system allows.
 * @a path is the utf8-encoded path to the file. If @a ignore_enoent is
 * @c TRUE, don't fail if the target file doesn't exist.
 *
 * If @a path is a symlink, do nothing.
 *
 * @note If @a path is a directory, act on it as though it were a
 * file, as described above, but note that you probably don't want to
 * call this function on directories. We have left it effective on
 * directories for compatibility reasons, but as its name implies, it
 * should be used only for files.
 
</member>
        <member name="M:svn_io_append_file(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Append @a src to @a dst. @a dst will be appended to if it exists, else it
 * will be created. Both @a src and @a dst are utf8-encoded.
 
</member>
        <member name="M:svn_io_dir_empty(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set @a *is_empty_p to @c TRUE if directory @a path is empty, else to
 * @c FALSE if it is not empty. @a path must be a directory, and is
 * utf8-encoded. Use @a pool for temporary allocation.
 
</member>
        <member name="M:svn_io_make_dir_recursively(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create directory @a path on the file system, creating intermediate
 * directories as required, like <tt>mkdir -p</tt>. Report no error if @a
 * path already exists. @a path is utf8-encoded.
 *
 * This is essentially a wrapper for apr_dir_make_recursive(), passing
 * @c APR_OS_DEFAULT as the permissions.
 
</member>
        <member name="M:svn_io_copy_dir_recursively(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Recursively copy directory @a src into @a dst_parent, as a new entry named
 * @a dst_basename. If @a dst_basename already exists in @a dst_parent,
 * return error. @a copy_perms will be passed through to svn_io_copy_file()
 * when any files are copied. @a src, @a dst_parent, and @a dst_basename are
 * all utf8-encoded.
 *
 * If @a cancel_func is non-NULL, invoke it with @a cancel_baton at
 * various points during the operation. If it returns any error
 * (typically #SVN_ERR_CANCELLED), return that error immediately.
 
</member>
        <member name="M:svn_io_copy_link(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Copy symbolic link @a src to @a dst atomically. Overwrite @a dst
 if it exists, else create it. Both @a src and @a dst are
 utf8-encoded filenames. After copying, the @a dst link will point
 to the same thing @a src does.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_io_copy_perms(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Copy permission flags from @a src onto the file at @a dst. Both
 * filenames are utf8-encoded filenames.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_io_copy_file(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Copy @a src to @a dst atomically, in a "byte-for-byte" manner.
 * Overwrite @a dst if it exists, else create it. Both @a src and @a dst
 * are utf8-encoded filenames. If @a copy_perms is TRUE, set @a dst's
 * permissions to match those of @a src.
 
</member>
        <member name="M:svn_io_temp_dir(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,apr_pool_t*)">
Set @a *dir to a directory path (allocated in @a pool) deemed
 * usable for the creation of temporary files and subdirectories.
 
</member>
        <member name="M:svn_io_read_link(svn_string_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Set @a *dest to the path that the symlink at @a path references.
 Allocate the string from @a pool.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_io_create_unique_link(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Like svn_io_open_unique_file(), except that instead of creating a
 file, a symlink is generated that references the path @a dest.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_io_open_unique_file(apr_file_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Like svn_io_open_unique_file2, but can't delete on pool cleanup.
 *
 * @deprecated Provided for backward compatibility with the 1.3 API
 *
 * @note In 1.4 the API was extended to require either @a f or
 * @a unique_name_p (the other can be NULL). Before that, both were
 * required.
 
</member>
        <member name="M:svn_io_open_unique_file2(apr_file_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_io_file_del_t,apr_pool_t*)">
Like svn_io_open_uniquely_named(), but takes a joined dirpath and
 * filename, and a single pool.
 *
 * @since New in 1.4
 *
 * @deprecated Provided for backward compatibility with the 1.5 API
 
</member>
        <member name="M:svn_io_open_unique_file3(apr_file_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_io_file_del_t,apr_pool_t*,apr_pool_t*)">
Create a writable file, with an arbitrary and unique name, in the
 * directory @a dirpath. Set @a *temp_path to its full path, and set
 * @a *file to the file handle, both allocated from @a result_pool. Either
 * @a file or @a temp_path may be @c NULL. If @a file is @c NULL, the file
 * will be created but not open.
 *
 * If @a dirpath is @c NULL, use the path returned from svn_io_temp_dir().
 * (Note that when using the system-provided temp directory, it may not
 * be possible to atomically rename the resulting file due to cross-device
 * issues.)
 *
 * The file will be deleted according to @a delete_when. If that is
 * #svn_io_file_del_on_pool_cleanup, it refers to @a result_pool. If it
 * is #svn_io_file_del_on_close and @a file is @c NULL, the file will be
 * deleted before this function returns.
 *
 * When passing @c svn_io_file_del_none please don't forget to eventually
 * remove the temporary file to avoid filling up the system temp directory.
 * It is often appropriate to bind the lifetime of the temporary file to
 * the lifetime of a pool by using @c svn_io_file_del_on_pool_cleanup.
 *
 * Temporary allocations will be performed in @a scratch_pool.
 *
 * @since New in 1.6
 * @see svn_stream_open_unique()
 
</member>
        <member name="M:svn_io_check_resolved_path(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_node_kind_t*,apr_pool_t*)">
Like svn_io_check_path(), but resolve symlinks. This returns the
    same varieties of @a kind as svn_io_check_path().
</member>
        <member name="M:svn_io_check_special_path(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_node_kind_t*,System.Int32*,apr_pool_t*)">
 Like svn_io_check_path(), but also set *is_special to @c TRUE if
 the path is not a normal file.
 
 @since New in 1.1.
 
</member>
        <member name="M:svn_io_check_path(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_node_kind_t*,apr_pool_t*)">
Determine the @a kind of @a path. @a path should be UTF-8 encoded.
 *
 * If @a path is a file, set @a *kind to #svn_node_file.
 *
 * If @a path is a directory, set @a *kind to #svn_node_dir.
 *
 * If @a path does not exist, set @a *kind to #svn_node_none.
 *
 * If @a path exists but is none of the above, set @a *kind to
 * #svn_node_unknown.
 *
 * If @a path is not a valid pathname, set @a *kind to #svn_node_none. If
 * unable to determine @a path's kind for any other reason, return an error,
 * with @a *kind's value undefined.
 *
 * Use @a pool for temporary allocations.
 *
 * @see svn_node_kind_t
 
</member>
        <member name="F:svn_io_dirent_t.special">
If @c kind is #svn_node_file, whether this entry is a special file;
   * else FALSE.
   *
   * @see svn_io_check_special_path().
 
</member>
        <member name="F:svn_io_dirent_t.kind">
The kind of this entry.
</member>
        <member name="T:svn_io_dirent_t">
Represents the kind and special status of a directory entry.
 *
 * Note that the first two fields are exactly identical to svn_io_dirent2_t
 * to allow returning a svn_io_dirent2_t as a svn_io_dirent_t.
 *
 * @since New in 1.3.
 
</member>
        <member name="M:svn_io_dirent2_dup(svn_io_dirent2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Duplicates a @c svn_io_dirent2_t structure into @a result_pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_io_dirent2_create(apr_pool_t*)">
Creates a new #svn_io_dirent2_t structure
 *
 * @since New in 1.7.
 
</member>
        <member name="F:svn_io_dirent2_t.mtime">
The time the file was last modified
</member>
        <member name="F:svn_io_dirent2_t.filesize">
The filesize of this entry or undefined for a directory
</member>
        <member name="F:svn_io_dirent2_t.special">
If @c kind is #svn_node_file, whether this entry is a special file;
   * else FALSE.
   *
   * @see svn_io_check_special_path().
 
</member>
        <member name="F:svn_io_dirent2_t.kind">
The kind of this entry.
</member>
        <member name="T:svn_io_dirent2_t">
A set of directory entry data elements as returned by svn_io_get_dirents
 *
 * Note that the first two fields are exactly identical to svn_io_dirent_t
 * to allow returning a svn_io_dirent2_t as a svn_io_dirent_t.
 *
 * Use svn_io_dirent2_create() to create new svn_dirent2_t instances or
 * svn_io_dirent2_dup() to duplicate an existing instance.
 *
 * @since New in 1.7.
 
</member>
        <member name="T:svn_io_file_del_t">
Used as an argument when creating temporary files to indicate
 * when a file should be removed.
 *
 * @since New in 1.4.
 *
 * Not specifying any of these means no removal at all.
</member>
        <member name="F:svn_io_file_del_on_pool_cleanup">
Remove when the associated pool is cleared
</member>
        <member name="F:svn_io_file_del_on_close">
Remove when the file is closed
</member>
        <member name="F:svn_io_file_del_none">
No deletion ever
</member>
        <member name="D:apr_perms_setfn_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_io.h
 @brief General file I/O for Subversion
 
@file apr_perms_set.h
@brief APR Process Locking Routines
 
@defgroup apr_perms_set Object permission set functions
@ingroup APR
@{
 
Permission set callback function.
</member>
        <member name="M:svn_checksum_mismatch_err(svn_checksum_t!System.Runtime.CompilerServices.IsConst*,svn_checksum_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
 Return an error of type #SVN_ERR_CHECKSUM_MISMATCH for @a actual and
 @a expected checksums which do not match. Use @a fmt, and the following
 parameters to populate the error message.
 
 @note This function does not actually check for the mismatch, it just
 constructs the error.
 
 @a scratch_pool is used for temporary allocations; the returned error
 will be allocated in its own pool (as is typical).
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_checksum_is_empty_checksum(svn_checksum_t*)">
 Return @c TRUE iff @a checksum matches the checksum for the empty
 string.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_checksum_size(svn_checksum_t!System.Runtime.CompilerServices.IsConst*)">
 Return the digest size of @a checksum.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_final(svn_checksum_t**,svn_checksum_ctx_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Finalize the checksum used when creating @a ctx, and put the resultant
 checksum in @a *checksum, allocated in @a pool.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_update(svn_checksum_ctx_t*,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32)">
 Update the checksum represented by @a ctx, with @a len bytes starting at
 @a data.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_ctx_reset(svn_checksum_ctx_t*)">
 Reset an existing checksum @a ctx to initial state.
 @see svn_checksum_ctx_create()
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_checksum_ctx_create(svn_checksum_kind_t,apr_pool_t*)">
 Create a new @c svn_checksum_ctx_t structure, allocated from @a pool for
 calculating checksums of type @a kind. @see svn_checksum_final()
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_empty_checksum(svn_checksum_kind_t,apr_pool_t*)">
 Return in @a pool a newly allocated checksum populated with the checksum
 of type @a kind for the empty string.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_checksum(svn_checksum_t**,svn_checksum_kind_t,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32,apr_pool_t*)">
 Return in @a *checksum the checksum of type @a kind for the bytes beginning
 at @a data, and going for @a len. @a *checksum is allocated in @a pool.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_parse_hex(svn_checksum_t**,svn_checksum_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Parse the hex representation @a hex of a checksum of kind @a kind and
 * set @a *checksum to the result, allocating in @a pool.
 *
 * If @a hex is @c NULL or is the all-zeros checksum, then set @a *checksum
 * to @c NULL.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_deserialize(svn_checksum_t!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Return @a checksum from the serialized format at @a data. The checksum
 * will be allocated in @a result_pool, with any temporary allocations
 * performed in @a scratch_pool.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_checksum_serialize(svn_checksum_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Return a serialized representation of @a checksum, allocated in
 * @a result_pool. Temporary allocations are performed in @a scratch_pool.
 *
 * Note that @a checksum may not be NULL.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_checksum_to_cstring(svn_checksum_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return the hex representation of @a checksum, allocating the
 * string in @a pool. If @a checksum-&gt;digest is all zeros (that is,
 * 0, not '0') then return NULL. In 1.7+, @a checksum may be NULL
 * and NULL will be returned in that case.
 *
 * @since New in 1.6.
 * @note Passing NULL for @a checksum in 1.6 will cause a segfault.
 
</member>
        <member name="M:svn_checksum_to_cstring_display(svn_checksum_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return the hex representation of @a checksum, allocating the string
 * in @a pool.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_dup(svn_checksum_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of @a checksum, allocated in @a pool. If @a
 checksum is NULL then NULL is returned.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_match(svn_checksum_t!System.Runtime.CompilerServices.IsConst*,svn_checksum_t!System.Runtime.CompilerServices.IsConst*)">
Compare checksums @a checksum1 and @a checksum2. If their kinds do not
 * match or if neither is all zeros, and their content does not match, then
 * return FALSE; else return TRUE.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_clear(svn_checksum_t*)">
Set @a checksum-&gt;digest to all zeros, which, by convention, matches
 * all other checksums.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_checksum_create(svn_checksum_kind_t,apr_pool_t*)">
Return a new checksum structure of type @a kind, initialized to the all-
 * zeros value, allocated in @a pool.
 *
 * @since New in 1.6.
 
</member>
        <member name="T:svn_checksum_ctx_t">
Opaque type for creating checksums of data.
 
</member>
        <member name="F:svn_checksum_t.kind">
The type of the checksum. This should never be changed by consumers
      of the APIs.
</member>
        <member name="F:svn_checksum_t.digest">
The bytes of the checksum.
</member>
        <member name="T:svn_checksum_t">
 A generic checksum representation.
 
 @since New in 1.6.
 
</member>
        <member name="T:svn_checksum_kind_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_wc.h
 @brief Subversion's working copy library
 
 Requires:
            - A working copy
 
 Provides:
            - Ability to manipulate working copy's versioned data.
            - Ability to manipulate working copy's administrative files.
 
 Used By:
            - Clients.
 
 Notes:
            The 'path' parameters to most of the older functions can be
            absolute or relative (relative to current working
            directory). If there are any cases where they are
            relative to the path associated with the
            'svn_wc_adm_access_t *adm_access' baton passed along with the
            path, those cases should be explicitly documented, and if they
            are not, please fix it. All new functions introduced since
            Subversion 1.7 require absolute paths, unless explicitly
            documented otherwise.
 
            Starting with Subversion 1.7, several arguments are re-ordered
            to be more consistent through the api. The common ordering used
            is:
 
            Firsts:
              - Output arguments
            Then:
              - Working copy context
              - Local abspath
            Followed by:
              - Function specific arguments
              - Specific callbacks with their batons
            Finally:
              - Generic callbacks (with baton) from directly functional to
                just observing:
                  - svn_wc_conflict_resolver_func2_t
                  - svn_wc_external_update_t
                  - svn_cancel_func_t
                  - svn_wc_notify_func2_t
              - Result pool
              - Scratch pool.
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_checksum.h
 @brief Subversion checksum routines
 
 Various types of checksums.
 
 @since New in 1.6.
 
</member>
        <member name="F:svn_checksum_fnv1a_32x4">
The checksum is (or should be set to) a modified FNV-1a 32 bit,
   * in big endian byte order.
   * @since New in 1.9.
</member>
        <member name="F:svn_checksum_fnv1a_32">
The checksum is (or should be set to) a FNV-1a 32 bit checksum,
   * in big endian byte order.
   * @since New in 1.9.
</member>
        <member name="F:svn_checksum_sha1">
The checksum is (or should be set to) a SHA1 checksum.
</member>
        <member name="F:svn_checksum_md5">
The checksum is (or should be set to) an MD5 checksum.
</member>
        <member name="M:svn_cstring_skip_prefix(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Skip the common prefix @a prefix from the C string @a str, and return
 a pointer to the next character after the prefix.
 Return @c NULL if @a str does not start with @a prefix.
 
 @since New in 1.9.
 
</member>
        <member name="M:svn_cstring_atoui(System.UInt32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Parse the C string @a str into an unsigned 32 bit number, and return
 it in @a *n. Assume that the number is represented in base 10.
 Raise an error if conversion fails (e.g. due to overflow).
 
 The behaviour otherwise is as described for svn_cstring_strtoui64(),
 including the upper limit of APR_INT64_MAX.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_cstring_atoui64(System.UInt64*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Parse the C string @a str into an unsigned 64 bit number, and return
 it in @a *n. Assume that the number is represented in base 10.
 Raise an error if conversion fails (e.g. due to overflow).
 
 The behaviour otherwise is as described for svn_cstring_strtoui64(),
 including the upper limit of APR_INT64_MAX.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_cstring_strtoui64(System.UInt64*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt64,System.UInt64,System.Int32)">
 Parse the C string @a str into an unsigned 64 bit number, and return
 it in @a *n. Assume that the number is represented in base @a base.
 Raise an error if conversion fails (e.g. due to overflow), or if the
 converted number is smaller than @a minval or larger than @a maxval.
 
 Leading whitespace in @a str is skipped in a locale-dependent way.
 After that, the string may contain an optional '+' (positive, default)
 or '-' (negative) character, followed by an optional '0x' prefix if
 @a base is 0 or 16, followed by numeric digits appropriate for the base.
 If there are any more characters after the numeric digits, an error is
 returned.
 
 If @a base is zero, then a leading '0x' or '0X' prefix means hexadecimal,
 else a leading '0' means octal (implemented, though not documented, in
 apr_strtoi64() in APR 0.9.0 through 1.5.0), else use base ten.
 
 @warning The implementation used since version 1.7 returns an error
 if the parsed number is greater than APR_INT64_MAX, even if it is not
 greater than @a maxval.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_cstring_atoi(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Parse the C string @a str into a 32 bit number, and return it in @a *n.
 Assume that the number is represented in base 10.
 Raise an error if conversion fails (e.g. due to overflow).
 
 The behaviour otherwise is as described for svn_cstring_strtoi64().
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_cstring_atoi64(System.Int64*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Parse the C string @a str into a 64 bit number, and return it in @a *n.
 Assume that the number is represented in base 10.
 Raise an error if conversion fails (e.g. due to overflow).
 
 The behaviour otherwise is as described for svn_cstring_strtoi64().
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_cstring_strtoi64(System.Int64*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int64,System.Int64,System.Int32)">
 Parse the C string @a str into a 64 bit number, and return it in @a *n.
 Assume that the number is represented in base @a base.
 Raise an error if conversion fails (e.g. due to overflow), or if the
 converted number is smaller than @a minval or larger than @a maxval.
 
 Leading whitespace in @a str is skipped in a locale-dependent way.
 After that, the string may contain an optional '+' (positive, default)
 or '-' (negative) character, followed by an optional '0x' prefix if
 @a base is 0 or 16, followed by numeric digits appropriate for the base.
 If there are any more characters after the numeric digits, an error is
 returned.
 
 If @a base is zero, then a leading '0x' or '0X' prefix means hexadecimal,
 else a leading '0' means octal (implemented, though not documented, in
 apr_strtoi64() in APR 0.9.0 through 1.5.0), else use base ten.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_cstring_casecmp(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Compare two strings @a atr1 and @a atr2, treating case-equivalent
 unaccented Latin (ASCII subset) letters as equal.
 
 Returns in integer greater than, equal to, or less than 0,
 according to whether @a str1 is considered greater than, equal to,
 or less than @a str2.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_cstring_join(apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Similar to svn_cstring_join2(), but always includes the trailing
 separator.
 
 @since New in 1.2.
 @deprecated Provided for backwards compatibility with the 1.9 API.
 
</member>
        <member name="M:svn_cstring_join2(apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 Return a cstring which is the concatenation of @a strings (an array
 of char *) joined by @a separator. Allocate the result in @a pool.
 If @a strings is empty, then return the empty string.
 If @a trailing_separator is non-zero, also append the separator
 after the last joined element.
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_cstring_count_newlines(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Return the number of line breaks in @a msg, allowing any kind of newline
 termination (CR, LF, CRLF, or LFCR), even inconsistent.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_cstring_tokenize(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**)">
 Get the next token from @a *str interpreting any char from @a sep as a
 token separator. Separators at the beginning of @a str will be skipped.
 Returns a pointer to the beginning of the first token in @a *str or NULL
 if no token is left. Modifies @a str such that the next call will return
 the next token.
 
 @note The content of @a *str may be modified by this function.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_cstring_match_list(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*)">
Return @c TRUE iff @a str exactly matches any of the elements of @a list.
 *
 * @since new in 1.7
 
</member>
        <member name="M:svn_cstring_match_glob_list(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*)">
Return @c TRUE iff @a str matches any of the elements of @a list, a list
 * of zero or more glob patterns.
 
</member>
        <member name="M:svn_cstring_split_append(apr_array_header_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Like svn_cstring_split(), but append to existing @a array instead of
 * creating a new one. Allocate the copied substrings in @a pool
 * (i.e., caller decides whether or not to pass @a array-&gt;pool as @a pool).
 
</member>
        <member name="M:svn_cstring_split(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
@}
@defgroup svn_string_cstrings C string functions
@{
 
Divide @a input into substrings, interpreting any char from @a sep
 * as a token separator.
 *
 * Return an array of copies of those substrings (plain const char*),
 * allocating both the array and the copies in @a pool.
 *
 * None of the elements added to the array contain any of the
 * characters in @a sep_chars, and none of the new elements are empty
 * (thus, it is possible that the returned array will have length
 * zero).
 *
 * If @a chop_whitespace is TRUE, then remove leading and trailing
 * whitespace from the returned strings.
 
</member>
        <member name="M:svn_string_compare_stringbuf(svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*)">
Return @c TRUE iff @a str1 and @a str2 have identical length and data.
</member>
        <member name="M:svn_stringbuf_find_char_backward(svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte)">
Return position of last occurrence of @a ch in @a str, or return
 * @a str-&gt;len if no occurrence.
 
</member>
        <member name="M:svn_stringbuf_strip_whitespace(svn_stringbuf_t*)">
Strip whitespace from both sides of @a str (modified in place).
</member>
        <member name="M:svn_stringbuf_first_non_whitespace(svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*)">
Return offset of first non-whitespace character in @a str, or return
 * @a str-&gt;len if none.
 
</member>
        <member name="M:svn_stringbuf_compare(svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*,svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*)">
Return @c TRUE iff @a str1 and @a str2 have identical length and data.
</member>
        <member name="M:svn_stringbuf_dup(svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a duplicate of @a original_string.
</member>
        <member name="M:svn_stringbuf_replace_all(svn_stringbuf_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Replace all occurrences of @a to_find in @a str with @a replacement.
 * Return the number of replacements made.
 *
 * @since New in 1.10.
 
</member>
        <member name="M:svn_stringbuf_replace(svn_stringbuf_t*,System.UInt32,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32)">
Replace in @a str the substring which starts at @a pos and is @a
 * old_count bytes long with a new substring @a bytes which is @a
 * new_count bytes long.
 *
 * This is faster but functionally equivalent to the following sequence:
 * @code
     svn_stringbuf_remove(str, pos, old_count);
     svn_stringbuf_insert(str, pos, bytes, new_count);
 * @endcode
 *
 * @since New in 1.8.
 *
 * @since Since 1.9, @a bytes can be NULL if @a new_count is zero.
 
</member>
        <member name="M:svn_stringbuf_remove(svn_stringbuf_t*,System.UInt32,System.UInt32)">
Remove @a count bytes from @a str, starting at position @a pos.
 *
 * If that range exceeds the current string data, truncate @a str at
 * @a pos. If @a pos is larger than or equal to @c str-&gt;len, this will
 * be a no-op. Otherwise, the resulting string will be @c str-&gt;len-count
 * bytes long.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_stringbuf_insert(svn_stringbuf_t*,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32)">
Insert into @a str at position @a pos an array of bytes @a bytes
 * which is @a count bytes long.
 *
 * The resulting string will be @c count+str-&gt;len bytes long. If
 * @a pos is larger than or equal to @c str-&gt;len, simply append @a bytes.
 *
 * Reallocs if necessary. @a str is affected, nothing else is.
 *
 * @note The inserted string may be a sub-range of @a str.
 *
 * @since New in 1.8.
 *
 * @since Since 1.9, @a bytes can be NULL if @a count is zero.
 
</member>
        <member name="M:svn_stringbuf_appendcstr(svn_stringbuf_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Append the C string @a cstr onto @a targetstr.
 *
 * Reallocs if necessary. @a targetstr is affected, nothing else is.
 
</member>
        <member name="M:svn_stringbuf_appendstr(svn_stringbuf_t*,svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*)">
Append the stringbuf @c appendstr onto @a targetstr.
 *
 * Reallocs if necessary. @a targetstr is affected, nothing else is.
 
</member>
        <member name="M:svn_stringbuf_appendfill(svn_stringbuf_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte,System.UInt32)">
Append @a byte @a count times onto @a targetstr.
 *
 * Reallocs if necessary. @a targetstr is affected, nothing else is.
 * @since New in 1.9.
 
</member>
        <member name="M:svn_stringbuf_appendbytes(svn_stringbuf_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32)">
Append the array of bytes @a bytes of length @a count onto @a targetstr.
 *
 * Reallocs if necessary. @a targetstr is affected, nothing else is.
 *
 * @since 1.9 @a bytes can be NULL if @a count is zero.
 
</member>
        <member name="M:svn_stringbuf_appendbyte(svn_stringbuf_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte)">
Append the single character @a byte onto @a targetstr.
 *
 * This is an optimized version of svn_stringbuf_appendbytes()
 * that is much faster to call and execute. Gains vary with the ABI.
 * The advantages extend beyond the actual call because the reduced
 * register pressure allows for more optimization within the caller.
 *
 * Reallocs if necessary. @a targetstr is affected, nothing else is.
 * @since New in 1.7.
 
</member>
        <member name="M:svn_stringbuf_fillchar(svn_stringbuf_t*,System.Byte)">
Fill @a str with character @a c.
</member>
        <member name="M:svn_stringbuf_leftchop(svn_stringbuf_t*,System.UInt32)">
 Chop @a nbytes bytes off the start of @a str, but not more than @a str-&gt;len.
 
 @since New in 1.10.
 
</member>
        <member name="M:svn_stringbuf_chop(svn_stringbuf_t*,System.UInt32)">
Chop @a nbytes bytes off end of @a str, but not more than @a str-&gt;len.
</member>
        <member name="M:svn_stringbuf_isempty(svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*)">
Return @c TRUE if @a str is empty (has length zero).
</member>
        <member name="M:svn_stringbuf_setempty(svn_stringbuf_t*)">
Set @a str to empty (zero length).
</member>
        <member name="M:svn_stringbuf_set(svn_stringbuf_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Set @a str to a copy of the null-terminated C string @a value.
</member>
        <member name="M:svn_stringbuf_ensure(svn_stringbuf_t*,System.UInt32)">
Make sure that @a str has at least @a minimum_size
 * bytes of space available in the memory block.
 *
 * The allocated string buffer will be at least one byte larger than
 * @a minimum_size to account for a final '\\0'.
 *
 * @note: Before Subversion 1.8 this function did not ensure space for
 * one byte more than @a minimum_size. If compatibility with pre-1.8
 * behaviour is required callers must assume space for only
 * @a minimum_size-1 data bytes plus a final '\\0'.
 
</member>
        <member name="M:svn_stringbuf_createv(apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*)">
Create a new stringbuf by printf-style formatting using @c fmt and @a ap.
 * This is the same as svn_stringbuf_createf() except for the different
 * way of passing the variable arguments.
 
</member>
        <member name="M:svn_stringbuf_createf(apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
Create a new stringbuf by printf-style formatting using @a fmt and the
 * variable arguments, which are as appropriate for apr_psprintf().
 
</member>
        <member name="M:svn_stringbuf_create_wrap(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,apr_pool_t*)">
Create a new stringbuf using the given @a str as initial buffer.
 * Allocate the result in @a pool. In contrast to #svn_stringbuf_create,
 * the contents of @a str may change when the stringbuf gets modified.
 *
 * @since New in 1.9
 
</member>
        <member name="M:svn_stringbuf_create_from_string(svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create a new stringbuf copied from the string @a str.
 
</member>
        <member name="M:svn_stringbuf_create_ensure(System.UInt32,apr_pool_t*)">
Create a new, empty stringbuf with at least @a minimum_size bytes of
 * space available in the memory block.
 *
 * The allocated string buffer will be at least one byte larger than
 * @a minimum_size to account for a final '\\0'.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_stringbuf_create_empty(apr_pool_t*)">
Create a new, empty stringbuf.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_stringbuf_ncreate(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,apr_pool_t*)">
Create a new stringbuf copied from the generic string of bytes, @a bytes,
 * of length @a size bytes. @a bytes is NOT assumed to be null-terminated,
 * but the new stringbuf will be.
 *
 * @since Since 1.9, @a bytes can be NULL if @a size is zero.
 
</member>
        <member name="M:svn_stringbuf_create(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@}
@defgroup svn_string_svn_stringbuf_t svn_stringbuf_t functions
@{
 
Create a new stringbuf copied from the null-terminated C string
 * @a cstring.
 
</member>
        <member name="M:svn_string_find_char_backward(svn_string_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte)">
Return position of last occurrence of @a ch in @a str, or return
 * @a str-&gt;len if no occurrence.
 
</member>
        <member name="M:svn_string_first_non_whitespace(svn_string_t!System.Runtime.CompilerServices.IsConst*)">
Return offset of first non-whitespace character in @a str, or return
 * @a str-&gt;len if none.
 
</member>
        <member name="M:svn_string_compare(svn_string_t!System.Runtime.CompilerServices.IsConst*,svn_string_t!System.Runtime.CompilerServices.IsConst*)">
Return @c TRUE iff @a str1 and @a str2 have identical length and data.
</member>
        <member name="M:svn_string_dup(svn_string_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a duplicate of @a original_string.
 *
 * @since Since 1.9, @a original_string can be NULL in which case NULL will
 * be returned.
 
</member>
        <member name="M:svn_string_isempty(svn_string_t!System.Runtime.CompilerServices.IsConst*)">
Return TRUE if @a str is empty (has length zero).
</member>
        <member name="M:svn_string_createv(apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*)">
Create a new string by printf-style formatting using @c fmt and @a ap.
 * This is the same as svn_string_createf() except for the different
 * way of passing the variable arguments.
 
</member>
        <member name="M:svn_string_createf(apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
Create a new string by printf-style formatting using @a fmt and the
 * variable arguments, which are as appropriate for apr_psprintf().
 
</member>
        <member name="M:svn_string_create_from_buf(svn_stringbuf_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create a new string copied from the stringbuf @a strbuf.
 
</member>
        <member name="M:svn_string_ncreate(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,apr_pool_t*)">
Create a new string copied from a generic string of bytes, @a bytes, of
 * length @a size bytes. @a bytes is NOT assumed to be null-terminated, but
 * the new string will be.
 *
 * @since Since 1.9, @a bytes can be NULL if @a size is zero.
 
</member>
        <member name="M:svn_string_create_empty(apr_pool_t*)">
Create a new, empty string.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_string_create(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@defgroup svn_string_svn_string_t svn_string_t functions
@{
 
Create a new string copied from the null-terminated C string @a cstring.
 
</member>
        <member name="F:svn_stringbuf_t.blocksize">
total size of buffer allocated
</member>
        <member name="F:svn_stringbuf_t.len">
length of bytestring
</member>
        <member name="F:svn_stringbuf_t.data">
pointer to the bytestring
</member>
        <member name="F:svn_stringbuf_t.pool">
a pool from which this string was originally allocated, and is not
   * necessarily specific to this string. This is used only for allocating
   * more memory from when the string needs to grow.
 
</member>
        <member name="T:svn_stringbuf_t">
A buffered string, capable of appending without an allocation and copy
 * for each append.
</member>
        <member name="T:svn_string_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_string.h
 @brief Counted-length strings for Subversion, plus some C string goodies.
 
 There are two string datatypes: @c svn_string_t and @c svn_stringbuf_t.
 The former is a simple pointer/length pair useful for passing around
 strings (or arbitrary bytes) with a counted length. @c svn_stringbuf_t is
 buffered to enable efficient appending of strings without an allocation
 and copy for each append operation.
 
 @c svn_string_t contains a <tt>const char *</tt> for its data, so it is
 most appropriate for constant data and for functions which expect constant,
 counted data. Functions should generally use <tt>const @c svn_string_t
 *</tt> as their parameter to indicate they are expecting a constant,
 counted string.
 
 @c svn_stringbuf_t uses a plain <tt>char *</tt> for its data, so it is
 most appropriate for modifiable data.
 
 <h3>Invariants</h3>
 
   1. Null termination:
 
      Both structures maintain a significant invariant:
 
         <tt>s-&gt;data[s-&gt;len] == '\\0'</tt>
 
      The functions defined within this header file will maintain
      the invariant (which does imply that memory is
      allocated/defined as @c len+1 bytes). If code outside of the
      @c svn_string.h functions manually builds these structures,
      then they must enforce this invariant.
 
      Note that an @c svn_string(buf)_t may contain binary data,
      which means that strlen(s-&gt;data) does not have to equal @c
      s-&gt;len. The null terminator is provided to make it easier to
      pass @c s-&gt;data to C string interfaces.
 
 
   2. Non-NULL input:
 
      All the functions assume their input data pointer is non-NULL,
      unless otherwise documented, and may seg fault if passed
      NULL. The input data may *contain* null bytes, of course, just
      the data pointer itself must not be NULL.
 
 <h3>Memory allocation</h3>
 
   All the functions make a deep copy of all input data, and never store
   a pointer to the original input data.
 
@defgroup svn_string String handling
@{
 
A simple counted string.
</member>
        <member name="M:svn_error_abort_on_malfunction(System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Handle a malfunction by printing a message to stderr and aborting.
 *
 * This function implements @c svn_error_malfunction_handler_t.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_error_raise_on_malfunction(System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Handle a malfunction by returning an error object that describes it.
 *
 * When @a can_return is false, abort()
 *
 * This function implements @c svn_error_malfunction_handler_t.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_error_get_malfunction_handler">
Return the malfunction handler that is currently in effect.
 * @since New in 1.9.
</member>
        <member name="M:svn_error_set_malfunction_handler(=FUNC:svn_error_t*(System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*))">
Cause subsequent malfunctions to be handled by @a func.
 * Return the handler that was previously in effect.
 *
 * @a func may not be null.
 *
 * @note The default handler is svn_error_abort_on_malfunction().
 *
 * @note This function must be called in a single-threaded context.
 *
 * @since New in 1.6.
 
</member>
        <member name="D:svn_error_malfunction_handler_t">
A type of function that handles an assertion failure or other internal
 * malfunction detected within the Subversion libraries.
 *
 * The error occurred in the source file @a file at line @a line, and was an
 * assertion failure of the expression @a expr, or, if @a expr is null, an
 * unconditional error.
 *
 * If @a can_return is false a function of this type must never return.
 *
 * If @a can_return is true a function of this type must do one of:
 * - Return an error object describing the error, using an error code in
 * the category SVN_ERR_MALFUNC_CATEGORY_START.
 * - Never return.
 *
 * The function may alter its behaviour according to compile-time
 * and run-time and even interactive conditions.
 *
 * @see SVN_ERROR_IN_CATEGORY()
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_error__malfunction(System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
A statement macro, very similar to @c SVN_ERR.
 *
 * This macro will wrap the error with the specified text before
 * returning the error.
 
A statement macro intended for the main() function of the 'svn' program.
 *
 * Evaluate @a expr. If it yields an error, display the error on stdout
 * and return @c EXIT_FAILURE.
 *
 * @note Not for use in the library, as it prints to stderr. This macro
 * no longer suits the needs of the 'svn' program, and is not generally
 * suitable for third-party use as it assumes the program name is 'svn'.
 *
 * @deprecated Provided for backward compatibility with the 1.8 API. Consider
 * using svn_handle_error2() or svn_cmdline_handle_exit_error() instead.
 
@}
Error groups
 *
 * @defgroup svn_error_error_groups Error groups
 * @{
 
 Return TRUE if @a err is an error specifically related to locking a
 path in the repository, FALSE otherwise.
 
 SVN_ERR_FS_OUT_OF_DATE and SVN_ERR_FS_NOT_FOUND are in here because it's a
 non-fatal error that can be thrown when attempting to lock an item.
 
 SVN_ERR_REPOS_HOOK_FAILURE refers to the pre-lock hook.
 
 @since New in 1.2.
 
 Return TRUE if @a err is an error specifically related to unlocking
 a path in the repository, FALSE otherwise.
 
 SVN_ERR_REPOS_HOOK_FAILURE refers to the pre-unlock hook.
 
 @since New in 1.2.
 
Evaluates to @c TRUE iff @a apr_err (of type apr_status_t) is in the given
 * @a category, which should be one of the @c SVN_ERR_*_CATEGORY_START
 * constants.
 *
 * @since New in 1.7.
 
@}
Internal malfunctions and assertions
 *
 * @defgroup svn_error_malfunction_assertion Malfunctions and assertions
 * @{
 
Report that an internal malfunction has occurred, and possibly terminate
 * the program.
 *
 * Act as determined by the current "malfunction handler" which may have
 * been specified by a call to svn_error_set_malfunction_handler() or else
 * is the default handler as specified in that function's documentation. If
 * the malfunction handler returns, then cause the function using this macro
 * to return the error object that it generated.
 *
 * @note The intended use of this macro is where execution reaches a point
 * that cannot possibly be reached unless there is a bug in the program.
 *
 * @since New in 1.6.
 
Similar to SVN_ERR_MALFUNCTION(), but without the option of returning
 * an error to the calling function.
 *
 * If possible you should use SVN_ERR_MALFUNCTION() instead.
 *
 * @since New in 1.6.
 
Like SVN_ERR_ASSERT(), but append ERR to the returned error chain.
 *
 * If EXPR is false, return a malfunction error whose chain includes ERR.
 * If EXPR is true, do nothing. (In particular, this does not clear ERR.)
 *
 * Types: (svn_boolean_t expr, svn_error_t *err)
 *
 * @since New in 1.8.
 
Check that a condition is true: if not, report an error and possibly
 * terminate the program.
 *
 * If the Boolean expression @a expr is true, do nothing. Otherwise,
 * act as determined by the current "malfunction handler" which may have
 * been specified by a call to svn_error_set_malfunction_handler() or else
 * is the default handler as specified in that function's documentation. If
 * the malfunction handler returns, then cause the function using this macro
 * to return the error object that it generated.
 *
 * @note The intended use of this macro is to check a condition that cannot
 * possibly be false unless there is a bug in the program.
 *
 * @note The condition to be checked should not be computationally expensive
 * if it is reached often, as, unlike traditional "assert" statements, the
 * evaluation of this expression is not compiled out in release-mode builds.
 *
 * @since New in 1.6.
 *
 * @see SVN_ERR_ASSERT_E()
 
Similar to SVN_ERR_ASSERT(), but without the option of returning
 * an error to the calling function.
 *
 * If possible you should use SVN_ERR_ASSERT() instead.
 *
 * @since New in 1.6.
 
Report a "Not implemented" malfunction. Internal use only.
A helper function for the macros that report malfunctions. Handle a
 * malfunction by calling the current "malfunction handler" which may have
 * been specified by a call to svn_error_set_malfunction_handler() or else
 * is the default handler as specified in that function's documentation.
 *
 * Pass all of the parameters to the handler. The error occurred in the
 * source file @a file at line @a line, and was an assertion failure of the
 * expression @a expr, or, if @a expr is null, an unconditional error.
 *
 * If @a can_return is true, the handler can return an error object
 * that is returned by the caller. If @a can_return is false the
 * method should never return. (The caller will call abort())
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_error_purge_tracing(svn_error_t*)">
A statement macro for checking error values.
 *
 * Evaluate @a expr. If it yields an error, return that error from the
 * current function. Otherwise, continue.
 *
 * The <tt>do { ... } while (0)</tt> wrapper has no semantic effect,
 * but it makes this macro syntactically equivalent to the expression
 * statement it resembles. Without it, statements like
 *
 * @code
 * if (a)
 * SVN_ERR(some operation);
 * else
 * foo;
 * @endcode
 *
 * would not mean what they appear to.
 
 A macro for wrapping an error in a source-location trace message.
 
 This macro can be used when directly returning an already created
 error (when not using SVN_ERR, svn_error_create(), etc.) to ensure
 that the call stack is recorded correctly.
 
 @since New in 1.7.
 
 Returns an error chain that is based on @a err's error chain but
 does not include any error tracing placeholders. @a err is not
 modified, except for any allocations using its pool.
 
 The returned error chain is allocated from @a err's pool and shares
 its message and source filename character arrays. The returned
 error chain should *not* be cleared because it is not a fully
 fledged error chain, only clearing @a err should be done to clear
 the returned error chain. If @a err is cleared, then the returned
 error chain is unusable.
 
 @a err can be #SVN_NO_ERROR. If @a err is not #SVN_NO_ERROR, then
 the last link in the error chain must be a non-tracing error, i.e,
 a real error.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_handle_warning(_iobuf*,svn_error_t*)">
Like svn_handle_warning2() but with @c prefix set to "svn: "
 *
 * @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_handle_warning2(_iobuf*,svn_error_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Very basic default warning handler: print out the error @a error to the
 stdio stream @a stream, prefixed by @a prefix. Allocations are
 performed in the error's pool.
 
 @a error may not be @c NULL.
 
 @note This does not clear @a error.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_handle_error(svn_error_t*,_iobuf*,System.Int32)">
Like svn_handle_error2() but with @c prefix set to "svn: "
 *
 * @deprecated Provided for backward compatibility with the 1.1 API.
 
</member>
        <member name="M:svn_handle_error2(svn_error_t*,_iobuf*,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
 Very basic default error handler: print out error stack @a error to the
 stdio stream @a stream, with each error prefixed by @a prefix; quit and
 clear @a error iff the @a fatal flag is set. Allocations are performed
 in the @a error's pool.
 
 If you're not sure what prefix to pass, just pass "svn: ". That's
 what code that used to call svn_handle_error() and now calls
 svn_handle_error2() does.
 
 Note that this should only be used from commandline specific code, or
 code that knows that @a stream is really where the application wants
 to receive its errors on.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_error_clear(svn_error_t*)">
Free the memory used by @a error, as well as all ancestors and
 * descendants of @a error.
 *
 * Unlike other Subversion objects, errors are managed explicitly; you
 * MUST clear an error if you are ignoring it, or you are leaking memory.
 * For convenience, @a error may be @c NULL, in which case this function does
 * nothing; thus, svn_error_clear(svn_foo(...)) works as an idiom to
 * ignore errors.
 
</member>
        <member name="M:svn_error_dup(svn_error_t!System.Runtime.CompilerServices.IsConst*)">
Create a new error that is a deep copy of @a err and return it.
 *
 * @since New in 1.2.
 
</member>
        <member name="M:svn_error_find_cause(svn_error_t*,System.Int32)">
Return the first error in @a err's chain that has an error code @a
 * apr_err or #SVN_NO_ERROR if there is no error with that code. The
 * returned error should @em not be cleared as it shares memory with @a err.
 *
 * If @a err is #SVN_NO_ERROR, return #SVN_NO_ERROR.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_error_root_cause(svn_error_t*)">
Return the root cause of @a err by finding the last error in its
 * chain (e.g. it or its children). @a err may be @c SVN_NO_ERROR, in
 * which case @c SVN_NO_ERROR is returned. The returned error should
 * @em not be cleared as it shares memory with @a err.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_error_compose(svn_error_t*,svn_error_t*)">
Add @a new_err to the end of @a chain's chain of errors. The @a new_err
 * chain will be copied into @a chain's pool and destroyed, so @a new_err
 * itself becomes invalid after this function.
 *
 * Either @a chain or @a new_err can be functions that return svn_error_t*
 * but if both are functions they can be evaluated in either order as
 * per the C language rules.
 
</member>
        <member name="M:svn_error_compose_create(svn_error_t*,svn_error_t*)">
Compose two errors, returning the composition as a brand new error
 * and consuming the original errors. Either or both of @a err1 and
 * @a err2 may be @c SVN_NO_ERROR. If both are not @c SVN_NO_ERROR,
 * @a err2 will follow @a err1 in the chain of the returned error.
 *
 * Either @a err1 or @a err2 can be functions that return svn_error_t*
 * but if both are functions they can be evaluated in either order as
 * per the C language rules.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_error_quick_wrapf(svn_error_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
Like svn_error_quick_wrap(), but with format string support.
 *
 * @since New in 1.9.
 
</member>
        <member name="M:svn_error_quick_wrap(svn_error_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
If @a child is SVN_NO_ERROR, return SVN_NO_ERROR.
 * Else, prepend a new error to the error chain of @a child. The new error
 * uses @a new_msg as error message but all other error attributes (such
 * as the error code) are copied from @a child.
 
</member>
        <member name="M:svn_error_wrap_apr(System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
Wrap a @a status from an APR function. If @a fmt is NULL, this is
 * equivalent to svn_error_create(status,NULL,NULL). Otherwise,
 * the error message is constructed by formatting @a fmt and the
 * following arguments according to apr_psprintf(), and then
 * appending ": " and the error message corresponding to @a status.
 * (If UTF-8 translation of the APR error message fails, the ": " and
 * APR error are not appended to the error message.)
 
</member>
        <member name="M:svn_error_createf(System.Int32,svn_error_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
Create an error structure with the given @a apr_err and @a child,
 * with a printf-style error message produced by passing @a fmt, using
 * apr_psprintf().
 
</member>
        <member name="M:svn_error_create(System.Int32,svn_error_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
SVN error creation and destruction.
 *
 * @defgroup svn_error_error_creation_destroy Error creation and destruction
 * @{
 
Create a nested exception structure.
 *
 * Input: an APR or SVN custom error code,
 * a "child" error to wrap,
 * a specific message
 *
 * Returns: a new error structure (containing the old one).
 *
 * @note Errors are always allocated in a subpool of the global pool,
 * since an error's lifetime is generally not related to the
 * lifetime of any convenient pool. Errors must be freed
 * with svn_error_clear(). The specific message should be @c NULL
 * if there is nothing to add to the general message associated
 * with the error code.
 *
 * If creating the "bottommost" error in a chain, pass @c NULL for
 * the child argument.
 
</member>
        <member name="M:svn_err_best_message(svn_error_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32)">
If @a err has a custom error message, return that, otherwise
 * store the generic error string associated with @a err-&gt;apr_err into
 * @a buf (terminating with NULL) and return @a buf.
 *
 * @since New in 1.4.
 *
 * @note @a buf and @a bufsize are provided in the interface so that
 * this function is thread-safe and yet does no allocation.
 
</member>
        <member name="M:svn_error_symbolic_name(System.Int32)">
 Return the symbolic name of an error code. If the error code
 is in svn_error_codes.h, return the name of the macro as a string.
 If the error number is not recognised, return @c NULL.
 
 An error number may not be recognised because it was defined in a future
 version of Subversion (e.g., a 1.9.x server may transmit a defined-in-1.9.0
 error number to a 1.8.x client).
 
 An error number may be recognised @em incorrectly if the @c apr_status_t
 value originates in another library (such as libserf) which also uses APR.
 (This is a theoretical concern only: the @c apr_err member of #svn_error_t
 should never contain a "foreign" @c apr_status_t value, and
 in any case Subversion and Serf use non-overlapping subsets of the
 @c APR_OS_START_USERERR range.)
 
 Support for error codes returned by APR itself (i.e., not in the
 @c APR_OS_START_USERERR range, as defined in apr_errno.h) may be implemented
 in the future.
 
 @note In rare cases, a single numeric code has more than one symbolic name.
 (For example, #SVN_ERR_WC_NOT_DIRECTORY and #SVN_ERR_WC_NOT_WORKING_COPY).
 In those cases, it is not guaranteed which symbolic name is returned.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_strerror(System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32)">
Put an English description of @a statcode into @a buf and return @a buf,
 * NULL-terminated. @a statcode is either an svn error or apr error.
 
</member>
        <member name="T:svn_errno_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_error.h
 @brief Common exception handling for Subversion.
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_types.h
 @brief Subversion's data types
 
the best kind of (@c svn_error_t *) !
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_error_codes.h
 @brief Subversion error codes.
 
Collection of Subversion error code values, located within the
 * APR user error space.
</member>
        <member name="F:SVN_ERR_RA_SERF_STREAM_BUCKET_READ_ERROR">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_RA_SERF_WRAPPED_ERROR">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_RA_SERF_GSSAPI_INITIALISATION_FAILED">
@since New in 1.7.
      @deprecated GSSAPI now handled by serf rather than libsvn_ra_serf.
</member>
        <member name="F:SVN_ERR_RA_SERF_SSL_CERT_UNTRUSTED">
@since New in 1.5.
      @deprecated Certificate verification now handled by serf rather
                  than libsvn_ra_serf.
</member>
        <member name="F:SVN_ERR_RA_SERF_SSPI_INITIALISATION_FAILED">
@since New in 1.5.
      @deprecated SSPI now handled by serf rather than libsvn_ra_serf.
</member>
        <member name="F:SVN_ERR_DIFF_UNEXPECTED_DATA">
@since New in 1.10
</member>
        <member name="F:SVN_ERR_AUTHZ_UNWRITABLE">
@since New in 1.3
</member>
        <member name="F:SVN_ERR_AUTHZ_PARTIALLY_READABLE">
@since New in 1.1.
</member>
        <member name="F:SVN_ERR_AUTHZ_UNREADABLE">
@since New in 1.1.
</member>
        <member name="F:SVN_ERR_AUTHN_FAILED">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_RA_SVN_RESPONSE_SIZE">
@since New in 1.10
</member>
        <member name="F:SVN_ERR_RA_SVN_REQUEST_SIZE">
@since New in 1.10
</member>
        <member name="F:SVN_ERR_RA_SVN_EDIT_ABORTED">
@since New in 1.7
</member>
        <member name="F:SVN_ERR_RA_SVN_NO_MECHANISMS">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_CL_REPOS_VERIFY_FAILED">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_CANONICALIZATION_FAILED">
@since New in 1.12.
</member>
        <member name="F:SVN_ERR_LZ4_DECOMPRESSION_FAILED">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_LZ4_COMPRESSION_FAILED">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_SQLITE_ROLLBACK_FAILED">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_INVALID_INPUT">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_COMPOSED_ERROR">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_CORRUPT_PACKED_DATA">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_UTF8_GLOB">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_UTF8PROC_ERROR">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_CORRUPTED_ATOMIC_STORAGE">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_MALFORMED_VERSION_STRING">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_TOO_MANY_MEMCACHED_SERVERS">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_SQLITE_CONSTRAINT">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_SQLITE_RESETTING_FOR_ROLLBACK">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_SQLITE_BUSY">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_SQLITE_UNSUPPORTED_SCHEMA">
@since New in 1.6.
   * @deprecated the internal sqlite support code does not manage schemas
   * any longer.
</member>
        <member name="F:SVN_ERR_SQLITE_READONLY">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_SQLITE_ERROR">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_ATOMIC_INIT_FAILURE">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_NO_APR_MEMCACHE">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_TEST_SKIPPED">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_UNKNOWN_CAPABILITY">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_RESERVED_FILENAME_SPECIFIED">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_UNKNOWN_CHANGELIST">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_ITER_BREAK">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_REVNUM_PARSE_FAILURE">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_CEASE_INVOCATION">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_MERGEINFO_PARSE_ERROR">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_VERSION_MISMATCH">
@since New in 1.1.
</member>
        <member name="F:SVN_ERR_CLIENT_CONFLICT_OPTION_NOT_APPLICABLE">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_CLIENT_FORBIDDEN_BY_SERVER">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_CLIENT_NO_LOCK_TOKEN">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_CLIENT_INVALID_MERGEINFO_NO_MERGETRACKING">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_CLIENT_MERGE_UPDATE_REQUIRED">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_CLIENT_CYCLE_DETECTED">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_CLIENT_PATCH_BAD_STRIP_COUNT">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_CLIENT_FILE_EXTERNAL_OVERWRITE_VERSIONED">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_CLIENT_NOT_READY_TO_MERGE">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_CLIENT_NO_VERSIONED_PARENT">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_CLIENT_MULTIPLE_SOURCES_DISALLOWED">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_CLIENT_MISSING_LOCK_TOKEN">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_CLIENT_UNRELATED_RESOURCES">
@since New in 1.1.
</member>
        <member name="F:SVN_ERR_RA_DAV_METHOD_NOT_ALLOWED">
@since New in 1.9
</member>
        <member name="F:SVN_ERR_RA_DAV_PRECONDITION_FAILED">
@since New in 1.9
</member>
        <member name="F:SVN_ERR_RA_DAV_FORBIDDEN">
@since New in 1.6
</member>
        <member name="F:SVN_ERR_RA_DAV_CONN_TIMEOUT">
@since New in 1.7
</member>
        <member name="F:SVN_ERR_RA_DAV_RELOCATED">
@since New in 1.5
</member>
        <member name="F:SVN_ERR_RA_DAV_RESPONSE_HEADER_BADNESS">
@since New in 1.3
</member>
        <member name="F:SVN_ERR_RA_DAV_MALFORMED_DATA">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_RA_DAV_PATH_NOT_FOUND">
@deprecated To improve consistency between ra layers, this error code
      is replaced in ra_serf by SVN_ERR_FS_NOT_FOUND.
      Slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_RA_DAV_INVALID_CONFIG_VALUE">
@deprecated To improve consistency between ra layers, this error code
      is replaced by SVN_ERR_BAD_CONFIG_VALUE.
      Slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_RA_CANNOT_CREATE_SESSION">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_RA_CANNOT_CREATE_TUNNEL">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_RA_SESSION_URL_MISMATCH">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_RA_REPOS_ROOT_URL_MISMATCH">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_RA_UUID_MISMATCH">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_RA_PARTIAL_REPLAY_NOT_SUPPORTED">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_RA_NOT_LOCKED">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_REPOS_UNSUPPORTED_UPGRADE">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_REPOS_POST_UNLOCK_HOOK_FAILED">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_REPOS_POST_LOCK_HOOK_FAILED">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_REP_SHARING_NOT_SUPPORTED">
@since New in 1.14.
</member>
        <member name="F:SVN_ERR_FS_REP_SHARING_NOT_ALLOWED">
@since New in 1.14.
</member>
        <member name="F:SVN_ERR_FS_UNRECOGNIZED_IOCTL_CODE">
@since New in 1.13.
</member>
        <member name="F:SVN_ERR_FS_AMBIGUOUS_CHECKSUM_REP">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_FS_CORRUPT_PROPLIST">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_FS_CORRUPT_REVPROP_MANIFEST">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_FS_INVALID_GENERATION">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_MALFORMED_NODEREV_ID">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_CONTAINER_SIZE">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_UNSUPPORTED_TYPE">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_LOCK_OPERATION_FAILED">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_INDEX_INCONSISTENT">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_CONTAINER_INDEX">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_INDEX_OVERFLOW">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_INDEX_REVISION">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_INDEX_CORRUPTION">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_MALFORMED_TXN_ID">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_FS_REVPROP_CACHE_INIT_FAILURE">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_FS_PACKED_REVPROP_READ_FAILURE">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_FS_INCORRECT_EDITOR_COMPLETION">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_FS_PROP_BASEVALUE_MISMATCH">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_FS_NO_SUCH_CHECKSUM_REP">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_FS_UNSUPPORTED_UPGRADE">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_FS_NO_SUCH_NODE_ORIGIN">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_FS_TXN_NAME_TOO_LONG">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_FS_REP_BEING_WRITTEN">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_FS_UNSUPPORTED_FORMAT">
@since New in 1.2.
   *
   * This is analogous to SVN_ERR_REPOS_UNSUPPORTED_VERSION. To avoid
   * confusion with "versions" (i.e., releases) of Subversion, we've
   * started calling this the "format" number instead. The old
   * SVN_ERR_REPOS_UNSUPPORTED_VERSION error predates this and so
   * retains its name.
 
</member>
        <member name="F:SVN_ERR_FS_OUT_OF_DATE">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_LOCK_EXPIRED">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_NO_SUCH_LOCK">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_LOCK_OWNER_MISMATCH">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_NO_LOCK_TOKEN">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_BAD_LOCK_TOKEN">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_PATH_NOT_LOCKED">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_PATH_ALREADY_LOCKED">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_NO_USER">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_FS_UNKNOWN_FS_TYPE">
@since New in 1.1.
</member>
        <member name="F:SVN_ERR_WC_DUPLICATE_EXTERNALS_TARGET">
@since New in 1.8
</member>
        <member name="F:SVN_ERR_WC_MIXED_REVISIONS">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_WC_PATH_ACCESS_DENIED">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_WC_INVALID_OPERATION_DEPTH">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_WC_CLEANUP_REQUIRED">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_WC_UPGRADE_REQUIRED">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_WC_PATH_UNEXPECTED_STATUS">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_WC_NOT_SYMLINK">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_WC_MISSING">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_WC_DB_ERROR">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_WC_CANNOT_MOVE_FILE_EXTERNAL">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_WC_CANNOT_DELETE_FILE_EXTERNAL">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_WC_CHANGELIST_MOVE">
@since New in 1.5.
   * @deprecated Provided for backward compatibility with the 1.6 API.
   * This event is not an error, and is now reported
   * via the standard notification mechanism instead.
</member>
        <member name="F:SVN_ERR_WC_CONFLICT_RESOLVER_FAILURE">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_WC_MISMATCHED_CHANGELIST">
@since New in 1.5.
</member>
        <member name="F:SVN_ERR_WC_INVALID_SWITCH">
@since New in 1.3.
</member>
        <member name="F:SVN_ERR_WC_INVALID_RELOCATION">
@since New in 1.3.
</member>
        <member name="F:SVN_ERR_WC_INVALID_SCHEDULE">
@since New in 1.2.
</member>
        <member name="F:SVN_ERR_WC_NOT_DIRECTORY">
@deprecated Provided for backward compatibility with the 1.6 API.
   * Use #SVN_ERR_WC_NOT_WORKING_COPY.
</member>
        <member name="F:SVN_ERR_WC_NOT_WORKING_COPY">
@since New in 1.7. Previously this error number was used by
   * #SVN_ERR_WC_NOT_DIRECTORY, which is now an alias for this error.
</member>
        <member name="F:SVN_ERR_WC_INVALID_LOCK">
@deprecated Unused, slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_WC_UNWIND_NOT_EMPTY">
@deprecated Unused, slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_WC_UNWIND_EMPTY">
@deprecated Unused, slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_WC_UNWIND_MISMATCH">
@deprecated Unused, slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_STREAM_NOT_SUPPORTED">
Since New in 1.9.
</member>
        <member name="F:SVN_ERR_STREAM_SEEK_NOT_SUPPORTED">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_IO_PIPE_WRITE_ERROR">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_IO_PIPE_READ_ERROR">
@deprecated Unused, slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_IO_PIPE_FRAME_ERROR">
@deprecated Unused, slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_IO_CORRUPT_EOL">
@deprecated Unused, slated for removal in the next major release.
</member>
        <member name="F:SVN_ERR_XML_UNEXPECTED_ELEMENT">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_BAD_PROPERTY_VALUE_EOL">
@since New in 1.10.
</member>
        <member name="F:SVN_ERR_BAD_COMPRESSION_METHOD">
@since New in 1.9.
</member>
        <member name="F:SVN_ERR_BAD_ATOMIC">
@since New in 1.8.
</member>
        <member name="F:SVN_ERR_BAD_CHANGELIST_NAME">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_BAD_TOKEN">
@since New in 1.7.
</member>
        <member name="F:SVN_ERR_BAD_CONFIG_VALUE">
@since New in 1.6.
</member>
        <member name="F:SVN_ERR_BAD_PROPERTY_VALUE">
@since New in 1.5.
   *
   * Note that there was an unused slot sitting here at
   * SVN_ERR_BAD_CATEGORY_START + 5, so error codes after this aren't
   * necessarily "New in 1.5" just because they come later.
 
</member>
        <member name="D:svn_linenum_t">
@}
A line number, such as in a file or a stream.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_location_segment_dup(svn_location_segment_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of @a segment, allocated in @a pool.
 
 @since New in 1.5.
 
</member>
        <member name="D:svn_location_segment_receiver_t">
A callback invoked by generators of #svn_location_segment_t
objects, used to report information about a versioned object's
history in terms of its location in the repository filesystem over
time.
 
</member>
        <member name="F:svn_location_segment_t.path">
The absolute (sans leading slash) path for this segment. May be
      NULL to indicate gaps in an object's history.
</member>
        <member name="F:svn_location_segment_t.range_start">
The beginning (oldest) and ending (youngest) revisions for this
      segment, both inclusive.
</member>
        <member name="T:svn_location_segment_t">
@defgroup node_location_seg_reporting Node location segment reporting.
 * @{
 A representation of a segment of an object's version history with an
 emphasis on the object's location in the repository as of various
 revisions.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_merge_range_contains_rev(svn_merge_range_t!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong)">
 Returns true if the changeset committed in revision @a rev is one
 of the changesets in the range @a range.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_merge_range_dup(svn_merge_range_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a copy of @a range, allocated in @a pool.
 
 @since New in 1.5.
 
</member>
        <member name="F:svn_merge_range_t.inheritable">
Whether this merge range should be inherited by treewise
descendants of the path to which the range applies.
</member>
        <member name="F:svn_merge_range_t.start">
If the 'start' field is less than the 'end' field then 'start' is
exclusive and 'end' inclusive of the range described. This is termed
a forward merge range. If 'start' is greater than 'end' then the
opposite is true. This is termed a reverse merge range. If 'start'
equals 'end' the meaning of the range is not defined.
 
</member>
        <member name="T:svn_merge_range_t">
 Mergeinfo representing a merge of a range of revisions.
 
 @since New in 1.5
 
</member>
        <member name="M:svn_uuid_generate(apr_pool_t*)">
 Return a formatted Universal Unique IDentifier (UUID) string.
 
 @since New in 1.4.
 
</member>
        <member name="M:svn_lock_dup(svn_lock_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of @a lock, allocated in @a pool.
 
 @since New in 1.2.
 
</member>
        <member name="M:svn_lock_create(apr_pool_t*)">
 Returns an #svn_lock_t, allocated in @a pool with all fields initialized
 to NULL values.
 
 @note To allow for extending the #svn_lock_t structure in the future
 releases, this function should always be used to allocate the structure.
 
 @since New in 1.2.
 
</member>
        <member name="D:svn_cancel_func_t">
A user defined callback that subversion will call with a user defined
 * baton to see if the current operation should be continued. If the operation
 * should continue, the function should return #SVN_NO_ERROR, if not, it
 * should return #SVN_ERR_CANCELLED.
 
</member>
        <member name="M:svn_mime_type_is_binary(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Return FALSE iff @a mime_type is a textual type.
 *
 * All mime types that start with "text/" are textual, plus some special
 * cases (for example, "image/x-xbitmap").
 
</member>
        <member name="M:svn_mime_type_validate(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
A buffer size that may be used when processing a stream of data.
 *
 * @note We don't use this constant any longer, since it is considered to be
 * unnecessarily large.
 *
 * @deprecated Provided for backwards compatibility with the 1.3 API.
 
The maximum amount we can ever hold in memory.
Validate @a mime_type.
 *
 * If @a mime_type does not contain a "/", or ends with non-alphanumeric
 * data, return #SVN_ERR_BAD_MIME_TYPE, else return success.
 *
 * Use @a pool only to find error allocation.
 *
 * Goal: to match both "foo/bar" and "foo/bar; charset=blah", without
 * being too strict about it, but to disallow mime types that have
 * quotes, newlines, or other garbage on the end, such as might be
 * unsafe in an HTTP header.
 
</member>
        <member name="D:svn_commit_callback_t">
Same as #svn_commit_callback2_t, but uses individual
 * data elements instead of the #svn_commit_info_t structure
 *
 * @deprecated Provided for backward compatibility with the 1.3 API.
 
</member>
        <member name="D:svn_commit_callback2_t">
Callback function type for commits.
 *
 * When a commit succeeds, an instance of this is invoked with the
 * @a commit_info, along with the @a baton closure.
 * @a pool can be used for temporary allocations.
 *
 * @note Implementers of this callback that pass this callback to
 * svn_ra_get_commit_editor3() should be careful with returning errors
 * as these might be returned as commit errors. See the documentation
 * of svn_ra_get_commit_editor3() for more details.
 *
 * @since New in 1.4.
 
</member>
        <member name="D:svn_log_message_receiver_t">
 Similar to #svn_log_entry_receiver_t, except this uses separate
 parameters for each part of the log entry.
 
 @deprecated Provided for backward compatibility with the 1.4 API.
 
</member>
        <member name="D:svn_log_entry_receiver_t">
The callback invoked by log message loopers, such as
 * #svn_ra_plugin_t.get_log() and svn_repos_get_logs().
 *
 * This function is invoked once on each log message, in the order
 * determined by the caller (see above-mentioned functions).
 *
 * @a baton is what you think it is, and @a log_entry contains relevant
 * information for the log message. Any of @a log_entry-&gt;author,
 * @a log_entry-&gt;date, or @a log_entry-&gt;message may be @c NULL.
 *
 * If @a log_entry-&gt;date is neither NULL nor the empty string, it was
 * generated by svn_time_to_cstring() and can be converted to
 * @c apr_time_t with svn_time_from_cstring().
 *
 * If @a log_entry-&gt;changed_paths is non-@c NULL, then it contains as keys
 * every path committed in @a log_entry-&gt;revision; the values are
 * (#svn_log_changed_path_t *) structures.
 *
 * If @a log_entry-&gt;has_children is @c TRUE, the message will be followed
 * immediately by any number of merged revisions (child messages), which are
 * terminated by an invocation with SVN_INVALID_REVNUM. This usage may
 * be recursive.
 *
 * Use @a pool for temporary allocation. If the caller is iterating
 * over log messages, invoking this receiver on each, we recommend the
 * standard pool loop recipe: create a subpool, pass it as @a pool to
 * each call, clear it after each iteration, destroy it after the loop
 * is done. (For allocation that must last beyond the lifetime of a
 * given receiver call, use a pool in @a baton.)
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_log_entry_dup(svn_log_entry_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a deep copy of @a log_entry, allocated in @a pool.
 *
 * The resulting svn_log_entry_t has @c changed_paths set to the same
 * value as @c changed_path2. @c changed_paths will be @c NULL if
 * @c changed_paths2 was @c NULL.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_log_entry_create(apr_pool_t*)">
 Returns an #svn_log_entry_t, allocated in @a pool with all fields
 initialized to NULL values.
 
 @note To allow for extending the #svn_log_entry_t structure in future
 releases, this function should always be used to allocate the structure.
 
 @since New in 1.5.
 
</member>
        <member name="F:svn_log_entry_t.subtractive_merge">
 Whether @a revision is a merged revision resulting from a reverse merge.
 
 @since New in 1.7.
 
</member>
        <member name="F:svn_log_entry_t.non_inheritable">
 Whether @a revision should be interpreted as non-inheritable in the
 same sense of #svn_merge_range_t.
 
 Only set when this #svn_log_entry_t instance is returned by the
 libsvn_client mergeinfo apis. Currently always FALSE when the
 #svn_log_entry_t instance is reported by the ra layer.
 
 @since New in 1.7.
 
</member>
        <member name="F:svn_log_entry_t.changed_paths2">
A hash containing as keys every path committed in @a revision; the
   * values are (#svn_log_changed_path2_t *) structures.
   *
   * If this value is not @c NULL, it MUST have the same value as
   * changed_paths or svn_log_entry_dup() will not create an identical copy.
   *
   * The subversion core libraries will always set this field to the same
   * value as changed_paths for compatibility with users assuming an older
   * version.
   *
   * @note See http://svn.haxx.se/dev/archive-2010-08/0362.shtml for
   * further explanation.
   *
   * @since New in 1.6.
 
</member>
        <member name="F:svn_log_entry_t.has_children">
 Whether or not this message has children.
 
 When a log operation requests additional merge information, extra log
 entries may be returned as a result of this entry. The new entries, are
 considered children of the original entry, and will follow it. When
 the HAS_CHILDREN flag is set, the receiver should increment its stack
 depth, and wait until an entry is provided with SVN_INVALID_REVNUM which
 indicates the end of the children.
 
 For log operations which do not request additional merge information, the
 HAS_CHILDREN flag is always FALSE.
 
 For more information see:
 https://svn.apache.org/repos/asf/subversion/trunk/notes/merge-tracking/design.html#commutative-reporting
 
</member>
        <member name="F:svn_log_entry_t.revprops">
The hash of requested revision properties, which may be NULL if it
   * would contain no revprops. Maps (const char *) property name to
   * (svn_string_t *) property value.
</member>
        <member name="F:svn_log_entry_t.revision">
The revision of the commit.
</member>
        <member name="F:svn_log_entry_t.changed_paths">
A hash containing as keys every path committed in @a revision; the
   * values are (#svn_log_changed_path_t *) structures.
   *
   * The subversion core libraries will always set this field to the same
   * value as changed_paths2 for compatibility reasons.
   *
   * @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="T:svn_log_entry_t">
 A structure to represent all the information about a particular log entry.
 
 @note To allow for extending the #svn_log_entry_t structure in future
 releases, always use svn_log_entry_create() to allocate the structure.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_log_changed_path_dup(svn_log_changed_path_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of @a changed_path, allocated in @a pool.
 
 @since New in 1.3.
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="F:svn_log_changed_path_t.copyfrom_rev">
Source revision of copy (if any).
</member>
        <member name="F:svn_log_changed_path_t.copyfrom_path">
Source path of copy (if any).
</member>
        <member name="F:svn_log_changed_path_t.action">
'A'dd, 'D'elete, 'R'eplace, 'M'odify
</member>
        <member name="T:svn_log_changed_path_t">
 A structure to represent a path that changed for a log entry. Same as
 the first three fields of #svn_log_changed_path2_t.
 
 @deprecated Provided for backward compatibility with the 1.5 API.
 
</member>
        <member name="M:svn_log_changed_path2_dup(svn_log_changed_path2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy of @a changed_path, allocated in @a pool.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_log_changed_path2_create(apr_pool_t*)">
 Returns an #svn_log_changed_path2_t, allocated in @a pool with all fields
 initialized to NULL, None or empty values.
 
 @note To allow for extending the #svn_log_changed_path2_t structure in
 future releases, this function should always be used to allocate the
 structure.
 
 @since New in 1.6.
 
</member>
        <member name="F:svn_log_changed_path2_t.props_modified">
Are properties modified, may be svn_tristate_unknown.
   * @since New in 1.7.
</member>
        <member name="F:svn_log_changed_path2_t.text_modified">
Is the text modified, may be svn_tristate_unknown.
   * @since New in 1.7.
</member>
        <member name="F:svn_log_changed_path2_t.node_kind">
The type of the node, may be svn_node_unknown.
</member>
        <member name="F:svn_log_changed_path2_t.copyfrom_rev">
Source revision of copy (if any).
</member>
        <member name="F:svn_log_changed_path2_t.copyfrom_path">
Source path of copy (if any).
</member>
        <member name="F:svn_log_changed_path2_t.action">
'A'dd, 'D'elete, 'R'eplace, 'M'odify
</member>
        <member name="T:svn_log_changed_path2_t">
 A structure to represent a path that changed for a log entry.
 
 @note To allow for extending the #svn_log_changed_path2_t structure in
 future releases, always use svn_log_changed_path2_create() to allocate
 the structure.
 
 @since New in 1.6.
 
</member>
        <member name="M:svn_commit_info_dup(svn_commit_info_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Return a deep copy @a src_commit_info allocated in @a pool.
 
 @since New in 1.4.
 
</member>
        <member name="M:svn_create_commit_info(apr_pool_t*)">
 Allocate an object of type #svn_commit_info_t in @a pool and
 return it.
 
 The @c revision field of the new struct is set to #SVN_INVALID_REVNUM.
 All other fields are initialized to @c NULL.
 
 @note Any object of the type #svn_commit_info_t should
 be created using this function.
 This is to provide for extending the svn_commit_info_t in
 the future.
 
 @since New in 1.3.
 
</member>
        <member name="F:svn_commit_info_t.repos_root">
repository root, may be @c NULL if unknown.
      @since New in 1.7.
</member>
        <member name="F:svn_commit_info_t.post_commit_err">
error message from post-commit hook, or NULL.
</member>
        <member name="F:svn_commit_info_t.author">
author of the commit.
</member>
        <member name="F:svn_commit_info_t.date">
server-side date of the commit.
</member>
        <member name="F:svn_commit_info_t.revision">
just-committed revision.
</member>
        <member name="M:svn_dirent_create(apr_pool_t*)">
 Create a new svn_dirent_t instance with all values initialized to their
 not-available values.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_dirent_dup(svn_dirent_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return a deep copy of @a dirent, allocated in @a pool.
 *
 * @since New in 1.4.
 
</member>
        <member name="F:svn_dirent_t.last_author">
author of created_rev
</member>
        <member name="F:svn_dirent_t.time">
time of created_rev (mod-time)
</member>
        <member name="F:svn_dirent_t.created_rev">
last rev in which this node changed
</member>
        <member name="F:svn_dirent_t.has_props">
does the node have props?
</member>
        <member name="F:svn_dirent_t.size">
length of file text, otherwise SVN_INVALID_FILESIZE
</member>
        <member name="F:svn_dirent_t.kind">
node kind
</member>
        <member name="T:svn_dirent_t">
Return #svn_depth_infinity if boolean @a recurse is TRUE, else
 * return #svn_depth_files.
 *
 * @note New code should never need to use this, it is called only
 * from pre-depth APIs, for compatibility.
 *
 * @since New in 1.5.
 
Return #svn_depth_infinity if boolean @a recurse is TRUE, else
 * return #svn_depth_immediates.
 *
 * @note New code should never need to use this, it is called only
 * from pre-depth APIs, for compatibility.
 *
 * @since New in 1.5.
 
Return #svn_depth_infinity if boolean @a recurse is TRUE, else
 * return #svn_depth_empty.
 *
 * @note New code should never need to use this, it is called only
 * from pre-depth APIs, for compatibility.
 *
 * @since New in 1.5.
 
Return a recursion boolean based on @a depth.
 *
 * Although much code has been converted to use depth, some code still
 * takes a recurse boolean. In most cases, it makes sense to treat
 * unknown or infinite depth as recursive, and any other depth as
 * non-recursive (which in turn usually translates to #svn_depth_files).
 
 It 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. These values
 can be used for that purpose.
 
 @defgroup svn_dirent_fields Dirent fields
 @{
 
An indication that you are interested in the @c kind field
An indication that you are interested in the @c size field
An indication that you are interested in the @c has_props field
An indication that you are interested in the @c created_rev field
An indication that you are interested in the @c time field
An indication that you are interested in the @c last_author field
A combination of all the dirent fields
@}
A general subversion directory entry.
 *
 * @note To allow for extending the #svn_dirent_t structure in future
 * releases, always use svn_dirent_create() to allocate the stucture.
 *
 * @since New in 1.6.
 
</member>
        <member name="M:svn_depth_from_word(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Return the appropriate depth for @a depth_str. @a word is as
 * returned from svn_depth_to_word(). If @a depth_str does not
 * represent a recognized depth, return #svn_depth_unknown.
 *
 * @since New in 1.5.
 
</member>
        <member name="T:svn_recurse_kind">
The 'official' invalid file size constant.
In printf()-style functions, format file sizes using this.
An enum to indicate whether recursion is needed.
</member>
        <member name="D:svn_filesize_t">
Originally intended to be used in printf()-style functions to format
 * revision numbers. Deprecated due to incompatibilities with language
 * translation tools (e.g. gettext).
 *
 * New code should use a bare "%ld" format specifier for formatting revision
 * numbers.
 *
 * @deprecated Provided for backward compatibility with the 1.0 API.
 
The size of a file in the Subversion FS.
</member>
        <member name="M:svn_revnum_parse(System.Int32!System.Runtime.CompilerServices.IsLong*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**)">
About Special Files in Subversion
 *
 * Subversion denotes files that cannot be portably created or
 * modified as "special" files (svn_node_special). It stores these
 * files in the repository as a plain text file with the svn:special
 * property set. The file contents contain: a platform-specific type
 * string, a space character, then any information necessary to create
 * the file on a supported platform. For example, if a symbolic link
 * were being represented, the repository file would have the
 * following contents:
 *
 * "link /path/to/link/target"
 *
 * Where 'link' is the identifier string showing that this special
 * file should be a symbolic link and '/path/to/link/target' is the
 * destination of the symbolic link.
 *
 * Special files are stored in the text-base exactly as they are
 * stored in the repository. The platform specific files are created
 * in the working copy at EOL/keyword translation time using
 * svn_subst_copy_and_translate2(). If the current platform does not
 * support a specific special file type, the file is copied into the
 * working copy as it is seen in the repository. Because of this,
 * users of other platforms can still view and modify the special
 * files, even if they do not have their unique properties.
 *
 * New types of special files can be added by:
 * 1. Implementing a platform-dependent routine to create a uniquely
 * named special file and one to read the special file in
 * libsvn_subr/io.c.
 * 2. Creating a new textual name similar to
 * SVN_SUBST__SPECIAL_LINK_STR in libsvn_subr/subst.c.
 * 3. Handling the translation/detranslation case for the new type in
 * create_special_file_from_stream and detranslate_special_file, using the
 * routines from 1.
 
Valid revision numbers begin at 0
Not really invalid...just unimportant -- one day, this can be its
 * own unique value, for now, just make it the same as
 * #SVN_INVALID_REVNUM.
 
Convert NULL-terminated C string @a str to a revision number.
 Parse NULL-terminated C string @a str as a revision number and
 store its value in @a rev. If @a endptr is non-NULL, then the
 address of the first non-numeric character in @a str is stored in
 it. If there are no digits in @a str, then @a endptr is set (if
 non-NULL), and the error #SVN_ERR_REVNUM_PARSE_FAILURE error is
 returned. Negative numbers parsed from @a str are considered
 invalid, and result in the same error.
 
 @since New in 1.5.
 
</member>
        <member name="M:svn_tristate__from_word(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Return the appropriate tristate for @a word. If @a word is "true", returns
 * #svn_tristate_true; if @a word is "false", returns #svn_tristate_false,
 * for all other values (including NULL) returns #svn_tristate_unknown.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_tristate__to_word(svn_tristate_t)">
Return a constant string "true", "false" or NULL representing the value of
 * @a tristate.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_node_kind_from_word(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Return the appropriate node_kind for @a word. @a word is as
 * returned from svn_node_kind_to_word(). If @a word does not
 * represent a recognized kind or is @c NULL, return #svn_node_unknown.
 *
 * @since New in 1.6.
 
</member>
        <member name="F:svn_error_t.line">
Source line where the error originated (iff @c SVN_DEBUG;
   * undefined otherwise).
 
</member>
        <member name="F:svn_error_t.file">
Source file where the error originated (iff @c SVN_DEBUG;
   * undefined otherwise).
 
</member>
        <member name="F:svn_error_t.pool">
The pool in which this error object is allocated. (If
   * Subversion's APIs are used to manage error chains, then this pool
   * will contain the whole error chain of which this object is a
   * member.)
</member>
        <member name="F:svn_error_t.message">
Details from the producer of error.
   *
   * Note that if this error was generated by Subversion's API, you'll
   * probably want to use svn_err_best_message() to get a single
   * descriptive string for this error chain (see the @a child member)
   * or svn_handle_error2() to print the error chain in full. This is
   * because Subversion's API functions sometimes add many links to
   * the error chain that lack details (used only to produce virtual
   * stack traces). (Use svn_error_purge_tracing() to remove those
   * trace-only links from the error chain.)
 
</member>
        <member name="F:svn_error_t.apr_err">
APR error value; possibly an SVN_ custom error code (see
   * `svn_error_codes.h' for a full listing).
 
</member>
        <member name="D:svn_boolean_t">
Macro used to mark deprecated functions.
 *
 * @since New in 1.6.
 
Macro used to mark experimental functions.
 *
 * @since New in 1.9.
 
Macro used to mark functions that require a final null sentinel argument.
 *
 * @since New in 1.9.
 
Indicate whether the current platform supports unaligned data access.
 *
 * On the majority of machines running SVN (x86 / x64), unaligned access
 * is much cheaper than repeated aligned access. Define this macro to 1
 * on those machines.
 * Unaligned access on other machines (e.g. IA64) will trigger memory
 * access faults or simply misbehave.
 *
 * Note: Some platforms may only support unaligned access for integers
 * (PowerPC). As a result this macro should only be used to determine
 * if unaligned access is supported for integers.
 *
 * @since New in 1.7.
 
YABT: Yet Another Boolean Type
</member>
        <member name="T:svn_depth_t">
The 'official' invalid revision number.
The concept of depth for directories.
 *
 * @note This is similar to, but not exactly the same as, the WebDAV
 * and LDAP concepts of depth.
 *
 * @since New in 1.5.
 
</member>
        <member name="F:svn_depth_infinity">
D + all descendants (full recursion from D). Updates will pull
      in any files or subdirectories not already present; those
      subdirectories' this_dir entries will have depth-infinity.
      Equivalent to the pre-1.5 default update behavior.
</member>
        <member name="F:svn_depth_immediates">
D + immediate children (D and its entries). Updates will pull in
      any files or subdirectories not already present; those
      subdirectories' this_dir entries will have depth-empty.
</member>
        <member name="F:svn_depth_files">
D + its file children, but not subdirs. Updates will pull in any
      files not already present, but not subdirectories.
</member>
        <member name="F:svn_depth_empty">
Just the named directory D, no entries. Updates will not pull in
      any files or subdirectories not already present.
</member>
        <member name="F:svn_depth_exclude">
Exclude (i.e., don't descend into) directory D.
      @note In Subversion 1.5, svn_depth_exclude is *not* supported
      anywhere in the client-side (libsvn_wc/libsvn_client/etc) code;
      it is only supported as an argument to set_path functions in the
      ra and repos reporters. (This will enable future versions of
      Subversion to run updates, etc, against 1.5 servers with proper
      svn_depth_exclude behavior, once we get a chance to implement
      client-side support for svn_depth_exclude.)
 
</member>
        <member name="F:svn_depth_unknown">
Depth undetermined or ignored. In some contexts, this means the
      client should choose an appropriate default depth. The server
      will generally treat it as #svn_depth_infinity.
</member>
        <member name="D:svn_revnum_t">
A revision number.
</member>
        <member name="T:svn_tristate_t">
Generic three-state property to represent an unknown value for values
 * that are just like booleans. The values have been set deliberately to
 * make tristates disjoint from #svn_boolean_t.
 *
 * @note It is unsafe to use apr_pcalloc() to allocate these, since '0' is
 * not a valid value.
 *
 * @since New in 1.7.
</member>
        <member name="F:svn_tristate_unknown">
state could be true or false
</member>
        <member name="F:svn_tristate_true">
state known to be true
</member>
        <member name="F:svn_tristate_false">
state known to be false (the constant does not evaulate to false)
</member>
        <member name="T:svn_node_kind_t">
The various types of nodes in the Subversion filesystem.
</member>
        <member name="F:svn_node_symlink">
symbolic link
@note This value is not currently used by the public API.
@since New in 1.8.
 
</member>
        <member name="F:svn_node_unknown">
something's here, but we don't know what
</member>
        <member name="F:svn_node_dir">
directory
</member>
        <member name="F:svn_node_file">
regular file
</member>
        <member name="F:svn_node_none">
absent
</member>
        <member name="T:svn_error_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_types.h
 @brief Subversion's data types
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_types_impl.h
 @brief Subversion's data types (common implementation)
 
 @warning This is a @b private implementation-specific header file.
          User code should include @ref svn_types.h instead.
 
 
Null pointer constant used as a sentinel in variable argument lists.
 *
 * Use of this macro ensures that the argument is of the correct size when a
 * pointer is expected. (The macro @c NULL is not defined as a pointer on
 * all systems, and the arguments to variadic functions are not converted
 * automatically to the expected type.)
 *
 * @since New in 1.9.
 
Subversion error object.
 *
 * Defined here, rather than in svn_error.h, to avoid a recursive @#include
 * situation.
 
 
Pointer to the error we "wrap" (may be @c NULL). Via this
   * member, individual error object can be strung together into an
   * "error chain".
 
</member>
        <member name="M:apr_filepath_encoding(System.Int32*,apr_pool_t*)">
The FilePath character encoding is unknown
The FilePath character encoding is locale-dependent
The FilePath character encoding is UTF-8
Determine the encoding used internally by the FilePath functions
@param style points to a variable which receives the encoding style flag
@param p the pool to allocate any working storage
@remark Use apr_os_locale_encoding() and/or apr_os_default_encoding()
to get the name of the path encoding if it's not UTF-8.
 
</member>
        <member name="M:apr_filepath_set(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Set the default file path (for relative file names)
@param path the default path returned
@param p the pool to allocate any working storage
 
</member>
        <member name="M:apr_filepath_get(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**,System.Int32,apr_pool_t*)">
Return the default file path (for relative file names)
@param path the default path string returned
@param flags optional flag APR_FILEPATH_NATIVE to retrieve the
             default file path in os-native format.
@param p the pool to allocate the default path string from
 
</member>
        <member name="M:apr_filepath_list_merge(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**,apr_array_header_t*,apr_pool_t*)">
Merge a list of search path components into a single search path
@param liststr the returned search path; may be NULL if @a pathelts is empty
@param pathelts the components of the search path
@param p the pool to allocate the search path from
@remark emtpy strings in the source array are ignored.
@remark the path separator in @a liststr is system specific;
e.g., ':' on Unix, ';' on Windows, etc.
 
</member>
        <member name="M:apr_filepath_list_split(apr_array_header_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Split a search path into separate components
@param pathelts the returned components of the search path
@param liststr the search path (e.g., <tt>getenv("PATH")</tt>)
@param p the pool to allocate the array and path components from
@remark empty path components do not become part of @a pathelts.
@remark the path separator in @a liststr is system specific;
e.g., ':' on Unix, ';' on Windows, etc.
 
</member>
        <member name="M:apr_filepath_merge(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Merge additional file path onto the previously processed rootpath
@param newpath the merged paths returned
@param rootpath the root file path (NULL uses the current working path)
@param addpath the path to add to the root path
@param flags the desired APR_FILEPATH_ rules to apply when merging
@param p the pool to allocate the new path string from
@remark if the flag APR_FILEPATH_TRUENAME is given, and the addpath
contains wildcard characters ('*', '?') on platforms that don't support
such characters within filenames, the paths will be merged, but the
result code will be APR_EPATHWILD, and all further segments will not
reflect the true filenames including the wildcard and following segments.
 
</member>
        <member name="M:apr_filepath_root(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.Int32,apr_pool_t*)">
@}
@defgroup apr_filepath Filepath Manipulation Functions
@{
 
Cause apr_filepath_merge to fail if addpath is above rootpath
 * @bug in APR 0.9 and 1.x, this flag's behavior is undefined
 * if the rootpath is NULL or empty. In APR 2.0 this should be
 * changed to imply NOTABSOLUTE if the rootpath is NULL or empty.
 
internal: Only meaningful with APR_FILEPATH_NOTABOVEROOT
Cause apr_filepath_merge to fail if addpath is above rootpath,
 * even given a rootpath /foo/bar and an addpath ../bar/bash
 
Fail apr_filepath_merge if the merged path is relative
Fail apr_filepath_merge if the merged path is absolute
Return the file system's native path format (e.g. path delimiters
 * of ':' on MacOS9, '\' on Win32, etc.)
Resolve the true case of existing directories and file elements
 * of addpath, (resolving any aliases on Win32) and append a proper
 * trailing slash if a directory
 
Extract the rootpath from the given filepath
@param rootpath the root file path returned with APR_SUCCESS or APR_EINCOMPLETE
@param filepath the pathname to parse for its root component
@param flags the desired rules to apply, from
<PRE>
     APR_FILEPATH_NATIVE Use native path separators (e.g. '\' on Win32)
     APR_FILEPATH_TRUENAME Tests that the root exists, and makes it proper
</PRE>
@param p the pool to allocate the new path string from
@remark on return, filepath points to the first non-root character in the
given filepath. In the simplest example, given a filepath of "/foo",
returns the rootpath of "/" and filepath points at "foo". This is far
more complex on other platforms, which will canonicalize the root form
to a consistant format, given the APR_FILEPATH_TRUENAME flag, and also
test for the validity of that root (e.g., that a drive d:/ or network
share //machine/foovol/).
The function returns APR_ERELATIVE if filepath isn't rooted (an
error), APR_EINCOMPLETE if the root path is ambiguous (but potentially
legitimate, e.g. "/" on Windows is incomplete because it doesn't specify
the drive letter), or APR_EBADPATH if the root is simply invalid.
APR_SUCCESS is returned if filepath is an absolute path.
 
</member>
        <member name="M:apr_dir_rewind(apr_dir_t*)">
Rewind the directory to the first entry.
@param thedir the directory descriptor to rewind.
 
</member>
        <member name="M:apr_dir_read(apr_finfo_t*,System.Int32,apr_dir_t*)">
 * Read the next entry from the specified directory.
 * @param finfo the file info structure and filled in by apr_dir_read
 * @param wanted The desired apr_finfo_t fields, as a bit flag of APR_FINFO_
                 values
 * @param thedir the directory descriptor returned from apr_dir_open
 * @remark No ordering is guaranteed for the entries read.
 *
 * @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
 * not be filled in, and you need to check the @c finfo-&gt;valid bitmask
 * to verify that what you're looking for is there. When no more
 * entries are available, APR_ENOENT is returned.
 
</member>
        <member name="M:apr_dir_close(apr_dir_t*)">
close the specified directory.
@param thedir the directory descriptor to close.
 
</member>
        <member name="M:apr_dir_open(apr_dir_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
@}
@defgroup apr_dir Directory Manipulation Functions
@{
 
Open the specified directory.
@param new_dir The opened directory descriptor.
@param dirname The full path to the directory (use / on all systems)
@param pool The pool to use.
 
</member>
        <member name="M:apr_stat(apr_finfo_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 * get the specified file's stats. The file is specified by filename,
 * instead of using a pre-opened file.
 * @param finfo Where to store the information about the file, which is
 * never touched if the call fails.
 * @param fname The name of the file to stat.
 * @param wanted The desired apr_finfo_t fields, as a bit flag of APR_FINFO_
                 values
 * @param pool the pool to use to allocate the new file.
 *
 * @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
 * not be filled in, and you need to check the @c finfo-&gt;valid bitmask
 * to verify that what you're looking for is there.
 
</member>
        <member name="T:apr_file_t">
Unused
</member>
        <member name="F:apr_finfo_t.name">
The file's name (no path) in filesystem case
</member>
        <member name="F:apr_finfo_t.fname">
The pathname of the file (possibly unrooted)
</member>
        <member name="F:apr_finfo_t.ctime">
The time the file was created, or the inode was last changed
</member>
        <member name="F:apr_finfo_t.mtime">
The time the file was last modified
</member>
        <member name="F:apr_finfo_t.atime">
The time the file was last accessed
</member>
        <member name="F:apr_finfo_t.csize">
The storage size consumed by the file
</member>
        <member name="F:apr_finfo_t.size">
The size of the file
</member>
        <member name="F:apr_finfo_t.nlink">
The number of hard links to the file.
</member>
        <member name="F:apr_finfo_t.device">
The id of the device the file is on.
</member>
        <member name="F:apr_finfo_t.inode">
The inode of the file.
</member>
        <member name="F:apr_finfo_t.group">
The group id that owns the file
</member>
        <member name="F:apr_finfo_t.user">
The user id that owns the file
</member>
        <member name="F:apr_finfo_t.filetype">
The type of file. One of APR_REG, APR_DIR, APR_CHR, APR_BLK, APR_PIPE,
     * APR_LNK or APR_SOCK. If the type is undetermined, the value is APR_NOFILE.
     * If the type cannot be determined, the value is APR_UNKFILE.
 
</member>
        <member name="F:apr_finfo_t.protection">
The access permissions of the file. Mimics Unix access rights.
</member>
        <member name="F:apr_finfo_t.valid">
The bitmask describing valid fields of this apr_finfo_t structure
     * including all available 'wanted' fields and potentially more
</member>
        <member name="F:apr_finfo_t.pool">
Allocates memory and closes lingering handles in the specified pool
</member>
        <member name="T:apr_finfo_t">
@defgroup apr_file_stat Stat Functions
@{
 
file info structure
 
The file information structure. This is analogous to the POSIX
stat structure.
 
</member>
        <member name="D:apr_dev_t">
Structure for determining the device the file is on.
 
</member>
        <member name="D:apr_fileperms_t">
Structure for determining file permissions.
 
</member>
        <member name="T:apr_dir_t">
@defgroup apr_file_permissions File Permissions flags
@{
 
@}
Structure for referencing directories.
 
</member>
        <member name="M:apr_table_compress(apr_table_t*,System.UInt32)">
 Eliminate redundant entries in a table by either overwriting
 or merging duplicates.
 
 @param t Table.
 @param flags APR_OVERLAP_TABLES_MERGE to merge, or
              APR_OVERLAP_TABLES_SET to overwrite, or
              APR_OVERLAP_TABLES_ADD to add
 @remark When merging duplicates, the two values are concatenated,
         separated by the string ", ".
 
</member>
        <member name="M:apr_table_vdo(=FUNC:System.Int32(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*),System.Void*,apr_table_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*)">
 Iterate over a table running the provided function once for every
 element in the table. The @p vp varargs parameter must be a
 list of zero or more (char *) keys followed by a NULL pointer. If
 zero keys are given, the @p comp function will be invoked for
 every element in the table. Otherwise, the function is invoked
 only for those elements matching the keys specified.
 
 If an invocation of the @p comp function returns zero,
 iteration will continue using the next specified key, if any.
 
 @param comp The function to run
 @param rec The data to pass as the first argument to the function
 @param t The table to iterate over
 @param vp List of zero or more (char *) keys followed by NULL
 @return FALSE if one of the comp() iterations returned zero; TRUE if all
            iterations returned non-zero
 @see apr_table_do_callback_fn_t @see apr_table_do
 
</member>
        <member name="M:apr_table_do(=FUNC:System.Int32(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*),System.Void*,apr_table_t!System.Runtime.CompilerServices.IsConst*,BTEllipsis)">
 Iterate over a table running the provided function once for every
 element in the table. The varargs array must be a list of zero or
 more (char *) keys followed by a NULL pointer. If zero keys are
 given, the @p comp function will be invoked for every element
 in the table. Otherwise, the function is invoked only for those
 elements matching the keys specified.
 
 If an invocation of the @p comp function returns zero,
 iteration will continue using the next specified key, if any.
 
 @param comp The function to run
 @param rec The data to pass as the first argument to the function
 @param t The table to iterate over
 @param ... A varargs array of zero or more (char *) keys followed by NULL
 @return FALSE if one of the comp() iterations returned zero; TRUE if all
            iterations returned non-zero
 @see apr_table_do_callback_fn_t @see apr_table_vdo
 
</member>
        <member name="D:apr_table_do_callback_fn_t">
Declaration prototype for the iterator callback function of apr_table_do()
and apr_table_vdo().
@param rec The data passed as the first argument to apr_table_[v]do()
@param key The key from this iteration of the table
@param value The value from this iteration of the table
@remark Iteration continues while this callback function returns non-zero.
To export the callback function for apr_table_[v]do() it must be declared
in the _NONSTD convention.
@see apr_table_do @see apr_table_vdo
 
</member>
        <member name="M:apr_table_overlay(apr_pool_t*,apr_table_t!System.Runtime.CompilerServices.IsConst*,apr_table_t!System.Runtime.CompilerServices.IsConst*)">
Merge two tables into one new table.
@param p The pool to use for the new table
@param overlay The first table to put in the new table
@param base The table to add at the end of the new table
@return A new table containing all of the data from the two passed in
 
</member>
        <member name="M:apr_table_addn(apr_table_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Add data to a table, regardless of whether there is another element with the
same key.
@param t The table to add to
@param key The key to use
@param val The value to add.
@remark When adding data, this function does not make a copy of the key or the
        value, so care should be taken to ensure that the values will not
        change after they have been added.
 
</member>
        <member name="M:apr_table_add(apr_table_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Add data to a table, regardless of whether there is another element with the
same key.
@param t The table to add to
@param key The key to use
@param val The value to add.
@remark When adding data, this function makes a copy of both the key and the
        value.
 
</member>
        <member name="M:apr_table_mergen(apr_table_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Add data to a table by merging the value with data that has already been
stored. The merging is done by concatenating the two values, separated
by the string ", ".
@param t The table to search for the data
@param key The key to merge data for (case does not matter)
@param val The data to add
@remark If the key is not found, then this function acts like apr_table_addn()
 
</member>
        <member name="M:apr_table_merge(apr_table_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Add data to a table by merging the value with data that has already been
stored. The merging is done by concatenating the two values, separated
by the string ", ".
@param t The table to search for the data
@param key The key to merge data for (case does not matter)
@param val The data to add
@remark If the key is not found, then this function acts like apr_table_add()
 
</member>
        <member name="M:apr_table_unset(apr_table_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Remove data from the table.
@param t The table to remove data from
@param key The key of the data being removed (case does not matter)
 
</member>
        <member name="M:apr_table_setn(apr_table_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Add a key/value pair to a table. If another element already exists with the
same key, this will overwrite the old data.
@param t The table to add the data to.
@param key The key to use (case does not matter)
@param val The value to add
@warning When adding data, this function does not make a copy of the key or
         the value, so care should be taken to ensure that the values will
         not change after they have been added..
 
</member>
        <member name="M:apr_table_set(apr_table_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Add a key/value pair to a table. If another element already exists with the
same key, this will overwrite the old data.
@param t The table to add the data to.
@param key The key to use (case does not matter)
@param val The value to add
@remark When adding data, this function makes a copy of both the key and the
        value.
 
</member>
        <member name="M:apr_table_getm(apr_pool_t*,apr_table_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Get values associated with a given key from the table. If more than one
value exists, return a comma separated list of values. After this call, the
data is still in the table.
@param p The pool to allocate the combined value from, if necessary
@param t The table to search for the key
@param key The key to search for (case does not matter)
@return The value associated with the key, or NULL if the key does not exist.
 
</member>
        <member name="M:apr_table_get(apr_table_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Get the value associated with a given key from the table. After this call,
the data is still in the table.
@param t The table to search for the key
@param key The key to search for (case does not matter)
@return The value associated with the key, or NULL if the key does not exist.
 
</member>
        <member name="M:apr_table_clear(apr_table_t*)">
Delete all of the elements from a table.
@param t The table to clear
 
</member>
        <member name="M:apr_table_clone(apr_pool_t*,apr_table_t!System.Runtime.CompilerServices.IsConst*)">
Create a new table whose contents are deep copied from the given
table. A deep copy operation copies all fields, and makes copies
of dynamically allocated memory pointed to by the fields.
@param p The pool to allocate the new table out of
@param t The table to clone
@return A deep copy of the table passed in
 
</member>
        <member name="M:apr_table_copy(apr_pool_t*,apr_table_t!System.Runtime.CompilerServices.IsConst*)">
Create a new table and copy another table into it.
@param p The pool to allocate the new table out of
@param t The table to copy
@return A copy of the table passed in
@warning The table keys and respective values are not copied
 
</member>
        <member name="M:apr_table_make(apr_pool_t*,System.Int32)">
Make a new table.
@param p The pool to allocate the pool out of
@param nelts The number of elements in the initial table.
@return The new table.
@warning This table can only store text data
 
</member>
        <member name="M:apr_array_pstrcat(apr_pool_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst)">
Generate a new string from the apr_pool_t containing the concatenated
sequence of substrings referenced as elements within the array. The string
will be empty if all substrings are empty or null, or if there are no
elements in the array. If sep is non-NUL, it will be inserted between
elements as a separator.
@param p The pool to allocate the string out of
@param arr The array to generate the string from
@param sep The separator to use
@return A string containing all of the data in the array.
 
</member>
        <member name="M:apr_array_append(apr_pool_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*)">
Append one array to the end of another, creating a new array in the process.
@param p The pool to allocate the new array out of
@param first The array to put first in the new array.
@param second The array to put second in the new array.
@return A new array containing the data from the two arrays passed in.
 
</member>
        <member name="M:apr_array_copy_hdr(apr_pool_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*)">
Copy the headers of the array, and arrange for the elements to be copied if
and only if the code subsequently does a push or arraycat.
@param p The pool to allocate the copy of the array out of
@param arr The array to copy
@return An exact copy of the array passed in
@remark The alternate apr_array_copy() copies the *entire* array.
 
</member>
        <member name="M:apr_array_copy(apr_pool_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*)">
Copy the entire array.
@param p The pool to allocate the copy of the array out of
@param arr The array to copy
@return An exact copy of the array passed in
@remark The alternate apr_array_copy_hdr() copies only the header, and arranges
        for the elements to be copied if (and only if) the code subsequently
        does a push or arraycat.
 
</member>
        <member name="M:apr_array_cat(apr_array_header_t*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*)">
Concatenate two arrays together.
@param dst The destination array, and the one to go first in the combined
           array
@param src The source array to add to the destination array
 
</member>
        <member name="M:apr_array_clear(apr_array_header_t*)">
Remove all elements from an array.
@param arr The array to remove all elements from.
@remark As the underlying storage is allocated from a pool, no
memory is freed by this operation, but is available for reuse.
 
</member>
        <member name="M:apr_array_pop(apr_array_header_t*)">
A helper macro for accessing a member of an APR array.
 *
 * @param ary the array
 * @param i the index into the array to return
 * @param type the type of the objects stored in the array
 *
 * @return the item at index i
 
A helper macro for pushing elements into an APR array.
 *
 * @param ary the array
 * @param type the type of the objects stored in the array
 *
 * @return the location where the new object should be placed
 
Remove an element from an array (as a first-in, last-out stack).
@param arr The array to remove an element from.
@return Location of the element in the array.
@remark If there are no elements in the array, NULL is returned.
 
</member>
        <member name="M:apr_array_push(apr_array_header_t*)">
Add a new element to an array (as a first-in, last-out stack).
@param arr The array to add an element to.
@return Location for the new element in the array.
@remark If there are no free spots in the array, then this function will
        allocate new space for the new element.
 
</member>
        <member name="M:apr_array_make(apr_pool_t*,System.Int32,System.Int32)">
Create an array.
@param p The pool to allocate the memory out of
@param nelts the number of elements in the initial array
@param elt_size The size of each element in the array.
@return The new array
 
</member>
        <member name="M:apr_is_empty_array(apr_array_header_t!System.Runtime.CompilerServices.IsConst*)">
Determine if the array is empty (either NULL or having no elements).
@param a The array to check
@return True if empty, False otherwise
 
</member>
        <member name="M:apr_is_empty_table(apr_table_t!System.Runtime.CompilerServices.IsConst*)">
Determine if the table is empty (either NULL or having no elements).
@param t The table to check
@return True if empty, False otherwise
 
</member>
        <member name="M:apr_table_elts(apr_table_t!System.Runtime.CompilerServices.IsConst*)">
Get the elements from a table.
@param t The table
@return An array containing the contents of the table
 
</member>
        <member name="F:apr_table_entry_t.key_checksum">
A checksum for the key, for use by the apr_table internals
</member>
        <member name="F:apr_table_entry_t.val">
The value for the current table entry
</member>
        <member name="F:apr_table_entry_t.key">
The key for the current table entry
</member>
        <member name="T:apr_table_entry_t">
The (opaque) structure for string-content tables.
 
 
The type for each entry in a string-content table
</member>
        <member name="F:apr_array_header_t.elts">
The elements in the array
</member>
        <member name="F:apr_array_header_t.nalloc">
The number of elements allocated in the array
</member>
        <member name="F:apr_array_header_t.nelts">
The number of active elements in the array
</member>
        <member name="F:apr_array_header_t.elt_size">
The amount of memory allocated for each element of the array
</member>
        <member name="F:apr_array_header_t.pool">
The pool the array is allocated out of
</member>
        <member name="T:apr_array_header_t">
@see apr_array_header_t
 
An opaque array type
</member>
        <member name="T:apr_table_t">
@file apr_tables.h
@brief APR Table library
 
 @defgroup apr_tables Table and Array Functions
 @ingroup APR
 Arrays are used to store data which is referenced sequentially or
 as a stack. Functions are provided to push and pop individual
 elements as well as to operate on the entire array.
 
 Tables are used to store data which can be referenced by key.
 Limited capabilities are provided for tables with multiple elements
 which share a key; while key lookup will return only a single
 element, iteration is available. Additionally, a table can be
 compressed to resolve duplicates.
 
 Both arrays and tables may store string or binary data; some features,
 such as concatenation or merging of elements, work only for string
 data.
 @{
 
the table abstract data type
</member>
        <member name="M:apr_gid_compare(System.Void*,System.Void*)">
Compare two group identifiers for equality.
@param left One gid to test
@param right Another gid to test
@return APR_SUCCESS if the apr_gid_t structures identify the same group,
APR_EMISMATCH if not, APR_BADARG if an apr_gid_t is invalid.
@remark This function is available only if APR_HAS_USER is defined.
 
</member>
        <member name="M:apr_gid_get(System.Void**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Get the groupid for a specified group name
@param groupid Pointer to the group id (on output)
@param groupname The group name to look up
@param p The pool from which to allocate the string
@remark This function is available only if APR_HAS_USER is defined.
 
</member>
        <member name="M:apr_gid_name_get(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**,System.Void*,apr_pool_t*)">
Get the group name for a specified groupid
@param groupname Pointer to new string containing group name (on output)
@param groupid The groupid
@param p The pool from which to allocate the string
@remark This function is available only if APR_HAS_USER is defined.
 
</member>
        <member name="M:apr_uid_compare(System.Void*,System.Void*)">
Compare two user identifiers for equality.
@param left One uid to test
@param right Another uid to test
@return APR_SUCCESS if the apr_uid_t structures identify the same user,
APR_EMISMATCH if not, APR_BADARG if an apr_uid_t is invalid.
@remark This function is available only if APR_HAS_USER is defined.
 
</member>
        <member name="M:apr_uid_homepath_get(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Get the home directory for the named user
@param dirname Pointer to new string containing directory name (on output)
@param username The named user
@param p The pool from which to allocate the string
@remark This function is available only if APR_HAS_USER is defined.
 
</member>
        <member name="M:apr_uid_get(System.Void**,System.Void**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Get the userid (and groupid) for the specified username
@param userid Returns the user id
@param groupid Returns the user's group id
@param username The username to look up
@param p The pool from which to allocate working space
@remark This function is available only if APR_HAS_USER is defined.
 
</member>
        <member name="M:apr_uid_name_get(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**,System.Void*,apr_pool_t*)">
Get the user name for a specified userid
@param username Pointer to new string containing user name (on output)
@param userid The userid
@param p The pool from which to allocate the string
@remark This function is available only if APR_HAS_USER is defined.
 
</member>
        <member name="M:apr_uid_current(System.Void**,System.Void**,apr_pool_t*)">
Get the userid (and groupid) of the calling process
@param userid Returns the user id
@param groupid Returns the user's group id
@param p The pool from which to allocate working space
@remark This function is available only if APR_HAS_USER is defined.
 
</member>
        <member name="D:apr_gid_t">
Structure for determining group ownership.
 
</member>
        <member name="D:apr_uid_t">
@file apr_file_info.h
@brief APR File Information
 
@file apr_user.h
@brief APR User ID Services
 
@defgroup apr_user User and Group ID Services
@ingroup APR
@{
 
Structure for determining user ownership.
 
</member>
        <member name="M:apr_pool_cleanup_for_exec">
Run all registered child cleanups, in preparation for an exec()
call in a forked child -- close files, etc., but *don't* flush I/O
buffers, *don't* wait for subprocesses, and *don't* free any
memory.
 
</member>
        <member name="M:apr_pool_cleanup_null(System.Void*)">
 An empty cleanup function.
  
 Passed to apr_pool_cleanup_register() when no cleanup is required.
 
 @param data The data to cleanup, will not be used by this function.
 
</member>
        <member name="M:apr_pool_cleanup_run(apr_pool_t*,System.Void*,=FUNC:System.Int32(System.Void*))">
 Run the specified cleanup function immediately and unregister it.
 
 The cleanup most recently registered with @a p having the same values of
 @a data and @a cleanup will be removed and @a cleanup will be called
 with @a data as the argument.
 
 @param p The pool to remove the cleanup from
 @param data The data to remove from cleanup
 @param cleanup The function to remove from cleanup
 
</member>
        <member name="M:apr_pool_child_cleanup_set(apr_pool_t*,System.Void!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Int32(System.Void*),=FUNC:System.Int32(System.Void*))">
 Replace the child cleanup function of a previously registered cleanup.
  
 The cleanup most recently registered with @a p having the same values of
 @a data and @a plain_cleanup will have the registered child cleanup
 function replaced with @a child_cleanup.
 
 @param p The pool of the registered cleanup
 @param data The data of the registered cleanup
 @param plain_cleanup The plain cleanup function of the registered cleanup
 @param child_cleanup The function to register as the child cleanup
 
</member>
        <member name="M:apr_pool_cleanup_kill(apr_pool_t*,System.Void!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Int32(System.Void*))">
 Remove a previously registered cleanup function.
  
 The cleanup most recently registered with @a p having the same values of
 @a data and @a cleanup will be removed.
 
 @param p The pool to remove the cleanup from
 @param data The data of the registered cleanup
 @param cleanup The function to remove from cleanup
 @remarks For some strange reason only the plain_cleanup is handled by this
          function
 
</member>
        <member name="M:apr_pool_pre_cleanup_register(apr_pool_t*,System.Void!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Int32(System.Void*))">
 Register a function to be called when a pool is cleared or destroyed.
 
 Unlike apr_pool_cleanup_register which registers a cleanup
 that is called AFTER all subpools are destroyed, this function registers
 a function that will be called before any of the subpools are destroyed.
 
 @param p The pool to register the cleanup with
 @param data The data to pass to the cleanup function.
 @param plain_cleanup The function to call when the pool is cleared
                      or destroyed
 
</member>
        <member name="M:apr_pool_cleanup_register(apr_pool_t*,System.Void!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Int32(System.Void*),=FUNC:System.Int32(System.Void*))">
 @defgroup PoolCleanup Pool Cleanup Functions
 
 Cleanups are performed in the reverse order they were registered. That is:
 Last In, First Out. A cleanup function can safely allocate memory from
 the pool that is being cleaned up. It can also safely register additional
 cleanups which will be run LIFO, directly after the current cleanup
 terminates. Cleanups have to take caution in calling functions that
 create subpools. Subpools, created during cleanup will NOT automatically
 be cleaned up. In other words, cleanups are to clean up after themselves.
 
 @{
 
Register a function to be called when a pool is cleared or destroyed
@param p The pool to register the cleanup with
@param data The data to pass to the cleanup function.
@param plain_cleanup The function to call when the pool is cleared
                     or destroyed
@param child_cleanup The function to call when a child process is about
                     to exec - this function is called in the child, obviously!
 
</member>
        <member name="M:apr_pool_userdata_get(System.Void**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Return the data associated with the current pool.
@param data The user data associated with the pool.
@param key The key for the data to retrieve
@param pool The current pool.
 
</member>
        <member name="M:apr_pool_userdata_setn(System.Void!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Int32(System.Void*),apr_pool_t*)">
 Set the data associated with the current pool
 @param data The user data associated with the pool.
 @param key The key to use for association
 @param cleanup The cleanup program to use to cleanup the data (NULL if none)
 @param pool The current pool
 @note same as apr_pool_userdata_set(), except that this version doesn't
       make a copy of the key (this function is useful, for example, when
       the key is a string literal)
 @warning This should NOT be used if the key could change addresses by
       any means between the apr_pool_userdata_setn() call and a
       subsequent apr_pool_userdata_get() on that key, such as if a
       static string is used as a userdata key in a DSO and the DSO could
       be unloaded and reloaded between the _setn() and the _get(). You
       MUST use apr_pool_userdata_set() in such cases.
 @warning More generally, the key and the data to be attached to the
       pool should have a life span at least as long as the pool itself.
 
 
</member>
        <member name="M:apr_pool_userdata_set(System.Void!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Int32(System.Void*),apr_pool_t*)">
 Set the data associated with the current pool
 @param data The user data associated with the pool.
 @param key The key to use for association
 @param cleanup The cleanup program to use to cleanup the data (NULL if none)
 @param pool The current pool
 @warning The data to be attached to the pool should have a life span
          at least as long as the pool it is being attached to.
 
      Users of APR must take EXTREME care when choosing a key to
      use for their data. It is possible to accidentally overwrite
      data by choosing a key that another part of the program is using.
      Therefore it is advised that steps are taken to ensure that unique
      keys are used for all of the userdata objects in a particular pool
      (the same key in two different pools or a pool and one of its
      subpools is okay) at all times. Careful namespace prefixing of
      key names is a typical way to help ensure this uniqueness.
 
 
</member>
        <member name="M:apr_pool_tag(apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Tag a pool (give it a name)
@param pool The pool to tag
@param tag The tag
 
</member>
        <member name="M:apr_pool_is_ancestor(apr_pool_t*,apr_pool_t*)">
Determine if pool a is an ancestor of pool b.
@param a The pool to search
@param b The pool to search for
@return True if a is an ancestor of b, NULL is considered an ancestor
        of all pools.
@remark if compiled with APR_POOL_DEBUG, this function will also
return true if A is a pool which has been guaranteed by the caller
(using apr_pool_join) to have a lifetime at least as long as some
ancestor of pool B.
 
</member>
        <member name="M:apr_pool_parent_get(apr_pool_t*)">
Get the parent pool of the specified pool.
@param pool The pool for retrieving the parent pool.
@return The parent of the given pool.
 
</member>
        <member name="M:apr_pool_abort_get(apr_pool_t*)">
Get the abort function associated with the specified pool.
@param pool The pool for retrieving the abort function.
@return The abort function for the given pool.
 
</member>
        <member name="M:apr_pool_abort_set(=FUNC:System.Int32(System.Int32),apr_pool_t*)">
Set the function to be called when an allocation failure occurs.
@remark If the program wants APR to exit on a memory allocation error,
     then this function can be called to set the callback to use (for
     performing cleanup and then exiting). If this function is not called,
     then APR will return an error and expect the calling program to
     deal with the error accordingly.
 
</member>
        <member name="M:apr_pcalloc_debug(apr_pool_t*,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Allocate a block of memory from a pool and set all of the memory to 0
@param p The pool to allocate from
@param size The amount of memory to allocate
@return The allocated memory
 
Debug version of apr_pcalloc
@param p See: apr_pcalloc
@param size See: apr_pcalloc
@param file_line Where the function is called from.
       This is usually APR_POOL__FILE_LINE__.
@return See: apr_pcalloc
 
</member>
        <member name="M:apr_palloc_debug(apr_pool_t*,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Debug version of apr_palloc
@param p See: apr_palloc
@param size See: apr_palloc
@param file_line Where the function is called from.
       This is usually APR_POOL__FILE_LINE__.
@return See: apr_palloc
 
</member>
        <member name="M:apr_palloc(apr_pool_t*,System.UInt32)">
Allocate a block of memory from a pool
@param p The pool to allocate from
@param size The amount of memory to allocate
@return The allocated memory
 
</member>
        <member name="M:apr_pool_destroy_debug(apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Debug version of apr_pool_destroy.
@param p See: apr_pool_destroy.
@param file_line Where the function is called from.
       This is usually APR_POOL__FILE_LINE__.
@remark Only available when APR_POOL_DEBUG is defined.
        Call this directly if you have your apr_pool_destroy
        calls in a wrapper function and wish to override
        the file_line argument to reflect the caller of
        your wrapper function. If you do not have
        apr_pool_destroy in a wrapper, trust the macro
        and don't call apr_pool_destroy_debug directly.
 
</member>
        <member name="M:apr_pool_destroy(apr_pool_t*)">
Destroy the pool. This takes similar action as apr_pool_clear() and then
frees all the memory.
@param p The pool to destroy
@remark This will actually free the memory
 
</member>
        <member name="M:apr_pool_clear_debug(apr_pool_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Debug version of apr_pool_clear.
@param p See: apr_pool_clear.
@param file_line Where the function is called from.
       This is usually APR_POOL__FILE_LINE__.
@remark Only available when APR_POOL_DEBUG is defined.
        Call this directly if you have your apr_pool_clear
        calls in a wrapper function and wish to override
        the file_line argument to reflect the caller of
        your wrapper function. If you do not have
        apr_pool_clear in a wrapper, trust the macro
        and don't call apr_pool_destroy_clear directly.
 
</member>
        <member name="M:apr_pool_clear(apr_pool_t*)">
Clear all memory in the pool and run all the cleanups. This also destroys all
subpools.
@param p The pool to clear
@remark This does not actually free the memory, it just allows the pool
        to re-use this memory for the next allocation.
@see apr_pool_destroy()
 
</member>
        <member name="M:apr_pool_allocator_get(apr_pool_t*)">
Create a new pool.
@param newpool The pool we have just created.
@param parent The parent pool. If this is NULL, the new pool is a root
       pool. If it is non-NULL, the new pool will inherit all
       of its parent pool's attributes, except the apr_pool_t will
       be a sub-pool.
@remark This function is thread-safe, in the sense that multiple threads
        can safely create subpools of the same parent pool concurrently.
        Similarly, a subpool can be created by one thread at the same
        time that another thread accesses the parent pool.
 
Create a new unmanaged pool.
@param newpool The pool we have just created.
 
Find the pool's allocator
@param pool The pool to get the allocator from.
 
</member>
        <member name="M:apr_pool_create_unmanaged_ex_debug(apr_pool_t**,=FUNC:System.Int32(System.Int32),apr_allocator_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Debug version of apr_pool_create_unmanaged_ex.
@param newpool @see apr_pool_create_unmanaged.
@param abort_fn @see apr_pool_create_unmanaged.
@param allocator @see apr_pool_create_unmanaged.
@param file_line Where the function is called from.
       This is usually APR_POOL__FILE_LINE__.
@remark Only available when APR_POOL_DEBUG is defined.
        Call this directly if you have your apr_pool_create_unmanaged_ex
        calls in a wrapper function and wish to override
        the file_line argument to reflect the caller of
        your wrapper function. If you do not have
        apr_pool_create_core_ex in a wrapper, trust the macro
        and don't call apr_pool_create_core_ex_debug directly.
 
</member>
        <member name="M:apr_pool_create_core_ex_debug(apr_pool_t**,=FUNC:System.Int32(System.Int32),apr_allocator_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Debug version of apr_pool_create_core_ex.
@deprecated @see apr_pool_create_unmanaged_ex_debug.
 
</member>
        <member name="M:apr_pool_create_ex_debug(apr_pool_t**,apr_pool_t*,=FUNC:System.Int32(System.Int32),apr_allocator_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*)">
Debug version of apr_pool_create_ex.
@param newpool @see apr_pool_create.
@param parent @see apr_pool_create.
@param abort_fn @see apr_pool_create.
@param allocator @see apr_pool_create.
@param file_line Where the function is called from.
       This is usually APR_POOL__FILE_LINE__.
@remark Only available when APR_POOL_DEBUG is defined.
        Call this directly if you have your apr_pool_create_ex
        calls in a wrapper function and wish to override
        the file_line argument to reflect the caller of
        your wrapper function. If you do not have
        apr_pool_create_ex in a wrapper, trust the macro
        and don't call apr_pool_create_ex_debug directly.
 
</member>
        <member name="M:apr_pool_create_unmanaged_ex(apr_pool_t**,=FUNC:System.Int32(System.Int32),apr_allocator_t*)">
Create a new unmanaged pool.
@param newpool The pool we have just created.
@param abort_fn A function to use if the pool cannot allocate more memory.
@param allocator The allocator to use with the new pool. If NULL a
       new allocator will be created with the new pool as owner.
@remark An unmanaged pool is a special pool without a parent; it will
        NOT be destroyed upon apr_terminate. It must be explicitly
        destroyed by calling apr_pool_destroy, to prevent memory leaks.
        Use of this function is discouraged, think twice about whether
        you really really need it.
@warning Any child cleanups registered against the new pool, or
        against sub-pools thereof, will not be executed during an
        invocation of apr_proc_create(), so resources created in an
        "unmanaged" pool hierarchy will leak to child processes.
 
</member>
        <member name="M:apr_pool_create_core_ex(apr_pool_t**,=FUNC:System.Int32(System.Int32),apr_allocator_t*)">
Create a new pool.
@deprecated @see apr_pool_create_unmanaged_ex.
 
</member>
        <member name="M:apr_pool_create_ex(apr_pool_t**,apr_pool_t*,=FUNC:System.Int32(System.Int32),apr_allocator_t*)">
Create a new pool.
@param newpool The pool we have just created.
@param parent The parent pool. If this is NULL, the new pool is a root
       pool. If it is non-NULL, the new pool will inherit all
       of its parent pool's attributes, except the apr_pool_t will
       be a sub-pool.
@param abort_fn A function to use if the pool cannot allocate more memory.
@param allocator The allocator to use with the new pool. If NULL the
       allocator of the parent pool will be used.
@remark This function is thread-safe, in the sense that multiple threads
        can safely create subpools of the same parent pool concurrently.
        Similarly, a subpool can be created by one thread at the same
        time that another thread accesses the parent pool.
 
</member>
        <member name="M:apr_allocator_mutex_get(apr_allocator_t*)">
Get the mutex currently set for the allocator
@param allocator The allocator
 
</member>
        <member name="M:apr_allocator_mutex_set(apr_allocator_t*,apr_thread_mutex_t*)">
Set a mutex for the allocator to use
@param allocator The allocator to set the mutex for
@param mutex The mutex
 
</member>
        <member name="M:apr_thread_mutex_pool_get(apr_thread_mutex_t!System.Runtime.CompilerServices.IsConst*)">
Get the pool used by this thread_mutex.
@return apr_pool_t the pool
 
</member>
        <member name="M:apr_thread_mutex_destroy(apr_thread_mutex_t*)">
Destroy the mutex and free the memory associated with the lock.
@param mutex the mutex to destroy.
 
</member>
        <member name="M:apr_thread_mutex_unlock(apr_thread_mutex_t*)">
Release the lock for the given mutex.
@param mutex the mutex from which to release the lock.
 
</member>
        <member name="M:apr_thread_mutex_timedlock(apr_thread_mutex_t*,System.Int64)">
Attempt to acquire the lock for the given mutex until timeout expires.
If the acquisition time outs, the call returns with APR_TIMEUP.
@param mutex the mutex on which to attempt the lock acquiring.
@param timeout the relative timeout (microseconds).
@note A timeout negative or nul means immediate attempt, returning
      APR_TIMEUP without blocking if it the lock is already acquired.
 
</member>
        <member name="M:apr_thread_mutex_trylock(apr_thread_mutex_t*)">
Attempt to acquire the lock for the given mutex. If the mutex has already
been acquired, the call returns immediately with APR_EBUSY. Note: it
is important that the APR_STATUS_IS_EBUSY(s) macro be used to determine
if the return value was APR_EBUSY, for portability reasons.
@param mutex the mutex on which to attempt the lock acquiring.
 
</member>
        <member name="M:apr_thread_mutex_lock(apr_thread_mutex_t*)">
Acquire the lock for the given mutex. If the mutex is already locked,
the current thread will be put to sleep until the lock becomes available.
@param mutex the mutex on which to acquire the lock.
 
</member>
        <member name="M:apr_thread_mutex_create(apr_thread_mutex_t**,System.UInt32,apr_pool_t*)">
Create and initialize a mutex that can be used to synchronize threads.
@param mutex the memory address where the newly created mutex will be
       stored.
@param flags Or'ed value of:
<PRE>
          APR_THREAD_MUTEX_DEFAULT platform-optimal lock behavior.
          APR_THREAD_MUTEX_NESTED enable nested (recursive) locks.
          APR_THREAD_MUTEX_UNNESTED disable nested locks (non-recursive).
</PRE>
@param pool the pool from which to allocate the mutex.
@warning Be cautious in using APR_THREAD_MUTEX_DEFAULT. While this is the
most optimal mutex based on a given platform's performance characteristics,
it will behave as either a nested or an unnested lock.
 
</member>
        <member name="M:apr_time_clock_hires(apr_pool_t*)">
Improve the clock resolution for the lifetime of the given pool.
Generally this is only desirable on benchmarking and other very
time-sensitive applications, and has no impact on most platforms.
@param p The pool to associate the finer clock resolution
 
</member>
        <member name="M:apr_strftime(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32*,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_time_exp_t*)">
Formats the exploded time according to the format specified
@param s string to write to
@param retsize The length of the returned string
@param max The maximum length of the string
@param format The format for the time string
@param tm The time to convert
 
</member>
        <member name="M:apr_ctime(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.Int64)">
length of a CTIME date
apr_ctime formats dates in the ctime() format
in an efficient manner. It is a fixed length format
and requires APR_CTIME_LEN bytes of storage including
the trailing NUL terminator.
Unlike ANSI/ISO C ctime(), apr_ctime() does not include
a \\n at the end of the string.
@param date_str String to write to.
@param t the time to convert
 
</member>
        <member name="M:apr_rfc822_date(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.Int64)">
length of a RFC822 Date
apr_rfc822_date formats dates in the RFC822
format in an efficient manner. It is a fixed length
format which requires APR_RFC822_DATA_LEN bytes of storage,
including the trailing NUL terminator.
@param date_str String to write to.
@param t the time to convert
 
</member>
        <member name="M:apr_sleep(System.Int64)">
Sleep for the specified number of micro-seconds.
@param t desired amount of time to sleep.
@warning May sleep for longer than the specified time.
 
</member>
        <member name="M:apr_time_exp_gmt_get(System.Int64*,apr_time_exp_t*)">
Convert time value from human readable format to a numeric apr_time_t that
always represents GMT.
@param result the resulting imploded time
@param input the input exploded time
 
</member>
        <member name="M:apr_time_exp_get(System.Int64*,apr_time_exp_t*)">
Convert time value from human readable format to a numeric apr_time_t
(elapsed microseconds since the epoch).
@param result the resulting imploded time
@param input the input exploded time
 
</member>
        <member name="M:apr_time_exp_lt(apr_time_exp_t*,System.Int64)">
Convert a time to its human readable components in the local timezone.
@param result the exploded time
@param input the time to explode
 
</member>
        <member name="M:apr_time_exp_gmt(apr_time_exp_t*,System.Int64)">
Convert a time to its human readable components (GMT).
@param result the exploded time
@param input the time to explode
 
</member>
        <member name="M:apr_time_exp_tz(apr_time_exp_t*,System.Int64,System.Int32)">
Convert a time to its human readable components using an offset
from GMT.
@param result the exploded time
@param input the time to explode
@param offs the number of seconds offset to apply
 
</member>
        <member name="M:apr_time_ansi_put(System.Int64*,System.Int64)">
Convert an ansi time_t to an apr_time_t
@param result the resulting apr_time_t
@param input the time_t to convert
 
</member>
        <member name="F:apr_time_exp_t.tm_gmtoff">
seconds east of UTC
</member>
        <member name="F:apr_time_exp_t.tm_isdst">
daylight saving time
</member>
        <member name="F:apr_time_exp_t.tm_yday">
(0-365) days since January 1
</member>
        <member name="F:apr_time_exp_t.tm_wday">
(0-6) days since Sunday
</member>
        <member name="F:apr_time_exp_t.tm_year">
year since 1900
</member>
        <member name="F:apr_time_exp_t.tm_mon">
(0-11) month of the year
</member>
        <member name="F:apr_time_exp_t.tm_mday">
(1-31) day of the month
</member>
        <member name="F:apr_time_exp_t.tm_hour">
(0-23) hours past midnight
</member>
        <member name="F:apr_time_exp_t.tm_min">
(0-59) minutes past tm_hour
</member>
        <member name="F:apr_time_exp_t.tm_sec">
(0-61) seconds past tm_min
</member>
        <member name="F:apr_time_exp_t.tm_usec">
microseconds past tm_sec
</member>
        <member name="T:apr_time_exp_t">
@see apr_time_exp_t
 
a structure similar to ANSI struct tm with the following differences:
 - tm_usec isn't an ANSI field
 - tm_gmtoff isn't an ANSI field (it's a BSDism)
 
</member>
        <member name="M:apr_time_now">
number of microseconds per second
@return apr_time_t as a second
@return apr_time_t as a usec
@return apr_time_t as a msec
@return apr_time_t as a msec
@return milliseconds as an apr_time_t
@return seconds as an apr_time_t
@return a second and usec combination as an apr_time_t
@return the current time
 
</member>
        <member name="D:apr_short_interval_time_t">
short interval for I/O timeouts, in microseconds
</member>
        <member name="D:apr_interval_time_t">
mechanism to properly type apr_time_t literals
mechanism to properly print apr_time_t values
intervals for I/O timeouts, in microseconds
</member>
        <member name="D:apr_time_t">
number of microseconds since 00:00:00 January 1, 1970 UTC
</member>
        <member name="F:apr_day_snames">
day names
</member>
        <member name="F:apr_month_snames">
@file apr_time.h
@brief APR Time Library
 
@defgroup apr_time Time Routines
@ingroup APR
@{
 
month names
</member>
        <member name="T:apr_thread_mutex_t">
@file apr_thread_mutex.h
@brief APR Thread Mutex Routines
 
@defgroup apr_thread_mutex Thread Mutex Routines
@ingroup APR
@{
 
Opaque thread-local mutex structure
</member>
        <member name="M:apr_allocator_max_free_set(apr_allocator_t*,System.UInt32)">
Set the current threshold at which the allocator should start
giving blocks back to the system.
@param allocator The allocator to set the threshold on
@param size The threshold. 0 == unlimited.
 
</member>
        <member name="M:apr_allocator_owner_get(apr_allocator_t*)">
Get the current owner of the allocator
@param allocator The allocator to get the owner from
 
</member>
        <member name="M:apr_allocator_owner_set(apr_allocator_t*,apr_pool_t*)">
Set the owner of the allocator
@param allocator The allocator to set the owner for
@param pool The pool that is to own the allocator
@remark Typically pool is the highest level pool using the allocator
 
</member>
        <member name="M:apr_allocator_align(apr_allocator_t*,System.UInt32)">
Get the true size that would be allocated for the given size (including
the header and alignment).
@param allocator The allocator from which to the memory would be allocated
@param size The size to align
@return The aligned size (or zero on apr_size_t overflow)
 
</member>
        <member name="M:apr_allocator_free(apr_allocator_t*,apr_memnode_t*)">
Free a list of blocks of mem, giving them back to the allocator.
The list is typically terminated by a memnode with its next field
set to NULL.
@param allocator The allocator to give the mem back to
@param memnode The memory node to return
 
</member>
        <member name="M:apr_allocator_alloc(apr_allocator_t*,System.UInt32)">
Allocate a block of mem from the allocator
@param allocator The allocator to allocate from
@param size The size of the mem to allocate (excluding the
       memnode structure)
 
</member>
        <member name="M:apr_allocator_destroy(apr_allocator_t*)">
Destroy an allocator
@param allocator The allocator to be destroyed
@remark Any memnodes not given back to the allocator prior to destroying
        will _not_ be free()d.
 
</member>
        <member name="M:apr_allocator_create(apr_allocator_t**)">
The base size of a memory node - aligned.
Symbolic constants
 Create a new allocator
 @param allocator The allocator we have just created.
 
 
</member>
        <member name="T:apr_memnode_t">
the structure which holds information about the allocation
 
basic memory node structure
 * @note The next, ref and first_avail fields are available for use by the
 * caller of apr_allocator_alloc(), the remaining fields are read-only.
 * The next field has to be used with caution and sensibly set when the
 * memnode is passed back to apr_allocator_free(). See apr_allocator_free()
 * for details.
 * The ref and first_avail fields will be properly restored by
 * apr_allocator_free().
 
</member>
        <member name="M:apr_pool_terminate">
Tear down all of the internal structures required to use pools
@remark Programs do NOT need to call this directly. APR will call this
     automatically from apr_terminate.
@internal
 
</member>
        <member name="M:apr_pool_initialize">
Setup all of the internal structures required to use pools
@remark Programs do NOT need to call this directly. APR will call this
     automatically from apr_initialize.
@internal
 
</member>
        <member name="D:apr_abortfunc_t">
 Declaration helper macro to construct apr_foo_pool_get()s.
 
 This standardized macro is used by opaque (APR) data types to return
 the apr_pool_t that is associated with the data type.
 
 APR_POOL_DECLARE_ACCESSOR() is used in a header file to declare the
 accessor function. A typical usage and result would be:
 <pre>
    APR_POOL_DECLARE_ACCESSOR(file);
 becomes:
    APR_DECLARE(apr_pool_t *) apr_file_pool_get(const apr_file_t *thefile);
 </pre>
 @remark Doxygen unwraps this macro (via doxygen.conf) to provide
 actual help for each specific occurrence of apr_foo_pool_get.
 @remark the linkage is specified for APR. It would be possible to expand
       the macros to support other linkages.
 
 Implementation helper macro to provide apr_foo_pool_get()s.
 
 In the implementation, the APR_POOL_IMPLEMENT_ACCESSOR() is used to
 actually define the function. It assumes the field is named "pool".
 
 Pool debug levels
 
 <pre>
 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
 ---------------------------------
 | | | | | | | | x | General debug code enabled (useful in
                                    combination with --with-efence).
 
 | | | | | | | x | | Verbose output on stderr (report
                                    CREATE, CLEAR, DESTROY).
 
 | | | | x | | | | | Verbose output on stderr (report
                                    PALLOC, PCALLOC).
 
 | | | | | | x | | | Lifetime checking. On each use of a
                                    pool, check its lifetime. If the pool
                                    is out of scope, abort().
                                    In combination with the verbose flag
                                    above, it will output LIFE in such an
                                    event prior to aborting.
 
 | | | | | x | | | | Pool owner checking. On each use of a
                                    pool, check if the current thread is the
                                    pool's owner. If not, abort(). In
                                    combination with the verbose flag above,
                                    it will output OWNER in such an event
                                    prior to aborting. Use the debug
                                    function apr_pool_owner_set() to switch
                                    a pool's ownership.
 
 When no debug level was specified, assume general debug mode.
 If level 0 was specified, debugging is switched off.
 </pre>
 
the place in the code where the particular function was called
A function that is called when allocation fails.
</member>
        <member name="M:apr_generate_random_bytes(System.Byte*,System.UInt32)">
@}
@defgroup apr_random Random Functions
@{
 
Generate random bytes.
@param buf Buffer to fill with random bytes
@param length Length of buffer in bytes
 
</member>
        <member name="M:apr_terminate2">
Tear down any APR internal data structures which aren't torn down
automatically, same as apr_terminate()
@remark An APR program must call either the apr_terminate() or apr_terminate2
        function once it it has finished using APR services. The APR
        developers suggest using @c atexit(apr_terminate) to ensure this is done.
        apr_terminate2 exists to allow non-c language apps to tear down apr,
        while apr_terminate() is recommended from c language applications.
 
</member>
        <member name="M:apr_terminate">
Tear down any APR internal data structures which aren't torn down
automatically. apr_terminate must be called once for every call to
apr_initialize() or apr_app_initialize().
@remark An APR program must call this function at termination once it
        has stopped using APR services. The APR developers suggest using
        @c atexit(apr_terminate) to ensure this is called. When using APR
        from a language other than C that has problems with the calling
        convention, use apr_terminate2() instead.
@see apr_terminate2
 
</member>
        <member name="M:apr_app_initialize(System.Int32*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsConst**)">
Set up an application with normalized argc, argv (and optionally env) in
order to deal with platform-specific oddities, such as Win32 services,
code pages and signals. This must be the first function called for any
APR program.
@param argc Pointer to the argc that may be corrected
@param argv Pointer to the argv that may be corrected
@param env Pointer to the env that may be corrected, may be NULL
@remark See apr_initialize() if this is a library consumer of apr.
Otherwise, this call is identical to apr_initialize(), and must be closed
with a call to apr_terminate() at the end of program execution.
 
</member>
        <member name="M:apr_initialize">
Finding offsets of elements within structures.
Taken from the X code... they've sweated portability of this stuff
so we don't have to. Sigh...
@param p_type pointer type name
@param field data field within the structure pointed to
@return offset
 
Finding offsets of elements within structures.
@param s_type structure type name
@param field data field within the structure
@return offset
 
Alignment macros
 
Default alignment
String and memory functions
 
Properly quote a value as a string in the C preprocessor
Helper macro for APR_STRINGIFY
@}
@defgroup apr_library Library initialization and termination
@{
 
Setup any APR internal data structures. This MUST be the first function
called for any APR library. It is safe to call apr_initialize several
times as long as apr_terminate() is called the same number of times.
@remark See apr_app_initialize() if this is an application, rather than
a library consumer of apr.
 
</member>
        <member name="D:apr_signum_t">
@defgroup apr_general Miscellaneous library routines
@ingroup APR
This is collection of oddballs that didn't fit anywhere else,
and might move to more appropriate headers with the release
of APR 1.0.
@{
 
FALSE
TRUE
a space
a carrige return
a line feed
a tab
signal numbers typedef
</member>
        <member name="D:sig_atomic_t">
 @file apr_pools.h
 @brief APR memory allocation
 
 Resource allocation routines...
 
 designed so that we don't have to keep track of EVERYTHING so that
 it can be explicitly freed later (a fundamentally unsound strategy ---
 particularly in the presence of die()).
 
 Instead, we maintain pools, and allocate items (both memory and I/O
 handlers) from the pools --- currently there are two, one for
 per-transaction info, and one for config info. When a transaction is
 over, we can delete everything in the per-transaction apr_pool_t without
 fear, and without thinking too hard about it either.
 
 Note that most operations on pools are not thread-safe: a single pool
 should only be accessed by a single thread at any given time. The one
 exception to this rule is creating a subpool of a given pool: one or more
 threads can safely create subpools at the same time that another thread
 accesses the parent pool.
 
@file apr_general.h
This is collection of oddballs that didn't fit anywhere else,
and might move to more appropriate headers with the release
of APR 1.0.
@brief APR Miscellaneous library routines
 
</member>
        <member name="M:apr_strerror(System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte*,System.UInt32)">
Return a human readable string describing the specified error.
@param statcode The error code to get a string for.
@param buf A buffer to hold the error string.
@param bufsize Size of the buffer to hold the string.
 
</member>
        <member name="D:apr_status_t">
@file apr_errno.h
@brief APR Error Codes
 
@defgroup apr_errno Error Codes
@ingroup APR
@{
 
Type for specifying an error or status code.
 
</member>
        <member name="T:SharpSvn.SvnDiffMergeArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.DiffMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffMergeArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:SharpSvn.Diff.SvnFileDiff.#ctor(svn_diff_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,SharpSvn.Implementation.AprPool)">
            <summary>originalPath and modifiedPath must live at least as long as pool</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteDifferencesArgs.CommandType">
            <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteMergedArgs.CommandType">
            <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteMergedArgs.ConflictSeparator">
            <summary>Gets or sets a replacement for the conflict separator (null is use original)</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteMergedArgs.ConflictLatest">
            <summary>Gets or sets a replacement for the Conflict latest line (null is use original)</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteMergedArgs.ConflictModified">
            <summary>Gets or sets a replacement for the Conflict modified line (null is use original)</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteMergedArgs.AncestorPath">
            <summary>Gets or sets a replacement for the Ancestor Path (null is use original)</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteMergedArgs.LatestPath">
            <summary>Gets or sets a replacement for the Latest Path (null is use original)</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteMergedArgs.ModifiedPath">
            <summary>Gets or sets a replacement for the Modified Path (null is use original)</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiffWriteMergedArgs.OriginalPath">
            <summary>Gets or sets a replacement for the Original Path (null is use original)</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnFileDiffArgs.CommandType">
            <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary>
        </member>
        <member name="F:SharpSvn.Diff.SvnDiffDisplay.OnlyConflicts">
            <summary>Like svn_diff_conflict_display_modified_original_latest, but
*only* showing conflicts.</summary>
        </member>
        <member name="F:SharpSvn.Diff.SvnDiffDisplay.Latest">
            <summary>Just display latest, with no markers.</summary>
        </member>
        <member name="F:SharpSvn.Diff.SvnDiffDisplay.Modified">
            <summary>Just display modified, with no markers.</summary>
        </member>
        <member name="F:SharpSvn.Diff.SvnDiffDisplay.ModifiedOridingalLatest">
            <summary>Display modified, original, and latest, with conflict markers.</summary>
        </member>
        <member name="F:SharpSvn.Diff.SvnDiffDisplay.ResolvedModifiedLatest">
            <summary>Like svn_diff_conflict_display_modified_latest, but with an
extra effort to identify common sequences between modified and
latest.</summary>
        </member>
        <member name="F:SharpSvn.Diff.SvnDiffDisplay.ModifiedLatest">
            <summary>Display modified and latest, with conflict markers</summary>
        </member>
        <member name="P:SharpSvn.SvnGetPropertyArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnGetPropertyArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s GetProperty</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:SharpSvn.Diff.SvnDiff`1.CreateComparer">
            <summary>Creates the comparer used to compare the tokens. Defaults to Comparer&lt;TToken&gt;::Default</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiff`1.TokenComparer">
            <summary>Gets the comparer used to compare the tokens</summary>
            <remarks>The instance returned is creatd by <see cref="M:SharpSvn.Diff.SvnDiff`1.CreateComparer" /></remarks>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiff`1.HasDifferences">
            <summary>Gets a boolean indicating whether the merge result contains differences</summary>
        </member>
        <member name="P:SharpSvn.Diff.SvnDiff`1.HasConflicts">
            <summary>Gets a boolean indicating whether the merge result contains conflicts</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoArgs.RetrieveActualOnly">
            <summary>Include actual only (tree conflict) nodes in the result (Default true)</summary>
        </member>
        <member name="P:SharpSvn.SvnInfoArgs.RetrieveExcluded">
            <summary>Include excluded nodes in the result (Default true)</summary>
        </member>
        <member name="T:SharpSvn.SvnInfoArgs">
            <summary>Extended Parameter container of SvnClient.Info</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:propval">
Properly quote a value as a string in the C preprocessor
Helper macro for STRINGIFY
Version number with tag (contains no whitespace)
</member>
        <member name="M:apu_version(apr_version_t*)">
@defgroup APR_Util APR Utility Functions
@{
 
@}
</member>
        <member name="P:SharpSvn.SvnCopyArgs.IgnoreExternals">
            <summary>Gets or sets a boolean that if set to true tells copy not to process
externals definitions as part of this operation.</summary>
        </member>
        <member name="P:SharpSvn.SvnCopyArgs.AlwaysCopyAsChild">
            <summary>Always copies the result to below the target (this behaviour is always used if multiple targets are provided)</summary>
        </member>
        <member name="P:SharpSvn.SvnCopyArgs.CreateParents">
            <summary>Creates parent directories if required</summary>
        </member>
        <member name="T:SharpSvn.SvnCopyArgs">
            <summary>Extended Parameter container of SvnClient.Copy(SvnTarget^,String^,SvnCopyArgs^)" /&gt; and
<see cref="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnMoveArgs.CreateParents">
            <summary>Creates parent directories if required</summary>
        </member>
        <member name="T:SharpSvn.SvnMoveArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Move(System.String,System.String,SharpSvn.SvnMoveArgs)" /> and
<see cref="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri,SharpSvn.SvnMoveArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:svn_cache__membuffer_clear(svn_membuffer_t*)">
 Remove all current contents from CACHE.
 
 NOTE: In a multi-threaded environment, new contents may have been put
 into the cache by the time this function returns.
 
</member>
        <member name="M:svn_cache__membuffer_get_global_info(apr_pool_t*)">
Return total access and size stats over all membuffer caches as they
share the underlying data buffer. The result will be allocated in POOL.
 
</member>
        <member name="M:svn_cache__format_info(svn_cache__info_t!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
Return the information given in @a info formatted as a multi-line string.
If @a access_only has been set, size and fill-level statistics will be
omitted. Allocations take place in @a result_pool.
 
</member>
        <member name="M:svn_cache__get_info(svn_cache__t*,svn_cache__info_t*,System.Int32,apr_pool_t*)">
Collect all available usage statistics on the cache instance @a cache
and write the data into @a info. If @a reset has been set, access
counters will be reset right after copying the statistics info.
@a result_pool will be used for allocations.
 
</member>
        <member name="M:svn_cache__set_partial(svn_cache__t*,System.Void!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void**,System.UInt32*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Find the item identified by @a key in the @a cache. If it has been found,
call @a func for it and @a baton to potentially modify the data. Changed
data will be written back to the cache. If the item cannot be found,
or if @a key is NULL, @a func does not get called. @a scratch_pool is
used for temporary allocations.
 
</member>
        <member name="M:svn_cache__get_partial(System.Void**,System.Int32*,svn_cache__t*,System.Void!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void**,System.Void!System.Runtime.CompilerServices.IsConst*,System.UInt32,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Similar to svn_cache__get() but will call a specific de-serialization
function @a func. @a found will be set depending on whether the @a key
has been found. Even if that reports @c TRUE, @a value may still return
a @c NULL pointer depending on the logic inside @a func. For a @a NULL
@a key, no data will be found. @a value will be allocated in
@a result_pool.
 
</member>
        <member name="M:svn_cache__iter(System.Int32*,svn_cache__t*,=FUNC:svn_error_t*(System.Void*,System.Void!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Iterates over the elements currently in @a cache, calling @a func
 for each one until there are no more elements or @a func returns an
 error. Uses @a scratch_pool for temporary allocations.
 
 If @a completed is not NULL, then on return - if @a func returns no
 errors - @a *completed will be set to @c TRUE.
 
 If @a func returns an error other than @c SVN_ERR_ITER_BREAK, that
 error is returned. When @a func returns @c SVN_ERR_ITER_BREAK,
 iteration is interrupted, but no error is returned and @a
 *completed is set to @c FALSE. (The error handler set by
 svn_cache__set_error_handler is not used for svn_cache__iter.)
 
 It is not legal to perform any other cache operations on @a cache
 inside @a func.
 
 svn_cache__iter is not supported by all cache implementations; see
 the svn_cache__create_* function for details.
 
</member>
        <member name="M:svn_cache__set(svn_cache__t*,System.Void!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
 Stores the value @a value under the key @a key in @a cache. Uses @a
 scratch_pool for temporary allocations. The cache makes copies of
 @a key and @a value if necessary (that is, @a key and @a value may
 have shorter lifetimes than the cache). @a key may be NULL in which
 case the cache will remain unchanged.
 
 If there is already a value for @a key, this will replace it. Bear
 in mind that in some circumstances this may leak memory (that is,
 the cache's copy of the previous value may not be immediately
 cleared); it is only guaranteed to not leak for caches created with
 @a items_per_page equal to 1.
 
</member>
        <member name="M:svn_cache__has_key(System.Int32*,svn_cache__t*,System.Void!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Looks for an entry indexed by @a key in @a cache, setting @a *found
to TRUE if an entry has been found and FALSE otherwise. @a key may be
NULL in which case @a *found will be FALSE. Temporary allocations will
be made from @a scratch_pool.
 
</member>
        <member name="M:svn_cache__get(System.Void**,System.Int32*,svn_cache__t*,System.Void!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Fetches a value indexed by @a key from @a cache into @a *value,
setting @a *found to TRUE iff it is in the cache and FALSE if it is
not found. @a key may be NULL in which case @a *found will be
FALSE. The value is copied into @a result_pool using the deserialize
function provided to the cache's constructor.
 
</member>
        <member name="M:svn_cache__is_cachable(svn_cache__t*,System.UInt32)">
Returns @c TRUE if the @a cache supports objects of the given @a size.
There is no guarantee, that svn_cache__set() will actually store the
respective object in that case. However, a @c FALSE return value indicates
that an attempt to cache the item will either fail or impair the overall
cache performance. @c FALSE will also be returned if @a cache is @c NULL.
 
</member>
        <member name="M:svn_cache__set_error_handler(svn_cache__t*,=FUNC:svn_error_t*(svn_error_t*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Sets @a handler to be @a cache's error handling routine. If any
error is returned from a call to svn_cache__get or svn_cache__set, @a
handler will be called with @a baton and the error, and the
original function will return whatever error @a handler returns
instead (possibly SVN_NO_ERROR); @a handler will receive the pool
passed to the svn_cache_* function. @a scratch_pool is used for temporary
allocations.
 
</member>
        <member name="M:svn_cache__create_null(svn_cache__t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Creates a null-cache instance in @a *cache_p, allocated from
 @a result_pool. The given @c id is the only data stored in it and can
 be retrieved through svn_cache__get_info().
 
 The cache object will immediately evict (reject) any data being added
 to it and will always report as empty.
 
</member>
        <member name="M:svn_cache__create_membuffer_cache(svn_cache__t**,svn_membuffer_t*,=FUNC:svn_error_t*(System.Void**,System.UInt32*,System.Void*,apr_pool_t*),=FUNC:svn_error_t*(System.Void**,System.Void*,System.UInt32,apr_pool_t*),System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.UInt32,System.Int32,System.Int32,apr_pool_t*,apr_pool_t*)">
@defgroup Standard priority classes for #svn_cache__create_membuffer_cache.
@{
 
Data in this priority class should not be removed from the cache unless
absolutely necessary. Use of this should be very restricted.
 
Data in this priority class has a good chance to remain in cache unless
there is more data in this class than the cache's capacity. Use of this
as the default for all information that is costly to fetch from disk.
 
Data in this priority class will be removed as soon as the cache starts
filling up. Use of this for ephemeral data that can easily be acquired
again from other sources.
 
@}
 Creates a new cache in @a *cache_p, storing the data in a potentially
 shared @a membuffer object. The elements in the cache will be indexed
 by keys of length @a klen, which may be APR_HASH_KEY_STRING if they
 are strings. Values will be serialized for the memcache using @a
 serialize_func and deserialized using @a deserialize_func. Because
 the same memcache object may cache many different kinds of values
 form multiple caches, @a prefix should be specified to differentiate
 this cache from other caches. All entries written through this cache
 interface will be assigned into the given @a priority class. @a *cache_p
 will be allocated in @a result_pool. @a scratch_pool is used for
 temporary allocations.
 
 If @a deserialize_func is NULL, then the data is returned as an
 svn_stringbuf_t; if @a serialize_func is NULL, then the data is
 assumed to be an svn_stringbuf_t.
 
 If @a thread_safe is true, and APR is compiled with threads, all
 accesses to the cache will be protected with a mutex, if the shared
 @a membuffer has also been created with thread_safe flag set.
 
 If @a short_lived is set, assume that the data stored through this
 cache will probably only be needed for a short period of time.
 Typically, some UUID is used as part of the prefix in that scenario.
 This flag is a mere hint and does not affect functionality.
 
 These caches do not support svn_cache__iter.
 
</member>
        <member name="M:svn_cache__membuffer_cache_create(svn_membuffer_t**,System.UInt32,System.UInt32,System.UInt32,System.Int32,System.Int32,apr_pool_t*)">
 Creates a new membuffer cache object in @a *cache. It will contain
 up to @a total_size bytes of data, using @a directory_size bytes
 for index information and the remainder for serialized objects.
 
 Since each index entry is about 50 bytes long, 1 to 10 percent of
 the @a total_size should be allocated to the @a directory_size,
 depending on the average serialized object size. Higher percentages
 will generally result in higher hit rates and reduced conflict
 resolution overhead.
 
 The cache will be split into @a segment_count segments of equal size.
 A higher number reduces lock contention but also limits the maximum
 cachable item size. If it is not a power of two, it will be rounded
 down to next lower power of two. Also, there is an implementation
 specific upper limit and the setting will be capped there automatically.
 If the number is 0, a default will be derived from @a total_size.
 
 If access to the resulting cache object is guaranteed to be serialized,
 @a thread_safe may be set to @c FALSE for maximum performance.
 
 There is no limit on the number of threads reading a given cache segment
 concurrently. Writes, however, need an exclusive lock on the respective
 segment. @a allow_blocking_writes controls contention is handled here.
 If set to TRUE, writes will wait until the lock becomes available, i.e.
 reads should be short. If set to FALSE, write attempts will be ignored
 (no data being written to the cache) if some reader or another writer
 currently holds the segment lock.
 
 Allocations will be made in @a result_pool, in particular the data buffers.
 
</member>
        <member name="M:svn_cache__make_memcache_from_config(svn_memcache_t**,svn_config_t*,apr_pool_t*,apr_pool_t*)">
 Given @a config, returns an APR memcached interface in @a
 *memcache_p allocated in @a result_pool if @a config contains entries in
 the SVN_CACHE_CONFIG_CATEGORY_MEMCACHED_SERVERS section describing
 memcached servers; otherwise, sets @a *memcache_p to NULL. Use
 @a scratch_pool for temporary allocations.
 
 If Subversion was not built with apr_memcache_support, then raises
 SVN_ERR_NO_APR_MEMCACHE if and only if @a config is configured to
 use memcache.
 
</member>
        <member name="M:svn_cache__create_memcache(svn_cache__t**,svn_memcache_t*,=FUNC:svn_error_t*(System.Void**,System.UInt32*,System.Void*,apr_pool_t*),=FUNC:svn_error_t*(System.Void**,System.Void*,System.UInt32,apr_pool_t*),System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Creates a new cache in @a *cache_p, communicating to a memcached
 process via @a memcache. The elements in the cache will be indexed
 by keys of length @a klen, which may be APR_HASH_KEY_STRING if they
 are strings. Values will be serialized for memcached using @a
 serialize_func and deserialized using @a deserialize_func. Because
 the same memcached server may cache many different kinds of values,
 @a prefix should be specified to differentiate this cache from
 other caches. @a *cache_p will be allocated in @a result_pool.
 
 If @a deserialize_func is NULL, then the data is returned as an
 svn_stringbuf_t; if @a serialize_func is NULL, then the data is
 assumed to be an svn_stringbuf_t.
 
 These caches are always thread safe.
 
 These caches do not support svn_cache__iter.
 
 If Subversion was not built with apr_memcache support, always
 raises SVN_ERR_NO_APR_MEMCACHE.
 
</member>
        <member name="M:svn_cache__create_inprocess(svn_cache__t**,=FUNC:svn_error_t*(System.Void**,System.UInt32*,System.Void*,apr_pool_t*),=FUNC:svn_error_t*(System.Void**,System.Void*,System.UInt32,apr_pool_t*),System.Int32,System.Int64,System.Int64,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Creates a new cache in @a *cache_p. This cache will use @a pool
 for all of its storage needs. The elements in the cache will be
 indexed by keys of length @a klen, which may be APR_HASH_KEY_STRING
 if they are strings. Cached values will be copied in and out of
 the cache using @a serialize_func and @a deserialize_func, respectively.
 
 If @a deserialize_func is NULL, then the data is returned as an
 svn_stringbuf_t; if @a serialize_func is NULL, then the data is
 assumed to be an svn_stringbuf_t.
 
 The cache stores up to @a pages * @a items_per_page items at a
 time. The exact cache invalidation strategy is not defined here,
 but in general, a lower value for @a items_per_page means more
 memory overhead for the same number of items, but a higher value
 for @a items_per_page means more items are cleared at once. Both
 @a pages and @a items_per_page must be positive (though they both
 may certainly be 1).
 
 If @a thread_safe is true, and APR is compiled with threads, all
 accesses to the cache will be protected with a mutex. The @a id
 is a purely user-visible information that will allow coders to
 identify this cache instance in a #svn_cache__info_t struct.
 It does not influence the behavior of the cache itself.
 
 Note that NULL is a legitimate value for cache entries (and
 @a serialize_func will not be called on it).
 
 It is not safe for @a serialize_func nor @a deserialize_func to
 interact with the cache itself.
 
</member>
        <member name="F:svn_cache__info_t.histogram">
Number of index buckets with the given number of entries.
   * Bucket sizes larger than the array will saturate into the
   * highest array index.
 
</member>
        <member name="F:svn_cache__info_t.total_entries">
Maximum numbers of cache entries.
   * May be 0 if that information is not available.
 
</member>
        <member name="F:svn_cache__info_t.used_entries">
Number of cache entries.
   * May be 0 if that information is not available.
 
</member>
        <member name="F:svn_cache__info_t.total_size">
Lower threshold of the total size of memory allocated to the cache and
   * its index as well as management structures. The actual memory allocated
   * by the cache may be larger.
 
</member>
        <member name="F:svn_cache__info_t.data_size">
Amount of memory currently reserved for cached data.
   * Will be equal to @a used_size if no precise information is available.
 
</member>
        <member name="F:svn_cache__info_t.used_size">
Size of the data currently stored in the cache.
   * May be 0 if that information is not available.
 
</member>
        <member name="F:svn_cache__info_t.failures">
Number of function calls that returned an error.
 
</member>
        <member name="F:svn_cache__info_t.sets">
Number of setter calls (svn_cache__set()).
 
</member>
        <member name="F:svn_cache__info_t.hits">
Number of getter calls that return data.
 
</member>
        <member name="F:svn_cache__info_t.gets">
Number of getter calls (svn_cache__get() or svn_cache__get()).
 
</member>
        <member name="F:svn_cache__info_t.id">
A string identifying the cache instance. Usually a copy of the @a id
   * or @a prefix parameter passed to the cache constructor.
 
</member>
        <member name="T:svn_cache__info_t">
A structure containing typical statistics about a given cache instance.
Use svn_cache__get_info() to get this data. Note that not all types
of caches will be able to report complete and correct information.
 
</member>
        <member name="T:svn_cache__t">
Opaque type for an in-memory cache.
 
</member>
        <member name="T:svn_membuffer_t">
An opaque structure representing a membuffer cache object.
 
 
 Access the process-global (singleton) membuffer cache. The first call
 will automatically allocate the cache using the current cache config.
 NULL will be returned if the desired cache size is 0.
 
 @since New in 1.7.
 
</member>
        <member name="T:svn_memcache_t">
A wrapper around apr_memcache_t, provided essentially so that the
Subversion public API doesn't depend on whether or not you have
access to the APR memcache libraries.
 
</member>
        <member name="D:svn_cache__error_handler_t">
A function type for transforming or ignoring errors. @a scratch_pool may
be used for temporary allocations.
 
</member>
        <member name="D:svn_cache__serialize_func_t">
A function type for serializing an object @a in into bytes. The
function should allocate the serialized value in @a result_pool, set
@a *data to the serialized value, and set @a *data_len to its length.
 
</member>
        <member name="D:svn_cache__partial_setter_func_t">
A function type for modifying an already deserialized in the @a *data
buffer of length @a *data_len. Additional information of the modification
to do will be provided in @a baton. The function may change the size of
data buffer and may re-allocate it if necessary. In that case, the new
values must be passed back in @a *data_len and @a *data, respectively.
Allocations will be done from @a result_pool.
 
</member>
        <member name="D:svn_cache__partial_getter_func_t">
A function type for deserializing an object @a *out from the string
@a data of length @a data_len into @a result_pool. The extra information
@a baton passed into can be used to deserialize only a specific part or
sub-structure or to perform any other non-modifying operation that may
not require the whole structure to be processed.
 
</member>
        <member name="D:svn_cache__deserialize_func_t">
@defgroup svn_cache__support In-memory caching
@{
 
A function type for deserializing an object @a *out from the string
@a data of length @a data_len into @a result_pool. It is legal and
generally suggested that the deserialization will be done in-place,
i.e. modify @a data directly and return it in @a *out.
 
</member>
        <member name="M:svn_iter__break">
Internal routine used by svn_iter_break() macro.
 
</member>
        <member name="M:svn_iter_apr_array(System.Int32*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Iterate over the elements in @a array calling @a func for each one until
 * there are no more elements or @a func returns an error.
 *
 * Uses @a pool for temporary allocations.
 *
 * If @a completed is not NULL, then on return - if @a func returns no
 * errors - @a *completed will be set to @c TRUE.
 *
 * If @a func returns an error other than @c SVN_ERR_ITER_BREAK, that
 * error is returned. When @a func returns @c SVN_ERR_ITER_BREAK,
 * iteration is interrupted, but no error is returned and @a *completed is
 * set to @c FALSE (even if this iteration was the last one).
 *
 * @since New in 1.5.
 
</member>
        <member name="D:svn_iter_apr_array_cb_t">
Iteration callback used in conjunction with svn_iter_apr_array().
 *
 * Use @a pool for temporary allocation, it's cleared between invocations.
 *
 * @a baton is the baton passed to svn_iter_apr_array(). @a item
 * is a pointer to the item written to the array with the APR_ARRAY_PUSH()
 * macro.
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_iter_apr_hash(System.Int32*,apr_hash_t*,=FUNC:svn_error_t*(System.Void*,System.Void!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Void*,apr_pool_t*),System.Void*,apr_pool_t*)">
Iterate over the elements in @a hash, calling @a func for each one until
 * there are no more elements or @a func returns an error.
 *
 * Uses @a pool for temporary allocations.
 *
 * If @a completed is not NULL, then on return - if @a func returns no
 * errors - @a *completed will be set to @c TRUE.
 *
 * If @a func returns an error other than @c SVN_ERR_ITER_BREAK, that
 * error is returned. When @a func returns @c SVN_ERR_ITER_BREAK,
 * iteration is interrupted, but no error is returned and @a *completed is
 * set to @c FALSE (even if this iteration was the last one).
 *
 * @since New in 1.5.
 
</member>
        <member name="D:svn_iter_apr_hash_cb_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_cache.h
 @brief In-memory cache implementation.
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_iter.h
 @brief The Subversion Iteration drivers helper routines
 
 
Callback function for use with svn_iter_apr_hash().
 * Use @a pool for temporary allocation, it's cleared between invocations.
 *
 * @a key, @a klen and @a val are the values normally retrieved with
 * apr_hash_this().
 *
 * @a baton is the baton passed into svn_iter_apr_hash().
 *
 * @since New in 1.5.
 
</member>
        <member name="M:svn_cache_config_set(svn_cache_config_t!System.Runtime.CompilerServices.IsConst*)">
Set the cache configuration. Please note that it may not change
   the actual configuration *in use*. Therefore, call it before reading
   data from any repo and call it only once.
 
   This function is not thread-safe. Therefore, it should be called
   from the processes' initialization code only.
 
   @since New in 1.7.
 
</member>
        <member name="M:svn_cache_config_get">
Get the current cache configuration. If it has not been set,
   this function will return the default settings.
 
   @since New in 1.7.
 
</member>
        <member name="F:svn_cache_config_t.single_threaded">
is this application guaranteed to be single-threaded?
</member>
        <member name="F:svn_cache_config_t.file_handle_count">
maximum number of files kept open
</member>
        <member name="F:svn_cache_config_t.cache_size">
total cache size in bytes. Please note that this is only soft limit
     to the total application memory usage and will be exceeded due to
     temporary objects and other program state.
     May be 0, resulting in default caching code being used.
</member>
        <member name="T:svn_cache_config_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_cache_config.h
 @brief Configuration interface to internal Subversion caches.
 
@defgroup svn_fs_cache_config caching configuration
 * @{
 * @since New in 1.7.
Cache resource settings. It controls what caches, in what size and
   how they will be created. The settings apply for the whole process.
 
   @note Do not extend this data structure as this would break binary
         compatibility.
 
   @since New in 1.7.
 
</member>
        <member name="M:SharpSvn.SvnExternalItem.TryParse(System.String,SharpSvn.SvnExternalItem[]@)">
            <summary>Tries to parse a single SvnExternalItem</summary>
        </member>
        <member name="M:SharpSvn.SvnExternalItem.TryParse(System.String,SharpSvn.SvnExternalItem@)">
            <summary>Tries to parse a single SvnExternalItem</summary>
        </member>
        <member name="M:SharpSvn.SvnExternalItem.WriteTo(System.Text.StringBuilder,System.Boolean)">
            <summary>Writes the value to the specified <see cref="T:System.Text.StringBuilder" /></summary>
        </member>
        <member name="M:SharpSvn.SvnExternalItem.ToString(System.Boolean)">
            <summary>Creates a string containing the external in string format. Optionally preferring formats compatible with older clients</summary>
        </member>
        <member name="M:SharpSvn.SvnExternalItem.ToString">
            <summary>Creates a string containing the external in string format. Preferring formats compatible with older clients</summary>
        </member>
        <member name="P:SharpSvn.SvnExternalItem.Reference">
            <summary>Gets the absolute or relative url of the external (What to insert)</summary>
        </member>
        <member name="P:SharpSvn.SvnExternalItem.Target">
            <summary>Gets the target path of the external (Where to place the external)</summary>
        </member>
        <member name="P:SharpSvn.SvnBlameArgs.Range">
            <summary>Gets or sets the blame range as <see cref="T:SharpSvn.SvnRevisionRange" /></summary>
        </member>
        <member name="T:SharpSvn.SvnBlameArgs">
            <summary>Extended Parameter container for SvnClient.Blame</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnGetWorkingCopyVersionArgs.CommandType">
            <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary>
        </member>
        <member name="T:SharpSvn.SvnLockArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Lock(System.String,SharpSvn.SvnLockArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnHotCopyRepositoryArgs.CleanLogFiles">
            <summary>Gets or sets a value indicating whether to clean the database logfiles after the hotcopy</summary>
        </member>
        <member name="T:SharpSvn.SvnHotCopyRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s CreateRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnReplayRevisionArgs.RetrieveContent">
            <summary>Gets or sets a boolean indicating whether to retrieve real property
and content changes. If set to false only marker changes are sent. (Changes on ""
property and empty file deltas</summary>
        </member>
        <member name="P:SharpSvn.SvnReplayRevisionArgs.LowWatermarkRevision">
            <summary>Gets or sets the maximum version the client knows about. Deltas will be
based on this version</summary>
        </member>
        <member name="T:SharpSvn.SvnReplayRevisionArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />.ReplayRevision</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnRecoverRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s RecoverRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnResolveArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Resolved(System.String)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnFileVersionsArgs.LineStyle">
            <summary>Gets or sets a value indicating how to translate line endings (<see cref="F:SharpSvn.SvnLineStyle.Default" /> = no translation</summary>
        </member>
        <member name="P:SharpSvn.SvnFileVersionsArgs.ToDirectory">
            <summary>Gets or sets a directory to receive all file versions</summary>
            <value>The directory to place the versions in or <c>null</c> to only delegate the files to the event handler</value>
        </member>
        <member name="P:SharpSvn.SvnFileVersionsArgs.Range">
            <summary>Gets or sets the blame range as <see cref="T:SharpSvn.SvnRevisionRange" /></summary>
        </member>
        <member name="T:SharpSvn.SvnFileVersionsArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.FileVersions(SharpSvn.SvnTarget,SharpSvn.SvnFileVersionsArgs,System.EventHandler`1{SharpSvn.SvnFileVersionEventArgs})" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:SharpSvn.Security.SvnAuthentication.GetAuthorizationBaton(System.Int32@)">
            <summary>Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings</summary>
            <summary>Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings</summary>
        </member>
        <member name="P:SharpSvn.SvnAddToChangeListArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnAddToChangeListArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.AddToChangeList(System.String,System.String,SharpSvn.SvnAddToChangeListArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnWriteArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream,SharpSvn.SvnWriteArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyCopyArgs.MetaDataOnly">
            <summary>Only perform a metadata update and leave the working copy as-is</summary>
        </member>
        <member name="T:SharpSvn.SvnWorkingCopyCopyArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnWorkingCopyClient.Copy(System.String,System.String,SharpSvn.SvnWorkingCopyCopyArgs)" />.</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnSetRevisionPropertyRepositoryArgs.Author">
            <summary>Gets or sets the author passed to the hook scripts</summary>
        </member>
        <member name="P:SharpSvn.SvnSetRevisionPropertyRepositoryArgs.CallPostRevPropChangeHook">
            <summary>Gets or sets a value indicating whether to call the hook after changing the revision property</summary>
        </member>
        <member name="P:SharpSvn.SvnSetRevisionPropertyRepositoryArgs.CallPreRevPropChangeHook">
            <summary>Gets or sets a value indicating whether to call the hook before changing the revision property</summary>
        </member>
        <member name="T:SharpSvn.SvnSetRevisionPropertyRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s CreateRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnGetSuggestedMergeSourcesArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s GetSuggestedMergeSources method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnLookGetPropertyArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" />'s Changed method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnUpgradeArgs">
            <summary>Extended parameter container for <see cref="T:SharpSvn.SvnClient" />Cleanup</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnDiffSummaryArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnDiffSummaryArgs">
            <summary>Extended Parameter container for SvnClient.DiffSummary</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnUpgradeRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s RecoverRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnReintegrationMergeArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.ReintegrationMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnReintegrationMergeArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.CreateFileNode(SharpSvn.Delta.SvnDeltaNode,System.String)">
            <summary>Factory function to create a new SvnDeltaNode instance for the specified file</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.CreateDirectoryNode(SharpSvn.Delta.SvnDeltaNode,System.String)">
            <summary>Factory function to creates a new SvnDeltaNode instance for the specified directory</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnAbort(SharpSvn.Delta.SvnDeltaAbortEventArgs)">
            <summary>Called when a delta run is aborted</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnClose(SharpSvn.Delta.SvnDeltaCloseEventArgs)">
            <summary>Called when a delta run is complete</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnFileAbsent(SharpSvn.Delta.SvnDeltaFileAbsentEventArgs)">
            <summary>Called to specify that information on a file won't be provided (e.g. Authorization)</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnFileClose(SharpSvn.Delta.SvnDeltaFileCloseEventArgs)">
            <summary>Called to close a directory opened with <see cref="E:SharpSvn.Delta.SvnDeltaEditor.FileOpen" /> or <see cref="E:SharpSvn.Delta.SvnDeltaEditor.FileAdd" /></summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnFilePropertyChange(SharpSvn.Delta.SvnDeltaFilePropertyChangeEventArgs)">
            <summary>Called to change a property on a file</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnFileChange(SharpSvn.Delta.SvnDeltaFileChangeEventArgs)">
            <summary>Called when a file is about to receive content changes</summary>
            <remarks>The actual changes are not passed to this function, but are streamed to the target
specified by the <see cref="P:SharpSvn.Delta.SvnDeltaFileChangeEventArgs.Target" /> property of the <see cref="T:SharpSvn.Delta.SvnDeltaFileChangeEventArgs" /></remarks>
        </member>
        <member name="E:SharpSvn.Delta.SvnDeltaEditor.FileDelta">
            <summary>Raised when a file is about to receive content changes</summary>
            <remarks>The actual changes are not passed to this event, but are streamed to the target
specified by the <see cref="P:SharpSvn.Delta.SvnDeltaFileChangeEventArgs.Target" /> property of the <see cref="T:SharpSvn.Delta.SvnDeltaFileChangeEventArgs" /></remarks>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnFileOpen(SharpSvn.Delta.SvnDeltaFileOpenEventArgs)">
            <summary>Called to open a file receiving changes</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnFileAdd(SharpSvn.Delta.SvnDeltaFileAddEventArgs)">
            <summary>Called instead of <see cref="M:SharpSvn.Delta.SvnDeltaEditor.OnFileAdd(SharpSvn.Delta.SvnDeltaFileAddEventArgs)" /> when a new file is added to a directory</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnDirectoryAbsent(SharpSvn.Delta.SvnDeltaDirectoryAbsentEventArgs)">
            <summary>Called to specify that information on a directory won't be provided (e.g. Authorization)</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnDirectoryClose(SharpSvn.Delta.SvnDeltaDirectoryCloseEventArgs)">
            <summary>Called to close a directory opened with <see cref="E:SharpSvn.Delta.SvnDeltaEditor.DirectoryOpen" /> or <see cref="E:SharpSvn.Delta.SvnDeltaEditor.DirectoryAdd" /></summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnDirectoryPropertyChange(SharpSvn.Delta.SvnDeltaDirectoryPropertyChangeEventArgs)">
            <summary>Called to change a property on a directory</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnDirectoryOpen(SharpSvn.Delta.SvnDeltaDirectoryOpenEventArgs)">
            <summary>Called to open a directory receiving changes</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnDirectoryAdd(SharpSvn.Delta.SvnDeltaDirectoryAddEventArgs)">
            <summary>Called instead of OnDirectoryOpen when a new directory is added</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnDeleteEntry(SharpSvn.Delta.SvnDeltaDeleteEntryEventArgs)">
            <summary>Called when an entry (directory or file) is removed from a directory</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnOpen(SharpSvn.Delta.SvnDeltaOpenEventArgs)">
            <summary>Called before the first directory operations</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaEditor.OnSetTarget(SharpSvn.Delta.SvnDeltaSetTargetEventArgs)">
            <summary>Called before open root to specify the target settings</summary>
        </member>
        <member name="T:SharpSvn.Delta.SvnDeltaEditor">
            <summary>The SvnDeltaEditor is a generic receiver of Subversion changes.
Hook events on this class or override methods on descendants of this class to
receive changes</summary>
        </member>
        <member name="E:SharpSvn.Delta.SvnDeltaFileChangeEventArgs.DeltaComplete">
            <summary>Raised when <see cref="P:SharpSvn.Delta.SvnDeltaFileChangeEventArgs.Target" /> is not null and completes its processing</summary>
        </member>
        <member name="P:SharpSvn.Delta.SvnDeltaFileChangeEventArgs.Target">
            <summary>Gets or sets the <see cref="T:SharpSvn.Delta.SvnDeltaTarget" /> that receives the actual differences
after this event returns</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaFileTransform.OnDeltaWindow(SharpSvn.Delta.SvnDeltaWindowEventArgs)">
            <summary>Called when a delta window is ready for processing</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaFileTransform.#ctor(System.String,System.String,System.Boolean)">
            <summary>Creates a new <see cref="T:SharpSvn.Delta.SvnDeltaFileTransform" /> instance to transform
<paramref name="baseFile" />, into <paramref name="toFile" /> while optionally verifying
<paramref name="baseFile" /> if <paramref name="verifyBase" /> is <c>true</c> and
verification data is available.</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaTarget.OnDeltaComplete(SharpSvn.Delta.SvnDeltaCompleteEventArgs)">
            <summary>Called after the last delta window was successfully received</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaTarget.OnDeltaWindow(SharpSvn.Delta.SvnDeltaWindowEventArgs)">
            <summary>Called when a new delta window is ready for processing</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaTarget.OnFileChange(SharpSvn.Delta.SvnDeltaFileChangeEventArgs)">
            <summary>Called before the first <see cref="M:SharpSvn.Delta.SvnDeltaTarget.OnDeltaWindow(SharpSvn.Delta.SvnDeltaWindowEventArgs)" /> invocation to allow initializing</summary>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaCompleteEventArgs.Detach(System.Boolean)">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties are either stored managed, or are no longer readable</description>
        </member>
        <member name="M:SharpSvn.Delta.SvnDeltaWindowEventArgs.Detach(System.Boolean)">
            <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary>
            <description>After this method is called all properties are either stored managed, or are no longer readable</description>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyMoveArgs.MetaDataOnly">
            <summary>Only perform a metadata update and leave the working copy as-is</summary>
        </member>
        <member name="T:SharpSvn.SvnWorkingCopyMoveArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnWorkingCopyClient.Move(System.String,System.String,SharpSvn.SvnWorkingCopyMoveArgs)" />.</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnExportArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnHookArguments.LookOrigin">
            <summary>Gets a <see cref="T:SharpSvn.SvnLookOrigin" /> instance for the current hook request</summary>
        </member>
        <member name="P:SharpSvn.SvnCreateRepositoryArgs.RepositoryUuid">
            <summary>If not <c>null</c> allows creates a repository with this UUID</summary>
        </member>
        <member name="T:SharpSvn.SvnCreateRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s CreateRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:svn_editor__insert_shims(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_delta_shim_callbacks_t*,apr_pool_t*,apr_pool_t*)">
@}
@}
A temporary API which conditionally inserts a double editor shim
 * into the chain of delta editors. Used for testing Editor v2.
 *
 * Whether or not the shims are inserted is controlled by a compile-time
 * option in libsvn_delta/compat.c.
 *
 * @note The use of these shims and this API will likely cause all kinds
 * of performance degredation. (Which is actually a moot point since they
 * don't even work properly yet anyway.)
 
</member>
        <member name="M:svn_editor_abort(svn_editor_t*)">
Drive @a editor's #svn_editor_cb_abort_t callback.
 *
 * Notify that the edit transmission was not successful.
 * ### TODO @todo Shouldn't we add a reason-for-aborting argument?
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_complete(svn_editor_t*)">
Drive @a editor's #svn_editor_cb_complete_t callback.
 *
 * Send word that the edit has been completed successfully.
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_move(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong)">
Drive @a editor's #svn_editor_cb_move_t callback.
 *
 * Move the node at @a src_relpath to @a dst_relpath.
 *
 * @a src_revision specifies the revision at which the receiver should
 * expect to find this node. That is, @a src_relpath at the start of
 * the whole edit and @a src_relpath at @a src_revision must lie within
 * the same node-rev (aka history-segment). This is just like the
 * revisions specified to svn_editor_delete().
 *
 * For a description of @a replaces_rev, see svn_editor_add_file().
 *
 * ### what happens if one side of this move is not "within" the receiver's
 * ### set of paths?
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_copy(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong)">
Drive @a editor's #svn_editor_cb_copy_t callback.
 *
 * Copy the node at @a src_relpath, expected to be identical to revision @a
 * src_revision of that path, to @a dst_relpath.
 *
 * For a description of @a replaces_rev, see svn_editor_add_file().
 *
 * @note See the general instructions on paths for this API. Since the
 * @a src_relpath argument must generally be able to reference any node
 * in the repository, the implication is that the editor's root must be
 * the repository root.
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_delete(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong)">
Drive @a editor's #svn_editor_cb_delete_t callback.
 *
 * Delete the existing node at @a relpath, expected to be identical to
 * revision @a revision of that path.
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_alter_symlink(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*)">
Drive @a editor's #svn_editor_cb_alter_symlink_t callback.
 *
 * Alter the properties and/or the target of the symlink at @a relpath
 * with @a revision as its expected revision. See svn_editor_alter_directory()
 * for more information about @a revision.
 *
 * If @a props is non-NULL, then the properties will be applied.
 *
 * If @a target is non-NULL, then the symlink's target will be updated.
 *
 * The properties and/or the target must be changed. It is an error to
 * pass NULL for @a props and @a target.
 *
 * This function allows @a props to be NULL, but the parameter is
 * otherwise described by svn_editor_add_file().
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_alter_file(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_checksum_t!System.Runtime.CompilerServices.IsConst*,svn_stream_t*,apr_hash_t*)">
Drive @a editor's #svn_editor_cb_alter_file_t callback.
 *
 * Alter the properties and/or the contents of the file at @a relpath
 * with @a revision as its expected revision. See svn_editor_alter_directory()
 * for more information about @a revision.
 *
 * If @a props is non-NULL, then the properties will be applied.
 *
 * If @a contents is non-NULL, then the stream will be copied to
 * the file, and its checksum must match @a checksum (which must also
 * be non-NULL). If @a contents is NULL, then @a checksum must also
 * be NULL, and no change will be applied to the file's contents.
 *
 * The properties and/or the contents must be changed. It is an error to
 * pass NULL for @a props, @a checksum, and @a contents.
 *
 * For a description of @a checksum and @a contents see
 * svn_editor_add_file(). This function allows @a props to be NULL, but
 * the parameter is otherwise described by svn_editor_add_file().
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_alter_directory(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_hash_t*)">
Drive @a editor's #svn_editor_cb_alter_directory_t callback.
 *
 * Alter the properties of the directory at @a relpath.
 *
 * @a revision specifies the revision at which the receiver should
 * expect to find this node. That is, @a relpath at the start of the
 * whole edit and @a relpath at @a revision must lie within the same
 * node-rev (aka location history segment). This information may be used
 * to catch an attempt to alter and out-of-date directory. If the
 * directory does not have a corresponding revision in the repository
 * (e.g. it has not yet been committed), then @a revision should be
 * #SVN_INVALID_REVNUM.
 *
 * If any changes to the set of children will be made in the future of
 * the edit drive, then @a children MUST specify the resulting set of
 * children. See svn_editor_add_directory() for the format of @a children.
 * If not changes will be made, then NULL may be specified.
 *
 * For a description of @a props, see svn_editor_add_file(). If no changes
 * to the properties will be made (ie. only future changes to the set of
 * children), then @a props may be NULL.
 *
 * It is an error to pass NULL for both @a children and @a props.
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_add_absent(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_node_kind_t,System.Int32!System.Runtime.CompilerServices.IsLong)">
Drive @a editor's #svn_editor_cb_add_absent_t callback.
 *
 * Create an "absent" node of kind @a kind at @a relpath. The immediate
 * parent of @a relpath is expected to exist.
 * ### TODO @todo explain "absent".
 * ### JAF: What are the allowed values of 'kind'?
 *
 * For a description of @a replaces_rev, see svn_editor_add_file().
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_add_symlink(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32!System.Runtime.CompilerServices.IsLong)">
Drive @a editor's #svn_editor_cb_add_symlink_t callback.
 *
 * Create a new symbolic link at @a relpath, with a link target of @a
 * target. The immediate parent of @a relpath is expected to exist.
 *
 * For descriptions of @a props and @a replaces_rev, see
 * svn_editor_add_file().
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_add_file(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_checksum_t!System.Runtime.CompilerServices.IsConst*,svn_stream_t*,apr_hash_t*,System.Int32!System.Runtime.CompilerServices.IsLong)">
Drive @a editor's #svn_editor_cb_add_file_t callback.
 *
 * Create a new file at @a relpath. The immediate parent of @a relpath
 * is expected to exist.
 *
 * The file's contents are specified in @a contents which has a checksum
 * matching @a checksum. Both values must be non-NULL.
 *
 * Set the properties of the new file to @a props, which is an
 * apr_hash_t holding key-value pairs. Each key is a const char* of a
 * property name, each value is a const svn_string_t*. If no properties are
 * being set on the new file, @a props must be the empty hash. It is an
 * error to pass NULL for @a props.
 *
 * If this add is expected to replace a previously existing file, symlink or
 * directory at @a relpath, the revision number of the node to be replaced
 * must be given in @a replaces_rev. Otherwise, @a replaces_rev must be
 * #SVN_INVALID_REVNUM. Note: it is not allowed to call a "delete" followed
 * by an "add" on the same path. Instead, an "add" with @a replaces_rev set
 * accordingly MUST be used.
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_add_directory(svn_editor_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32!System.Runtime.CompilerServices.IsLong)">
@}
These functions are called by the tree delta driver to edit the target.
 *
 * @see svn_editor_t.
 *
 * @defgroup svn_editor_drive Driving the editor
 * @{
 
Drive @a editor's #svn_editor_cb_add_directory_t callback.
 *
 * Create a new directory at @a relpath. The immediate parent of @a relpath
 * is expected to exist.
 *
 * For descriptions of @a props and @a replaces_rev, see
 * svn_editor_add_file().
 *
 * A complete listing of the immediate children of @a relpath that will be
 * added subsequently is given in @a children. @a children is an array of
 * const char*s, each giving the basename of an immediate child. It is an
 * error to pass NULL for @a children; use an empty array to indicate
 * the new directory will have no children.
 *
 * For all restrictions on driving the editor, see #svn_editor_t.
 
</member>
        <member name="M:svn_editor_setcb_many(svn_editor_t*,svn_editor_cb_many_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Sets all the callback functions in @a editor at once, according to the
 * callback functions stored in @a many.
 * @a scratch_pool is used for temporary allocations (if any).
 * @since New in 1.8.
 
</member>
        <member name="T:svn_editor_cb_many_t">
Lists a complete set of editor callbacks.
 * This is a convenience structure.
 * @see svn_editor_setcb_many(), svn_editor_create(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_abort(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_abort_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_complete(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_complete_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_move(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_move_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_copy(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_copy_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_delete(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_delete_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_alter_symlink(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_alter_symlink_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_alter_file(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,svn_checksum_t!System.Runtime.CompilerServices.IsConst*,svn_stream_t*,apr_hash_t*,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_alter_file_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_alter_directory(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_alter_directory_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_add_absent(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_node_kind_t,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_add_absent_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_add_symlink(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_add_symlink_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_add_file(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_checksum_t!System.Runtime.CompilerServices.IsConst*,svn_stream_t*,apr_hash_t*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_add_file_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_setcb_add_directory(svn_editor_t*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32!System.Runtime.CompilerServices.IsLong,apr_pool_t*),apr_pool_t*)">
Sets the #svn_editor_cb_add_directory_t callback in @a editor
 * to @a callback.
 * @a scratch_pool is used for temporary allocations (if any).
 * @see also svn_editor_setcb_many().
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_get_baton(svn_editor_t!System.Runtime.CompilerServices.IsConst*)">
Return an editor's private baton.
 *
 * In some cases, the baton is required outside of the callbacks. This
 * function returns the private baton for use.
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_editor_create(svn_editor_t**,System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*,apr_pool_t*)">
@}
These functions create an editor instance so that it can be driven.
 *
 * @defgroup svn_editor_create Editor creation
 * @{
 
Allocate an #svn_editor_t instance from @a result_pool, store
 * @a editor_baton, @a cancel_func and @a cancel_baton in the new instance
 * and return it in @a editor.
 * @a scratch_pool is used for temporary allocations (if any). Note that
 * this is NOT the same @a scratch_pool that is passed to callback functions.
 * @see svn_editor_t
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_abort_t">
@see svn_editor_abort(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_complete_t">
@see svn_editor_complete(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_move_t">
@see svn_editor_move(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_copy_t">
@see svn_editor_copy(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_delete_t">
@see svn_editor_delete(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_alter_symlink_t">
@see svn_editor_alter_symlink(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_alter_file_t">
@see svn_editor_alter_file(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_alter_directory_t">
@see svn_editor_alter_directory(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_add_absent_t">
@see svn_editor_add_absent(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_add_symlink_t">
@see svn_editor_add_symlink(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_add_file_t">
@see svn_editor_add_file(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="D:svn_editor_cb_add_directory_t">
The kind of the checksum to be used throughout the #svn_editor_t APIs.
 *
 * @note ### This may change before Ev2 is official released, so just like
 * everything else in this file, please don't rely upon it until then.
 
These function types define the callback functions a tree delta consumer
 * implements.
 *
 * Each of these "receiving" function types matches a "driving" function,
 * which has the same arguments with these differences:
 *
 * - These "receiving" functions have a @a baton argument, which is the
 * @a editor_baton originally passed to svn_editor_create(), as well as
 * a @a scratch_pool argument.
 *
 * - The "driving" functions have an #svn_editor_t* argument, in order to
 * call the implementations of the function types defined here that are
 * registered with the given #svn_editor_t instance.
 *
 * Note that any remaining arguments for these function types are explained
 * in the comment for the "driving" functions. Each function type links to
 * its corresponding "driver".
 *
 * @see svn_editor_t, svn_editor_cb_many_t.
 *
 * @defgroup svn_editor_callbacks Editor callback definitions
 * @{
 
@see svn_editor_add_directory(), svn_editor_t.
 * @since New in 1.8.
 
</member>
        <member name="T:svn_editor_t">
Transforming trees ("editing").
 *
 * In Subversion, we have a number of occasions where we transform a tree
 * from one state into another. This process is called "editing" a tree.
 *
 * In processing a `commit' command:
 * - The client examines its working copy data to determine the set of
 * changes necessary to transform its base tree into the desired target.
 * - The client networking library delivers that set of changes/operations
 * across the wire as an equivalent series of network requests (for
 * example, to svnserve as an ra_svn protocol stream, or to an
 * Apache httpd server as WebDAV commands)
 * - The server receives those requests and applies the sequence of
 * operations on a revision, producing a transaction representing the
 * desired target.
 * - The Subversion server then commits the transaction to the filesystem.
 *
 * In processing an `update' command, the process is reversed:
 * - The Subversion server module talks to the filesystem and computes a
 * set of changes necessary to bring the client's working copy up to date.
 * - The server serializes this description of changes, and delivers it to
 * the client.
 * - The client networking library receives that reply, producing a set
 * of changes/operations to alter the working copy into the revision
 * requested by the update command.
 * - The working copy library applies those operations to the working copy
 * to align it with the requested update target.
 *
 * The series of changes (or operations) necessary to transform a tree from
 * one state into another is passed between subsystems using this "editor"
 * interface. The "receiver" edits its tree according to the operations
 * described by the "driver".
 *
 * Note that the driver must have a perfect understanding of the tree which
 * the receiver will be applying edits upon. There is no room for error here,
 * and the interface embodies assumptions/requirements that the driver has
 * about the targeted tree. As a result, this interface is a standardized
 * mechanism of *describing* those change operations, but the intimate
 * knowledge between the driver and the receiver implies some level of
 * coupling between those subsystems.
 *
 * The set of changes, and the data necessary to describe it entirely, is
 * completely unbounded. An addition of one simple 20 GB file might be well
 * past the available memory of a machine processing these operations.
 * As a result, the API to describe the changes is designed to be applied
 * in a sequential (and relatively random-access) model. The operations
 * can be streamed from the driver to the receiver, resulting in the
 * receiver editing its tree to the target state defined by the driver.
 *
 *
 * <h3>History</h3>
 *
 * Classically, Subversion had a notion of a "tree delta" which could be
 * passed around as an independent entity. Theory implied this delta was an
 * entity in its own right, to be used when and where necessary.
 * Unfortunately, this theory did not work well in practice. The producer
 * and consumer of these tree deltas were (and are) tightly coupled. As noted
 * above, the tree delta producer needed to be *totally* aware of the tree
 * that it needed to edit. So rather than telling the delta consumer how to
 * edit its tree, the classic #svn_delta_editor_t interface focused
 * entirely on the tree delta, an intermediate (logical) data structure
 * which was unusable outside of the particular, coupled pairing of producer
 * and consumer. This generation of the API forgoes the logical tree delta
 * entity and directly passes the necessary edits/changes/operations from
 * the producer to the consumer. In our new parlance, one subsystem "drives"
 * a set of operations describing the change, and a "receiver" accepts and
 * applies them to its tree.
 *
 * The classic interface was named #svn_delta_editor_t and was described
 * idiomatically as the "editor interface". This generation of the interface
 * retains the "editor" name for that reason. All notions of a "tree delta"
 * structure are no longer part of this interface.
 *
 * The old interface was purely vtable-based and used a number of special
 * editors which could be interposed between the driver and receiver. Those
 * editors provided cancellation, debugging, and other various operations.
 * While the "interposition" pattern is still possible with this interface,
 * the most common functionality (cancellation and debugging) have been
 * integrated directly into this new editor system.
 *
 *
 * <h3>Implementation Plan</h3>
 * @note This section can be removed after Ev2 is fully implemented.
 *
 * The delta editor is pretty engrained throughout Subversion, so attempting
 * to replace it in situ is somewhat akin to performing open heart surgery
 * while the patient is running a marathon. However, a viable plan should
 * make things a bit easier, and help parallelize the work.
 *
 * In short, the following items need to be done:
 * -# Implement backward compatibility wrappers ("shims")
 * -# Use shims to update editor consumers to Ev2
 * -# Update editor producers to drive Ev2
 * - This will largely involve rewriting the RA layers to accept and
 * send Ev2 commands
 * -# Optimize consumers and producers to leverage the features of Ev2
 *
 * The shims are largely self-contained, and as of this writing, are almost
 * complete. They can be released without much ado. However, they do add
 * <em>significant</em> performance regressions, which make releasing code
 * which is half-delta-editor and half-Ev2 inadvisable. As such, the updating
 * of producers and consumers to Ev2 will probably need to wait until 1.9,
 * though it could be largely parallelized.
 *
 *
 * @defgroup svn_editor The editor interface
 * @{
 
An abstract object that edits a target tree.
 *
 * @note The term "follow" means at any later time in the editor drive.
 * Terms such as "must", "must not", "required", "shall", "shall not",
 * "should", "should not", "recommended", "may", and "optional" in this
 * document are to be interpreted as described in RFC 2119.
 *
 * @note The editor objects are *not* reentrant. The receiver should not
 * directly or indirectly invoke an editor API with the same object unless
 * it has been marked as explicitly supporting reentrancy during a
 * receiver's callback. This limitation extends to the cancellation
 * callback, too. (This limitation is due to the scratch_pool shared by
 * all callbacks, and cleared after each callback; a reentrant call could
 * clear the outer call's pool). Note that the code itself is reentrant, so
 * there is no problem using the APIs on different editor objects.
 *
 * \n
 * <h3>Life-Cycle</h3>
 *
 * - @b Create: A receiver uses svn_editor_create() to create an
 * "empty" svn_editor_t. It cannot be used yet, since it still lacks
 * actual callback functions. svn_editor_create() sets the
 * #svn_editor_t's callback baton and scratch pool that the callback
 * functions receive, as well as a cancellation callback and baton
 * (see "Cancellation" below).
 *
 * - @b Set callbacks: The receiver calls svn_editor_setcb_many() or a
 * succession of the other svn_editor_setcb_*() functions to tell
 * #svn_editor_t which functions to call when driven by the various
 * operations. Callback functions are implemented by the receiver and must
 * adhere to the @c svn_editor_cb_*_t function types as expected by the
 * svn_editor_setcb_*() functions. See: \n
 * svn_editor_cb_many_t \n
 * svn_editor_setcb_many() \n
 * or \n
 * svn_editor_setcb_add_directory() \n
 * svn_editor_setcb_add_file() \n
 * svn_editor_setcb_add_symlink() \n
 * svn_editor_setcb_add_absent() \n
 * svn_editor_setcb_alter_directory() \n
 * svn_editor_setcb_alter_file() \n
 * svn_editor_setcb_alter_symlink() \n
 * svn_editor_setcb_delete() \n
 * svn_editor_setcb_copy() \n
 * svn_editor_setcb_move() \n
 * svn_editor_setcb_complete() \n
 * svn_editor_setcb_abort()
 *
 * - @b Drive: The driver is provided with the completed #svn_editor_t
 * instance. (It is typically passed to a generic driving
 * API, which could receive the driving editor calls over the network
 * by providing a proxy #svn_editor_t on the remote side.)
 * The driver invokes the #svn_editor_t instance's callback functions
 * according to the restrictions defined below, in order to describe the
 * entire set of operations necessary to transform the receiver's tree
 * into the desired target. The callbacks can be invoked using the
 * svn_editor_*() functions, i.e.: \n
 * svn_editor_add_directory() \n
 * svn_editor_add_file() \n
 * svn_editor_add_symlink() \n
 * svn_editor_add_absent() \n
 * svn_editor_alter_directory() \n
 * svn_editor_alter_file() \n
 * svn_editor_alter_symlink() \n
 * svn_editor_delete() \n
 * svn_editor_copy() \n
 * svn_editor_move() \n
 * \n\n
 * Just before each callback invocation is carried out, the @a cancel_func
 * that was passed to svn_editor_create() is invoked to poll any
 * external reasons to cancel the sequence of operations. Unless it
 * overrides the cancellation (denoted by #SVN_ERR_CANCELLED), the driver
 * aborts the transmission by invoking the svn_editor_abort() callback.
 * Exceptions to this are calls to svn_editor_complete() and
 * svn_editor_abort(), which cannot be canceled externally.
 *
 * - @b Receive: While the driver invokes operations upon the editor, the
 * receiver finds its callback functions called with the information
 * to operate on its tree. Each actual callback function receives those
 * arguments that the driver passed to the "driving" functions, plus these:
 * - @a baton: This is the @a editor_baton pointer originally passed to
 * svn_editor_create(). It may be freely used by the callback
 * implementation to store information across all callbacks.
 * - @a scratch_pool: This temporary pool is cleared directly after
 * each callback returns. See "Pool Usage".
 * \n\n
 * If the receiver encounters an error within a callback, it returns an
 * #svn_error_t*. The driver receives this and aborts transmission.
 *
 * - @b Complete/Abort: The driver will end transmission by calling \n
 * svn_editor_complete() if successful, or \n
 * svn_editor_abort() if an error or cancellation occurred.
 * \n\n
 *
 * <h3>Driving Order Restrictions</h3>
 * In order to reduce complexity of callback receivers, the editor callbacks
 * must be driven in adherence to these rules:
 *
 * - If any path is added (with add_*) or deleted/moved, then
 * an svn_editor_alter_directory() call must be made for its parent
 * directory with the target/eventual set of children.
 *
 * - svn_editor_add_directory() -- Another svn_editor_add_*() call must
 * follow for each child mentioned in the @a children argument of any
 * svn_editor_add_directory() call.
 *
 * - For each node created with add_*, if its parent was created using
 * svn_editor_add_directory(), then the new child node MUST have been
 * mentioned in the @a children parameter of the parent's creation.
 * This allows the parent directory to properly mark the child as
 * "incomplete" until the child's add_* call arrives.
 *
 * - A path should never be referenced more than once by the add_*, alter_*,
 * and delete operations (the "Once Rule"). The source path of a copy (and
 * its children, if a directory) may be copied many times, and are
 * otherwise subject to the Once Rule. The destination path of a copy
 * or move may have alter_* operations applied, but not add_* or delete.
 * If the destination path of a copy or move is a directory,
 * then its children are subject to the Once Rule. The source path of
 * a move (and its child paths) may be referenced in add_*, or as the
 * destination of a copy (where these new or copied nodes are subject
 * to the Once Rule).
 *
 * - The ancestor of an added, copied-here, moved-here, or
 * modified node may not be deleted. The ancestor may not be moved
 * (instead: perform the move, *then* the edits).
 *
 * - svn_editor_delete() must not be used to replace a path -- i.e.
 * svn_editor_delete() must not be followed by an svn_editor_add_*() on
 * the same path, nor by an svn_editor_copy() or svn_editor_move() with
 * the same path as the copy/move target.
 *
 * Instead of a prior delete call, the add/copy/move callbacks should be
 * called with the @a replaces_rev argument set to the revision number of
 * the node at this path that is being replaced. Note that the path and
 * revision number are the key to finding any other information about the
 * replaced node, like node kind, etc.
 * @todo say which function(s) to use.
 *
 * - svn_editor_delete() must not be used to move a path -- i.e.
 * svn_editor_delete() must not delete the source path of a previous
 * svn_editor_copy() call. Instead, svn_editor_move() must be used.
 * Note: if the desired semantics is one (or more) copies, followed
 * by a delete... that is fine. It is simply that svn_editor_move()
 * should be used to describe a semantic move.
 *
 * - One of svn_editor_complete() or svn_editor_abort() must be called
 * exactly once, which must be the final call the driver invokes.
 * Invoking svn_editor_complete() must imply that the set of changes has
 * been transmitted completely and without errors, and invoking
 * svn_editor_abort() must imply that the transformation was not completed
 * successfully.
 *
 * - If any callback invocation (besides svn_editor_complete()) returns
 * with an error, the driver must invoke svn_editor_abort() and stop
 * transmitting operations.
 * \n\n
 *
 * <h3>Receiving Restrictions</h3>
 *
 * All callbacks must complete their handling of a path before they return.
 * Since future callbacks will never reference this path again (due to the
 * Once Rule), the changes can and should be completed.
 *
 * This restriction is not recursive -- a directory's children may remain
 * incomplete until later callback calls are received.
 *
 * For example, an svn_editor_add_directory() call during an 'update'
 * operation will create the directory itself, including its properties,
 * and will complete any client notification for the directory itself.
 * The immediate children of the added directory, given in @a children,
 * will be recorded in the WC as 'incomplete' and will be completed in the
 * course of the same operation sequence, when the corresponding callbacks
 * for these items are invoked.
 * \n\n
 *
 * <h3>Timing and State</h3>
 * The calls made by the driver to alter the state in the receiver are
 * based on the receiver's *current* state, which includes all prior changes
 * made during the edit.
 *
 * Example: copy A to B; set-props on A; copy A to C. The props on C
 * should reflect the updated properties of A.
 *
 * Example: mv A@N to B; mv C@M to A. The second move cannot be marked as
 * a "replacing" move since it is not replacing A. The node at A was moved
 * away. The second operation is simply moving C to the now-empty path
 * known as A.
 *
 * <h3>Paths</h3>
 * Each driver/receiver implementation of this editor interface must
 * establish the expected root for all the paths sent and received via
 * the callbacks' @a relpath arguments.
 *
 * For example, during an "update", the driver is the repository, as a
 * whole. The receiver may have just a portion of that repository. Here,
 * the receiver could tell the driver which repository URL the working
 * copy refers to, and thus the driver could send @a relpath arguments
 * that are relative to the receiver's working copy.
 *
 * @note Because the source of a copy may be located *anywhere* in the
 * repository, editor drives should typically use the repository root
 * as the negotiated root. This allows the @a src_relpath argument in
 * svn_editor_copy() to specify any possible source.
 * \n\n
 *
 * <h3>Pool Usage</h3>
 * The @a result_pool passed to svn_editor_create() is used to allocate
 * the #svn_editor_t instance, and thus it must not be cleared before the
 * driver has finished driving the editor.
 *
 * The @a scratch_pool passed to each callback invocation is derived from
 * the @a result_pool that was passed to svn_editor_create(). It is
 * cleared directly after each single callback invocation.
 * To allocate memory with a longer lifetime from within a callback
 * function, you may use your own pool kept in the @a editor_baton.
 *
 * The @a scratch_pool passed to svn_editor_create() may be used to help
 * during construction of the #svn_editor_t instance, but it is assumed to
 * live only until svn_editor_create() returns.
 * \n\n
 *
 * <h3>Cancellation</h3>
 * To allow graceful interruption by external events (like a user abort),
 * svn_editor_create() can be passed an #svn_cancel_func_t that is
 * polled every time the driver invokes a callback, just before the
 * actual editor callback implementation is invoked. If this function
 * decides to return with an error, the driver will receive this error
 * as if the callback function had returned it, i.e. as the result from
 * calling any of the driving functions (e.g. svn_editor_add_directory()).
 * As with any other error, the driver must then invoke svn_editor_abort()
 * and abort the transformation sequence. See #svn_cancel_func_t.
 *
 * The @a cancel_baton argument to svn_editor_create() is passed
 * unchanged to each poll of @a cancel_func.
 *
 * The cancellation function and baton are typically provided by the client
 * context.
 *
 *
 * @todo ### TODO anything missing?
 *
 * @since New in 1.8.
 
</member>
        <member name="M:svn_delta_shim_callbacks_default(apr_pool_t*)">
Return a collection of default shim functions in @a result_pool.
 
</member>
        <member name="T:svn_delta_shim_callbacks_t">
Collection of callbacks used for the shim code. This structure
 * may grow additional fields in the future. Therefore, always use
 * svn_delta_shim_callbacks_default() to allocate new instances of it.
 
</member>
        <member name="D:svn_delta_fetch_base_func_t">
Callback to fetch the name of a file to use as a delta base.
 *
 * Implementations should set @a *filename to the name of a file
 * suitable for use as a delta base for @a path in @a base_revision
 * (allocating @a *filename from @a result_pool), or to @c NULL if the
 * base stream is empty. @a scratch_pool is provided for temporary
 * allocations.
 *
 * @a baton is an implementation-specific closure.
 
</member>
        <member name="D:svn_delta_fetch_kind_func_t">
Callback to retrieve a node's kind. This is needed by the various
 * editor shims in order to effect backwards compatibility.
 *
 * Implementations should set @a *kind to the node kind of @a path in
 * @a base_revision, using @a scratch_pool for temporary allocations.
 *
 * @a baton is an implementation-specific closure.
 
</member>
        <member name="D:svn_delta_fetch_props_func_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_editor.h
 @brief Tree editing functions and structures
 
Callback to retrieve a node's entire set of properties. This is
 * needed by the various editor shims in order to effect backwards
 * compatibility.
 *
 * Implementations should set @a *props to the hash of properties
 * associated with @a path in @a base_revision, allocating that hash
 * and its contents in @a result_pool, and should use @a scratch_pool
 * for temporary allocations.
 *
 * @a baton is an implementation-specific closure.
 
</member>
        <member name="T:svn_magic__cookie_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_magic.h
 @brief Subversion interface to libmagic.
 
</member>
        <member name="T:SharpSvn.SvnGetCapabilitiesArgs">
            <summary>Extended Parameter container for SvnClient.Blame</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnLookRevisionPropertyArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" />'s Property method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLogArgs.RetrieveAllProperties">
            <summary>Gets or sets a boolean indication whether to retrieve all revision properties</summary>
            <remarks>Default value: false</remarks>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLogArgs.RetrieveProperties">
            <summary>Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list</summary>
            <remarks>This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties,
or set RetrieveAllProperties to true to retrieve all properties.
</remarks>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLogArgs.RetrieveMergedRevisions">
            <summary>Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes</summary>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLogArgs.StrictNodeHistory">
            <summary>Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying)</summary>
            <remarks>If @a StrictNodeHistory is set, copy history (if any exists) will
not be traversed while harvesting revision logs for each target. </remarks>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLogArgs.RetrieveChangedPaths">
            <summary>Gets or sets a boolean indicating whether the paths changed in the revision should be provided</summary>
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLogArgs.Limit">
            <summary>Gets or sets the limit on the number of log items fetched</summary>
        </member>
        <member name="M:SharpSvn.SvnPropertyNames.FormatDate(System.DateTime)">
            <summary>Formats a DateTime in Subversions string format</summary>
        </member>
        <member name="M:SharpSvn.SvnPropertyNames.TryParseDate(System.String,System.DateTime@)">
            <summary>Tries to parse a Svn property into a <see cref="T:System.DateTime" /> value</summary>
        </member>
        <member name="F:SharpSvn.SvnPropertyNames.TortoiseSvnDirectoryProperties">
            <summary>Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root</summary>
        </member>
        <member name="F:SharpSvn.SvnPropertyNames.SvnBooleanValue">
            <summary>
Properties whose values are interpreted as booleans (such as
svn:executable, svn:needs_lock, and svn:special) always fold their
value to this.
</summary>
        </member>
        <member name="F:SharpSvn.SvnPropertyNames.SvnPropertyPrefix">
            <summary>All Subversion property names start with this</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.PredefinedKeywords">
            <summary>Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.Header">
            <summary>A full combination of the first four keywords.</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.Id">
            <summary>A compressed combination of the other four keywords.</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.URL">
            <summary>Short version of HeadURL</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.HeadURL">
            <summary>The URL for the head revision of this file.</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.Author">
            <summary>Short version of LastChangedBy</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.LastChangedBy">
            <summary>Who most recently committed to this file.</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.Date">
            <summary>Short version of LastChangedDate</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.LastChangedDate">
            <summary>The most recent date (repository time) when this file was changed.</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.Revision">
            <summary>Medium version of LastChangedRevision, matching the one CVS uses</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.Rev">
            <summary>Short version of LastChangedRevision</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.LastChangedRevision">
            <summary>The most recent revision in which this file was changed</summary>
        </member>
        <member name="F:SharpSvn.SvnKeywords.MaxLength">
            <summary>The maximum size of an expanded or un-expanded keyword.</summary>
        </member>
        <member name="T:SharpSvn.SvnGetAppliedMergeInfoArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s GetAppliedMergeInfo method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnInheritedPropertyListArgs.CommandType">
            <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary>
        </member>
        <member name="T:SharpSvn.SvnInheritedPropertyListArgs">
            <summary>Extended Parameter container for SvnClient.PropertyList</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnCommitArgs.ChangeLists">
            <summary>Gets the list of changelist-names to commit</summary>
        </member>
        <member name="T:SharpSvn.SvnCommitArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnImportArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Import(System.String,System.Uri,SharpSvn.SvnImportArgs)" /> and <see cref="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnImportFilterEventArgs.Filter">
            <summary>True to filter this node, false to allow importing it</summary>
        </member>
        <member name="P:SharpSvn.SvnCheckOutArgs.AllowObstructions">
            <summary>Gets or sets the AllowObsstructions value</summary>
            <remarks>
                <para> If AllowObstructions is TRUE then the update tolerates
existing unversioned items that obstruct added paths from @a URL. Only
obstructions of the same type (file or dir) as the added item are
tolerated. The text of obstructing files is left as-is, effectively
treating it as a user modification after the update. Working
properties of obstructing items are set equal to the base properties.</para>
                <para>If AllowObstructions is FALSE then the update will abort
if there are any unversioned obstructing items
</para>
            </remarks>
        </member>
        <member name="P:SharpSvn.SvnCheckOutArgs.Revision">
            <summary>Gets or sets the revision to load. Defaults to the peg revision or Head</summary>
        </member>
        <member name="T:SharpSvn.SvnCheckOutArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnCheckOutArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnDiffArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnDiffArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s Diff command</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnChangeInfoArgs.RetrieveChangedPaths">
            <summary>Gets or sets a boolean indicating whether the paths changed in the revision should be provided</summary>
            <remarks>Defaults to true</remarks>
        </member>
        <member name="T:SharpSvn.SvnChangeInfoArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" />'s ChangeInfo command</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnVerifyRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s DeleteRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnSwitchArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget,SharpSvn.SvnSwitchArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnDumpRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s CreateRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnSetRevisionPropertyArgs">
            <summary>Extended Parameter container of <see cref="!:SvnClient::SetRevisionProperty(SvnUriTarget^,String^,SvnSetRevisionPropertyArgs^,String^)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnRevertArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnRevertArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Revert(System.String,SharpSvn.SvnRevertArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnCropWorkingCopyArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.CreateDirectory(System.String,SharpSvn.SvnCreateDirectoryArgs)" /> and <see cref="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri,SharpSvn.SvnCreateDirectoryArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:svn_wc__read_conflict_descriptions2_t(apr_array_header_t!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Read all conflicts at LOCAL_ABSPATH into an array containing pointers to
svn_wc_conflict_description2_t data structures alloated in RESULT_POOL.
 
</member>
        <member name="M:svn_wc__move2(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Move @a src_abspath to @a dst_abspath, by scheduling @a dst_abspath
 for addition to the repository, remembering the history. Mark @a src_abspath
 as deleted after moving.@a wc_ctx is used for accessing the working copy and
 must contain a write lock for the parent directory of @a src_abspath and
 @a dst_abspath.
 
 If @a metadata_only is TRUE then this is a database-only operation and
 the working directories and files are not changed.
 
 @a src_abspath must be a file or directory under version control;
 the parent of @a dst_abspath must be a directory under version control
 in the same working copy; @a dst_abspath will be the name of the copied
 item, and it must not exist already if @a metadata_only is FALSE. Note that
 when @a src points to a versioned file, the working file doesn't
 necessarily exist in which case its text-base is used instead.
 
 If @a allow_mixed_revisions is @c FALSE, #SVN_ERR_WC_MIXED_REVISIONS
 will be raised if the move source is a mixed-revision subtree.
 If @a allow_mixed_revisions is TRUE, a mixed-revision move source is
 allowed but the move will degrade to a copy and a delete without local
 move tracking. This parameter should be set to FALSE except where backwards
 compatibility to svn_wc_move() is required.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton at
 various points during the operation. If it returns an error
 (typically #SVN_ERR_CANCELLED), return that error immediately.
 
 If @a notify_func is non-NULL, call it with @a notify_baton and the path
 of the root node (only) of the destination.
 
 Use @a scratch_pool for temporary allocations.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_wc__conflict_prop_mark_resolved(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_conflict_choice_t,svn_string_t!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Resolve the conflicted property PROPNAME at LOCAL_ABSPATH as per CHOICE,
 and then mark the conflict resolved. If MERGED_VALUE is not NULL, this is
 the new merged property, used when choosing #svn_wc_conflict_choose_merged.
 
 The working copy must already be locked for resolving, e.g. by calling
 svn_wc__acquire_write_lock_for_resolve() first.
 @since New in 1.10.
 
</member>
        <member name="M:svn_wc__conflict_text_mark_resolved(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_conflict_choice_t,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
Resolve the text conflict at LOCAL_ABSPATH as per CHOICE, and then
mark the conflict resolved.
The working copy must already be locked for resolving, e.g. by calling
svn_wc__acquire_write_lock_for_resolve() first.
@since New in 1.10.
 
</member>
        <member name="M:svn_wc__resolve_conflicts(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,svn_wc_conflict_choice_t,=FUNC:svn_error_t*(svn_wc_conflict_result_t**,svn_wc_conflict_description2_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,apr_pool_t*)">
 Assuming @a local_abspath itself or any of its children are under version
 control or a tree conflict victim and in a state of conflict, take these
 nodes out of this state.
 
 If @a resolve_text is TRUE then any text conflict is resolved,
 if @a resolve_tree is TRUE then any tree conflicts are resolved.
 If @a resolve_prop is set to "" all property conflicts are resolved,
 if it is set to any other string value, conflicts on that specific
 property are resolved and when resolve_prop is NULL, no property
 conflicts are resolved.
 
 If @a depth is #svn_depth_empty, act only on @a local_abspath; if
 #svn_depth_files, resolve @a local_abspath and its conflicted file
 children (if any); if #svn_depth_immediates, resolve @a local_abspath
 and all its immediate conflicted children (both files and directories,
 if any); if #svn_depth_infinity, resolve @a local_abspath and every
 conflicted file or directory anywhere beneath it.
 
 If @a conflict_choice is #svn_wc_conflict_choose_base, resolve the
 conflict with the old file contents; if
 #svn_wc_conflict_choose_mine_full, use the original working contents;
 if #svn_wc_conflict_choose_theirs_full, the new contents; and if
 #svn_wc_conflict_choose_merged, don't change the contents at all,
 just remove the conflict status, which is the pre-1.5 behavior.
 
 If @a conflict_choice is #svn_wc_conflict_choose_unspecified, invoke the
 @a conflict_func with the @a conflict_baton argument to obtain a
 resolution decision for each conflict.
 
 #svn_wc_conflict_choose_theirs_conflict and
 #svn_wc_conflict_choose_mine_conflict are not legal for binary
 files or properties.
 
 @a wc_ctx is a working copy context, with a write lock, for @a
 local_abspath.
 
 The implementation details are opaque, as our "conflicted" criteria
 might change over time. (At the moment, this routine removes the
 three fulltext 'backup' files and any .prej file created in a conflict,
 and modifies @a local_abspath's entry.)
 
 If @a local_abspath is not under version control and not a tree
 conflict, return #SVN_ERR_ENTRY_NOT_FOUND. If @a path isn't in a
 state of conflict to begin with, do nothing, and return #SVN_NO_ERROR.
 
 If @c local_abspath was successfully taken out of a state of conflict,
 report this information to @c notify_func (if non-@c NULL.) If only
 text, only property, or only tree conflict resolution was requested,
 and it was successful, then success gets reported.
 
 Temporary allocations will be performed in @a scratch_pool.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_wc__wrap_diff_callbacks(svn_diff_tree_processor_t!System.Runtime.CompilerServices.IsConst**,svn_wc_diff_callbacks4_t!System.Runtime.CompilerServices.IsConst*,System.Void*,System.Int32,apr_pool_t*,apr_pool_t*)">
Obtains a diff processor that will drive the diff callbacks when it
 * is invoked.
 
</member>
        <member name="D:svn_wc__diff_state_absent_t">
Callback for the svn_diff_tree_processor_t wrapper, to allow handling
 * absent nodes.
 *
 * Probably only necessary while transitioning to svn_diff_tree_processor_t
 
</member>
        <member name="D:svn_wc__diff_state_close_t">
Callback for the svn_diff_tree_processor_t wrapper, to allow handling
 * notifications like how the repos diff in libsvn_client does.
 *
 * Probably only necessary while transitioning to svn_diff_tree_processor_t
 
</member>
        <member name="D:svn_wc__diff_state_handle_t">
Callback for the svn_diff_tree_processor_t wrapper, to allow handling
 * notifications like how the repos diff in libsvn_client does.
 *
 * Probably only necessary while transitioning to svn_diff_tree_processor_t
 
</member>
        <member name="M:svn_wc__get_diff_editor(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_diff_tree_processor_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*,apr_pool_t*)">
 Return an @a editor/@a edit_baton for diffing a working copy against the
 repository. The editor is allocated in @a result_pool; temporary
 calculations are performed in @a scratch_pool.
 
 This editor supports diffing either the actual files and properties in the
 working copy (when @a use_text_base is #FALSE), or the current pristine
 information (when @a use_text_base is #TRUE) against the editor driver.
 
 @a anchor_abspath/@a target represent the base of the hierarchy to be
 compared. The diff callback paths will be relative to this path.
 
 Diffs will be reported as valid relpaths, with @a anchor_abspath being
 the root ("").
 
 @a diff_processor will retrieve the diff report.
 
 If @a depth is #svn_depth_empty, just diff exactly @a target or
 @a anchor_path if @a target is empty. If #svn_depth_files then do the same
 and for top-level file entries as well (if any). If
 #svn_depth_immediates, do the same as #svn_depth_files but also diff
 top-level subdirectories at #svn_depth_empty. If #svn_depth_infinity,
 then diff fully recursively. If @a depth is #svn_depth_unknown, then...
 
   ### ... then the @a server_performs_filtering option is meaningful.
   ### But what does this depth mean exactly? Something about 'ambient'
   ### depth? How does it compare with depth 'infinity'?
 
 @a ignore_ancestry determines whether paths that have discontinuous node
 ancestry are treated as delete/add or as simple modifications. If
 @a ignore_ancestry is @c FALSE, then any discontinuous node ancestry will
 result in the diff given as a full delete followed by an add.
 
 @a show_copies_as_adds determines whether paths added with history will
 appear as a diff against their copy source, or whether such paths will
 appear as if they were newly added in their entirety.
 
 If @a use_git_diff_format is TRUE, copied paths will be treated as added
 if they weren't modified after being copied. This allows the callbacks
 to generate appropriate --git diff headers for such files.
 
 Normally, the difference from repository-&gt;working_copy is shown. If
 @a reverse_order is TRUE, then we want to show working_copy-&gt;repository
 diffs. Most of the reversal is done by the caller; here we just swap the
 order of reporting a replacement so that the local addition is reported
 before the remote delete. (The caller's diff processor can then transform
 adds into deletes and deletes into adds, but it can't reorder the output.)
 
 If @a cancel_func is non-NULL, it will be used along with @a cancel_baton
 to periodically check if the client has canceled the operation.
 
 @a changelist_filter is an array of <tt>const char *</tt> changelist
 names, used as a restrictive filter on items whose differences are
 reported; that is, don't generate diffs about any item unless
 it's a member of one of those changelists. If @a changelist_filter is
 empty (or altogether @c NULL), no changelist filtering occurs.
 
 If @a server_performs_filtering is TRUE, assume that the server handles
 the ambient depth filtering, so this doesn't have to be handled in the
 editor.
 
 
 A diagram illustrating how this function is used.
 
   Steps 1 and 2 create the chain; step 3 drives it.
 
   1. svn_wc__get_diff_editor(diff_cbs)
                                       | ^
   2. svn_ra_do_diff3(editor) | |
                    | ^ | |
                    v | v |
           +----------+ +----------+ +----------+
           | | | | | |
      +--&gt; | reporter | ----&gt; | editor | ----&gt; | diff_cbs | ----&gt; text
      | | | | | | | out
      | +----------+ +----------+ +----------+
      |
   3. svn_wc_crawl_revisions5(WC,reporter)
 
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_wc__get_switch_editor(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32,svn_depth_t,System.Int32,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,apr">
 A variant of svn_wc__get_update_editor().
 
 Set @a *editor and @a *edit_baton to an editor and baton for "switching"
 a working copy to a new @a switch_url. (Right now, this URL must be
 within the same repository that the working copy already comes
 from.) @a switch_url must not be @c NULL.
 
 All other parameters behave as for svn_wc__get_update_editor().
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_wc__get_update_editor(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,System.Int32,svn_depth_t,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!Syste">
 Set @a *editor and @a *edit_baton to an editor and baton for updating a
 working copy.
 
 @a anchor_abspath is a local working copy directory, with a fully recursive
 write lock in @a wc_ctx, which will be used as the root of our editor.
 
 @a target_basename is the entry in @a anchor_abspath that will actually be
 updated, or the empty string if all of @a anchor_abspath should be updated.
 
 The editor invokes @a notify_func with @a notify_baton as the update
 progresses, if @a notify_func is non-NULL.
 
 If @a cancel_func is non-NULL, the editor will invoke @a cancel_func with
 @a cancel_baton as the update progresses to see if it should continue.
 
 If @a conflict_func is non-NULL, then invoke it with @a
 conflict_baton whenever a conflict is encountered, giving the
 callback a chance to resolve the conflict before the editor takes
 more drastic measures (such as marking a file conflicted, or
 bailing out of the update).
 
 If @a external_func is non-NULL, then invoke it with @a external_baton
 whenever external changes are encountered, giving the callback a chance
 to store the external information for processing.
 
 If @a diff3_cmd is non-NULL, then use it as the diff3 command for
 any merging; otherwise, use the built-in merge code.
 
 @a preserved_exts is an array of filename patterns which, when
 matched against the extensions of versioned files, determine for
 which such files any related generated conflict files will preserve
 the original file's extension as their own. If a file's extension
 does not match any of the patterns in @a preserved_exts (which is
 certainly the case if @a preserved_exts is @c NULL or empty),
 generated conflict files will carry Subversion's custom extensions.
 
 @a target_revision is a pointer to a revision location which, after
 successful completion of the drive of this editor, will be
 populated with the revision to which the working copy was updated.
 
 @a wcroot_iprops is a hash mapping const char * absolute working copy
 paths which are working copy roots (at or under the target within the
 constraints dictated by @a depth) to depth-first ordered arrays of
 svn_prop_inherited_item_t * structures which represent the inherited
 properties for the base of those paths at @a target_revision. After a
 successful drive of this editor, the base nodes for these paths will
 have their inherited properties cache updated with the values from
 @a wcroot_iprops.
 
 If @a use_commit_times is TRUE, then all edited/added files will
 have their working timestamp set to the last-committed-time. If
 FALSE, the working files will be touched with the 'now' time.
 
 If @a allow_unver_obstructions is TRUE, then allow unversioned
 obstructions when adding a path.
 
 If @a adds_as_modification is TRUE, a local addition at the same path
 as an incoming addition of the same node kind results in a normal node
 with a possible local modification, instead of a tree conflict.
 
 If @a depth is #svn_depth_infinity, update fully recursively.
 Else if it is #svn_depth_immediates, update the uppermost
 directory, its file entries, and the presence or absence of
 subdirectories (but do not descend into the subdirectories).
 Else if it is #svn_depth_files, update the uppermost directory
 and its immediate file entries, but not subdirectories.
 Else if it is #svn_depth_empty, update exactly the uppermost
 target, and don't touch its entries.
 
 If @a depth_is_sticky is set and @a depth is not
 #svn_depth_unknown, then in addition to updating PATHS, also set
 their sticky ambient depth value to @a depth.
 
 If @a server_performs_filtering is TRUE, assume that the server handles
 the ambient depth filtering, so this doesn't have to be handled in the
 editor.
 
 If @a clean_checkout is TRUE, assume that we are checking out into an
 empty directory, and so bypass a number of conflict checks that are
 unnecessary in this case.
 
 If @a fetch_dirents_func is not NULL, the update editor may call this
 callback, when asked to perform a depth restricted update. It will do this
 before returning the editor to allow using the primary ra session for this.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_wc__get_status_editor(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.Void**,System.Int32!System.Runtime.CompilerServices.IsLong*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_status3_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,=FUNC:svn_er">
 Set @a *editor and @a *edit_baton to an editor that generates
 #svn_wc_status3_t structures and sends them through @a status_func /
 @a status_baton. @a anchor_abspath is a working copy directory
 directory which will be used as the root of our editor. If @a
 target_basename is not "", it represents a node in the @a anchor_abspath
 which is the subject of the editor drive (otherwise, the @a
 anchor_abspath is the subject).
 
 If @a set_locks_baton is non-@c NULL, it will be set to a baton that can
 be used in a call to the svn_wc_status_set_repos_locks() function.
 
 Callers drive this editor to describe working copy out-of-dateness
 with respect to the repository. If this information is not
 available or not desired, callers should simply call the
 close_edit() function of the @a editor vtable.
 
 If the editor driver calls @a editor's set_target_revision() vtable
 function, then when the edit drive is completed, @a *edit_revision
 will contain the revision delivered via that interface.
 
 Assuming the target is a directory, then:
 
   - If @a get_all is @c FALSE, then only locally-modified entries will be
     returned. If @c TRUE, then all entries will be returned.
 
   - If @a depth is #svn_depth_empty, a status structure will
     be returned for the target only; if #svn_depth_files, for the
     target and its immediate file children; if
     #svn_depth_immediates, for the target and its immediate
     children; if #svn_depth_infinity, for the target and
     everything underneath it, fully recursively.
 
     If @a depth is #svn_depth_unknown, take depths from the
     working copy and behave as above in each directory's case.
 
     If the given @a depth is incompatible with the depth found in a
     working copy directory, the found depth always governs.
 
 If @a check_working_copy is not set, do not scan the working copy
 for local modifications, taking only the BASE tree into account.
 
 If @a no_ignore is set, statuses that would typically be ignored
 will instead be reported.
 
 @a ignore_patterns is an array of file patterns matching
 unversioned files to ignore for the purposes of status reporting,
 or @c NULL if the default set of ignorable file patterns should be used.
 
 If @a cancel_func is non-NULL, call it with @a cancel_baton while building
 the @a statushash to determine if the client has canceled the operation.
 
 If @a depth_as_sticky is set handle @a depth like when depth_is_sticky is
 passed for updating. This will show excluded nodes show up as added in the
 repository.
 
 If @a server_performs_filtering is TRUE, assume that the server handles
 the ambient depth filtering, so this doesn't have to be handled in the
 editor.
 
 Allocate the editor itself in @a result_pool, and use @a scratch_pool
 for temporary allocations. The editor will do its temporary allocations
 in a subpool of @a result_pool.
 
 @since New in 1.8.
 
</member>
        <member name="D:svn_wc__info_receiver2_t">
The callback invoked by info retrievers. Each invocation
 * describes @a local_abspath with the information present in @a info.
 * Use @a scratch_pool for all temporary allocation.
 *
 * @since New in 1.7.
 
</member>
        <member name="F:svn_wc__info2_t.lock">
An exclusive lock, if present. Could be either local or remote.
</member>
        <member name="F:svn_wc__info2_t.last_changed_author">
The author of the last_changed_rev.
</member>
        <member name="F:svn_wc__info2_t.last_changed_date">
The date of the last_changed_rev.
</member>
        <member name="F:svn_wc__info2_t.last_changed_rev">
The last revision in which this object changed.
</member>
        <member name="F:svn_wc__info2_t.size">
The size of the file in the repository (untranslated,
   * e.g. without adjustment of line endings and keyword
   * expansion). Only applicable for file -- not directory -- URLs.
   * For working copy paths, @a size will be #SVN_INVALID_FILESIZE.
</member>
        <member name="F:svn_wc__info2_t.kind">
The node's kind.
</member>
        <member name="F:svn_wc__info2_t.rev">
The revision of the object. If the target is a working-copy
   * path, then this is its current working revision number. If the target
   * is a URL, then this is the repository revision that it lives in.
</member>
        <member name="F:svn_wc__info2_t.repos_UUID">
The repository's UUID.
</member>
        <member name="F:svn_wc__info2_t.repos_root_URL">
The root URL of the repository.
</member>
        <member name="F:svn_wc__info2_t.URL">
Where the item lives in the repository.
</member>
        <member name="T:svn_wc__info2_t">
 A structure which describes various system-generated metadata about
 a working-copy path or URL.
 
 @note Fields may be added to the end of this structure in future
 versions. Therefore, users shouldn't allocate structures of this
 type, to preserve binary compatibility.
 
 @since New in 1.7.
 
</member>
        <member name="M:svn_wc__node_get_lock_tokens_recursive(apr_hash_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Set @a lock_tokens to a hash mapping <tt>const char *</tt> URL
to <tt>const char *</tt> lock tokens for every path at or under
@a local_abspath in @a wc_ctx which has such a lock token set on it.
Allocate the hash and all items therein from @a result_pool.
 
</member>
        <member name="M:svn_wc__node_clear_dav_cache_recursive(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Recursively clear the dav cache (wcprops) in @a wc_ctx for the tree
rooted at @a local_abspath.
 
</member>
        <member name="M:svn_wc__read_entries_old(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
For use by entries.c and entries-dump.c to read old-format working copies.
 
</member>
        <member name="M:svn_wc__get_cached_iprop_children(apr_hash_t**,svn_depth_t,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Set @a *iprops_paths to a hash mapping const char * absolute working
 copy paths to the nodes repository root relative path for each path
 in the working copy at or below @a local_abspath, limited by @a depth,
 that has cached inherited properties for the base node of the path.
 
 Allocate @a *iprop_paths
 in @a result_pool. Use @a scratch_pool for temporary allocations.
 
</member>
        <member name="M:svn_wc__prop_retrieve_recursive(apr_hash_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Obtain a mapping of const char * local_abspaths to const svn_string_t*
 * property values in *VALUES, of all PROPNAME properties on LOCAL_ABSPATH
 * and its descendants.
 *
 * Allocate the result in RESULT_POOL, and perform temporary allocations in
 * SCRATCH_POOL.
 
</member>
        <member name="M:svn_wc__get_iprops(apr_array_header_t**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Set @a *inherited_props to a depth-first ordered array of
 #svn_prop_inherited_item_t * structures representing the properties
 inherited by @a local_abspath from the ACTUAL tree above
 @a local_abspath (looking through to the WORKING or BASE tree as
 required), up to and including the root of the working copy and
 any cached inherited properties inherited by the root.
 
 The #svn_prop_inherited_item_t-&gt;path_or_url members of the
 #svn_prop_inherited_item_t * structures in @a *inherited_props are
 paths relative to the repository root URL for cached inherited
 properties and absolute working copy paths otherwise.
 
 Allocate @a *inherited_props in @a result_pool. Use @a scratch_pool
 for temporary allocations.
 
</member>
        <member name="M:svn_wc__prop_list_recursive(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_depth_t,System.Int32,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,=FUNC:svn_error_t*(System.Void*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_hash_t*,apr_pool_t*),System.Void*,=FUNC:svn_error_t*(System.Void*),System.Void*,apr_pool_t*)">
Call @a receiver_func, passing @a receiver_baton, an absolute path, and
 * a hash table mapping <tt>const char *</tt> names onto <tt>const
 * svn_string_t *</tt> values for all the regular properties of the node
 * at @a local_abspath and any node beneath @a local_abspath within the
 * specified @a depth. @a receiver_fun must not be NULL.
 *
 * If @a propname is not NULL, the passed hash table will only contain
 * the property @a propname.
 *
 * If @a pristine is not @c TRUE, and @a base_props is FALSE show local
 * modifications to the properties.
 *
 * If a node has no properties, @a receiver_func is not called for the node.
 *
 * If @a changelists are non-NULL and non-empty, filter by them.
 *
 * Use @a wc_ctx to access the working copy, and @a scratch_pool for
 * temporary allocations.
 *
 * If the node at @a local_abspath does not exist,
 * #SVN_ERR_WC_PATH_NOT_FOUND is returned.
 *
 * @since New in 1.7.
 
</member>
        <member name="D:svn_wc__proplist_receiver_t">
Evaluate the expression @a expr while holding a write lock on
 * @a local_abspath.
 *
 * @a expr must yield an (svn_error_t *) error code. If the error code
 * is not #SVN_NO_ERROR, cause the function using this macro to return
 * the error to its caller.
 *
 * If @a lock_anchor is TRUE, determine if @a local_abspath has an anchor
 * that should be locked instead.
 *
 * Use @a wc_ctx for working copy access.
 *
 * The lock is guaranteed to be released after evaluating @a expr.
 
A callback invoked by svn_wc__prop_list_recursive().
 * It is equivalent to svn_proplist_receiver_t declared in svn_client.h,
 * but kept private within the svn_wc__ namespace because it is used within
 * the bowels of libsvn_wc which don't include svn_client.h.
 *
 * @since New in 1.7.
</member>
        <member name="M:svn_wc__call_with_write_lock(=FUNC:svn_error_t*(System.Void*,apr_pool_t*,apr_pool_t*),System.Void*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*,apr_pool_t*)">
Call function @a func while holding a write lock on
 * @a local_abspath. The @a baton, and @a result_pool and
 * @a scratch_pool, is passed @a func.
 *
 * If @a lock_anchor is TRUE, determine if @a local_abspath has an anchor
 * that should be locked instead.
 *
 * Use @a wc_ctx for working copy access.
 * The lock is guaranteed to be released after @a func returns.
 
</member>
        <member name="D:svn_wc__with_write_lock_func_t">
A callback invoked by the svn_wc__call_with_write_lock() function.
</member>
        <member name="M:svn_wc__release_write_lock(svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Recursively release write locks for @a local_abspath, using @a wc_ctx
 for working copy access. Only locks held by @a wc_ctx are released.
 Locks are not removed if work queue items are present.
 
 If @a local_abspath is not the root of an owned SVN_ERR_WC_NOT_LOCKED
 is returned.
 
</member>
        <member name="M:svn_wc__acquire_write_lock(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*,apr_pool_t*)">
 Acquire a recursive write lock for @a local_abspath. If @a lock_anchor
 is true, determine if @a local_abspath has an anchor that should be locked
 instead; otherwise, @a local_abspath must be a versioned directory.
 Store the obtained lock in @a wc_ctx.
 
 If @a lock_root_abspath is not NULL, store the root of the lock in
 @a *lock_root_abspath. If @a lock_root_abspath is NULL, then @a
 lock_anchor must be FALSE.
 
 Returns @c SVN_ERR_WC_LOCKED if an existing lock is encountered, in
 which case any locks acquired will have been released.
 
 If @a lock_anchor is TRUE and @a lock_root_abspath is not NULL, @a
 lock_root_abspath will be set even when SVN_ERR_WC_LOCKED is returned.
 
</member>
        <member name="M:svn_wc__node_get_base(svn_node_kind_t*,System.Int32!System.Runtime.CompilerServices.IsLong*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*,apr_pool_t*)">
 Get the repository location of the base node at @a local_abspath.
 
 Set *REVISION, *REPOS_RELPATH, *REPOS_ROOT_URL *REPOS_UUID and *LOCK_TOKEN
 to the location that this node was checked out at or last updated/switched
 to, regardless of any uncommitted changes (delete, replace and/or copy-here/
 move-here).
 
 If there is no BASE node at @a local_abspath or if @a show_hidden is FALSE,
 no status 'normal' or 'incomplete' BASE node report
 SVN_ERR_WC_PATH_NOT_FOUND, or if @a ignore_enoent is TRUE, @a kind
 svn_node_unknown, @a revision SVN_INVALID_REVNUM and all other values NULL.
 
 All output arguments may be NULL.
 
 Allocate the results in @a result_pool. Perform temporary allocations in
 @a scratch_pool.
 
</member>
        <member name="M:svn_wc__node_has_working(System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Set @a *has_working to whether @a local_abspath has a working node (which
 might shadow BASE nodes)
 
 This is a check similar to status = added or status = deleted.
 
</member>
        <member name="M:svn_wc__node_is_added(System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Set @a *is_added to whether @a local_abspath is added, using
 @a wc_ctx. If @a local_abspath is not in the working copy, return
 @c SVN_ERR_WC_PATH_NOT_FOUND. Use @a scratch_pool for all temporary
 allocations.
 
 NOTE: "added" in this sense, means it was added, copied-here, or
   moved-here. This function provides NO information on whether this
   addition has replaced another node.
 
   To be clear, this does NOT correspond to svn_wc_schedule_add.
 
</member>
        <member name="M:svn_wc__node_is_not_present(System.Int32*,System.Int32*,System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*)">
 Set @a *not_present to TRUE when @a local_abspath has status
 svn_wc__db_status_not_present. Set @a *user_excluded to TRUE when
 @a local_abspath has status svn_wc__db_status_excluded. Set
 @a *server_excluded to TRUE when @a local_abspath has status
 svn_wc__db_status_server_excluded. Otherwise set these values to FALSE.
 If @a base_only is TRUE then only the base node will be examined,
 otherwise the current base or working node will be examined.
 
 If a value is not interesting you can pass NULL.
 
 If @a local_abspath is not in the working copy, return
 @c SVN_ERR_WC_PATH_NOT_FOUND. Use @a scratch_pool for all temporary
 allocations.
 
</member>
        <member name="M:svn_wc__node_get_origin(System.Int32*,System.Int32!System.Runtime.CompilerServices.IsLong*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_depth_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,apr_pool_t*,apr_pool_t*)">
 Retrieves the origin of the node as it is known in the repository. For
 a copied node this retrieves where the node is copied from, for an added
 node this returns NULL/INVALID outputs, and for any other node this
 retrieves the repository location.
 
 All output arguments may be NULL.
 
 If @a is_copy is not NULL, sets @a *is_copy to TRUE if the origin is a copy
 of the original node.
 
 If not NULL, sets @a revision, @a repos_relpath, @a repos_root_url and
 @a repos_uuid to the original (if a copy) or their current values.
 
 If not NULL, set @a depth, to the recorded depth on @a local_abspath.
 
 If @a copy_root_abspath is not NULL, and @a *is_copy indicates that the
 node was copied, set @a *copy_root_abspath to the local absolute path of
 the root of the copied subtree containing the node. If the copied node is
 a root by itself, @a *copy_root_abspath will match @a local_abspath (but
 won't necessarily point to the same string in memory).
 
 If @a scan_deleted is TRUE, determine the origin of the deleted node. If
 @a scan_deleted is FALSE, return NULL, SVN_INVALID_REVNUM or FALSE for
 deleted nodes.
 
 Allocate the result in @a result_pool. Perform temporary allocations in
 @a scratch_pool
</member>
        <member name="M:svn_wc__node_get_url(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Set @a *url to the corresponding url for @a local_abspath, using @a wc_ctx.
 If the node is added, return the url it will have in the repository.
 
 If @a local_abspath is not in the working copy, return
 @c SVN_ERR_WC_PATH_NOT_FOUND.
 
</member>
        <member name="M:svn_wc__node_get_changed_info(System.Int32!System.Runtime.CompilerServices.IsLong*,System.Int64*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Get the changed revision, date and author for @a local_abspath using @a
 wc_ctx. Allocate the return values in @a result_pool; use @a scratch_pool
 for temporary allocations. Any of the return pointers may be @c NULL, in
 which case they are not set.
 
 If @a local_abspath is not in the working copy, return
 @c SVN_ERR_WC_PATH_NOT_FOUND.
 
</member>
        <member name="M:svn_wc__node_get_repos_info(System.Int32!System.Runtime.CompilerServices.IsLong*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Fetch the repository information for the working version
 of the node at @a local_abspath into @a *revision, @a *repos_relpath,
 @a *repos_root_url and @a *repos_uuid. Use @a wc_ctx to access the working
 copy. Allocate results in @a result_pool.
 
 @a *revision will be set to SVN_INVALID_REVNUM for any shadowed node (including
 added and deleted nodes). All other output values will be set to the current
 values or those they would have after a commit.
 
 All output argument may be NULL, indicating no interest.
 
</member>
        <member name="M:svn_wc__node_get_not_present_children(apr_array_header_t!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Gets the immediate 'not-present' children of a node.
 
 #### Needed during 'svn cp WC URL' to handle mixed revision cases
 
</member>
        <member name="M:svn_wc__node_get_children_of_working_node(apr_array_header_t!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
 Set @a *children to a new array of the immediate children of the working
 node at @a dir_abspath. The elements of @a *children are (const char *)
 absolute paths.
 
 Include children that are scheduled for deletion, but not those that
 are excluded, server-excluded or not-present.
 
 Return every path that refers to a child of the working node at
 @a dir_abspath. Do not include a path just because it was a child of a
 deleted directory that existed at @a dir_abspath if that directory is now
 sheduled to be replaced by the working node at @a dir_abspath.
 
 Allocate @a *children in @a result_pool. Use @a wc_ctx to access the
 working copy, and @a scratch_pool for all temporary allocations.
 
</member>
        <member name="M:svn_wc__cd2_to_cd(svn_wc_conflict_description2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
The following are temporary APIs to aid in the transition from wc-1 to
wc-ng. Use them for new development now, but they may be disappearing
before the 1.7 release.
 
</member>
        <member name="M:svn_wc__get_experimental_dir(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Set @a *dir to the abspath of the directory in which administrative
 * data for experimental features may be stored. This directory is inside
 * the WC's administrative directory. Ensure the directory exists.
 *
 * @a local_abspath is any path in the WC, and is used to find the WC root.
 *
 * @warning EXPERIMENTAL.
 
</member>
        <member name="M:svn_wc__get_wcroot(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Set @a *wcroot_abspath to the local abspath of the root of the
 * working copy in which @a local_abspath resides.
 
</member>
        <member name="M:svn_wc__is_wcroot(System.Int32*,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Check whether LOCAL_ABSPATH has a parent directory that knows about its
 * existence. Set *IS_WCROOT to FALSE if a parent is found, and to TRUE
 * if there is no such parent.
 *
 * Like svn_wc_is_wc_root2(), but doesn't consider switched subdirs or
 * deleted entries as working copy roots.
 
</member>
        <member name="M:svn_wc__add_tree_conflict(svn_wc_context_t*,svn_wc_conflict_description2_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Record the tree conflict described by @a conflict in the WC for
 * @a conflict-&gt;local_abspath. Use @a scratch_pool for all temporary
 * allocations.
 *
 * Returns an SVN_ERR_WC_PATH_UNEXPECTED_STATUS error when
 * CONFLICT-&gt;LOCAL_ABSPATH is already tree conflicted.
 *
 * ### This function can't set moved_away, moved_here conflicts for
 * any operation, except merges.
 
</member>
        <member name="M:svn_wc__get_tree_conflict(svn_wc_conflict_description2_t!System.Runtime.CompilerServices.IsConst**,svn_wc_context_t*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,apr_pool_t*)">
Set @a *tree_conflict to a newly allocated @c
 * svn_wc_conflict_description_t structure describing the tree
 * conflict state of @a victim_abspath, or to @c NULL if @a victim_abspath
 * is not in a state of tree conflict. @a wc_ctx is a working copy context
 * used to access @a victim_path. Allocate @a *tree_conflict in @a result_pool,
 * use @a scratch_pool for temporary allocations.
 
</member>
        <member name="T:svn_wc__committable_external_info_t">
See svn_wc__committable_externals_below().
</member>
        <member name="P:SharpSvn.SvnStatusArgs.KeepDepth">
            <summary>If this value is TRUE and RetrieveRemoteStatus it TRUE, shows what an update with KeepDepth TRUE would do. (Shows excluded nodes as additions)</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="P:SharpSvn.SvnStatusArgs.IgnoreExternals">
            <summary>Gets or sets a boolean indicating whether externals should be ignored</summary>
            <remarks>
If IgnoreExternals is not set, then recurse into externals
definitions (if any exist) after handling the main target. This
calls the client notification function (in @a ctx) with the @c
svn_wc_notify_status_external action before handling each externals
definition, and with @c svn_wc_notify_status_completed
after each.
</remarks>
        </member>
        <member name="P:SharpSvn.SvnStatusArgs.RetrieveIgnoredEntries">
            <summary>Gets or sets a boolean indicating whether ignored files should be retrieved</summary>
            <remarks>If RetrieveIgnoredEntries is set add files or directories that match ignore patterns.</remarks>
        </member>
        <member name="P:SharpSvn.SvnStatusArgs.RetrieveRemoteStatus">
            <summary>Gets or sets a boolean indicating whether the repository should be contacted to retrieve out of date information</summary>
            <remarks>
If Update is set, contact the repository and augment the
status structures with information about out-of-dateness (with
respect to @a revision). Also, if @a result_rev is not @c NULL,
set @a *result_rev to the actual revision against which the
working copy was compared (result_rev is not meaningful unless
update is set
</remarks>
        </member>
        <member name="P:SharpSvn.SvnStatusArgs.RetrieveAllEntries">
            <summary>Gets or sets a boolean indicating whether all status properties should be retrieved</summary>
            <remarks>
If @a get_all is set, retrieve all entries; otherwise,
retrieve only "interesting" entries (local mods and/or
out of date
</remarks>
        </member>
        <member name="T:SharpSvn.SvnStatusArgs">
            <summary>Extended Parameter container for SvnClient.Status</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnLookPropertyListArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" />'s Changed method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnDeleteArgs.Force">
            <summary>If Force is not set then this operation will fail if any path contains locally modified
and/or unversioned items. If Force is set such items will be deleted.</summary>
        </member>
        <member name="T:SharpSvn.SvnDeleteArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Delete(System.String,SharpSvn.SvnDeleteArgs)" /> and <see cref="M:SharpSvn.SvnClient.RemoteDelete(System.Uri,SharpSvn.SvnDeleteArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnAddArgs.AddParents">
            <summary>
If TRUE, recurse up path's directory and look for
a versioned directory. If found, add all intermediate paths between it
and path. If not found, fail with SVN_ERR_CLIENT_NO_VERSIONED_PARENTS.
</summary>
        </member>
        <member name="P:SharpSvn.SvnAddArgs.Force">
            <summary>If force is not set and path is already under version control, return the error
SVN_ERR_ENTRY_EXISTS. If force is set, do not error on already-versioned items. When used
on a directory in conjunction with the recursive flag, this has the effect of scheduling
for addition unversioned files and directories scattered deep within a versioned tree.</summary>
        </member>
        <member name="T:SharpSvn.SvnAddArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Add(System.String,SharpSvn.SvnAddArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:apr_shm_pool_get(apr_shm_t!System.Runtime.CompilerServices.IsConst*)">
Get the pool used by this shared memory segment.
 
</member>
        <member name="M:apr_shm_perms_set(System.Void*,System.Int32,System.Void*,System.Void*)">
Set shared memory permissions.
 
</member>
        <member name="M:apr_shm_size_get(apr_shm_t!System.Runtime.CompilerServices.IsConst*)">
Retrieve the length of a shared memory segment in bytes.
@param m The shared memory segment from which to retrieve
       the segment length.
 
</member>
        <member name="M:apr_shm_baseaddr_get(apr_shm_t!System.Runtime.CompilerServices.IsConst*)">
Retrieve the base address of the shared memory segment.
NOTE: This address is only usable within the callers address
space, since this API does not guarantee that other attaching
processes will maintain the same address mapping.
@param m The shared memory segment from which to retrieve
       the base address.
@return address, aligned by APR_ALIGN_DEFAULT.
 
</member>
        <member name="M:apr_shm_detach(apr_shm_t*)">
Detach from a shared memory segment without destroying it.
@param m The shared memory structure representing the segment
       to detach from.
 
</member>
        <member name="M:apr_shm_attach_ex(apr_shm_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,System.Int32)">
Attach to a shared memory segment that was created
by another process, with platform-specific processing.
@param m The shared memory structure to create.
@param filename The file used to create the original segment.
       (This MUST match the original filename.)
@param pool the pool from which to allocate the shared memory
       structure for this process.
@param flags mask of APR_SHM_* (defined above)
 
</member>
        <member name="M:apr_shm_attach(apr_shm_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Attach to a shared memory segment that was created
by another process.
@param m The shared memory structure to create.
@param filename The file used to create the original segment.
       (This MUST match the original filename.)
@param pool the pool from which to allocate the shared memory
       structure for this process.
 
</member>
        <member name="M:apr_shm_destroy(apr_shm_t*)">
Destroy a shared memory segment and associated memory.
@param m The shared memory segment structure to destroy.
 
</member>
        <member name="M:apr_shm_delete(apr_shm_t*)">
Delete named resource associated with a shared memory segment,
preventing attachments to the resource.
@param m The shared memory segment structure to delete.
@remark This function is only supported on platforms which support
name-based shared memory segments, and will return APR_ENOTIMPL on
platforms without such support. Removing the file while the shm
is in use is not entirely portable, caller may use this to enhance
obscurity of the resource, but be prepared for the call to fail,
and for concurrent attempts to create a resource of the same name
to also fail. The pool cleanup of apr_shm_create (apr_shm_destroy)
also removes the named resource.
 
</member>
        <member name="M:apr_shm_remove(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Remove named resource associated with a shared memory segment,
preventing attachments to the resource, but not destroying it.
@param filename The filename associated with shared-memory segment which
       needs to be removed
@param pool The pool used for file operations
@remark This function is only supported on platforms which support
name-based shared memory segments, and will return APR_ENOTIMPL on
platforms without such support. Removing the file while the shm
is in use is not entirely portable, caller may use this to enhance
obscurity of the resource, but be prepared for the call to fail,
and for concurrent attempts to create a resource of the same name
to also fail. The pool cleanup of apr_shm_create (apr_shm_destroy)
also removes the named resource.
 
</member>
        <member name="M:apr_shm_create_ex(apr_shm_t**,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*,System.Int32)">
Special processing flags for apr_shm_create_ex() and apr_shm_attach_ex().
 
Create and make accessible a shared memory segment with platform-
specific processing.
@param m The shared memory structure to create.
@param reqsize The desired size of the segment.
@param filename The file to use for shared memory on platforms that
       require it.
@param pool the pool from which to allocate the shared memory
       structure.
@param flags mask of APR_SHM_* (defined above)
@remark A note about Anonymous vs. Named shared memory segments:
        Not all plaforms support anonymous shared memory segments, but in
        some cases it is prefered over other types of shared memory
        implementations. Passing a NULL 'file' parameter to this function
        will cause the subsystem to use anonymous shared memory segments.
        If such a system is not available, APR_ENOTIMPL is returned.
@remark A note about allocation sizes:
        On some platforms it is necessary to store some metainformation
        about the segment within the actual segment. In order to supply
        the caller with the requested size it may be necessary for the
        implementation to request a slightly greater segment length
        from the subsystem. In all cases, the apr_shm_baseaddr_get()
        function will return the first usable byte of memory.
 
 
</member>
        <member name="M:apr_shm_create(apr_shm_t**,System.UInt32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Create and make accessible a shared memory segment with default
properties.
@param m The shared memory structure to create.
@param reqsize The desired size of the segment.
@param filename The file to use for shared memory on platforms that
       require it.
@param pool the pool from which to allocate the shared memory
       structure.
@remark A note about Anonymous vs. Named shared memory segments:
        Not all plaforms support anonymous shared memory segments, but in
        some cases it is prefered over other types of shared memory
        implementations. Passing a NULL 'file' parameter to this function
        will cause the subsystem to use anonymous shared memory segments.
        If such a system is not available, APR_ENOTIMPL is returned.
@remark A note about allocation sizes:
        On some platforms it is necessary to store some metainformation
        about the segment within the actual segment. In order to supply
        the caller with the requested size it may be necessary for the
        implementation to request a slightly greater segment length
        from the subsystem. In all cases, the apr_shm_baseaddr_get()
        function will return the first usable byte of memory.
 
 
</member>
        <member name="T:apr_shm_t">
@file apr_shm.h
@brief APR Shared Memory Routines
 
@defgroup apr_shm Shared Memory Routines
@ingroup APR
@{
 
Private, platform-specific data struture representing a shared memory
segment.
 
</member>
        <member name="M:apr_proc_mutex_pool_get(apr_proc_mutex_t!System.Runtime.CompilerServices.IsConst*)">
Get the pool used by this proc_mutex.
@return apr_pool_t the pool
 
</member>
        <member name="M:apr_proc_mutex_perms_set(System.Void*,System.Int32,System.Void*,System.Void*)">
Set mutex permissions.
 
</member>
        <member name="M:apr_proc_mutex_defname">
Display the name of the default mutex: APR_LOCK_DEFAULT
 
</member>
        <member name="M:apr_proc_mutex_name(apr_proc_mutex_t*)">
Get the mechanism's name of the mutex, as it relates to the actual method
used for the underlying apr_proc_mutex_t.
@param mutex the mutex to get the mechanism's name from.
 
</member>
        <member name="M:apr_proc_mutex_mech(apr_proc_mutex_t*)">
Get the mechanism of the mutex, as it relates to the actual method
used for the underlying apr_proc_mutex_t.
@param mutex the mutex to get the mechanism from.
 
</member>
        <member name="M:apr_proc_mutex_lockfile(apr_proc_mutex_t*)">
Return the name of the lockfile for the mutex, or NULL
if the mutex doesn't use a lock file
 
</member>
        <member name="M:apr_proc_mutex_cleanup(System.Void*)">
Destroy the mutex and free the memory associated with the lock.
@param mutex the mutex to destroy.
@note This function is generally used to kill a cleanup on an already
      created mutex
 
</member>
        <member name="M:apr_proc_mutex_destroy(apr_proc_mutex_t*)">
Destroy the mutex and free the memory associated with the lock.
@param mutex the mutex to destroy.
 
</member>
        <member name="M:apr_proc_mutex_unlock(apr_proc_mutex_t*)">
Release the lock for the given mutex.
@param mutex the mutex from which to release the lock.
 
</member>
        <member name="M:apr_proc_mutex_timedlock(apr_proc_mutex_t*,System.Int64)">
Attempt to acquire the lock for the given mutex until timeout expires.
If the acquisition time outs, the call returns with APR_TIMEUP.
@param mutex the mutex on which to attempt the lock acquiring.
@param timeout the relative timeout (microseconds).
@note A negative or nul timeout means immediate attempt, returning
      APR_TIMEUP without blocking if it the lock is already acquired.
 
</member>
        <member name="M:apr_proc_mutex_trylock(apr_proc_mutex_t*)">
Attempt to acquire the lock for the given mutex. If the mutex has already
been acquired, the call returns immediately with APR_EBUSY. Note: it
is important that the APR_STATUS_IS_EBUSY(s) macro be used to determine
if the return value was APR_EBUSY, for portability reasons.
@param mutex the mutex on which to attempt the lock acquiring.
 
</member>
        <member name="M:apr_proc_mutex_lock(apr_proc_mutex_t*)">
Acquire the lock for the given mutex. If the mutex is already locked,
the current thread will be put to sleep until the lock becomes available.
@param mutex the mutex on which to acquire the lock.
 
</member>
        <member name="M:apr_proc_mutex_child_init(apr_proc_mutex_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
Re-open a mutex in a child process.
@param mutex The newly re-opened mutex structure.
@param fname A file name to use if the mutex mechanism requires one. This
             argument should always be provided. The mutex code itself will
             determine if it should be used. This filename should be the
             same one that was passed to apr_proc_mutex_create().
@param pool The pool to operate on.
@remark This function must be called to maintain portability, even
        if the underlying lock mechanism does not require it.
 
</member>
        <member name="M:apr_proc_mutex_create(apr_proc_mutex_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_lockmech_e,apr_pool_t*)">
Create and initialize a mutex that can be used to synchronize processes.
@param mutex the memory address where the newly created mutex will be
       stored.
@param fname A file name to use if the lock mechanism requires one. This
       argument should always be provided. The lock code itself will
       determine if it should be used.
@param mech The mechanism to use for the interprocess lock, if any; one of
<PRE>
           APR_LOCK_FCNTL
           APR_LOCK_FLOCK
           APR_LOCK_SYSVSEM
           APR_LOCK_POSIXSEM
           APR_LOCK_PROC_PTHREAD
           APR_LOCK_DEFAULT pick the default mechanism for the platform
</PRE>
@param pool the pool from which to allocate the mutex.
@see apr_lockmech_e
@warning Check APR_HAS_foo_SERIALIZE defines to see if the platform supports
         APR_LOCK_foo. Only APR_LOCK_DEFAULT is portable.
 
</member>
        <member name="T:apr_proc_mutex_t">
Opaque structure representing a process mutex.
</member>
        <member name="T:SharpSvn.SvnWorkingCopyRestoreArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnWorkingCopyClient.Restore(System.String,SharpSvn.SvnWorkingCopyRestoreArgs)" />.</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnSetRepositoryIdArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s CreateRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnLookWriteArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" />'s Write method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyInstallConflictArgs.CommandType">
            <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary>
        </member>
        <member name="M:SharpSvn.SvnClientReporter.WriteLine(System.String)">
            <summary>Writes the specified message to the result writer and appends a <see cref="P:System.Environment.NewLine" /></summary>
        </member>
        <member name="M:SharpSvn.SvnClientReporter.WriteProgress(System.String)">
            <summary>Writes the progress message to the result writer</summary>
            <remarks>The default implementation calls <see cref="M:SharpSvn.SvnClientReporter.Write(System.String)" /> with the specified message</remarks>
        </member>
        <member name="M:SharpSvn.SvnClientReporter.Write(System.String)">
            <summary>Writes the specified message to the result writer</summary>
        </member>
        <member name="T:SharpSvn.SvnClientReporter">
            <summary>Subversion Client Context wrapper; base class of objects using client context</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnSetPropertyArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnSetPropertyArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnPropertyListArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnPropertyListArgs">
            <summary>Extended Parameter container for SvnClient.PropertyList</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnVacuumArgs">
            <summary>Extended parameter container for <see cref="T:SharpSvn.SvnClient" />Cleanup</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnListChangeListArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnListChangeListArgs">
            <summary>Extended Parameter container for SvnClient.ListChangeList</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnDeleteRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s DeleteRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnMergesMergedArgs.RetrieveProperties">
            <summary>Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list</summary>
        </member>
        <member name="P:SharpSvn.SvnMergesMergedArgs.RetrieveChangedPaths">
            <summary>Gets or sets a boolean indicating whether the paths changed in the revision should be provided</summary>
        </member>
        <member name="T:SharpSvn.SvnMergesMergedArgs">
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnRepositoryOperationArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s CommitRepositoryOperation</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.OnProcessing(SharpSvn.SvnProcessingEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnMultiCommandClient.Processing" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.OnSvnError(SharpSvn.SvnErrorEventArgs)">
            <summary>Raises the <see cref="T:System.Exception" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.OnNotify(SharpSvn.SvnNotifyEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnMultiCommandClient.Notify" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.OnCommitted(SharpSvn.SvnCommittedEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnMultiCommandClient.Committing" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.OnCommitting(SharpSvn.SvnCommittingEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnMultiCommandClient.Committing" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.OnProgress(SharpSvn.SvnProgressEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnMultiCommandClient.Progress" /> event.</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.OnCancel(SharpSvn.SvnCancelEventArgs)">
            <summary>Raises the <see cref="E:SharpSvn.SvnMultiCommandClient.Cancel" /> event.</summary>
        </member>
        <member name="E:SharpSvn.SvnMultiCommandClient.Processing">
            <summary>
Raised just before a command is executed. This allows a listener
to cleanup before a new command is started
</summary>
        </member>
        <member name="E:SharpSvn.SvnMultiCommandClient.SvnError">
            <summary>
Raised when a subversion exception occurs.
Set <see cref="P:SharpSvn.SvnCancelEventArgs.Cancel" /> to true to cancel
throwing the exception
</summary>
        </member>
        <member name="E:SharpSvn.SvnMultiCommandClient.Committed">
            <summary>
Raised on progress. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgsWithCommit" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnMultiCommandClient.Committing">
            <summary>
Raised on progress. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgsWithCommit" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnMultiCommandClient.Notify">
            <summary>
Raised on notifications. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnMultiCommandClient.Progress">
            <summary>
Raised on progress. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="E:SharpSvn.SvnMultiCommandClient.Cancel">
            <summary>
Raised to allow canceling operations. The event is first
raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and
then on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="P:SharpSvn.SvnMultiCommandClient.Configuration">
            <summary>Gets the <see cref="T:SharpSvn.SvnClientConfiguration" /> instance of this <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.GetNodeKind(System.String,SharpSvn.SvnRepositoryGetNodeKindArgs,SharpSvn.SvnNodeKind@)">
            <summary>Gets the (new) node kind of the node at PATH</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.GetNodeKind(System.String,SharpSvn.SvnNodeKind@)">
            <summary>Gets the (new) node kind of the node at PATH</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.CreateFile(System.String,System.IO.Stream,SharpSvn.SvnRepositoryCreateFileArgs)">
            <summary>Adds a new file at PATH</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.CreateFile(System.String,System.IO.Stream)">
            <summary>Adds a new file at PATH</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.UpdateFile(System.String,System.IO.Stream,SharpSvn.SvnRepositoryUpdateFileArgs)">
            <summary>Updates the file that already exists at (or was just copied/moved to) PATH</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.UpdateFile(System.String,System.IO.Stream)">
            <summary>Updates the file that already exists at (or was just copied/moved to) PATH</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.DeleteProperty(System.String,System.String,SharpSvn.SvnRepositorySetPropertyArgs)">
            <summary>Deletes a property on path, which can be an added or existing node</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.SetProperty(System.String,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnRepositorySetPropertyArgs)">
            <summary>Sets a property on path, which can be an added or existing node</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.SetProperty(System.String,System.String,System.String,SharpSvn.SvnRepositorySetPropertyArgs)">
            <summary>Sets a property on path, which can be an added or existing node</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.DeleteProperty(System.String,System.String)">
            <summary>Deletes a property on path, which can be an added or existing node</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.SetProperty(System.String,System.String,System.Collections.Generic.ICollection`1{System.Byte})">
            <summary>Sets a property on path, which can be an added or existing node</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.SetProperty(System.String,System.String,System.String)">
            <summary>Sets a property on path, which can be an added or existing node</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Copy(System.String,System.Int64,System.String,SharpSvn.SvnRepositoryCopyArgs)">
            <summary>Copies the specified path to the new location</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Copy(System.String,System.String,SharpSvn.SvnRepositoryCopyArgs)">
            <summary>Copies the specified path to the new location</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Copy(System.String,System.Int64,System.String)">
            <summary>Copies the specified path to the new location</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Copy(System.String,System.String)">
            <summary>Copies the specified path to the new location</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Move(System.String,System.String,SharpSvn.SvnRepositoryMoveArgs)">
            <summary>Moves the specified path to the new location</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Move(System.String,System.String)">
            <summary>Moves the specified path to the new location</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Delete(System.String,SharpSvn.SvnRepositoryDeleteArgs)">
            <summary>Deletes the specified path</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Delete(System.String)">
            <summary>Deletes the specified path</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.CreateDirectory(System.String,SharpSvn.SvnRepositoryCreateDirectoryArgs)">
            <summary>Creates the specified path</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.CreateDirectory(System.String)">
            <summary>Creates the specified path</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Commit(SharpSvn.SvnCommitResult@)">
            <summary>Commits all recorded operations as a new revision.</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Commit">
            <summary>Commits all recorded operations as a new revision.</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Open(System.Uri,SharpSvn.SvnRepositoryOperationArgs)">
            <summary>Opens a not previously opened <see cref="T:SharpSvn.SvnMultiCommandClient" />
to the specified url</summary>
            <remarks>Unlike most other operations in SharpSvn the args object is used
untile the SvnMultiCommandClient is committed or disposed</remarks>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.Open(System.Uri)">
            <summary>Opens a not previously opened <see cref="T:SharpSvn.SvnMultiCommandClient" />
to the specified url</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.#ctor">
            <summary>Creates a new standalone <see cref="T:SharpSvn.SvnMultiCommandClient" /> but
doesn't open it yet</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.#ctor(System.Uri)">
            <summary>Creates a new standalone <see cref="T:SharpSvn.SvnMultiCommandClient" /> and
opens it for the specified uri</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.#ctor(System.Uri,SharpSvn.SvnRepositoryOperationArgs)">
            <summary>Creates a new standalone <see cref="T:SharpSvn.SvnMultiCommandClient" /> and
opens it for the specified uri</summary>
        </member>
        <member name="M:SharpSvn.SvnMultiCommandClient.#ctor(SharpSvn.SvnClient)">
            <summary>Creates a new <see cref="T:SharpSvn.SvnMultiCommandClient" /> completely
operating like a command on the <see cref="T:SharpSvn.SvnClient" /></summary>
        </member>
        <member name="P:SharpSvn.SvnRemoveFromChangeListArgs.ChangeLists">
            <summary>Gets the list of changelist-names</summary>
        </member>
        <member name="T:SharpSvn.SvnRemoveFromChangeListArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.RemoveFromChangeList(System.String,SharpSvn.SvnRemoveFromChangeListArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnChangedArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" />'s Changed method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.Remote.SvnRemoteLocationSegmentsArgs.OperationalRevision">
            <summary>Gets the revision in which the Url's are evaluated (Aka peg revision)</summary>
        </member>
        <member name="T:SharpSvn.SvnLookListArgs">
            <summary>Base Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" /> commands</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnListArgs">
            <summary>Extended Parameter container for SvnClient.List</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnLoadRepositoryArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s CreateRepository method</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnMergesEligibleArgs.RetrieveProperties">
            <summary>Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list</summary>
        </member>
        <member name="P:SharpSvn.SvnMergesEligibleArgs.RetrieveChangedPaths">
            <summary>Gets or sets a boolean indicating whether the paths changed in the revision should be provided</summary>
        </member>
        <member name="T:SharpSvn.SvnMergesEligibleArgs">
            <threadsafety static="true" instance="false" />
        </member>
        <member name="P:SharpSvn.SvnLogArgs.RetrieveAllProperties">
            <summary>Gets or sets a boolean indication whether to retrieve all revision properties</summary>
            <remarks>Default value: false</remarks>
        </member>
        <member name="P:SharpSvn.SvnLogArgs.RetrieveProperties">
            <summary>Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list</summary>
            <remarks>This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties,
or set RetrieveAllProperties to true to retrieve all properties.
</remarks>
        </member>
        <member name="P:SharpSvn.SvnLogArgs.BaseUri">
            <summary>Gets or sets the base uri to which relative Uri's are relative</summary>
        </member>
        <member name="P:SharpSvn.SvnLogArgs.RetrieveMergedRevisions">
            <summary>Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes</summary>
        </member>
        <member name="P:SharpSvn.SvnLogArgs.StrictNodeHistory">
            <summary>Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying)</summary>
            <remarks>If @a StrictNodeHistory is set, copy history (if any exists) will
not be traversed while harvesting revision logs for each target. </remarks>
        </member>
        <member name="P:SharpSvn.SvnLogArgs.RetrieveChangedPaths">
            <summary>Gets or sets a boolean indicating whether the paths changed in the revision should be provided</summary>
        </member>
        <member name="P:SharpSvn.SvnLogArgs.Limit">
            <summary>Gets or sets the limit on the number of log items fetched</summary>
        </member>
        <member name="P:SharpSvn.SvnLogArgs.Range">
            <summary>Gets or sets the range specified by <see cref="P:SharpSvn.SvnLogArgs.Start" />-<see cref="P:SharpSvn.SvnLogArgs.End" /> wrapped as a <see cref="T:SharpSvn.SvnRevisionRange" /></summary>
            <remarks>New code should either use <see cref="P:SharpSvn.SvnLogArgs.Start" /> and <see cref="P:SharpSvn.SvnLogArgs.End" /> or <see cref="P:SharpSvn.SvnLogArgs.Ranges" /></remarks>
        </member>
        <member name="P:SharpSvn.SvnLogArgs.OperationalRevision">
            <summary>Gets the revision in which the Url's are evaluated (Aka peg revision)</summary>
        </member>
        <member name="M:SharpSvn.SvnLogArgs.#ctor(SharpSvn.SvnRevisionRange)">
            <summary>Initializes a new <see cref="T:SharpSvn.SvnLogArgs" /> instance with the specified range</summary>
        </member>
        <member name="M:SharpSvn.SvnLogArgs.#ctor">
            <summary>Initializes a new <see cref="T:SharpSvn.SvnLogArgs" /> instance with default properties</summary>
        </member>
        <member name="T:SharpSvn.SvnLogArgs">
            <summary>Extended Parameter container of SvnClient.Log</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:svn_client__wc_copy_mods(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,svn_client_ctx_t*,apr_pool_t*)">
Copy local modifications from one WC subtree to another.
 *
 * Find local modifications under @a src_wc_abspath, in the same way as
 * for a commit.
 *
 * Edit the WC at @a dst_wc_abspath, applying those modifications to the
 * current working state to produce a new working state.
 *
 * The source and destination may be in the same WC or in different WCs.
 
</member>
        <member name="M:svn_client__wc_replay(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_depth_t,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,svn_delta_editor_t!System.Runtime.CompilerServices.IsConst*,System.Void*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,svn_client_ctx_t*,apr_pool_t*)">
Send committable changes found in the WC to a delta-editor.
 *
 * Committable changes are found in TARGETS:DEPTH:CHANGELISTS.
 *
 * Send the changes to @a editor:@a edit_baton. The @a path arguments
 * to the editor methods are URL-paths relative to the URL of
 * @a src_wc_abspath.
 *
 * ### We will presumably need to change this so that the @a path
 * arguments to the editor will be local WC relpaths, in order
 * to handle switched paths.
 *
 * The @a copyfrom_path arguments to the editor methods are URLs. As the
 * WC does not store copied-from-foreign-repository metadata, the URL will
 * be in the same repository as the URL of its parent path.
 *
 * Compared with svn_client__do_commit(), this (like svn_client_commit6)
 * handles:
 * - condense targets and find committable paths
 * - checking only one repository is involved
 *
 * Compared with svn_client_commit6(), this does not handle:
 * - externals
 * - log message
 * - revprops
 * - checking the commit includes both halves of each local move
 * - changing the copy revision of each local move to ~HEAD
 * - WC write locks
 * - bumping revisions in WC
 * - removing locks and changelists in WC
 
</member>
        <member name="M:svn_client__wc_editor(svn_delta_editor_t!System.Runtime.CompilerServices.IsConst**,System.Void**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,=FUNC:System.Void(System.Void*,svn_wc_notify_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*),System.Void*,svn_ra_session_t*,svn_client_ctx_t*,apr_pool_t*)">
Return an editor for applying local modifications to a WC.
 *
 * Return an editor in @a *editor_p, @a *edit_baton_p that will apply
 * local modifications to the WC subdirectory at @a dst_abspath.
 *
 * The @a path arguments to the editor methods shall be local WC paths,
 * relative to @a dst_abspath. The @a copyfrom_path arguments to the
 * editor methods shall be URLs.
 *
 * Send notifications via @a notify_func / @a notify_baton.
 * ### INCOMPLETE
 *
 * @a ra_session is used to fetch the original content for copies.
 *
 * Ignore changes to non-regular property (entry-props, DAV/WC-props).
 *
 * Acquire the WC write lock in 'open_root' and release it in
 * 'close_edit', in 'abort_edit', or when @a result_pool is cleared.
 
</member>
        <member name="M:svn_client__repos_to_wc_copy_by_editor(System.Int32*,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_ra_session_t*,svn_client_ctx_t*,apr_pool_t*)">
Copy a directory tree or a file (according to @a kind) from @a src_url at
 * @a src_rev, to @a dst_abspath in a WC.
 *
 * The caller should be holding a WC write lock that allows @a dst_abspath to
 * be created, such as on the parent of @a dst_abspath.
 *
 * If not same repositories, then remove any svn:mergeinfo property.
 *
 * Use @a ra_session to fetch the data. The session may point to a different
 * URL after returning.
 *
 * This API does not process any externals definitions that may be present
 * on copied directories.
 
</member>
        <member name="M:svn_client__repos_to_wc_copy_internal(System.Int32*,svn_node_kind_t,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32!System.Runtime.CompilerServices.IsLong,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_ra_session_t*,svn_client_ctx_t*,apr_pool_t*)">
Copy a directory tree or a file (according to @a kind) from @a src_url at
 * @a src_rev, to @a dst_abspath in a WC.
 *
 * The caller should be holding a WC write lock that allows @a dst_abspath to
 * be created, such as on the parent of @a dst_abspath.
 *
 * If not same repositories, then remove any svn:mergeinfo property.
 *
 * Use @a ra_session to fetch the data. The session may point to any URL
 * within the source repository.
 *
 * This API does not process any externals definitions that may be present
 * on copied directories.
 
</member>
        <member name="M:svn_client__get_diff_writer_svn(svn_diff_tree_processor_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_array_header_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_stream_t*,svn_stream">
Return a diff processor that will print a Subversion-style
 * (not git-style) diff.
 *
 * @a anchor is optional (may be null), and is the 'anchor' path to prefix
 * to the diff-processor paths before displaying.
 *
 * @a orig_path_1 and @a orig_path_2 are the two main root paths to be
 * diffed; each may be a URL, a local WC path or a local unversioned path.
 *
 * Other arguments are as for svn_client_diff7() etc.
 
</member>
        <member name="M:svn_client__assert_homogeneous_target_type(apr_array_header_t!System.Runtime.CompilerServices.IsConst*)">
Return @c SVN_ERR_ILLEGAL_TARGET if TARGETS contains a mixture of
 * URLs and paths; otherwise return SVN_NO_ERROR.
 *
 * @since New in 1.7.
 
</member>
        <member name="M:svn_diff__tree_processor_tee_create(svn_diff_tree_processor_t!System.Runtime.CompilerServices.IsConst*,svn_diff_tree_processor_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Create a new svn_diff_tree_processor_t instance with all functions setup
 to first call into processor1 and then processor2.
 
 This function is mostly a debug and migration helper.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_diff__tree_processor_copy_as_changed_create(svn_diff_tree_processor_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Create a new svn_diff_tree_processor_t instance with all function setup
 to call into processor with all adds with copyfrom information transformed
 to simple node changes.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_diff__tree_processor_filter_create(svn_diff_tree_processor_t!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Create a new svn_diff_tree_processor_t instance with all functions setup
 to call into processor for all paths equal to and below prefix_relpath.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_diff__tree_processor_reverse_create(svn_diff_tree_processor_t!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)">
 Create a new svn_diff_tree_processor_t instance with all functions setup
 to call into another svn_diff_tree_processor_t processor, but with all
 adds and deletes inverted.
 
 @since New in 1.8.
 
</member>
        <member name="M:svn_diff__tree_processor_create(System.Void*,apr_pool_t*)">
 Create a new svn_diff_tree_processor_t instance with all functions
 set to a callback doing nothing but copying the parent baton to
 the new baton.
 
 @since New in 1.8.
 
</member>
        <member name="F:svn_diff_tree_processor_t.baton">
The value passed to svn_diff__tree_processor_create() as BATON.
 
</member>
        <member name="T:svn_diff_tree_processor_t">
 A callback vtable invoked by our diff-editors, as they receive diffs
 from the server. 'svn diff' and 'svn merge' implement their own versions
 of this vtable.
 
 All callbacks receive the processor and at least a parent baton. Forwarding
 the processor allows future extensions to call into the old functions without
 revving the entire API.
 
 Users must call svn_diff__tree_processor_create() to allow adding new
 callbacks later. (E.g. when we decide how to add move support) These
 extensions can then just call into other callbacks.
 
 @since New in 1.8.
 
</member>
        <member name="T:svn_diff_source_t">
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_client_private.h
 @brief Subversion-internal client APIs.
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_diff_tree.h
 @brief Generic diff handler. Replacing the old svn_wc_diff_callbacks4_t
 infrastructure
 
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_diff_tree.h
 @brief Generic diff handler. Replacing the old svn_wc_diff_callbacks4_t
 infrastructure
 
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_wc_private.h
 @brief The Subversion Working Copy Library - Internal routines
 
 Requires:
            - A working copy
 
 Provides:
            - Ability to manipulate working copy's versioned data.
            - Ability to manipulate working copy's administrative files.
 
 Used By:
            - Clients.
 
 @copyright
 ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership. The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied. See the License for the
    specific language governing permissions and limitations
    under the License.
 ====================================================================
 @endcopyright
 
 @file svn_diff_tree.h
 @brief Generic diff handler. Replacing the old svn_wc_diff_callbacks4_t
 infrastructure
 
</member>
        <member name="T:SharpSvn.SvnYoungestArgs">
            <summary>Extended Parameter container of SvnClient.Info</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="M:sharpsvn_found_entry(System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_wc_entry_t!System.Runtime.CompilerServices.IsConst*,System.Void*,apr_pool_t*)">
An @a entry was found at @a path.
</member>
        <member name="P:SharpSvn.SvnWorkingCopyEntriesArgs.CommandType">
            <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyEntriesArgs.Depth">
            <summary>The depth to walk for entries; reeds all entries in path when depth is unknown (default)</summary>
        </member>
        <member name="P:SharpSvn.SvnWorkingCopyEntriesArgs.RetrieveHidden">
            <summary>Gets or sets a boolean indicating whether to return deleted or absent entries</summary>
        </member>
        <member name="T:SharpSvn.SvnGetRevisionPropertyArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s GetRevisionProperty</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnMergeArgs">
            <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.SvnMergeArgs)" /></summary>
            <threadsafety static="true" instance="false" />
        </member>
        <member name="T:SharpSvn.SvnPatchArgs">
            <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s Patch command</summary>
            <threadsafety static="true" instance="false" />
        </member>
        <!-- Discarding badly formed XML document comment for member 'T:apr_pool_t'. -->
        <!-- Discarding badly formed XML document comment for member 'T:apr_allocator_t'. -->
        <!-- Discarding badly formed XML document comment for member 'T:iovec'. -->
        <!-- Discarding badly formed XML document comment for member 'M:apr_table_overlap(apr_table_t*,apr_table_t!System.Runtime.CompilerServices.IsConst*,System.UInt32)'. -->
        <!-- Discarding badly formed XML document comment for member 'D:apr_fileattrs_t'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_node_kind_to_word(svn_node_kind_t)'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_depth_to_word(svn_depth_t)'. -->
        <!-- Discarding badly formed XML document comment for member 'T:svn_commit_info_t'. -->
        <!-- Discarding badly formed XML document comment for member 'T:svn_lock_t'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_io_open_uniquely_named(apr_file_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,svn_io_file_del_t,apr_pool_t*,apr_pool_t*)'. -->
        <!-- Discarding badly formed XML document comment for member 'F:svn_txdelta_source'. -->
        <!-- Discarding badly formed XML document comment for member 'F:svn_txdelta_target'. -->
        <!-- Discarding badly formed XML document comment for member 'F:svn_txdelta_new'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_txdelta_read_svndiff_window(svn_txdelta_window_t**,svn_stream_t*,System.Int32,apr_pool_t*)'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_txdelta_skip_svndiff_window(apr_file_t*,System.Int32,apr_pool_t*)'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_config_read_auth_data(apr_hash_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_auth_get_platform_specific_provider(svn_auth_provider_object_t**,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,System.SByte!System.Runtime.CompilerServices.IsSignUnspecifiedByte!System.Runtime.CompilerServices.IsConst*,apr_pool_t*)'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_inheritance_to_word(svn_mergeinfo_inheritance_t)'. -->
        <!-- Discarding badly formed XML document comment for member 'F:svn_ra_reporter3_t.abort_report'. -->
        <!-- Discarding badly formed XML document comment for member 'T:svn_wc_schedule_t'. -->
        <!-- Discarding badly formed XML document comment for member 'F:svn_diff_fns2_t.token_compare'. -->
        <!-- Discarding badly formed XML document comment for member 'T:svn_diff_hunk_t'. -->
        <!-- Discarding badly formed XML document comment for member 'M:svn_fs_refresh_revision_props(svn_fs_t*,apr_pool_t*)'. -->
        <!-- Discarding badly formed XML document comment for member 'T:apr_mmap_t'. -->
        <!-- Discarding badly formed XML document comment for member 'M:serf_bucket_socket_set_read_progress_cb(serf_bucket_t*,=FUNC:System.Void(System.Void*,System.Int64,System.Int64),System.Void*)'. -->
    </members>
</doc>