Instructions for downloading, editing and uploading SDC files ------------------------------------------------------------- All source code and documentation part of the SDC is version managed. This document describes how to contribute to the project, by downloading, editing and uploading files. 1. Download a SVN client, such as TortoiseSVN for Windows (http://tortoisesvn.net/), and install it. 2. Create a working directory 3. In this directory, Checkout the SDC folders Root: https://sdc.svn.sourceforge.net/svnroot/sdc (e.g. in TortoiseSVn for Windows, right click in working directory, and select Checkout) 4. Test the files 5. Update the code or documentation 6. Diff and visually check your modifications 7. Commit the changes, and enter a description for your updates After Checking out a folder, you can also add files and folders, and commit them similarly. Reminder: Only commit working, running, tested features! Otherwise, if there are any open issues or bugs, at least report them to one of the administrators of the Schleifenbauer Developer Community. More information: ----------------- Manual for TortoiseSVN: http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html