Launchpad logo and name.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index ][Thread Index ]

Re: [Launchpad-users] pushing code



On Tue, 28 Jul 2009 12:36:49 -0400
Darryl Moore <darryl@xxxxxxxxx> wrote:

> I'm new to launchpad, but I am trying to use it to publish my own code.
> 
> I am however having difficulty.
> 
> I've followed the instructions here:
> 
> https://help.launchpad.net/Code/UploadingABranch
> 
> and set up a branch like so
> 
> Status:  	Development
> Update this branch: 	bzr push lp:~darryl-moores/+junk/test
> Linked bug reports and blueprints
> 
> 
> I can log in, from a terminal with bzr but I always get error messages
> when I run bzr push. Does anybody know what is going on. The
> instructions above gave no insighed and when I googled I only came up
> with an instance where someone was using a soft linked directory.
> 
> here is what my terminal looks like:
> 
> darryl@el-grande:~/tuxit/scripts/scripts/server$ bzr launchpad-login
> darryl-moores
> darryl@el-grande:~/tuxit/scripts/scripts/server$   bzr push
> lp:~darryl-moores/+junk/test --use-existing-dir
> bzr: ERROR: Not a branch: "/home/darryl/tuxit/scripts/scripts/server/".

This is saying that your local directory is not a bzr branch. Did you
create a branch in that directory? Try typing "bzr info" in that
directory if you're not sure.

If you haven't, and you're not sure how to do that, the Bazaar User
Guide is a good place to start, and there are many other good docs on
the Bazaar web site:

  http://bazaar-vcs.org/Documentation

Gavin.



This is the launchpad-users mailing list archive — see also the general help for Launchpad.net mailing lists.

(Formatted by MHonArc.)