Version: 2018.3 (switch to 2019.1 )
Using the Unity Editor to configure Unity Cloud Build for Mercurial
Using the Unity Developer Dashboard to configure Unity Cloud Build for Perforce
Other Versions

Using Apache Subversion (SVN) with Unity Cloud Build

Unity Cloud BuildA continuous integration service for Unity Projects that automates the process of creating builds on Unity’s servers. More info
See in Glossary
supports projects hosted in Apache Subversion (SVN) repositories (see subversion.apache.org).

Username and Password

In your SVN server, create a new user just for Unity Cloud BuildSee Cloud Build More info
See in Glossary
, along with a secure password. If your SVN host supports it, make this a read-only user account.

Public SSH Keys

Unity Cloud Build does not support connecting to your SVN repository using a public SSH Key. Use a username and password instead.

SSL Certificates

Self-signed SSL certificates are not supported. Unity Cloud Build does not SSL handshake with a server whose certificate is self-signed. The hostname in the certificate must match the hostname being accessed by Unity Cloud Build.

Did you find this page useful? Please give it a rating:

Using the Unity Editor to configure Unity Cloud Build for Mercurial
Using the Unity Developer Dashboard to configure Unity Cloud Build for Perforce