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.
Dear all, The update to gitlab is now complete. Please let me know if you run into any problems. One thing that I found a little irritating is that selecting a project shows the README file of the project by default instead of its timeline -- which is available under 'Activity' in the left hand sidebar. If you'd prefer to see the timeline, as it was before, you can do this by going into "Profile Settings" (top right next to logout) -> Preferences (left hand sidebar) and selecting "Activity view" for the "Project view" setting. Thanks, Dave On 24 Jul 2015, at 19:13, David Moxey <d.moxey@imperial.ac.uk> wrote:
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.
_______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
-- 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.
participants (1)
- 
                
                David Moxey