Questions tagged [repo]

Repo is a repository management tool that Android built on top of Git. Repo unifies the many Git repositories when necessary, does the uploads to our revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path.

604 questions
-1
votes
1 answer

Upgrading Process of Sonatype Nexus 2.14 to Nexus 3.41

I am trying to upgrade Sonatype Nexus 2.14 to latest 3.41. Current Directory Structure /opt/nexus2/nexus2.14, sonatype-work. My question is if i want to extract the latest version 3.41 should i do it in /opt/nexus2 ( its will then not create new…
Sunny
  • 1
  • 3
-1
votes
2 answers

How to delete a specific folder in a GitHub repository?

I m a beginner in open source and I was committed a wrong file in my GitHub repository, I just want to just delete it and here is a picture and the link..... Screenshot of the image Here is the problem I just want to delete in and nothing more. Link…
user17071919
-1
votes
1 answer

Azure DevOps Server Repos

Is there a way to restrict users from pushing new branches? Our management wants the Repo admin to control what branches get created, they don't want devs pushing branches to a repo from their desktops in order to create them. Is there a way to lock…
user5855178
  • 567
  • 1
  • 7
  • 17
-1
votes
1 answer

If I pull every 1 minute with a script on my linux server from Github, will I be banned?

I have two repos on Gitee and Github, and I want to use my personal server on linux to sync them. What I've done is to pull every 1 minute from github and then push to Gitee. Will I suffer from ban for doing this?
Sqr
  • 83
  • 6
-1
votes
1 answer

Physical vs logical files in Git local repo

I am trying to understand Git workflows. If for example I see following random pictures taken from on the net: Git workflow 1 Git workflow 2 Git workflow 3 They show a Remote directory and 3 Local directories namely Working dir, Staging area and…
Marina
  • 13
  • 4
-1
votes
1 answer

How do I see all the regular code updates made in my Git repo in azure devops?

I have imported my github repo in one of the project in my Azure devops. But when I push latest code to my github repo it doesn't reflect in Azure. How can I achieve it?
Bharath Kashyap
  • 133
  • 1
  • 2
  • 9
-1
votes
1 answer

Google repo, run --depth=1 when pulling

I want to download only the latest commit of the lineage OS source code, and repo doesn't accept --depth=1. I've tried to edit the python code for repo but i didn't succeed
-1
votes
1 answer

Get number of forks, downloads and pulls for Git repository

I have a github repository and I would like to know the number of times it was forked and download and git pulled. We need these information for a statistical way of analysing our repo. It is a public repo and I have all the access that I could…
user14899645
-1
votes
1 answer

secret scanner in Azure DevOps repo

Can you recommend an efficient scanner for secrets in code in an Azure DevOps repo and pipelines? Would like to be able to scan locally on a commit or before a push is accepted and also to scan repos and pipelines regularly. But, are open for…
-1
votes
1 answer

error: failed to push some refs to (host+location of init bare)

I create new user and give chmod, but is still cannt push to server also i create .ssh file in server with kay , which is my public key can i push to github and github kay link to my server or what to do? USER@DESKTOP-3FAA4O5 MINGW64…
-1
votes
1 answer

How to get the commit id of all git repository heads inside a project?

Let's say the directory name ABC is my project which is not a git repository. Inside that dir ABC i have many directories which are git repository respectively. And i want every git repository's commit id of their heads with a single command (repo…
sameer pradhan
  • 324
  • 1
  • 4
  • 14
-1
votes
1 answer

How can I list all options for the Google Repo tool?

Why does the repo tool not list all the possible options? For example, manifest or its sub-option -o, and -r, as used here, does not show in the output: $ repo usage: repo COMMAND [ARGS] The most commonly used repo commands are: abandon …
Adam Lee
  • 2,983
  • 7
  • 35
  • 47
-1
votes
1 answer

repo sync permission denied, on a code that I copied from someone else

I copied code from colleague, and then tried to repo sync again. But I am getting permission denied error. How can I avoid this issue? I know there were lot of answers in regards to adding ssh keys, but nothing related to this...Thanks.
dding
  • 1
  • 1
  • 3
-1
votes
1 answer

Does repo sync pull the latest or pulls only the revision?

I am new to repo and I am working on a project which involves fetching files from a manifest file using 'repo init' and the next step is 'repo sync' One of the lines in manifest is
Zero One
  • 71
  • 1
  • 9
-1
votes
1 answer

Lineage OS repo size discrepancy

I am trying to build the Android Lineage OS from the instructions on the official website. I have initialized with 'repo init' and repo sync'd to download the source code successfully. However the size I found through right-click properties of the…