| 83 | |
| 84 | === Copying suites between repositories === |
| 85 | |
| 86 | Later versions of Rose allow suites to be copied between repositories. |
| 87 | |
| 88 | Note this is not available in the current default version (2015.06.0), so first switch to the latest version of Rose. At the command line run: |
| 89 | {{{ |
| 90 | export ROSE_VERSION=next |
| 91 | }}} |
| 92 | |
| 93 | Then specify the repository to copy the suite to with the {{{--prefix}}} flags. For example to copy a suite (puma-aa125) from the puma repository to the MOSRS u repository you would run: |
| 94 | {{{ |
| 95 | rosie copy --prefix=u puma-aa125 |
| 96 | }}} |