Changing Azure Devops Project Repo for a VS Solution












0















I have an existing Azure Devops Team Project (Project A). I also have a Visual Studio solution on my local machine that I want to start tracking in Project A.



When I went to add my source code to Project A's repo from Visual Studio, I inadvertently created a new blank Team Project in Azure Devops (Project B). So now I have two Team Projects. Project A has all my work items, etc. and Project B has my source code.



In Visual Studio, I've tried editing the "Remotes" setting to the correct repo location, but that doesn't seem to have worked. I went to Team Explorer -> Settings -> Repository Settings -> Remotes -> Edit to make the change.



I want to change my visual studio solution to publish my source code to Project A instead of Project B.










share|improve this question























  • Are you using Git repositories or TFVC repositories?

    – Daniel Mann
    Dec 31 '18 at 19:13











  • I'm using TFVC at the moment. I don't really care which one I use so long as I can manage everything in Azure Devops.

    – TSoder
    Jan 1 at 7:56






  • 2





    @TSoder you can create a new git repo in Project A then push your solution there, then delete the project B

    – Jayendran
    Jan 1 at 15:56











  • @Jayendran Yes I was able to add my solution to an Azure Devops Repo. However, I mistakenly added it to the wrong repo in a blank Team Project in Azure. I would like to change my solution so I can push it to the correct repo. I haven't been able to find a way to do that though.

    – TSoder
    Jan 2 at 12:27
















0















I have an existing Azure Devops Team Project (Project A). I also have a Visual Studio solution on my local machine that I want to start tracking in Project A.



When I went to add my source code to Project A's repo from Visual Studio, I inadvertently created a new blank Team Project in Azure Devops (Project B). So now I have two Team Projects. Project A has all my work items, etc. and Project B has my source code.



In Visual Studio, I've tried editing the "Remotes" setting to the correct repo location, but that doesn't seem to have worked. I went to Team Explorer -> Settings -> Repository Settings -> Remotes -> Edit to make the change.



I want to change my visual studio solution to publish my source code to Project A instead of Project B.










share|improve this question























  • Are you using Git repositories or TFVC repositories?

    – Daniel Mann
    Dec 31 '18 at 19:13











  • I'm using TFVC at the moment. I don't really care which one I use so long as I can manage everything in Azure Devops.

    – TSoder
    Jan 1 at 7:56






  • 2





    @TSoder you can create a new git repo in Project A then push your solution there, then delete the project B

    – Jayendran
    Jan 1 at 15:56











  • @Jayendran Yes I was able to add my solution to an Azure Devops Repo. However, I mistakenly added it to the wrong repo in a blank Team Project in Azure. I would like to change my solution so I can push it to the correct repo. I haven't been able to find a way to do that though.

    – TSoder
    Jan 2 at 12:27














0












0








0








I have an existing Azure Devops Team Project (Project A). I also have a Visual Studio solution on my local machine that I want to start tracking in Project A.



When I went to add my source code to Project A's repo from Visual Studio, I inadvertently created a new blank Team Project in Azure Devops (Project B). So now I have two Team Projects. Project A has all my work items, etc. and Project B has my source code.



In Visual Studio, I've tried editing the "Remotes" setting to the correct repo location, but that doesn't seem to have worked. I went to Team Explorer -> Settings -> Repository Settings -> Remotes -> Edit to make the change.



I want to change my visual studio solution to publish my source code to Project A instead of Project B.










share|improve this question














I have an existing Azure Devops Team Project (Project A). I also have a Visual Studio solution on my local machine that I want to start tracking in Project A.



When I went to add my source code to Project A's repo from Visual Studio, I inadvertently created a new blank Team Project in Azure Devops (Project B). So now I have two Team Projects. Project A has all my work items, etc. and Project B has my source code.



In Visual Studio, I've tried editing the "Remotes" setting to the correct repo location, but that doesn't seem to have worked. I went to Team Explorer -> Settings -> Repository Settings -> Remotes -> Edit to make the change.



I want to change my visual studio solution to publish my source code to Project A instead of Project B.







visual-studio-2017 azure-devops






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 31 '18 at 12:53









TSoderTSoder

263




263













  • Are you using Git repositories or TFVC repositories?

    – Daniel Mann
    Dec 31 '18 at 19:13











  • I'm using TFVC at the moment. I don't really care which one I use so long as I can manage everything in Azure Devops.

    – TSoder
    Jan 1 at 7:56






  • 2





    @TSoder you can create a new git repo in Project A then push your solution there, then delete the project B

    – Jayendran
    Jan 1 at 15:56











  • @Jayendran Yes I was able to add my solution to an Azure Devops Repo. However, I mistakenly added it to the wrong repo in a blank Team Project in Azure. I would like to change my solution so I can push it to the correct repo. I haven't been able to find a way to do that though.

    – TSoder
    Jan 2 at 12:27



















  • Are you using Git repositories or TFVC repositories?

    – Daniel Mann
    Dec 31 '18 at 19:13











  • I'm using TFVC at the moment. I don't really care which one I use so long as I can manage everything in Azure Devops.

    – TSoder
    Jan 1 at 7:56






  • 2





    @TSoder you can create a new git repo in Project A then push your solution there, then delete the project B

    – Jayendran
    Jan 1 at 15:56











  • @Jayendran Yes I was able to add my solution to an Azure Devops Repo. However, I mistakenly added it to the wrong repo in a blank Team Project in Azure. I would like to change my solution so I can push it to the correct repo. I haven't been able to find a way to do that though.

    – TSoder
    Jan 2 at 12:27

















Are you using Git repositories or TFVC repositories?

– Daniel Mann
Dec 31 '18 at 19:13





Are you using Git repositories or TFVC repositories?

– Daniel Mann
Dec 31 '18 at 19:13













I'm using TFVC at the moment. I don't really care which one I use so long as I can manage everything in Azure Devops.

– TSoder
Jan 1 at 7:56





I'm using TFVC at the moment. I don't really care which one I use so long as I can manage everything in Azure Devops.

– TSoder
Jan 1 at 7:56




2




2





@TSoder you can create a new git repo in Project A then push your solution there, then delete the project B

– Jayendran
Jan 1 at 15:56





@TSoder you can create a new git repo in Project A then push your solution there, then delete the project B

– Jayendran
Jan 1 at 15:56













@Jayendran Yes I was able to add my solution to an Azure Devops Repo. However, I mistakenly added it to the wrong repo in a blank Team Project in Azure. I would like to change my solution so I can push it to the correct repo. I haven't been able to find a way to do that though.

– TSoder
Jan 2 at 12:27





@Jayendran Yes I was able to add my solution to an Azure Devops Repo. However, I mistakenly added it to the wrong repo in a blank Team Project in Azure. I would like to change my solution so I can push it to the correct repo. I haven't been able to find a way to do that though.

– TSoder
Jan 2 at 12:27












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53987759%2fchanging-azure-devops-project-repo-for-a-vs-solution%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53987759%2fchanging-azure-devops-project-repo-for-a-vs-solution%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Monofisismo

Angular Downloading a file using contenturl with Basic Authentication

Olmecas