wiki:howto/repository

Using the WARP SVN Repository

We use Subversion (SVN) for version control of open-source WARP code. The WARP SVN repository is hosted via HTTP. The repository URL is http://warpproject.org/svn/WARP. You can also browse the full repository in your browser.

Getting Started

If you're not already familiar with SVN, we have a few recommendations to get started.

SVN is well supported across platforms, including Windows, OS X and Linux.

Windows

For Windows we recommend TortoiseSVN. This is a graphical SVN client that integrates directly with Windows Explorer.

  1. Download and install the latest version of TortoiseSVN
  2. Create a folder on your hard drive to store the WARP repository. The path must not contain spaces. C:\WARP_Repository\ is good; C:\My Files\WARP is bad.
  3. In your folder right-click and select SVN Checkout
    • For Repository URL, enter http://warpproject.org/svn/WARP
    • Make sure Checkout Depth is set to Fully recursive
    • Make sure Revision is set to HEAD revision
  4. Click OK

The SVN client will begin the checkout. There are many files in the WARP SVN repository, so this will take a few minutes.

XPS/SDK Global Peripheral Repository

Last modified 10 years ago Last modified on Mar 23, 2014, 1:39:21 PM