compatibility - Subversion 1.7.5 and svn-ant 1.3 -


I have SVN version 1.7.1 in a SOLARIS version 10 server and Tortoise SVN 1.7.1 in the client. I would like to upgrade the server to SVN 1.7.5, but we have an ant script in the system using SVN-AT 1.3

Does anyone know that svn-ant 1.3 new subversion 1.7.5 Along with whether or not you get the documents about this interaction or any details? Thanks ...

You can do the ant scripts of your inheritance working with sub-version 1.7.x and Make copies working with clients 1.7.x if you update your svnkit libraries. Support for the latest SVNKit 1.7.8 1.7.x supports copy format and subversion 1.7 servers. See for details

Note that my answer is only for svnkit use. For the use of Javahl, if possible I will try to update this answer.

Setup

You need to update svnkit related libraries Svnant 1.3 with latest SVNnet release (1.7.8 or above) The svnkit library sent in .1 will not work with Subversion 1.7 from the svnant 1.3.1 Required Liberties:

  • svnant.jar
  • svnClientAdapter.jar < / Ul>

    SVNKit required library 1.7.8:

    • svnkit-1.7.8.jar
    • svnkit-javahl16-1.7.8.jar
    • NTLR-Runtime-3.4.j
    • Sequence-Library-1.0.2.jar
    • sqljet-1.1.6.jar < P> Aint Script T
        & lt ;! - - - - - - - - - - - - - - - - - - - - Target: svn-test - - - - - - - - - - - - - - - - - - - - - & gt; & Lt; Target name = "svn-test" & gt; & Lt; SvnSetting svnkit = "true" javahl = "false" user name = "foo" password = "bar" id = "svn.config" /> & Lt; Svn refid = "svn.config" & gt; & Lt; Info target = "$ {baseir}" /> & Lt; / SVN & gt; & Lt; Echo & gt; $ {Svn.info.lastRev} & lt; / Echo & gt; & Lt; / Target & gt;    

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -