You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
As the history of the previous MPAS developer repository is not present in the
new MPAS developer repository, migrating work takes a little bit of effort. The
work flow for the process is pretty simple, and is detailed below. This example
assumes the branch in both repositories is called feature, and the majority of
it's contributions apply to framework.
Merge frozen trunk (revision 2782) to the project branch in the SVN repository.
(e.g. svn merge ^/trunk/mpas@2782)
Create a fork of the MPAS developer repository.
(e.g. MPAS)
Clone the fork of the repository locally.
(e.g. git clone [email protected]:username/MPAS.git)
Create a branch in the local git repository to work on feature.
(e.g. git checkout -b framework/feature develop)
Export SVN branch on top of the git branch.
(e.g. svn export path/to/svn/branch path/to/git/clone --force)