<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=Transclusion%3A_Repo_Setup</id>
	<title>Transclusion: Repo Setup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=Transclusion%3A_Repo_Setup"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.compulab.com/w/index.php?title=Transclusion:_Repo_Setup&amp;action=history"/>
	<updated>2026-09-02T08:54:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://mediawiki.compulab.com/w/index.php?title=Transclusion:_Repo_Setup&amp;diff=3188&amp;oldid=prev</id>
		<title>Ilya at 12:22, 25 December 2016</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.compulab.com/w/index.php?title=Transclusion:_Repo_Setup&amp;diff=3188&amp;oldid=prev"/>
		<updated>2016-12-25T12:22:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This section describes installing and setting up a {{filename|repo}} tool.&lt;br /&gt;
{{filename|repo}} is a tool built on top of {{filename|git}} that makes it easier to manage projects that contain multiple repositories, which do not need to be on the same server.&lt;br /&gt;
{{filename|repo}} is not meant to replace {{filename|git}}, but it complements very well the layered nature of the Android or the Yocto Project, making it easier to work with them.&lt;br /&gt;
&amp;lt;br&amp;gt;To install the {{filename|repo}} utility, perform these steps:&lt;br /&gt;
* Create a bin folder in the home directory (not required if the {{filename|~/bin}} folder already exists):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mkdir ~/bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Download the {{filename|repo}} utility, setup permissions:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo &amp;gt; ~/bin/repo&lt;br /&gt;
$ chmod a+x ~/bin/repo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Add the following line to the {{filename|.bashrc}} file to ensure that the {{filename|~/bin}} folder is in your {{parameter|PATH}} variable.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ export PATH=~/bin:$PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ilya</name></author>
		
	</entry>
</feed>