problems with bzr branching

Asked by Krisztian Gyuris

I am ready for pushing to the 0.1 branch but I am getting an error message what I do not understand

C:\dev\private\DO>bzr push lp:windo/0.1
Connected (version 2.0, client Twisted)
Authentication (publickey) successful!
Secsh channel 1 opened.
bzr: ERROR: Target directory lp:windo/0.1 already exists, but does not have a valid .bzr directory. Supply --use-existing-dir to push there anyway.

How do I create this bzr directory?

Question information

Language:
English Edit question
Status:
Solved
For:
WIN Do Edit question
Assignee:
No assignee Edit question
Solved by:
Krisztian Gyuris
Solved:
Last query:
Last reply:
Revision history for this message
brian.pedersen (brian-pedersen) said :
#1

Try: bzr push lp:windo/0.1 --use-existing-dir

Revision history for this message
Krisztian Gyuris (gyurisc) said :
#2

I did try with my personal branch and it worked. It would be nice to know why this is working like this