My experience with bzr-svn

Jelmer Vernooij jelmer at samba.org
Tue May 19 00:50:55 BST 2009


On Mon, May 18, 2009 at 07:45:00PM -0400, Lars Kellogg-Stedman wrote:
> Thanks for taking the time to help me figure this out.
Np. It's actually made me aware again of the problem of bzr defaulting to 
pycurl if it's installed; I hope to send a patch to change the default bzr 
http backend to urllib soon.

> > Try running "bzr co" in this directory to actually check out the
> > files.
> $ bzr co
> bzr: ERROR: Not a branch: "/home/lars/projects/.bzr/branch/".

> (There is a .bzr directory here)

> I'm still planning to try 0.5.4 later tonight.

It might just be that 0.5.3 bug :-(

What sort of layout does your repository have? "bzr svn-import" should
detect it if it's something "standard", but if it doesn't you can
specify "--layout <foo>" to force it to use a particular layout, e.g.:

trunk1 for things like:

projectname/trunk
projectname/branches/branch1
projectname/branches/branch2
projectname/tags/tag1

etc.

or trunk0 for paths like:
trunk
branches/branch2
branches/branch3
tags/version1

Cheers,

Jelmer

-- 
Jelmer Vernooij <jelmer at samba.org> - http://jelmer.vernstok.nl/



More information about the bazaar mailing list