Browse Source

Update SharpSVN to 1.8 beta

pull/74/merge
Siegfried Pammer 12 years ago
parent
commit
4e43caa38f
  1. 2
      src/Libraries/SharpSvn/Licenses/Putty-License.txt
  2. 2
      src/Libraries/SharpSvn/Licenses/SharpSvn-License.txt
  3. 8
      src/Libraries/SharpSvn/Licenses/Subversion-License.txt
  4. 24
      src/Libraries/SharpSvn/Licenses/ZLib-License.txt
  5. BIN
      src/Libraries/SharpSvn/SharpPlink-Win32.svnExe
  6. BIN
      src/Libraries/SharpSvn/SharpSvn-DB44-20-win32.svnDll
  7. BIN
      src/Libraries/SharpSvn/SharpSvn-Sasl21-23-win32.dll
  8. BIN
      src/Libraries/SharpSvn/SharpSvn.UI.dll
  9. 15
      src/Libraries/SharpSvn/SharpSvn.UI.xml
  10. BIN
      src/Libraries/SharpSvn/SharpSvn.dll
  11. 12
      src/Libraries/SharpSvn/SharpSvn.wxs
  12. 4935
      src/Libraries/SharpSvn/SharpSvn.xml
  13. 2
      src/Setup/Files.wxs

2
src/Libraries/SharpSvn/Licenses/Putty-License.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
PuTTY is copyright 1997-2011 Simon Tatham.
PuTTY is copyright 1997-2013 Simon Tatham.
Portions copyright Robert de Bath, Joris van Rantwijk, Delian
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,

2
src/Libraries/SharpSvn/Licenses/SharpSvn-License.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
Copyright (c) 2007-2010 The SharpSvn Project
Copyright (c) 2007-2012 The SharpSvn Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

8
src/Libraries/SharpSvn/Licenses/Subversion-License.txt

@ -260,3 +260,11 @@ subversion/bindings/swig/python/tests/trac/: @@ -260,3 +260,11 @@ subversion/bindings/swig/python/tests/trac/:
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
For the file subversion/libsvn_subr/utf_width.c
* Markus Kuhn -- 2007-05-26 (Unicode 5.0)
*
* Permission to use, copy, modify, and distribute this software
* for any purpose and without fee is hereby granted. The author
* disclaims all warranties with regard to this software.

24
src/Libraries/SharpSvn/Licenses/ZLib-License.txt

