Retrieving the Latest Source Code

To download the latest source code in Windows:

  1. Create a folder with a path similar to: *C:\stonehenge*
  2. In Windows Explorer, Navigate to the folder that you created.
  3. Right-click the background of that folder, and then click SVN Checkout...

    Note

    This assumes that you have installed TortoiseSVN client as described in one of the preceeding sections. If you are using a different SVN client, observe the steps given, and replicate them as appropriate using your preferred client software.

  4. In the Checkout dialog, configure the checkout using the values shown in the table below, and then click the OK button:

    Setting

    Value

    URL of repository

    https://svn.apache.org/repos/asf/incubator/stonehenge/trunk/

    Checkout directory

    C:\stonehenge (or whichever path you used in the previous steps)

    Checkout Depth

    Fully recursive

    Omit externals

    Unchecked

    Revision

    HEAD Revision

  5. Once the checkout has completed, click the OK button.
  • No labels