diff --git a/src/Libraries/SharpSvn/Licenses/SharpSvn-Licenses.wxs b/src/Libraries/SharpSvn/Licenses/SharpSvn-Licenses.wxs index 4a9885f392..ecdabc983c 100644 --- a/src/Libraries/SharpSvn/Licenses/SharpSvn-Licenses.wxs +++ b/src/Libraries/SharpSvn/Licenses/SharpSvn-Licenses.wxs @@ -52,7 +52,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/src/Libraries/SharpSvn/SharpPlink-Win32.svnExe b/src/Libraries/SharpSvn/SharpPlink-Win32.svnExe index 726ae6d184..2a610d90a4 100644 Binary files a/src/Libraries/SharpSvn/SharpPlink-Win32.svnExe and b/src/Libraries/SharpSvn/SharpPlink-Win32.svnExe differ diff --git a/src/Libraries/SharpSvn/SharpSvn-DB44-20-win32.dll b/src/Libraries/SharpSvn/SharpSvn-DB44-20-win32.dll index 2490f5a77c..721b4a156f 100644 Binary files a/src/Libraries/SharpSvn/SharpSvn-DB44-20-win32.dll and b/src/Libraries/SharpSvn/SharpSvn-DB44-20-win32.dll differ diff --git a/src/Libraries/SharpSvn/SharpSvn-Sasl21-22-win32.dll b/src/Libraries/SharpSvn/SharpSvn-Sasl21-23-win32.dll similarity index 70% rename from src/Libraries/SharpSvn/SharpSvn-Sasl21-22-win32.dll rename to src/Libraries/SharpSvn/SharpSvn-Sasl21-23-win32.dll index 9dc2bb3f49..8deccc7133 100644 Binary files a/src/Libraries/SharpSvn/SharpSvn-Sasl21-22-win32.dll and b/src/Libraries/SharpSvn/SharpSvn-Sasl21-23-win32.dll differ diff --git a/src/Libraries/SharpSvn/SharpSvn.UI.dll b/src/Libraries/SharpSvn/SharpSvn.UI.dll index 3521448aaa..a57d5db205 100644 Binary files a/src/Libraries/SharpSvn/SharpSvn.UI.dll and b/src/Libraries/SharpSvn/SharpSvn.UI.dll differ diff --git a/src/Libraries/SharpSvn/SharpSvn.UI.xml b/src/Libraries/SharpSvn/SharpSvn.UI.xml index 81bec83236..b616a41fd7 100644 --- a/src/Libraries/SharpSvn/SharpSvn.UI.xml +++ b/src/Libraries/SharpSvn/SharpSvn.UI.xml @@ -375,6 +375,12 @@ (You should use this within .Net development environments (Like MS Visual Studio) implementing this interface) The UI service. + + + Gets or sets the size of the auto scale base. + + The size of the auto scale base. + A strongly-typed resource class, for looking up localized strings, etc. diff --git a/src/Libraries/SharpSvn/SharpSvn.dll b/src/Libraries/SharpSvn/SharpSvn.dll index 8456a4c307..f656be6fa5 100644 Binary files a/src/Libraries/SharpSvn/SharpSvn.dll and b/src/Libraries/SharpSvn/SharpSvn.dll differ diff --git a/src/Libraries/SharpSvn/SharpSvn.wxs b/src/Libraries/SharpSvn/SharpSvn.wxs index 3beae3a65d..98be3c1328 100644 --- a/src/Libraries/SharpSvn/SharpSvn.wxs +++ b/src/Libraries/SharpSvn/SharpSvn.wxs @@ -1,11 +1,11 @@  - + - + @@ -50,8 +50,8 @@ - - + + @@ -59,7 +59,7 @@ - + diff --git a/src/Libraries/SharpSvn/SharpSvn.xml b/src/Libraries/SharpSvn/SharpSvn.xml index 1873079556..d1c641efef 100644 --- a/src/Libraries/SharpSvn/SharpSvn.xml +++ b/src/Libraries/SharpSvn/SharpSvn.xml @@ -29,6 +29,10 @@ Extended Parameter container of + + Extended Parameter container of 's Changed method + + originalPath and modifiedPath must live at least as long as pool @@ -100,6 +104,10 @@ latest. Extended Parameter container of and + + Extended Parameter container of + + Extended Parameter container of @@ -108,11 +116,11 @@ latest. Extended Parameter container of 's GetSuggestedMergeSources method - - Gets or sets the blame range as + + Gets the list of changelist-names - - Extended Parameter container for SvnClient.Blame + + Extended Parameter container for SvnClient.PropertyList @@ -231,6 +239,13 @@ for addition unversioned files and directories scattered deep within a versioned Extended Parameter container of + + Gets or sets a value indicating whether to clean the database logfiles after the hotcopy + + + Extended Parameter container of 's CreateRepository method + + Gets the list of changelist-names @@ -391,6 +406,11 @@ value to this. Looks up a localized string similar to Revision must be >= 0. + + + + + Looks up a localized string similar to The remote session must be open before it can perform commands. @@ -5846,6 +5866,10 @@ Notifier doesn't know or isn't saying. also used for checkouts, switches, and merges. The type of action occurring. + + +An update tried to add a file or directory at path but an + * unversioned obstruction was found. @since New in 1.7. 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 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. Type for specifying an error or status code. - - Gets the list of changelist-names - - - Extended Parameter container for SvnClient.PropertyList - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list @@ -15105,6 +15125,10 @@ Type for specifying an error or status code. Extended Parameter container of SvnClient.Info + + Extended Parameter container of 's RecoverRepository method + + Gets the list of changelist-names @@ -15416,8 +15440,8 @@ target's properties). Extended Parameter container of - - Extended Parameter container of + + Extended Parameter container of 's Changed method @@ -15443,8 +15467,17 @@ target's properties). Extended Parameter container of 's GetRevisionPropertyList - - Extended parameter container for Cleanup + + Gets or sets the author passed to the hook scripts + + + Gets or sets a value indicating whether to call the hook after changing the revision property + + + Gets or sets a value indicating whether to call the hook before changing the revision property + + + Extended Parameter container of 's CreateRepository method @@ -15469,8 +15502,11 @@ target's properties). Extended Parameter container of - - Extended Parameter container of 's RecoverRepository method + + Gets or sets the blame range as + + + Extended Parameter container for SvnClient.Blame @@ -15519,14 +15555,9 @@ algorithm. - 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 +@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 @@ -15859,6 +15890,10 @@ not be traversed while harvesting revision logs for each target. Extended Parameter container of 's CreateRepository method + + Extended Parameter container of 's Write method + + Gets the of the command @@ -15873,8 +15908,12 @@ not be traversed while harvesting revision logs for each target. Extended Parameter container for SvnClient.ListChangeList - - Extended Parameter container of 's Write method + + Base Extended Parameter container of commands + + + + Extended parameter container for Cleanup @@ -16173,6 +16212,60 @@ is false Gets the raw subversion error code + + Streamingly retrieve the log messages for a set of revision(s). + + + Streamingly retrieve the log messages for a set of revision(s) + Streamingly retrieve the log messages for a set of revision(s). + + + Get the latest revision in the repository + + + Get the latest revision in the repository + Get the latest revision in the repository + + + Reparents the session to the specified Uri in the same repository + + + Reparents the session to the specified Uri + Reparents the session to the specified Uri in the same repository + + + Opens the session to the specified Uri + + + Opens the session to the specified Uri + Opens the session to the specified Uri + + + Initializes a new SvnRemoteSession instance and then a session to the specified url + + + Initializes a new SvnRemoteSession instance + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the content of a path directly from a repository + + + Gets the content of a path directly from a repository + Gets the content of a path directly from a repository + + + Lists the content of a path directly from a repository + + + Lists the content of a path directly from a repository + Lists the content of a path directly from a repository + Writes the content of the specified path to a stream directly from a repository @@ -16180,6 +16273,26 @@ is false Writes the content of the specified path to a stream directly from a repository Writes the content of the specified path to a stream directly from a repository + + Gets all properties on files or dirs (svn proplist) + + + Gets all properties on files or dirs (svn proplist) + Gets all properties on files or dirs (svn proplist) + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + Gets the property value of the specified path directly from a repository + Gets the specified revision property directly from the repository @@ -16292,6 +16405,35 @@ routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or Gets the text file status of a working copy path + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Makes a hot copy of a repository + Makes a hot copy of a repository + + + Set the property NAME on revision REVISION + + + Delete the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + Set the property NAME on revision REVISION + In-Place Upgrades a repository to a later version @@ -18459,6 +18601,9 @@ sequence of whitespace characters as a single space Zero value. Never used by Subversion + + [[[ Unversioned obstruction error (Not guaranteed compatible with future Subversion versions!)]]] + D + all descendants (full recursion from D). Updates will pull in any diff --git a/src/Setup/Files.wxs b/src/Setup/Files.wxs index ececbb2ee3..0c8a7b9a44 100644 --- a/src/Setup/Files.wxs +++ b/src/Setup/Files.wxs @@ -1492,6 +1492,9 @@ + + + diff --git a/src/Tools/UpdateAssemblyInfo/bin/Debug/UpdateAssemblyInfo.exe b/src/Tools/UpdateAssemblyInfo/bin/Debug/UpdateAssemblyInfo.exe index f5c77169f8..dc30242f24 100755 Binary files a/src/Tools/UpdateAssemblyInfo/bin/Debug/UpdateAssemblyInfo.exe and b/src/Tools/UpdateAssemblyInfo/bin/Debug/UpdateAssemblyInfo.exe differ