Comment 2 for bug 346471

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 346471] Re: invalid token

On Sat, 2009-03-21 at 20:47 +0000, Jelmer Vernooij wrote:
> this is a problem deep down in bzrlib, so reassigning to bzr
>
> ** Changed in: bzr
> Product: bzr-rebase => Bazaar
>
> --
> invalid token
> https://bugs.launchpad.net/bugs/346471
> You received this bug notification because you are a member of bzr-core,
> which is the registrant for Bazaar.
>
> Status in Bazaar Version Control System: New
>
> Bug description:
>
> bzr init --1.9-rich-root
> bzr commit -m "initial null revision" --unchanged

Don't do this: There are several issues here:
* rich-root's are not the recommended production format. Use --1.9.
* You are making a new project just to merge in an existing branch, this
is wasteful - just branch the existing project.

Generally you should only run 'init' when you are creating a brand new
project.

-Rob