#18 SVN: use 'standard' cforge folder structure

MVP basic protobufs
closed
aliazzz
None
2020-09-14
2020-03-29
i-campbell
No

The cforge svn guidelines are in the logical location: https://forge.codesys.com/forge/wiki/Migrating%20Projects/
so folder structure should be:

license.txt
STRUCTURE.MD
.drone.yml
branches/
tags/
trunk/
    mqttsparkplugb.package           <== created with cforge > build???
    mqttsparkplugb/
        package.manifest               <== create with cforge > create package
        mqttsparkplugb/                <== Library (created with CODESYS SVN)
        unittest/                      <== project with cf unit unittests (created with CODESYS SVN)
        mqttsparkplugb-example/        <== project (created with CODESYS SVN)
        mqttsparkplugb.library         <== created with cforge > comit??
        unittest.project               <== created with cforge > comit??
        mqttsparkplugb-example.project <== created with cforge > comit??

Discussion

  • i-campbell

    i-campbell - 2020-03-29
    • assigned_to: aliazzz
     
  • aliazzz

    aliazzz - 2020-03-29
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,8 @@
     The cforge svn guidelines are in the logical location: https://forge.codesys.com/forge/wiki/Migrating%20Projects/
     so folder structure should be:
    
    +    license.txt
    +    STRUCTURE.MD 
         branches/
         tags/
         trunk/
    
    • status: open --> pending
     
  • aliazzz

    aliazzz - 2020-03-29
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,7 +2,8 @@
     so folder structure should be:
    
         license.txt
    -    STRUCTURE.MD 
    +    STRUCTURE.MD
    +    .drone.yml
         branches/
         tags/
         trunk/
    
     
  • aliazzz

    aliazzz - 2020-03-29
     
  • aliazzz

    aliazzz - 2020-03-29

    Directory structure has been created.
    Todo: create artefacts;

    mqttsparkplugb.package         <== create via cforge
    package.manifest               <== create via cforge
    unittest/                      <== project with cf unit unittests, create via CODESYS SVN
    mqttsparkplugb-example/        <== project example, create via CODESYS SVN
    unittest.project               <== create via cforge
    mqttsparkplugb-example.project <== create via cforge
    
     
  • i-campbell

    i-campbell - 2020-05-18
    • status: pending --> closed
     

Log in to post a comment.