converting from cvs to bazaar
Robert Collins
robertc at robertcollins.net
Tue Sep 7 00:04:38 BST 2010
On Tue, Sep 7, 2010 at 10:28 AM, Matt Funk <mafunk at nmsu.edu> wrote:
> Hi,
>
> i am sorry if this is a stupid question but here it is:
> I am trying to converted my cvs project to bazaar via:
> bzr cvsps-import cvsrepo mymodule outputdir
>
> bazaar does its thing and then i get 2 directories under the output directory
> called bzr and staging. Anyway, when i search through the output directory as
> in: find . -name *cpp*
> there is nothing.
>
> So what am i doing wrong here? Did the import not work? How do i make it work?
The import has created a bzr repository - try 'bzr log bzr/HEAD' or
something like that.
You can check this out, make a new branch from it and so forth.
Cheers,
Rob
More information about the bazaar
mailing list