Comment 2 for bug 1209321

Revision history for this message
Curtis Hovey (sinzui) wrote : Re: README.md is missing from charm.

It might be possible to construct a branch that satisfies the Juju store's knowledge of the revision history.

In the same rack repo as broken-trunk:
bzr branch lp:~charmers/charms/precise/rack/trunk new-trunk
cd charmers trunk
bzr pull -r <email address hidden>
bzr merge broken-trunk
^ If bzr refuses to do this, then copy all the files from broken-trunk to new-trunk
bzr ci -m "Reconstructed branch"
cd ../
bzr push lp:~pavel-pachkovskij/charms/precise/rack/trunk

Once we have verified the store sees the new revisions, the new-trunk branch can be renamed to trunk and the broken branch deleted.