Hello,
I'm trying to setup a subversion repository for use with Data Modeler.
I'm using SQL Developer 4.0.1.14 on a windows 7 desktop with Subversion 1.8.8 on an HP-UX server. I created a repository on the server intending to access it using a svn+ssh URL.
In SQL Developer I click the Team menu->Subversion->Create Connection...
I choose Manually Create a Subversion Connection and click OK
I type in my URL: svn+ssh://myserver/foo/repos
Connection name: myrepos
My ssh username and password
and click Test Read Access
Then I get the Authentication message [...] if you trust this server click yes which I do.
Then in the status window I see:
Testing read access for repository
svn+ssh://myserver/foo/repos...
svn: E210004: Handshake failed, received:
'
[a bunch of empty lines and then]
'
Access refused.
Verify user name, password and URL are valid.
I don't know what to do next.
Any help would be greatly appreciated!