= 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 [source:/ 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 [http://tortoisesvn.tigris.org/ TortoiseSVN]. This is a graphical SVN client that integrates directly with Windows Explorer. 1. Download and install the latest version of TortoiseSVN 1. 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. 1. 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''' 1. 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 ==