37 | | Please note that it is recommended to download new releases regularly, as the development of !HeuristicLab is an ongoing and active process. |
| 37 | == Sources and Version Control == |
| 38 | |
| 39 | At some point it might be beneficial for you to build against the code in our SVN repositories or fork the project on GitHub. For SVN you'll have to install Tortoise SVN because the build process makes use of one of its tools (SubWCRev). You need to have the bin folder of TortoiseSVN (usually C:\Program Files\TortoiseSVN\bin) in your PATH environment variable. Changing the PATH variable requires you to re-login to your Windows account to put them into effect. |
| 40 | |
| 41 | * SVN repository stable branch: https://src.heuristiclab.com/svn/core/stable (recommended: tested and reviewed changes only). |
| 42 | * SVN repository main trunk: https://src.heuristiclab.com/svn/core/trunk/sources (not recommended: frequent and unreviewed changes, moderate testing) |
| 43 | * Full SVN repository: https://src.heuristiclab.com/svn/core (only for HL core developers! It is recommended to perform a partial checkout and exclude several or all branches, but not the branches directory itself) |
| 44 | * GitHub: https://github.com/HeuristicLab/HeuristicLab (only releases are pushed to GitHub - note that we do not accept pull requests on GitHub, we only use it for publishing) |