Wednesday 15 April 2015

bazaar - How to remove a repository from Launchpad? -


Especially I have a repository setup in the lockpad. I need to remove this repository but there was no link to do this from the launchpad website. I am thinking that I can use it "Bijar" on my local branch or not. Or I'm missing something to remove it from the launchpad website.

Your entire project has been removed from the launchpad, posting a "question" on this page It will be:

Yes it is weird but it seems officially. If you search for the keyword "delete project" on this page, you will receive several similar requests:

Make sure to include detailed information about why you want to do this and you know about the results. Otherwise you will get a response with lines "The community can still use the source code that you want to delete" and so on.

Of course they are right, and you should carefully consider whether you really want to delete the code that other people are using and linking to it.

If you are sure that you have gone to this project, then you should not be able to remove the trunk for the first time with the launchpad team. In that case you can not remove the trunk Try using it to force-overwrite it with an empty branch:

  bzr init empty cd empty touch empty.txt bzr bzr commit -m 'dummy commit' add bzr push lp : Project - Oovers Compose   

Of course, with the name of your project PROJECT . All these steps are necessary to clear the branch. You can not just push an empty branch, the market will tell you that is not a new modification or a tag for push. and the branch will be untouched. In this example, like the Dummy Amendment, you need a completely new modification.

If there is no meaningful source code in your project, then the launchpad team should not have any objection to removing it, so that you can reduce the time of change.

No comments:

Post a Comment