Skip to content

Instantly share code, notes, and snippets.

@hmenn
Created June 25, 2019 12:24
Show Gist options
  • Save hmenn/3c03715c97c4e2b91526e7e5ccab20ec to your computer and use it in GitHub Desktop.
Save hmenn/3c03715c97c4e2b91526e7e5ccab20ec to your computer and use it in GitHub Desktop.
Base RepoTool XML config file
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="origin"
fetch="ssh://addr1" />
<remote name="other-origin"
fetch="ssh://addr2" />
<project path="download_path1" name="project_under_remote" remote="other-origin" revision="develop" />
<project path="download_path2" name="project_under_remote" remote="origin" revision="develop">
<linkfile src="../download_path1/file" dest="download_path2/file" />
<linkfile src="../download_path1/file1" dest="download_path2/file2" />
</project>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment