Another Bazaar feed generator.

Andrew Bennetts andrew at canonical.com
Wed Aug 8 03:35:47 BST 2007


James Westby wrote:
[...]
> the left. Once that is done you can run
> 
>   bzr push sftp://bazaar.launchpad.net/~project/trunk
> 
> where "project" is the name of the project that you create. (This is
> from memory, you should be able to get proper instructions by using the
> "Help" option of Launchpad).

Close.  It's actually:

  bzr push sftp://bazaar.launchpad.net/~owner/project/trunk

You can create a team and use it as the owner if you want other people to be able
to write to the same branch.  Otherwise use your launchpad username.

(You may also need to use "sftp://user@..." or configure your .ssh/config to
know the right username to login as.)

You can also use bzr+ssh:// instead of sftp://.

As James says, the Launchpad help should cover any questions you have.

-Andrew.




More information about the bazaar mailing list