82 | | * '''YOUR EDITS/OPINIONS HERE ARE VERY WELCOME ''' |
| 86 | The components are comprised : |
| 87 | * name ( free-form, but most are derived from repository paths ) |
| 88 | * owner ( corresponding to the SVN username) |
| 89 | |
| 90 | These allow tickets to be classified according to a region of concern or of the repository. |
| 91 | |
| 92 | === automated component updates === |
| 93 | |
| 94 | To reduce the maintenance overhead of maintaining what is expected to be a long list of paths and owners, the |
| 95 | directories to be promoted to components are identified by the setting of SVN '''owner''' properties on directories |
| 96 | in the repository, eg |
| 97 | {{{ |
| 98 | cd dybgaudi/Simulation |
| 99 | svn propset owner bv GenTools |
| 100 | > property 'owner' set on 'GenTools' |
| 101 | svn propget owner GenTools |
| 102 | > bv |
| 103 | svn ci -m "set properties for the autocomponent script " |
| 104 | }}} |
| 105 | |
| 106 | For further details (only administrators need know more) see the script hosted at NTU : |
| 107 | * env:/trunk/trac/autocomp |