[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVNRepository.testConnection does not throw SVNAuthenticationException

From: parvez <parvez_at_collab.net>
Date: 2005-07-14 14:37:05 CEST

Hi
  I think there is a problem
SVNRepository.testConnection does not throw SVNAuthenticationException
but it throws
org.tmatesoft.svn.core.io.SVNCancelException

note i am using
ISVNOptions = SVNWCUtil.createDefaultOptions(credentials, true);
        ISVNOptions.setAuthStorageEnabled(false);

    at
org.tmatesoft.svn.core.internal.io.dav.HttpConnection.sendRequest(HttpConnection.java:281)
    at
org.tmatesoft.svn.core.internal.io.dav.HttpConnection.sendRequest(HttpConnection.java:222)
    at
org.tmatesoft.svn.core.internal.io.dav.HttpConnection.request(HttpConnection.java:204)
    at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:72)
    at
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:306)
    at
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:59)

-- 
=============================================================================
Nothing in this world can take the place of persistence. Talent will
not;nothing is more common than unsuccessful people with talent.
Genius will not; un-rewarded genius is almost a proverb.
Education will not; the world is full of educated derelicts. Persistence
and determination alone are omnipotent.
- Calvin Coolidge
=============================================================================
Received on Thu Jul 14 22:37:05 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.