Hi all, Just a couple of quick updates regarding GitLab. Firstly, tomorrow I will take GitLab down briefly at around 11am to do an update to the software. You should be aware that this will introduce a few visual interface changes. Secondly, we're there are quite a few long-term branches that haven't been developed for some time. So that we reduce the number of branches in the main repository to keep things a bit more manageable, these have now been split off into an archive repository: https://gitlab.nektar.info/archive/nektar Firstly, don't worry -- your source is almost certainly stored in your local git repository anyway, unless you deleted it purposefully (in which case you should remove it from the Nektar++ repository, too). There's a few ways that you can check out branches from the archive. The simplest is to just clone the archive repository with: $ git clone git@gitlab.nektar.info:archive/nektar nektar++-archive Alternatively, inside an existing repository, you can add the archive repository as an additional remote: $ cd nektar++ $ git remote add archive git@gitlab.nektar.info:archive/nektar.git $ git fetch archive Archived branches can then be checked out with: $ git checkout -t archive/feature/branch Cheers, Dave -- David Moxey (Research Associate) d.moxey@imperial.ac.uk | www.imperial.ac.uk/people/d.moxey Room 363, Department of Aeronautics, Imperial College London, London, SW7 2AZ, UK.