Obviously bzr clone, bzr branch and bzr checkout all do the same thing when given an URL as parameter and executed in a non-bzr directory.
Is there any difference for later Bazaar workflow? i.e. bzr commit, bzr update and friends.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Branching and cloning are the same, but branching and checkouts are not the same.
Looking over the Checkout Tutorial, you’ll see that a checkout essentially binds every action you take directly to the branch. So anything you do is essentially
pushed when you do it — obviously that’s a huge workflow difference.