svn+ssh access to Subversion is in beta, so if you haven't talked to ProjectLocker Support already, open a ticket at support@projectlocker.com and we'll get your account configured.

Once your account is configured, do the following:

Add Public Keys

  1. Log into ProjectLocker Portal
  2. Click your name in the upper right. A drop-down menu will appear.
  3. Click the My Profile link
  4. Click the Public Keys link on the left
  5. Follow the instructions to add public keys associated with your user. These keys will automatically be added to the Subversion repository in question and tied to your user.

Connect to Subversion

The URL to your Subversion repository will be:

svn+ssh://svn-[account name]@pl[server-number].projectlocker.com/[project-name]/svn

So, if your account name is Foo, your project name is Bar, and you are on Server 3, your URL will be:

svn+ssh://svn-Foo@pl3.projectlocker.com/Bar/svn

To get to paths inside the repository, just tack them onto the end:

svn+ssh://svn-Foo@pl3.projectlocker.com/Bar/svn/path/to/myfile.txt

We will be placing these paths in the URL section of the site shortly.