Acquiring the EDuke32 Source Code: Difference between revisions
Hendricks266 (talk | contribs) No edit summary |
Hendricks266 (talk | contribs) |
||
Line 7: | Line 7: | ||
It is recommended that you download the latest version from the EDuke32 Subversion (SVN) Repository. | It is recommended that you download the latest version from the EDuke32 Subversion (SVN) Repository. | ||
Download and install a Subversion client, if applicable. On Windows, here are some | Download and install a Subversion client, if applicable. Package managers usually have a <code>subversion</code> package. On Windows, here are some choices: | ||
*[http://www.sliksvn.com/en/download SlikSVN] (high quality command-line native builds) | *[http://www.sliksvn.com/en/download SlikSVN] (high quality command-line native builds) | ||
*[http://tortoisesvn.net/downloads.html TortoiseSVN] (includes a handy GUI interface but uses Cygwin) | *[http://tortoisesvn.net/downloads.html TortoiseSVN] (includes a handy GUI interface but uses Cygwin) | ||
*[https://sourceforge.net/projects/win32svn/ Subversion for Windows by alagazam] | *[https://sourceforge.net/projects/win32svn/ Subversion for Windows by alagazam] | ||
*[http://ankhsvn.open.collab.net/ AnkhSVN plugin for Visual Studio] | |||
Run the following command: | Run the following command: |
Revision as of 11:40, 15 October 2017
Versioned
Subversion
It is recommended that you download the latest version from the EDuke32 Subversion (SVN) Repository.
Download and install a Subversion client, if applicable. Package managers usually have a subversion
package. On Windows, here are some choices:
- SlikSVN (high quality command-line native builds)
- TortoiseSVN (includes a handy GUI interface but uses Cygwin)
- Subversion for Windows by alagazam
- AnkhSVN plugin for Visual Studio
Run the following command:
svn checkout http://svn.eduke32.com/eduke32/
NOTE: For svn.eduke32.com links, if you intend to commit to the SVN and you have an account, use HTTPS, but if you are going to anonymously download the data, use HTTP.
Git-SVN
If you are a developer who would rather use Git as a front-end, this is possible with the use of Git-SVN but checking out the repository takes an exceedingly long time so it is only recommended if you make long successive series of unrelated patches. See here for more information about how to use Git-SVN.
Here are Windows examples of Git clients:
- Git for Windows is recommended.
- TortoiseGit also exists but it suffers from ambiguity resulting from trying to be too much like SVN.
This is the command to run:
git svn clone https://svn.eduke32.com/eduke32/
See the note about HTTPS vs. HTTP above.
Tarballs
Daily source tarballs are generated from the Subversion repository but they do not include metadata and Photoshop files for the purpose of saving space.
Old and older versions are also available but any use of them is highly discouraged.