Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,120
Community Members
 
Community Events
185
Community Groups

importing an android repo to bitbucket

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

                                                          |

                                                          google

                                                                    | 

                                                                    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

 

 

0 comments

Comment

Log in or Sign up to comment