Switching Repositories

Started by m_ott, November 05, 2024, 17:53:40 PM

Previous topic - Next topic

m_ott

Hello, I have been using Azure DevOps as the Git repo for a number of models but I am moving everything over to GitHub...how do I disconnect a model from the DevOps repo?  I have been searching and haven't found any guidance in the documentation, I appreciate any help.

Xiaoqi

If I understand your "disconnect" meaning correctly, you just need to delete the model from local "Collaboration Workspace".

Jean-Baptiste Sarrodie

Hi,

The easiest option is to remove the model from the workspace and add it back using the new url.

Regards,

JB
If you value and use Archi, please consider making a donation!
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

m_ott

When I delete from the workspace I lose the model, I feel like I am missing something, sorry if this is basic, it feels like it should be simple but it's driving me nuts!

Jean-Baptiste Sarrodie

Hi,

Quote from: m_ott on November 06, 2024, 14:21:12 PMWhen I delete from the workspace I lose the model, I feel like I am missing something, sorry if this is basic, it feels like it should be simple but it's driving me nuts!

When you delete from the workspace, you delete the LOCAL copy of your model. Assuming someone took care of replicating/migrating the git repository content from the first server (Azur) to the new one (GitHub), you can then import the model back from the new one and you'll create a new local copy of the exact same content.

If your question is in fact "How to replicate/migrate the git repository from Azur to GitHub", then I guess (hope) you have access to some local git expert. If not, here's a good starting point: https://blog.plataformatec.com.br/2013/05/how-to-properly-mirror-a-git-repository/

Regards,

JB
If you value and use Archi, please consider making a donation!
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.