Re: Want to create Integration Report From 2 diff SVN URL

2013-02-05 Thread souachar
Thanks Alex .. But looks like beloe code does not return actual differences . it returns very big list I am using is correctly ??? public List CompareEntries( ISVNAuthenticationManager authManager, String url1, String url2, boolean recursive) { SVNDiffClient di

Re: SVNKit, SSL client certificates and SNI

2013-02-05 Thread Alexander Kitaev
> [Tue Feb 05 19:53:05.667189 2013] [ssl:debug] [pid 32165:tid 139847839336192] > ssl_engine_kernel.c(1886): [client 217.158.253.219:35439] AH02041: Protocol: > TLSv1, Cipher: RC4-SHA (128/128 bits) > [Tue Feb 05 19:53:05.673932 2013] [ssl:error] [pid 32165:tid 139847839336192] > AH02033: No hos

Re: SVNKit, SSL client certificates and SNI

2013-02-05 Thread Graham Leggett
On 05 Feb 2013, at 9:30 PM, Alexander Kitaev wrote: > I've made changes in SVNKit to make it support SNI "out of the box". > The most recent version of SVNKit now sends correct request to the > https://sni.velox.ch/ > You may get new SVNKit binaries with these changes at > http://teamcity.tmateso

Re: SVNKit, SSL client certificates and SNI

2013-02-05 Thread Alexander Kitaev
Hello Graham, I've made changes in SVNKit to make it support SNI "out of the box". The most recent version of SVNKit now sends correct request to the https://sni.velox.ch/ You may get new SVNKit binaries with these changes at http://teamcity.tmatesoft.com/viewLog.html?buildId=5276&tab=artifacts&bu

Re: SVNKit, SSL client certificates and SNI

2013-02-05 Thread Alexander Kitaev
Hello Graham, > It does work with other Java software, most specifically maven, which works > out the box (on v3.0.3 or less, v3.0.4 has broken client certificate support, > and requires a workaround). > I understand the httpclient doesn't work properly with SNI, not sure if this > affects svnk