Changes between Version 7 and Version 8 of SvnStructure


Ignore:
Timestamp:
Oct 14, 2022, 8:57:32 PM (2 years ago)
Author:
jac
Comment:

Reflect actual / currrent structure

Legend:

Unmodified
Added
Removed
Modified
  • SvnStructure

    v7 v8  
    1 = Proposed structure of SVN =
     1= SVM Folder Structure
    22
    33 * trunk/asma - archive as the users see it and we edit it
    4  * trunk/incoming - new unsorted tunes, after reviewing they play fine and are not obvious duplicates they are moved to asma (possibly asma/Unsorted) - only use if you're in hurry and want someone else or later to review the files, otherwise put the files directly in asma;  will also be used in the future by drop-sap web form, that checks against duplicates (only by saying "It's a duplicate") and makes some log for description what has been done with this sap.
    5  * trunk/www - ASMA website source code
    6  * maybe: trunk/tools - automatization tools, Trac customizations (plugins, etc), other useful tools not being part of http://asap.sourceforge.net
     4 * trunk/incoming - new unsorted tunes, after reviewing they play fine and are not obvious duplicates they are moved to asma (possibly asma/Unsorted) - only use if you're in hurry and want someone else or later to review the files, otherwise put the files directly in asma.
     5 * trunk/www - ASMA website source code (TODO: Currently not use, maybe rather use "public_html" because that's the actual server folder name)
     6 * trunk/tools - automatization tools, Trac customizations (plugins, etc), other useful tools that are not part of https://asap.sourceforge.net
    77 * tags/asma-1.0, ... - ASMA releases (as SAP files and not ZIPs), maybe betas too ('''pfusik''': betas not needed if we all use SVN)
    88 * '''jhusak''': zips/asma-1.0, ... - for those about to rock (those who want download whole archives without any tools needed) '''pfusik''': why store that in SVN ? you won't get diffs or anything better than storing these zips at the website '''jhusak:''': to be transparent and have "everything in one place". Download mechanisms would take care of logging the peoples' downoads either of the regular asma or zips. (does not get hungry :))