Hello I am trying to connect to Cloud Build with a svn+ssh config.
I set the url like this: svn+ssh://myrepourl/myrepo/myproject
But Unity 5.5.0p4 tell me invalid URL instead of asking me the private key.
Any idea?
Edit: I use my own subversion repo. Works ok with windows pageant/tortoisesvn and on mac os.
SophiaC
2
Hello,
I believe the url should be formatted like
svn+ssh://user@ssh.yourdomain.com/path
or
svn+ssh://user@server.example.net/path
when using svn+ssh
Does this help?
Yes my url is like yours but always invalid URL. I tried from Editor and From Website.
@TobyKaos my URL example included user@ - do you also use this?
Yes like yours.
svn+ssh://myuser@ssh.mydomain.ovh.net/repo/path
The only difference is the 3 dots in my domain name.
I have tried with an alias that have only 2 dots and Invalid URL to
Hello,
Sorry for misleading you, but we don’t actually support ssh for svn. We just support user/pass.
Once again, apologies! ssh is currently only supported for Git
ok, dont worry. This will be cool. Maybe time to swith to Git.