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
These two features should support the following VCS: Git, Subversion and Mercurial
Importing of repositories into a new Git repository on GitArena
Mirroring of existing repositories into a new Git repository on GitArena (with frequent updates at configurable intervall)
For the later case, it is important to know how GitArena should handle conflicts (such as when code is changed on GitArena and then conflicts with a change that was pushed to the mirror). The following two solutions come to my mind:
Make code in mirrored repositories read-only (but not issues etc.)
Stop mirroring changes as soon as code has been pushed to the GitArena repository manually
I'm happy to discuss this and I'm open for suggestions.
The text was updated successfully, but these errors were encountered:
These two features should support the following VCS: Git, Subversion and Mercurial
For the later case, it is important to know how GitArena should handle conflicts (such as when code is changed on GitArena and then conflicts with a change that was pushed to the mirror). The following two solutions come to my mind:
I'm happy to discuss this and I'm open for suggestions.
The text was updated successfully, but these errors were encountered: