Problems with push and branch
Erik Bågfors
zindar at gmail.com
Thu Mar 2 21:34:03 GMT 2006
> Oh, whoops, I misread this. There's no support for branching _TO_
> anywhere but the local filesystem, no.
Will this change?
With repositories I can see the following situation.
Someone using bzr in a centralized mode with checkouts, he/she has a
checkout done this way
bzr checkout sftp://host/repo/trunk
And now wants to create a branch. I would expect that to be done with
any of the following...
bzr branch trunk sftp://host/repo/branch (from the local checkout to
the remote repo)
or
bzr branch sftp://host/repo/trunk sftp://host/repo/branch
I guess the procedure right now is
bzr branch trunk branch
cd branch
bzr push sftp://host/repo/branch
Regards,
Erik
More information about the bazaar
mailing list