- 1. Only commit complete work into the trunk branch! The trunk branch should always compile and be comprised of only tested code. The code does not need to be rigorously tested yet, but enough to guarantee nothing obvious breaks. Basically, only mrege your branch with the trunk branch after your code has been reviewed and accepted!
2. For your personal work, use a separate branch. If you are not familiar with the concept of SVN branching, do a search on Google and read all of the information you find. If you have any additional questions, feel free to post them here.
I have committed the latest engine source from CodePlex into the SourceForge SVN repository under the trunk branch. To access the SVN repository, configure your SVN client with the following settings:
URL: https://quickstartengn.svn.sourceforge. ... startengn/<branch>
The trunk branch is the "main" branch. To check it out, you would use the following url: https://quickstartengn.svn.sourceforge. ... engn/trunk
Check-outs are anonymous, and your SourceForge username/password are used for SVN commits.
