84 | | |
85 | | == Repository Directory Layout == |
86 | | |
87 | | This is not exactly a change on the language, but in order to support a change on the language we will need a '''branch''' on the models repository. |
88 | | |
89 | | Usually, SVN repositories follow the layout: |
90 | | * trunk (the main development) |
91 | | * branches (the branches for parallel development with the trunk) |
92 | | * branch1 |
93 | | * branch2 |
94 | | * etc |
95 | | |
96 | | In order to implement this change we could just rename the '''mso''' directory on the repository to '''trunk''' and create another top folder called '''branches'''. |
97 | | |
98 | | ||Who || Opinion || Why || |
99 | | ||Rafael || '''agreed''' || proposed the change || |
100 | | ||Paula || '''agreed''' || branches to test the latest language modifications || |
101 | | ||Arge || '''agreed''' || safer solution || |
102 | | |
103 | | '''NOTE: Suggestion implemented, a branch called newlanguage was created.''' |