SVN Setup
From Elric
←Older revision | Newer revision→
Subversion is a way of accessing the latest version of the source code direct from the SourceForge repository without waiting for a file release. It is the way the developers keep up to date with each others code, and is available to ALL due to the wonderful chaps over at SourceForge.
Subversion Client
You need a special client to download files in subversion. We recommend TortoiseSVN, which integrates directly into windows explorer. Other clients are available.
Subversion Access
If you just want to browse the repository within your web-browser, click the link below:
If you want to browse the entire repository with TorsoiseSVN's repo browser, enter the line below:
- https://svn.sourceforge.net/svnroot/elric
If you want to check-out just the solution folder into a folder on your hard-drive, enter the below line into TortoiseSVN's checkout window:
- https://svn.sourceforge.net/svnroot/elric/trunk
