Sorry, the exception occurs because of a virtual host configuration without SSL port.
Anyway, I thought I got it
https://myhost:443/svn/myproject/current/pom.xml
but itfails with the message
Could not download https://myhost:443/svn/myproject/current/pom.xml:
/tmp/continuum/svn/myproject/current/pom.xml (Not a directory)
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,297 [SocketListener0-1] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://myserver:443/svn/myproject/current/pom.xml
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - Created 0 projects.
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - Created 0 project groups.
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - 1 warnings.
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,396 [SocketListener0-1] INFO Continuum - Could not download https://myserver:443/svn/myproject/current/pom.xml: /tmp/continuum/svn/myproject/current/pom.xml (Not a directory)
If I try to enter athe URL without pom.xml
https://myhost:443/svn/myproject/current
the message is not surprisingly "Is a directory"
INFO | jvm 1 | 2006/06/24 11:05:41 | 2006-06-24 11:05:41,898 [SocketListener0-1] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://myhost:443/svn/myproject/current
INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - Created 0 projects.
INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - Created 0 project groups.
INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - 1 warnings.
INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,061 [SocketListener0-1] INFO Continuum - Could not download https://lmyhost:443/svn/myproject/current: /tmp/continuum/svn/myproject/current (Is a directory)
I'm lost. Any hints?
This issue is not resolved.
I get the following error message in my log:
jvm 1 | 2006-06-08 15:23:01,054 [SocketListener0-0] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://scc.cerebit.com/svn/sample/trunk/proficio/pom.xml
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 projects.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 project groups.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - 1 warnings.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Could not download https://my.server.com/svn/sample/trunk/proficio/pom.xml: Server returned HTTP response code: 401 for URL: https://my.server.com/svn/sample/trunk/proficio/pom.xml
The URL is good and the username:password are good. If I use the same parameters in the Ant project setup i can connect fine to subversion.