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
0
votes
1 answer

What is the meaning of the 'tag' in Git repository and how 'tag' works?

I am new to Git Repository. And I don't know about 'tag'. how it works and what can we get from tag?
Anonymous
  • 152
  • 1
  • 1
  • 11
0
votes
2 answers

Exit Back Out of Private NPM Repo

So... I know this is probably a stupid question but I can't seem to find the info anywhere and I figure I can't be the first to ask.. I have been using my companies internally hosted NPM Repo for so long I've forgotten how to get OUT of it and…
Lux.Capacitor
  • 336
  • 3
  • 12
0
votes
1 answer

Cannot push tags using git push --tags and need help to debug

I have a local git repository and need to push annotated tags to the remote but the command git push --tags fails with the following error: "fatal: remote error: access denied or repository not exported" Note: This is a follow up to this question:…
Jason
  • 1
  • 3
0
votes
2 answers

Bare git vs .git/ - purpose of config.bare

Background: I've created a bare repo cd ~ git init --bare GitDrive The idea was to use this as the git dir for google drive cd "Google Drive" echo "gitdir: ../GitDrive But git didn't like this until I removed bare = true from…
hultqvist
  • 17,451
  • 15
  • 64
  • 101
0
votes
1 answer

How do I "upload" tags to Gerrit using repo?

I have inherited an Android project that uses the Gerrit and Repo tools to manage the Git repositories on a VM. My normal work flow involves using the git add and git commit commands to work on my local branch and using repo sync and repo upload to…
Jason
  • 1
  • 3
0
votes
1 answer

[Android][cyanogenmod 12.0] Source syncing 403 error

I am syncing sources of cm12 but facing some problem like 1. I am using repo sync -f command for syncing it shows syncing complete but most of the folders are missing as vendor,device,platform prebuilts and packages but they appeared in the .repo…
nitin
  • 7
  • 5
0
votes
3 answers

Git save raw files between commits

I wanna save/export the files different between two selected commits. The following command show me the modified files... $ git diff-tree --no-commit-id --name-only -r bd61ad98 index.html javascript/application.js javascript/ie6.js but there is a…
Pablo
  • 635
  • 1
  • 7
  • 19
0
votes
3 answers

Reading the Android Source code

I am currently compiling ROM from the android source and it works fine But now I have decided to read about all the packages that are used I.e. Git , make , gnu , repo , curl, libdev .. But I also want to read the android core source code . Can…
Mihir Solanki
  • 308
  • 2
  • 11
0
votes
0 answers

Error Downloading code when run build script for building Source code

I am using Ubuntu 12.04 and trying to build Android BSP source code for SnapDragonBoard8074, i have Download the repo script: $ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo from getSource_and_build.sh, i…
Tiktac
  • 966
  • 1
  • 12
  • 32
0
votes
1 answer

Repo sync different branches

I have to work with different android versions like Ice Cream Sandwitch, KitKat, CyanogenMods and so one. Do I have to make different folders and for every branch/tag sync every time and wait 4 hours per branch? Is there a way to optimize? Is there…
shadox
  • 3,238
  • 4
  • 24
  • 38
-1
votes
1 answer

Tried installing the AirStatus repo from github but i keep getting an error

After installing git and all the other requirements i tried pip install git+https://github.com/faglo/AirStatus.git to install the repo but i got a error saying: ERROR: git+https://github.com/faglo/AirStatus.git does not appear to be a Python…
-1
votes
1 answer

CentOS 7 All yum.d.repos deleted

I have googled and tried all the solutions I can find to this. An admin somehow broke yum trying to install an mssql package by adding the repo, then tried different way to fix, as did I. I deleted all repos and need to start over. Different Stack…
jerryrig
  • 125
  • 11
-1
votes
1 answer

Moving git repos to other computer

I tried (like described here other stackoverflow question) to copy my whole repos to a new computer. But now, it seems that git sees everything in the new directory as changed and want's me to commit these local changes. There should be no local…
-1
votes
1 answer

How do I add symlinks of submodules in project

Hi All is there a way to create symlinks from submodules . Meaning If I have RepoA and RepoB. RepoB is a git submodule of RepoA . with normal git submodule I can achieve this repo structure . RepoA |______RepoB |_folder1 |_folder2 |_folder3 Now I…
MAR
  • 51
  • 6
-1
votes
1 answer

In Visual Studio, when working on a project with more than one repository, how do I make the repo A acknowledge the repo B?

I have repo A and repo B, they're in different folders, but repo A uses a namespace from repo B, how would I make this connection in Visual Studio 2022? Is there a way, other than including all files in the same project?
felipebubu
  • 131
  • 7