<summary>Extended Parameter container of <seecref="M:SharpSvn.SvnClient.CreateDirectory(System.String,SharpSvn.SvnCreateDirectoryArgs)"/> and <seecref="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri,SharpSvn.SvnCreateDirectoryArgs)"/></summary>
<summary>Extended Parameter container of <seecref="M:SharpSvn.SvnClient.ReintegrationMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnReintegrationMergeArgs)"/></summary>
<threadsafetystatic="true"instance="false"/>
</member>
<membername="T:SharpSvn.SvnSwitchArgs">
<summary>Extended Parameter container of <seecref="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget,SharpSvn.SvnSwitchArgs)"/></summary>
<summary>Gets the list of changelist-names</summary>
</member>
<membername="T:SharpSvn.SvnBlameArgs">
<summary>Extended Parameter container for SvnClient.Blame</summary>
<membername="T:SharpSvn.SvnPropertyListArgs">
<summary>Extended Parameter container for SvnClient.PropertyList</summary>
<threadsafetystatic="true"instance="false"/>
</member>
<membername="T:SharpSvn.SvnListArgs">
@ -231,6 +239,13 @@ for addition unversioned files and directories scattered deep within a versioned
@@ -231,6 +239,13 @@ for addition unversioned files and directories scattered deep within a versioned
<summary>Extended Parameter container of <seecref="M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitArgs)"/></summary>
@ -5846,6 +5866,10 @@ Notifier doesn't know or isn't saying.
@@ -5846,6 +5866,10 @@ Notifier doesn't know or isn't saying.
also used for checkouts, switches, and merges.
The type of action occurring.
</member>
<membername="F:svn_wc_notify_update_obstruction">
An update tried to add a file or directory at path but an
* unversioned obstruction was found. @since New in 1.7.
</member>
<membername="F:svn_wc_notify_failed_external">
The path is a subdirectory referenced in an externals definition
@ -11510,11 +11534,14 @@ Run a command to completion, by first calling svn_io_start_cmd() and
@@ -11510,11 +11534,14 @@ Run a command to completion, by first calling svn_io_start_cmd() and
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, @a *exitcode will contain the exit code
of the process upon return, and if @a exitwhy is not NULL, @a
*exitwhy will indicate why the process terminated. If @a exitwhy is
NULL, and the exit reason is not @c APR_PROC_CHECK_EXIT(), or if
@a exitcode is NULL and the exit code is non-zero, then an
If @a exitcode is not NULL, and SVN_NO_ERROR is returned, @a *exitcode
will contain the exit code of the process. If @a exitcode is NULL and
the exit code is non-zero, then an @c SVN_ERR_EXTERNAL_PROGRAM error
will be returned.
If @a exitwhy is not NULL, and SVN_NO_ERROR is returned, @a *exitwhy
will indicate why the process terminated. If @a exitwhy is NULL,
and the exit reason is not @c APR_PROC_CHECK_EXIT(), then an
@c SVN_ERR_EXTERNAL_PROGRAM error will be returned.
@since New in 1.3.
@ -15082,13 +15109,6 @@ Return a human readable string describing the specified error.
@@ -15082,13 +15109,6 @@ Return a human readable string describing the specified error.
<summary>Extended Parameter container of <seecref="M:SharpSvn.SvnClient.ReintegrationMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnReintegrationMergeArgs)"/></summary>
<membername="T:SharpSvn.SvnLookPropertyListArgs">
<summary>Extended Parameter container of <seecref="T:SharpSvn.SvnLookClient"/>'s Changed method</summary>
<summary>Extended Parameter container of <seecref="M:SharpSvn.SvnClient.FileVersions(SharpSvn.SvnTarget,SharpSvn.SvnFileVersionsArgs,System.EventHandler`1{SharpSvn.SvnFileVersionEventArgs^})"/></summary>
@ -15859,6 +15890,10 @@ not be traversed while harvesting revision logs for each target. </remarks>
@@ -15859,6 +15890,10 @@ not be traversed while harvesting revision logs for each target. </remarks>
<summary>Extended Parameter container of <seecref="T:SharpSvn.SvnRepositoryClient"/>'s CreateRepository method</summary>
<threadsafetystatic="true"instance="false"/>
</member>
<membername="T:SharpSvn.SvnLookWriteArgs">
<summary>Extended Parameter container of <seecref="T:SharpSvn.SvnLookClient"/>'s Write method</summary>
<summary>Gets the <seecref="T:SharpSvn.SvnCommandType"/> of the command</summary>
</member>
@ -15873,8 +15908,12 @@ not be traversed while harvesting revision logs for each target. </remarks>
@@ -15873,8 +15908,12 @@ not be traversed while harvesting revision logs for each target. </remarks>
<summary>Extended Parameter container for SvnClient.ListChangeList</summary>
<threadsafetystatic="true"instance="false"/>
</member>
<membername="T:SharpSvn.SvnLookWriteArgs">
<summary>Extended Parameter container of <seecref="T:SharpSvn.SvnLookClient"/>'s Write method</summary>
<membername="T:SharpSvn.SvnLookListArgs">
<summary>Base Extended Parameter container of <seecref="T:SharpSvn.SvnLookClient"/> commands</summary>
<threadsafetystatic="true"instance="false"/>
</member>
<membername="T:SharpSvn.SvnCleanUpArgs">
<summary>Extended parameter container for <seecref="T:SharpSvn.SvnClient"/>Cleanup</summary>
<summary>Initializes a new SvnRemoteSession instance and then <seecref="M:SharpSvn.SvnRemoteSession.Open(System.Uri)"/> a session to the specified url</summary>
</member>
<membername="M:SharpSvn.SvnRemoteSession.#ctor">
<summary>Initializes a new SvnRemoteSession instance</summary>
</member>
<membername="E:SharpSvn.SvnLookClient.Cancel">
<summary>
Raised to allow canceling operations. The event is first
raised on the <seecref="T:SharpSvn.SvnClientArgs"/> object and
then on the <seecref="T:SharpSvn.SvnLookClient"/></summary>
<summary>Gets the specified revision property directly from the repository</summary>
</member>
@ -16292,6 +16405,35 @@ routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or
@@ -16292,6 +16405,35 @@ routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or
<summary>In-Place Upgrades a repository to a later version</summary>
<remarks>
@ -18459,6 +18601,9 @@ sequence of whitespace characters as a single space</summary>
@@ -18459,6 +18601,9 @@ sequence of whitespace characters as a single space</summary>
<membername="F:SharpSvn.SvnStatus.Zero">
<summary>Zero value. Never used by Subversion</summary>