Search Unity

SVN over SSH (SVN+SSH) on different port

Discussion in 'Unity Build Automation' started by HouseOnFire, Oct 15, 2014.

  1. HouseOnFire

    HouseOnFire

    Joined:
    Jul 6, 2014
    Posts:
    2
    Hi guys. Is anyone using svn over ssh, or does Cloud Build even support this yet?

    Also, to make matter "more fun" our SSH is on a different port, not the typical 22. Is it possible to switch port?

    Our url is: svn+ssh://cloudbuilduser@myserver.com:443/svn/game/trunk/

    But it requires setup on both Mac (modifying tunnel section of config file) and Windows (save a PuTTY session named myserver:com:443) to make it work.

    Any suggestions?

    /Uni
     
  2. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    Using a different port should not be a problem, but regarding SVN via SSL: we don't support this yet, but it's on our roadmap. You find a disscussion about it here too!

    Edit: Sorry, I misread the topic! regarding SSH! SSH is currently only supported for git, but not for SVN or Mercurial, but we're looking at implementing it some point in the future
     
    Last edited: Oct 16, 2014
  3. HouseOnFire

    HouseOnFire

    Joined:
    Jul 6, 2014
    Posts:
    2
    Ok thanks David. I'm gonna skip the SSH tunnel and try taking this cloud for a spin.

    /Uni
     
  4. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    Brilliant! Let us know what you think!