Questions tagged [azure-repos]

Azure Repos is the version control repository for Azure DevOps (previously VSTS) using either TFVC or Git.

Azure Repos is the version control repository for Azure DevOps (previously Visual Studio Team Services, VSTS) using either TFVC or Git.

380 questions
0
votes
1 answer

Share same private Azure DevOps repo with Azure boards on multiple projects

We have the same enterprise app that we sell to multiple customers. The source for the app is hosted in a private Azure DevOps Repo. But we manage each customer's implementation using a separate project for each customer with it's own work items.…
0
votes
1 answer

Unable to Clone from VSTS

Our Organization has the private Azure-DevOps(VSTS) repository which is used for our work purposes. Now one of my colleagues has created one private GitHub repository in which I was added as a collaborator to do some projects. I was not able to…
Badri
  • 202
  • 4
  • 14
0
votes
2 answers

Publish only changes from stored procedures and views from one database to another in Azure Repos

I have created a database project in visual studio that includes schemas, tables, stored procedures and tables. I've added them to source control in Azure Repos. I want to publish only the stored procedures and views to another database(they have…
0
votes
1 answer

Permanently delete git repository with all its content without project id

Is there any way to permanently delete a git repository without the need of the project. I already have deleted the projects and they are not in the database any more. however the git repositories stil are. how can these be deleted Especially the…
0
votes
1 answer

Visual Studio pushing to wrong URL on git push: Error encountered while pushing branch to the remote repository: Git failed with a fatal error

This is the URL to which I need to push: https://myVault.visualstudio.com/[root]/cxmlhub When I try to do a git push, I get this error: Error encountered while pushing branch to the remote repository: Git failed with a fatal error. unable to…
Casey Crookston
  • 13,016
  • 24
  • 107
  • 193
0
votes
1 answer

How do i connect Azure Pipelines in one instance of Azure Devops to an Azure Repo in a separate instance of Azure Devops

Any recommendations on how to connect Azure Pipelines in one instance of Azure Devops to an Azure Repo in a separate instance of Azure Devops. I presume i'd use "Other Git" as the code source but i wanted to see if anyone had any suggestion around…
0
votes
2 answers

Import Repository from Github to Azure Repos

If I import a repository from Github to Azure repos using the import functionality in Azure Devops. Will it bring across all branches as they are on the server? Ow will i need to import each branch one at a time?
MicroMan
  • 1,988
  • 4
  • 32
  • 58
0
votes
1 answer

Azure DevOps deny access to Pipelines

Is there a way to grant team members access to the Repos section of a team project without granting them access to the Pipelines section of the team project?
tlatkovich
  • 360
  • 6
  • 10
0
votes
1 answer

Remote TFS 2015 to Azure Devops (private cloud) Migration

My current organization is having an requirement to migrate source code + history linkages from vendor TFS 2015 which is at remote site to our Azure Devops(Repos). The challenge I am having is that since source TFS is in remote site and not…
Renji
  • 391
  • 2
  • 7
  • 20
0
votes
1 answer

Can I Override the Target Files of a Pull Request?

I have 2 repositories (A) and (B). (B) is a Fork of (A) and has received a file directory rename. Many of the files in (B) just have a different parent folder name. Now I'm trying to do a pull request of (A) into (B) but Azure Repos is saying the…
Rafiki
  • 630
  • 1
  • 8
  • 22
0
votes
1 answer

Azure DevOps pipelines and Team Foundation Server workflow

We are using Azure DevOps for our .NET source control. We operate projects using both the Git and TFS workflow (the former being newer work, the latter being legacy projects). This has come about because when Azure DevOps was simply TFS, we just had…
JamesMatson
  • 2,522
  • 2
  • 37
  • 86
0
votes
1 answer

How to enable/disable upload files button in Azure DevOps Repository toolbar

I want to disable/ enable the Upload files button under the Repository toolbar in Azure DevOps. I would like to know how to configure the enable/disable option for repository toolbar buttons in Azure DevOps.
-1
votes
0 answers

Find completed pull requests for which the source branch has not been deleted

In an Azure DevOps project that uses Azure Repos, I'd like to identify the completed pull requests for which authors did not tick the 'delete branch after merging', and so the source branch still exists. Using the az devops CLI or the Azure DevOps…
David Gardiner
  • 16,892
  • 20
  • 80
  • 117
-1
votes
1 answer

How to give the developers access to specific files only? (In Azure repos or any other git platforms)

Suppose I have multiple users working in a repository (azure devops) and there are multiple files & folders in it. There is one master branch for release and one dev branch for testing. Based on the dev branch, feature branches are created for…
-1
votes
1 answer

how do I add a dockerfile to my repo in devops?

I have a dockerfile that i want to add do my repo/pipeline in DevOps. I don't know how to add it.. Do I have to use visual studios or can I just do it in the cmd prompt? this is what the dockerfile contains: FROM openjdk:11-jre-slim COPY…
Nadi
  • 1
  • 2