Link to home
Start Free TrialLog in
Avatar of Rob
RobFlag for Australia

asked on

bitbucket repo

I'm new to bitbucket and want to know how to set up my repo.

conceptually what does the repository represent?

should I put all my code in the one repository or separate the projects into multiple repos? or something else?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rob

ASKER

HI David,

Thanks for your repsonse.  Do you know if there any effect when it comes to the versioning (braching, tagging etc) if you have everything in the one repo?
There is no difference one usually assigns permissions on a per repository level.  If you separate out the  repositories then the permissions set is more granular.
Avatar of Rob

ASKER

That's ok about permissions but with versioning, is it the repo that's affected or can you create versions of a sub directory and release it on it's own?
with most repositories yes
Avatar of Rob

ASKER

bitbucket?
sorry I don't use it I use Team Foundation and Github
Avatar of Rob

ASKER

Enough for me to go on so thanks