bzr checkout/push

Asked by Clive Nicolson

I did the following:

cd xx
bzr checkout lp:kicad kicad.bzr

Then I changed some of the source files under kicad.bzr/...

Now I want to publish a branch of the original branch with my changes using:

cd xx
bzr launchpad-login <userid>
bzr push lp:~<userid>/<project-name>/<branch-name>

and later commit further changes with:

bzr commit -m"....."

Is it ok to have done a checkout (rather than a branch) and now do a push to a new branch?

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Marius Kruger (amanica) said :
#2

opening again to answer it

Revision history for this message
Marius Kruger (amanica) said :
#3

Yes it is fine you can push, upgate, commit and pull any time you like without fear of breaking anything.
Just know that when you commit in a checkout the changes will be committed on the bound branch too.

Can you help with this problem?

Provide an answer of your own, or ask Clive Nicolson for more information if necessary.

To post a message you must log in.