SVN
From bloodfrontier
Blood Frontier uses Subversion (SVN) for its Revision Control System (RCS) which helps us collaboratively develop in an efficient manner. As a neat side effect, you can Download the bleeding edge -- most up to date -- work we have done so far!
- Sourceforge Page (contains general instructions)
- ViewVC Web Interface
Instructions for Command Line
svn co https://bloodfrontier.svn.sourceforge.net/svnroot/bloodfrontier
Instructions for Windows users
- Download and install TortoiseSVN.
- Create a new folder called "BloodFrontier" (Vista users please see the note below).
- Right click on the new folder, and choose "SVN Checkout".
- Enter the URL: https://bloodfrontier.svn.sourceforge.net/svnroot/bloodfrontier
- Make sure HEAD revision is selected and click OK.
Your checkout dialog box should look like the image to the right. If you are not a developer and it asks for a username and password, leave them both blank and press OK, otherwise enter your Sourceforge credentials for write access.
Important Note for Windows 7 and Vista Users
Do not try to create and checkout to a directory outside your access! Windows 7 and Vista uses special virtualisation and protection mechanisms to stop normal users from modifying the system. Unless you are an Administrator, or can run TortoiseSVN as Administrator, checkout Blood Frontier to a sane place like "My Documents" or your "Desktop".
