Select the HTTP Server button at the top of the displayed sheet:
http://
or https://
).http://
) in this field.http://
and 443 for https://
) then enter the port number into the Port field. Leave this field blank if your server is using the standard port.http://svn.myserver.org:8888/repos/project/trunkenter
svn.myserver.org
into the Server field, 8888 into the Port field and repos/project/trunk
into the Repository Path field.
Cornerstone will attempt to contact the server and query information about the repository. The server must be reachable to successfully add a repository.
The sheet will autofill if the pasteboard contains an http://
or https://
URL when the sheet is opened. You can click the Reset button to clear the autofilled contents if required.
Your account information is stored in your login keychain.
The HTTP protocol—the same protocol used to access web servers on the Internet—provides no security when accessing a Subversion repository. Traffic sent to and from the server is transmitted in the clear and can be inspected (and potentially modified) by a third party.
Many Subversion repositories on the Web offer both secure (HTTPS) and non-secure access (HTTP). HTTPS is slightly slower than HTTP but is nonetheless recommended when connecting to a repository over a public network such as the Internet.