@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
ZLIB DATA COMPRESSION LIBRARY
zlib 1.2.5 is a general purpose data compression library. All the code is
zlib 1.2.8 is a general purpose data compression library. All the code is
thread safe. The data format used by the zlib library is described by RFCs
(Request for Comments) 1950 to 1952 in the files
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
and rfc1952.txt (gzip format).
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
rfc1952 (gzip format).
All functions of the compression library are documented in the file zlib.h
(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
of the library is given in the file example.c which also tests that the library
is working correctly. Another example is given in the file minigzip.c. The
compression library itself is composed of all source files except example.c and
minigzip.c.
of the library is given in the file test/example.c which also tests that
the library is working correctly. Another example is given in the file
test/minigzip.c. The compression library itself is composed of all source
files in the root directory.
To compile all files and run the test program, follow the instructions given at
the top of Makefile.in. In short "./configure; make test", and if that goes
well, "make install" should work for most flavors of Unix. For Windows, use one
of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
well, "make install" should work for most flavors of Unix. For Windows, use
one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
make_vms.com.
Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
@ -31,7 +31,7 @@ Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997 @@ -31,7 +31,7 @@ Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
issue of Dr. Dobb's Journal; a copy of the article is available at
http://marknelson.us/1997/01/01/zlib-engine/ .
The changes made in version 1.2.5 are documented in the file ChangeLog.
The changes made in version 1.2.8 are documented in the file ChangeLog.
Unsupported third party contributions are provided in directory contrib/ .
@ -44,7 +44,7 @@ http://search.cpan.org/~pmqs/IO-Compress-Zlib/ . @@ -44,7 +44,7 @@ http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
available in Python 1.5 and later versions, see
http://www.python.org/doc/lib/module-zlib.html .
http://docs.python.org/library/zlib.html .
zlib is built into tcl: http://wiki.tcl.tk/4610 .
@ -84,7 +84,7 @@ Acknowledgments: @@ -84,7 +84,7 @@ Acknowledgments:
Copyright notice:
(C) 1995-2010 Jean-loup Gailly and Mark Adler
(C) 1995-2013 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

BIN
src/Libraries/SharpSvn/SharpPlink-Win32.svnExe

Binary file not shown.

BIN
src/Libraries/SharpSvn/SharpSvn-DB44-20-win32.dll → src/Libraries/SharpSvn/SharpSvn-DB44-20-win32.svnDll

Binary file not shown.

BIN
src/Libraries/SharpSvn/SharpSvn-Sasl21-23-win32.dll

Binary file not shown.

BIN
src/Libraries/SharpSvn/SharpSvn.UI.dll

Binary file not shown.

15
src/Libraries/SharpSvn/SharpSvn.UI.xml

@ -310,6 +310,21 @@ @@ -310,6 +310,21 @@
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:SharpSvn.UI.Properties.Resources.AuthenticationBanner">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:SharpSvn.UI.Properties.Resources.Error">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="P:SharpSvn.UI.Properties.Resources.Ok">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="T:SharpSvn.UI.SharpSvnUI">
<summary>
Helper methods to bind a user interface to an <see cref="T:SharpSvn.SvnClient"/>

BIN
src/Libraries/SharpSvn/SharpSvn.dll

Binary file not shown.

12
src/Libraries/SharpSvn/SharpSvn.wxs

@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.microsoft.com/wix/2006/wi tools/wix.xsd">
<!-- $Id: SharpSvn.wxs 1296 2009-06-21 12:07:55Z rhuijben $ -->
<!-- $Id: SharpSvn.wxs 2199 2012-07-25 21:43:23Z rhuijben $ -->
<Fragment>
<!-- When referenced installs a Win32 SharpSvn into the directory DIR_SharpSvn -->
<ComponentGroup Id="LOCAL_SharpSvn_Win32">
<ComponentRef Id="C_LOCAL_SharpSvn.dll" />
<ComponentRef Id="C_LOCAL_SharpSvn_Sasl21_23_win32.dll" />
<ComponentRef Id="C_LOCAL_SharpPlink_Win32.svnExe" />
<?ifndef SharpSvn_NoDB?>
<ComponentRef Id="C_LOCAL_SharpSvn_DB44_20_win32.dll" />
<ComponentRef Id="C_LOCAL_SharpSvn_DB44_20_win32.svnDll" />
<?endif?>
<?ifdef SharpSvn_Pdb?>
<ComponentRef Id="C_LOCAL_SharpSvn.pdb" />
@ -50,9 +49,6 @@ @@ -50,9 +49,6 @@
<Component Id="C_LOCAL_SharpSvn.dll" Guid="32EB117A-B450-4137-B453-072D03DAECB1">
<File Id="CF_LOCAL_SharpSvn.dll" Name="SharpSvn.dll" Vital="yes" KeyPath="yes" Checksum="yes" />
</Component>
<Component Id="C_LOCAL_SharpSvn_Sasl21_23_win32.dll" Guid="CE42CB05-C393-4876-8F1A-10711D68ACF1">
<File Id="CF_LOCAL_SharpSvn_Sasl21_23_win32.dll" Name="SharpSvn-Sasl21-23-win32.dll" Vital="yes" KeyPath="yes" Checksum="yes" />
</Component>
<Component Id="C_LOCAL_SharpPlink_Win32.svnExe" Guid="34F616E9-637E-44F0-9416-F79325560FDE">
<File Id="CF_LOCAL_SharpPlink_Win32.svnExe" Name="SharpPlink-Win32.svnExe" Vital="yes" KeyPath="yes" Checksum="yes" />
</Component>
@ -61,8 +57,8 @@ @@ -61,8 +57,8 @@
<Fragment>
<!-- BDB is optional (BDB repository format support is disabled if not available) -->
<DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
<Component Id="C_LOCAL_SharpSvn_DB44_20_win32.dll" Guid="29EEA692-708D-499B-8543-E4B43D1293AE">
<File Id="CF_LOCAL_SharpSvn_DB44_20_win32.dll" Name="SharpSvn-DB44-20-win32.dll" Vital="yes" KeyPath="yes" Checksum="yes" />
<Component Id="C_LOCAL_SharpSvn_DB44_20_win32.svnDll" Guid="17EC4369-1FBD-4345-A865-AB08B99D33FF">
<File Id="CF_LOCAL_SharpSvn_DB44_20_win32.svnDll" Name="SharpSvn-DB44-20-win32.svnDll" Vital="yes" KeyPath="yes" Checksum="yes" />
</Component>
</DirectoryRef>
</Fragment>

4935
src/Libraries/SharpSvn/SharpSvn.xml

File diff suppressed because it is too large Load Diff

2
src/Setup/Files.wxs

@ -1716,8 +1716,6 @@ @@ -1716,8 +1716,6 @@
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpSvn.dll" Name="SharpSvn.dll" Id="SharpSvn.dll" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpSvn.UI.dll" Name="SharpSvn.UI.dll" Id="SharpSvn.UI.dll" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpPlink-Win32.svnExe" Name="SharpPlink-Win32.svnExe" Id="SharpPlink_Win32.svnExe" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpSvn-DB44-20-Win32.dll" Name="SharpSvn-DB44-20-Win32.dll" Id="SharpSvn_DB44_20_Win32.dll" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpSvn-SASL21-23-Win32.dll" Name="SharpSvn-SASL21-23-Win32.dll" Id="SharpSvn_SASL21_23_Win32.dll" />
</Component>
</Directory>
<Component Id="GitAddInDll" Guid="4AB2E967-7267-42F7-AED1-AB64809F0BC1" DiskId="1">

Loading…
Cancel
Save