Changes between Initial Version and Version 1 of howto/repository


Ignore:
Timestamp:
Mar 23, 2014, 1:39:21 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/repository

    v1 v1  
     1= Using the WARP SVN Repository =
     2We 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.
     3
     4== Getting Started ==
     5If you're not already familiar with SVN, we have a few recommendations to get started.
     6
     7SVN is well supported across platforms, including Windows, OS X and Linux.
     8
     9=== Windows ===
     10
     11For Windows we recommend [http://tortoisesvn.tigris.org/ TortoiseSVN]. This is a graphical SVN client that integrates directly with Windows Explorer.
     12
     131. Download and install the latest version of TortoiseSVN
     141. 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.
     151. In your folder right-click and select SVN Checkout
     16   * For Repository URL, enter {{{http://warpproject.org/svn/WARP}}}
     17   * Make sure '''Checkout Depth''' is set to '''Fully recursive'''
     18   * Make sure '''Revision''' is set to '''HEAD revision'''
     191. Click OK
     20
     21The SVN client will begin the checkout. There are many files in the WARP SVN repository, so this will take a few minutes.
     22
     23
     24== XPS/SDK Global Peripheral Repository ==
     25