You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to add an Android repo (400+ git repos) into bitbucket. Gogglesource and gerrit use the same file system tree structure as the Android repo when it is synched to a locallocal system. An example of this structure might look like this:
device
|
|
marlin
So my manifest file will have "PATH=device/google/marlin" So the structure has directories and sub-directories. Apparently Bitbucket can't deal with directories and is is frustrating. Using bitbucket you have to change the path to "PATH=device_google_marlin", a flat structure. Then when you pull new stuff from gogglesource to your local repo, you have to use another manifest file the supports the tree structure. This makes everything more complicated.
So there has to be a question in this somewhere: Why can't Bitbucket support a tree structure. I see a number of people have asked for this for years but apparently Atlassian has yet to do this. Surely, I'm not the only one trying to build an Android system. I'd like to hear from more people trying to do this and maybe they have a solution other than the hack of change the path to a flat system.
Thanks,
Mike