Reusing or delete branch name/path in a central repository
John Arbash Meinel
john at arbash-meinel.com
Mon Dec 1 20:03:34 GMT 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Talden wrote:
...
>> I guess there is a good reasons for not including the delete branch support,
>> and I would appreciate some comments regarding this issue, or if some one
>> can post a link or search phrase with more information. I have searched for
>> information and found this:
>>
>> https://bugs.launchpad.net/bugs/276295
>>
I'm guessing what he wants is the equivalent of:
hitchhiker bzr+ssh://host/path/to/repository rmtree branch2
He just wants to remove the branch directory and what it contains, but
doesn't have a way to do that from the "bzr" client.
Note that you could also do:
ssh host 'cd /path/to/repository && rm -rf branch2'
or some other OS level way of doing it. (SFTP is a bit harder, because
rmtree doesn't exist in most sftp clients.)
We already have the "bzr remove-tree" command, this would be
conceptually "bzr remove-branch", though the naming of the command, or
just an option to an existing command is the debate.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkk0QxYACgkQJdeBCYSNAAOkzgCg01b0RVxIdg6UPRjClTXNKVCP
JaQAn3GuCZCArgNIpZiXiHCjhUO52/vf
=qUHH
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list