Using bzr push to send Bazaar branches to Subversion.
Jelmer Vernooij
jelmer at samba.org
Thu Aug 23 00:01:20 UTC 2012
On Wed, Aug 22, 2012 at 04:33:36PM -0600, Dan MacMillan wrote:
> Some time ago on this list I asked about using Bazaar with Crucible,
> which is not directly supported. Someone suggested using bzr-svn to
> push my changes into a Subversion repository and have Crucible connected
> to the Subversion repository. I just gave this my first shot with
> spectacular results.
> 2012-08-21 17:44:04.94 D:\funbranch>svnadmin create D:\funbranchsvn
> 2012-08-21 17:44:11.93 D:\funbranch>bzr push d:\funbranchsvn
> Initialising Subversion metadata cache in
> C:\Users\danm\AppData\Local\svn-cache\569934a1-34ad-3e4e-a18b-0340f30a52
> 7c.
> bzr: ERROR: Not a branch: "branches".
> D:\funbranch is the 'trunk' Bazaar branch of one of our real projects
> holding about 500 revisions.
> I tried figuring this out on my own and I'm just not connecting the
> dots. Any suggestions?
The error message is indeed a bit confusing.
Note that 'svnadmin create' creates a repository and not a branch.
You probably want:
bzr push d:\funbranchsvn\trunk
Cheers,
Jelmer
More information about the bazaar
mailing list