Diff of /STRUCTURE.MD [r822] .. [r823]  Maximize  Restore

Switch to unified view

a/STRUCTURE.MD b/STRUCTURE.MD
1
ROOT                                        # svn repo
1
+---branches
2
|   \---FeatureBranches                     -> New features under development
2
    branches/                               # contains any working branches/
3
|       +---Debuglogging
3
    tags/                                   # public released tags/
4
|       +---PrimaryHost
5
|       +---PrimaryHostExample
6
|       +---refactorpayload
7
+---tags                                    -> Contain public releases
4
        v1.0.0.0
8
|   +---v1.0.0.0
5
        v1.3.3.0
9
|   \---v1.3.3.0
6
    trunk/                                  # contains the main trucnk of the code
10
\---trunk                                   -> Contain the trunk (basis) of the code as SVN repo and binaries
7
        mqttsparkplugb/                     # old trunk code
11
    +---mqttsparkplug
8
            package.manifest                                    
9
            mqttsparkplugb/                 # svn repo
10
            unittest/                       # svn repo 
12
    |   +---mqttsparkplug
11
            mqttsparkplugb-example/         # svn repo
13
    |   +---mqttsparkplug-example
12
            mqttsparkplugb.library
14
    |   \---mqttsparkplug-unittest
13
            unittest.project
15
    \---www                                 -> Contains artefacts for www
14
            mqttsparkplugb-example.project  
16
        +---adding-to-existing-project
15
        mqttsparkplug/                      # new migrated trunk code
17
        \---setup-test-system
16
            
17
        www/                                # www files 
18
    .drone.yml
19
    license.txt
20
    STRUCTURE.md