Adding an Existing Working Copy

If you already have Subversion working copies on your Mac then you need to add them to the source list in Cornerstone.

You can either drag the working copy folder from the Finder to Cornerstone's working copy source list or:

  1. Select File > Add Working Copy… (or click the button located in the top right-hand corner of the working copy source list.)

    You can also click the Add Working Copy... button in the toolbar:

  2. Use the displayed panel to select one or more working copy folders.
  3. Enter a name into the Nickname field. This will be used to represent the working copy in the source list and need not be the same as the folder's name.

    The Nickname field is disabled when multiple folders are selected and the folders' names will be used as their nicknames.

  4. Click the Add button to add the working copy to the source list.

Cornerstone will automatically detect the version of your working copy and use the correct Subversion version when accessing it.

Note that Cornerstone will select the correct Subversion version to use when accessing your working copy. As a result the working copy will not automatically upgrade your 1.4 working copies to 1.5. Instead, to upgrade an existing 1.4 (or 1.5) working copy to 1.5 (or 1.6) format use the Working Copy > Upgrade Working Copy… function.

If you get an error that your client software (i.e. Cornerstone) is too old then your working copy has not been upgraded completely. This can be solved by:

  1. Entering the following command into the Terminal:
    svn update /path/to/working/copy
    or:
  2. Downloading and running change-svn-wc-format.py from the Subversion site and executing the following command in the terminal:
    change-svn-wc-format /path/to/working/copy 1.5

    or

    change-svn-wc-format /path/to/working/copy 1.6

    depending on the desired target version.