Hello Josef,

Recently we've changed trilead library that we also maintain and also
updated dependency on it in the build.gradle file. Recent SVNKit
artifact in our maven repository
(http://maven.tmatesoft.com/content/repositories/snapshots/org/tmatesoft/svnkit/svnkit/1.7.8-SNAPSHOT/svnkit-1.7.8-20130123.215933-6.pom)
refers to trilead_build216-SNAPSHOT version which has proper
constructor.

> Tests run: 233, Failures: 0, Errors: 159, Skipped: 42
>
> <<svnkit-kit-test-failures-1.txt>>
>
> please allow me one question:
>
> is it expected and do ALL this test run on Windows Vista?

We run tests on Linux and only occasionally run them on Windows 7.
Most of the tests (but not all) are expected to pass, but they also
need environment pre-configured, for instance Apache server installed
and available for test. Please send me failures report, probably I
will be able to provide more information on that.

Alexander Kitaev,
TMate Software,
http://subgit.com/ - Svn to Git Migration!
http://svnkit.com/ - Java [Sub]Versioning Library!
http://hg4j.com/ - Java Mercurial Library!
http://sqljet.com/ - Java SQLite Library!


On 23 January 2013 16:25, Stadelmann Josef
<josef.stadelm...@axa-winterthur.ch> wrote:
> http://svn.svnkit.com/repos/svnkit/trunk/
>
> have moved this code into a maven project with maven pom's.xml  taken from
> central repo (build 7 Jan 2013)
>
> SVNKit Library (svnkit) modul at
>
> class org.tmatesoft.svn.core.internal.io.svn.ssh.SshHost.java
>
> has a method in error (it does not compile on my windows Vista with JDK6,
> NetBeans 7.2 and external maven-3.1
>
>     private SshConnection openConnection() throws IOException {
>
>         Connection connection = new Connection(myHost, myPort);
>
>         connection.connect(new ServerHostKeyVerifier() {
>
>             public boolean verifyServerHostKey(String hostname, int port,
> String serverHostKeyAlgorithm, byte[] serverHostKey) throws Exception {
>
>                 if (myHostVerifier != null) {
>
>                     myHostVerifier.verifyServerHostKey(hostname, port,
> serverHostKeyAlgorithm, serverHostKey);
>
>                 }
>
>                 return true;
>
>             }
>
>         }, myConnectTimeout, myReadTimeout, myConnectTimeout);  IS
>
>          , myConnectTimeout, myReadTimeout);                       SHOULD BE
>
> should pass only 2 params, because Connection.connect() accepts only 2
> timeout args, at most.
>
> Also I guess, it does not make muche sense to pass twice the same
> myConnectTimeout value.
>
>
>
> BTW: the latest greates source packages build error free after that little
> change,
>
> BTW: but the surefire testing for svnkit is a nigthmar!
>
>> mvn install –DskipTest=true
>
> works perfect on my Vista System
>
>> mvn install
>
> fails on surefire testing with
>
> Tests run: 233, Failures: 0, Errors: 159, Skipped: 42
>
> <<svnkit-kit-test-failures-1.txt>>
>
> please allow me one question:
>
> is it expected and do ALL this test run on Windows Vista?
>
> or is there something Unix/Platform specific I have to consider; i.e.
> ProcessBuilder.java (forking and the like)
>
> (I ask this because this is the case with JGit and there with file access
> (deleting a repositoory while certain files a restill open))
>
> BTW: from where can I take down the lates greates svnkit.war to be dropped
> into an application servers webapp directory?
>
> with my currecnt (too old I guess) JSVN, I have populated very successfully
> on OpenVMS a source repository. The bad thing:
>
> I can not checkout and get an internal server error reported. I can however
> browse via http to this repository using a
>
> TouirtoiseSVN Client, as well as having cmld lines from a PC both JSVN and
> native SVN, as well as from other terminals on
>
> OpenVMS.
>
> too bad – I make no preogress because I can't check out from OpenVMS.
>
> Regards
>
> Josef

Reply via email to