Fr4ncky / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

Allow to include the same project more than once with different branches #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We have a case where it would be useful to be able to include the same project 
more than once, but with different branches and placed in different paths in 
the workspace.

Original issue reported on code.google.com by david.pu...@sonymobile.com on 30 May 2013 at 9:59

GoogleCodeExporter commented 9 years ago
Here's a CL for this: https://gerrit-review.googlesource.com/#/c/50715

Original comment by davidjames@chromium.org on 10 Oct 2013 at 8:55

GoogleCodeExporter commented 9 years ago
This change has been merged. Unfortunately it breaks the <remove-project> 
functionality: see https://code.google.com/p/git-repo/issues/detail?id=159

Original comment by jona...@gmail.com on 30 Jan 2014 at 4:02

GoogleCodeExporter commented 9 years ago
Hi David,

Does the "multiple branches for same project" feature have any adverse effect 
on the "repo download" functionality?

Now it seems, for a project mapped to multiple branches and paths, if a patch 
commit is made to any one of the branches and then trying to use the "repo 
download" from gerrit to apply the patch, produces random results. This might 
be because the repo has no idea which path the patch should be downloaded to.

Please refer to Issue 173: 
https://code.google.com/p/git-repo/issues/detail?id=173

Regards, Sushan.

Original comment by ray.sus...@gmail.com on 22 Jul 2014 at 11:03