Diff for "HitchHiker"

Not logged in - Log In / Register

Differences between revisions 1 and 2
Revision 1 as of 2009-11-09 21:12:31
Size: 293
Editor: mars
Comment:
Revision 2 as of 2009-11-09 21:32:11
Size: 579
Editor: mars
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

== Deleting a branch that hasn't been upgraded cleanly ==

{{{
$ ./hitchhiker
(Cmd) open lp:~myuser/some-project/my-branch/
Opened bzr+ssh://bazaar.launchpad.net/~myuser/some-project/my-branch/
(Cmd) rmtree .bzr
(Cmd) ^D

$ cd my-branch
$ bzr push --use-existing-dir
}}}

HitchHiker is a tool that allows you to access locations using Bazaar transports. Basically, it is SFTP for Launchpad.net branches.

HitchHiker is useful for deleting branches that you have uploaded to the LP bzr hosting service.

Getting it

$ bzr branch lp:hitchiker

Deleting a branch that hasn't been upgraded cleanly

$ ./hitchhiker 
(Cmd) open lp:~myuser/some-project/my-branch/
Opened bzr+ssh://bazaar.launchpad.net/~myuser/some-project/my-branch/
(Cmd) rmtree .bzr
(Cmd) ^D

$ cd my-branch
$ bzr push --use-existing-dir

HitchHiker (last edited 2009-12-02 20:08:57 by abentley)