== About the FLEXPART SVN == * ''What is SVN?'' The acronym of a specific, free software versioning and revision control system called '''Subversion'''. Find out more at [http://subversion.apache.org/], [https://en.wikipedia.org/wiki/Apache_Subversion] * ''Where can I find detailed documentation?'' See SvnFlexpart * ''What can I do with the FLEXPART SVN system?'' - Everyone: check out a working copy (however, if you just want to use FLEXPART, you would better be off to get the latest [/Downloads download version]). See SvnFlexpart for details. - Everyone: [http://flexpart.eu/browser browse the code] or [/diff?new_path=%2F&old_path=%2F&new_rev=&old_rev= view diffs] (recipe below) - Developers with svn account: upload of code into a branch === How to view code diffs === Trac, the software used for this site, has a very nice tool to view and browse code differences between any versions in the SVN. Step by step recipe: 1. Go to the [/diff?new_path=%2F&old_path=%2F&new_rev=&old_rev= view differences page] (you can reach this page also via [http://flexpart.eu/browser] and then clicking "View changes") 2. Open a new browser tab/window for [http://flexpart.eu/browser] and descend into the code that is to become the first version for your diff. Let us assume that it is `http://flexpart.eu/browser/trunk/src`. Then copy the URL from the browser's address line, beginning after the slash of `browser/`. In this case, it would be `trunk/src`. Paste it into the "From" field in the other window. 3. Now repeat the procedure for the "To:" field. Let us assume you want to compare with [http://flexpart.eu/browser/branches/FLEXPART_9.1.3/src], so you copy `branches/FLEXPART_9.1.3/src` into the field. 3. Alternatively, you can start typing in the two fields, and as soon as you enter [t]runk or [b]ranch, possible choices are offered. When you arrive in a directory, type `/` to see choices. 4. Click "View changes" and you get [http://flexpart.eu/changeset?old_path=%2Ftrunk%2Fsrc&old=14&new_path=%2Fbranches%2FFLEXPART_9.1.3%2Fsrc&new=14]. 5. This gives you ''all the changes in one page'', with a table of contents on top, indicating which files have been added, removed, or modified. * If you follow a link associated with a filename, you will come to a new page showing the ''full content of only this file''. * If you follow the link in the parentheses after the filename (e.g., "(3 diffs)" ), you will be taken to the corresponding place of the first of these diffs on the same page. * Note that there is a window on the top right of the page where you can set some viewing options.