[ANN] SVNKit 1.3.1 (GA) is available.

View: New views
6 Messages — Rating Filter:   Alert me  

[ANN] SVNKit 1.3.1 (GA) is available.

by Alexander Sinyushkin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

/Hello All,

We are glad to announce that SVNKit 1.3.1 has been published and
available for download at http://svnkit.com/ web site.

SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
access and manipulate Subversion working copies and Subversion
repositories. You may find more information, documentation and source
code examples at http://svnkit.com/

SVNKit 1.3.1 supports virtually all Subversion 1.6.5 features. Also,
we make sure that all native Subversion tests pass when ran against
SVNKit and that is more than 2500 tests in total.

Since this version SVNKit uses SQLJet - our new project that
we use to work with SQLite databases. To learn more on SQLJet, please
visit its home page at http://sqljet.com/.

New in version 1.3.1 (since version 1.3.0):

+ Changes made in Subversion since version 1.6.2 implemented,
  all Subversion 1.6.5 features are supported.
 
   * Representation cache DB support, using SQLJet (http://sqljet.com)
library.
   * Added implementations for couple of missing JavaHL methods.
   * Fixed 'svn: Checksum mismatch while reading representation'
exception on
     reading vdelta from local repositories.
   * Several dump and load operation issues fixed.
   * JNA library upgraded to version 3.1.0.
     
+ Other bugfixes and performance improvements.

You're welcome to download and use SVNKit 1.3.1. We'll be glad to
provide help and support for the new version in our mailing list or by
email (support@...).

Useful links (more at http://svnkit.com/):

* SVNKit Continuous Integration Server: https://teamcity.svnkit.com/
* SVNKit Source Code Repository: http://svn.svnkit.com/repos/svnkit/
* SVNKit Update Site (for Eclipse): http://eclipse.svnkit.com/1.3.x/
* SVNKit Mailing List: http://www.nabble.com/SVNKit---Users-f18684.html

Note for Eclipse (Subclipse) users:

Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
1.6.x users) are strongly advised to update SVNKit with the help of
SVNKit update site: http://eclipse.svnkit.com/1.3.x/

SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.

The best available version of SVNKit is 1.3.1.6109 (that is 1.3.1 GA).

In case you experience problems with updating existing SVNKit version
from within Eclipse, then deleting and creating update site again may
help to resolve that problem (see Help | Software Updates | Available
Updates | Manage Sites).

With best regards,
SVNKit Development Team.

----
Alexander Sinyushkin,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!/

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...


Re: [ANN] SVNKit 1.3.1 (GA) is available.

by XMaNIaC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Congrats! I'm not sure what's your Maven policy but will it be available at the central repository? The latest available build is quite old right now.

Regards

On Tue, Sep 15, 2009 at 10:41 PM, Alexander Sinyushkin <Alexander.Sinyushkin@...> wrote:
/Hello All,

We are glad to announce that SVNKit 1.3.1 has been published and
available for download at http://svnkit.com/ web site.

SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
access and manipulate Subversion working copies and Subversion
repositories. You may find more information, documentation and source
code examples at http://svnkit.com/

SVNKit 1.3.1 supports virtually all Subversion 1.6.5 features. Also,
we make sure that all native Subversion tests pass when ran against
SVNKit and that is more than 2500 tests in total.

Since this version SVNKit uses SQLJet - our new project that
we use to work with SQLite databases. To learn more on SQLJet, please
visit its home page at http://sqljet.com/.

New in version 1.3.1 (since version 1.3.0):

+ Changes made in Subversion since version 1.6.2 implemented,
 all Subversion 1.6.5 features are supported.
   * Representation cache DB support, using SQLJet (http://sqljet.com) library.
 * Added implementations for couple of missing JavaHL methods.
 * Fixed 'svn: Checksum mismatch while reading representation' exception on
   reading vdelta from local repositories.
 * Several dump and load operation issues fixed.
 * JNA library upgraded to version 3.1.0.
   + Other bugfixes and performance improvements.

You're welcome to download and use SVNKit 1.3.1. We'll be glad to
provide help and support for the new version in our mailing list or by
email (support@...).

Useful links (more at http://svnkit.com/):

* SVNKit Continuous Integration Server: https://teamcity.svnkit.com/
* SVNKit Source Code Repository: http://svn.svnkit.com/repos/svnkit/
* SVNKit Update Site (for Eclipse): http://eclipse.svnkit.com/1.3.x/
* SVNKit Mailing List: http://www.nabble.com/SVNKit---Users-f18684.html

Note for Eclipse (Subclipse) users:

Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
1.6.x users) are strongly advised to update SVNKit with the help of
SVNKit update site: http://eclipse.svnkit.com/1.3.x/

SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.

The best available version of SVNKit is 1.3.1.6109 (that is 1.3.1 GA).

In case you experience problems with updating existing SVNKit version
from within Eclipse, then deleting and creating update site again may
help to resolve that problem (see Help | Software Updates | Available
Updates | Manage Sites).

With best regards,
SVNKit Development Team.

----
Alexander Sinyushkin,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!/

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...



Re: [ANN] SVNKit 1.3.1 (GA) is available.

by Normen Mueller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

He,

First of all: Congratulations for your new release!!!

On Sep 15, 2009, at 10:41 PM, Alexander Sinyushkin wrote:
>  * JNA library upgraded to version 3.1.0.
>    + Other bugfixes and performance improvements.

Are you using a modified JNA 3.1.0 library or is it the same as
https://jna.dev.java.net/servlets/ProjectDocumentList?folderID=11388&expandFolder=11388&folderID=11388

Cheers,
--
Normen Müller


---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...


Re: [ANN] SVNKit 1.3.1 (GA) is available.

by Alexander Sinyushkin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Normen,

Thank you. Yes, it is the same official library.

----
Alexander Sinyushkin,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!



Normen Müller wrote:

> He,
>
> First of all: Congratulations for your new release!!!
>
> On Sep 15, 2009, at 10:41 PM, Alexander Sinyushkin wrote:
>  
>>  * JNA library upgraded to version 3.1.0.
>>    + Other bugfixes and performance improvements.
>>    
>
> Are you using a modified JNA 3.1.0 library or is it the same as
> https://jna.dev.java.net/servlets/ProjectDocumentList?folderID=11388&expandFolder=11388&folderID=11388
>
> Cheers,
> --
> Normen Müller
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2395386
>
>
>  

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...


Re: [ANN] SVNKit 1.3.1 (GA) is available.

by Alexander Kitaev-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Jose,

We do not maintain SVNKit binaries in any of Maven repositories. SVNKit
distribution includes pom files that other users (e.g. you :)) may use
to upload SVNKit to Maven - frankly I do not know how to do that, so if
you send a sort of how-to I'll be glad to upload new version.

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

Jose Noheda wrote:

> Congrats! I'm not sure what's your Maven policy but will it be available
> at the central repository? The latest available build is quite old right
> now.
>
> Regards
>
> On Tue, Sep 15, 2009 at 10:41 PM, Alexander Sinyushkin
> <Alexander.Sinyushkin@...
> <mailto:Alexander.Sinyushkin@...>> wrote:
>
>     /Hello All,
>
>     We are glad to announce that SVNKit 1.3.1 has been published and
>     available for download at http://svnkit.com/ web site.
>
>     SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
>     access and manipulate Subversion working copies and Subversion
>     repositories. You may find more information, documentation and source
>     code examples at http://svnkit.com/
>
>     SVNKit 1.3.1 supports virtually all Subversion 1.6.5 features. Also,
>     we make sure that all native Subversion tests pass when ran against
>     SVNKit and that is more than 2500 tests in total.
>
>     Since this version SVNKit uses SQLJet - our new project that
>     we use to work with SQLite databases. To learn more on SQLJet, please
>     visit its home page at http://sqljet.com/.
>
>     New in version 1.3.1 (since version 1.3.0):
>
>     + Changes made in Subversion since version 1.6.2 implemented,
>      all Subversion 1.6.5 features are supported.
>        * Representation cache DB support, using SQLJet
>     (http://sqljet.com) library.
>      * Added implementations for couple of missing JavaHL methods.
>      * Fixed 'svn: Checksum mismatch while reading representation'
>     exception on
>        reading vdelta from local repositories.
>      * Several dump and load operation issues fixed.
>      * JNA library upgraded to version 3.1.0.
>        + Other bugfixes and performance improvements.
>
>     You're welcome to download and use SVNKit 1.3.1. We'll be glad to
>     provide help and support for the new version in our mailing list or by
>     email (support@... <mailto:support@...>).
>
>     Useful links (more at http://svnkit.com/):
>
>     * SVNKit Continuous Integration Server: https://teamcity.svnkit.com/
>     * SVNKit Source Code Repository: http://svn.svnkit.com/repos/svnkit/
>     * SVNKit Update Site (for Eclipse): http://eclipse.svnkit.com/1.3.x/
>     * SVNKit Mailing List: http://www.nabble.com/SVNKit---Users-f18684.html
>
>     Note for Eclipse (Subclipse) users:
>
>     Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
>     1.6.x users) are strongly advised to update SVNKit with the help of
>     SVNKit update site: http://eclipse.svnkit.com/1.3.x/
>
>     SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
>     recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.
>
>     The best available version of SVNKit is 1.3.1.6109 (that is 1.3.1 GA).
>
>     In case you experience problems with updating existing SVNKit version
>     from within Eclipse, then deleting and creating update site again may
>     help to resolve that problem (see Help | Software Updates | Available
>     Updates | Manage Sites).
>
>     With best regards,
>     SVNKit Development Team.
>
>     ----
>     Alexander Sinyushkin,
>     TMate Software,
>     http://svnkit.com/ - Java [Sub]Versioning Library!/
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: svnkit-users-unsubscribe@...
>     <mailto:svnkit-users-unsubscribe@...>
>     For additional commands, e-mail: svnkit-users-help@...
>     <mailto:svnkit-users-help@...>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...


Re: [ANN] SVNKit 1.3.1 (GA) is available.

by XMaNIaC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alexander,

I only have a brief idea about how to do it. Basically you can do it manually but is discouraged and only accepted for a few versions. The approved way to deploy artifacts is using a rsync connection from your server. Here's the how-to:


I haven't looked at the pom in this case but the only real issue is having dependencies that are not already deployed.

Regards

On Thu, Sep 17, 2009 at 4:17 PM, Alexander Kitaev <Alexander.Kitaev@...> wrote:
Hello Jose,

We do not maintain SVNKit binaries in any of Maven repositories. SVNKit
distribution includes pom files that other users (e.g. you :)) may use
to upload SVNKit to Maven - frankly I do not know how to do that, so if
you send a sort of how-to I'll be glad to upload new version.

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

Jose Noheda wrote:
> Congrats! I'm not sure what's your Maven policy but will it be available
> at the central repository? The latest available build is quite old right
> now.
>
> Regards
>
> On Tue, Sep 15, 2009 at 10:41 PM, Alexander Sinyushkin
> <Alexander.Sinyushkin@...
> <mailto:Alexander.Sinyushkin@...>> wrote:
>
>     /Hello All,
>
>     We are glad to announce that SVNKit 1.3.1 has been published and
>     available for download at http://svnkit.com/ web site.
>
>     SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
>     access and manipulate Subversion working copies and Subversion
>     repositories. You may find more information, documentation and source
>     code examples at http://svnkit.com/
>
>     SVNKit 1.3.1 supports virtually all Subversion 1.6.5 features. Also,
>     we make sure that all native Subversion tests pass when ran against
>     SVNKit and that is more than 2500 tests in total.
>
>     Since this version SVNKit uses SQLJet - our new project that
>     we use to work with SQLite databases. To learn more on SQLJet, please
>     visit its home page at http://sqljet.com/.
>
>     New in version 1.3.1 (since version 1.3.0):
>
>     + Changes made in Subversion since version 1.6.2 implemented,
>      all Subversion 1.6.5 features are supported.
>        * Representation cache DB support, using SQLJet
>     (http://sqljet.com) library.
>      * Added implementations for couple of missing JavaHL methods.
>      * Fixed 'svn: Checksum mismatch while reading representation'
>     exception on
>        reading vdelta from local repositories.
>      * Several dump and load operation issues fixed.
>      * JNA library upgraded to version 3.1.0.
>        + Other bugfixes and performance improvements.
>
>     You're welcome to download and use SVNKit 1.3.1. We'll be glad to
>     provide help and support for the new version in our mailing list or by
>     email (support@... <mailto:support@...>).
>
>     Useful links (more at http://svnkit.com/):
>
>     * SVNKit Continuous Integration Server: https://teamcity.svnkit.com/
>     * SVNKit Source Code Repository: http://svn.svnkit.com/repos/svnkit/
>     * SVNKit Update Site (for Eclipse): http://eclipse.svnkit.com/1.3.x/
>     * SVNKit Mailing List: http://www.nabble.com/SVNKit---Users-f18684.html
>
>     Note for Eclipse (Subclipse) users:
>
>     Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
>     1.6.x users) are strongly advised to update SVNKit with the help of
>     SVNKit update site: http://eclipse.svnkit.com/1.3.x/
>
>     SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
>     recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.
>
>     The best available version of SVNKit is 1.3.1.6109 (that is 1.3.1 GA).
>
>     In case you experience problems with updating existing SVNKit version
>     from within Eclipse, then deleting and creating update site again may
>     help to resolve that problem (see Help | Software Updates | Available
>     Updates | Manage Sites).
>
>     With best regards,
>     SVNKit Development Team.
>
>     ----
>     Alexander Sinyushkin,
>     TMate Software,
>     http://svnkit.com/ - Java [Sub]Versioning Library!/
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: svnkit-users-unsubscribe@...
>     <mailto:svnkit-users-unsubscribe@...>
>     For additional commands, e-mail: svnkit-users-help@...
>     <mailto:svnkit-users-help@...>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...