Hello all,

I'm observing the following difference in behaviour between the svn binaries
and svnkit (cli).

Using svn binaries:

$ svn info --username xxx --password xxx --no-auth-cache --non-interactive
--trust-server-cert https://wsrv2164.xxx.corp/svn/REPO
Path: REPO
URL: https://wsrv2164.xxx.corp/svn/REPO
Repository Root: https://wsrv2164.xxx.corp/svn/REPO
Repository UUID: 343082f5-97f9-014a-8cc9-3848f4328179
Revision: 13
Node Kind: directory
Last Changed Author: John
Last Changed Rev: 13
Last Changed Date: 2011-10-19 08:59:55 +0200 (Wed, 19 Oct 2011)


Using jsvn, provided in svnkit distribution (svnkit-1.3.6-v1):

$ ./jsvn info --username xxx --password xxx --no-auth-cache
--non-interactive --trust-server-cert https://wsrv2164.xxx.corp/svn/REPO
svn: Authentication required for '<https://wsrv2164.xxx.corp:443>'

The command line is exactly the same, but svnkit cannot access the
repository while svn binaries can?

Any ideas what can cause this?

Kind regards,

Joost

-- 
View this message in context: 
http://old.nabble.com/SVN-authentication-problem-tp32681409p32681409.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.


Reply via email to