svn2bzr

Jelmer Vernooij jelmer at samba.org
Tue Nov 21 14:38:47 GMT 2006


On Tue, 2006-11-21 at 14:49 +0100, Stephane Brunner wrote:
> When I try too convert a svn dumb to a bzr repository I have this error :
> 
> ...
> Revision 8167 read
> Revision 8168 read
> Revision 8169 read
> Revision 8170 read
> svn2bzr/svn2bzr-0.8.2/svn2bzr:472: DeprecationWarning: 
> bzrlib.branch.initialize was deprecated in version 0.8.
>   self._branch = Branch.initialize(self._root)
> svn2bzr/svn2bzr-0.8.2/svn2bzr:90: DeprecationWarning: 
> bzrlib.branch.BzrBranch5.working_tree was deprecated in version 0.8.
>   branch.__wt = branch.working_tree()
> Traceback (most recent call last):
>   File "svn2bzr/svn2bzr-0.8.2/svn2bzr", line 671, in ?
>     main()
>   File "svn2bzr/svn2bzr-0.8.2/svn2bzr", line 664, in main
>     opts.prefix, opts.filter, opts.check)
>   File "svn2bzr/svn2bzr-0.8.2/svn2bzr", line 595, in svn2bzr
>     creator.run()
>   File "svn2bzr/svn2bzr-0.8.2/svn2bzr", line 434, in run
>     self.add_dir(node_path)
>   File "svn2bzr/svn2bzr-0.8.2/svn2bzr", line 159, in add_dir
>     branch, path_branch = self._get_branch_path(path)
>   File "svn2bzr/svn2bzr-0.8.2/svn2bzr", line 104, in _get_branch_path
>     branch = self._get_branch(path)
>   File "svn2bzr/svn2bzr-0.8.2/svn2bzr", line 473, in _get_branch
>     self._new_branch(self._branch)
>   File "svn2bzr/svn2bzr-0.8.2/svn2bzr", line 90, in _new_branch
>     branch.__wt = branch.working_tree()
>   File "/usr/lib/python2.4/site-packages/bzrlib/symbol_versioning.py", line 
> 115, in decorated_method
>     return callable(self, *args, **kwargs)
>   File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 1185, in 
> working_tree
>     raise NoWorkingTree(self.base)
> bzrlib.errors.NoWorkingTree: No WorkingTree exists for 
> file:///home/sradio/bzr/.
> 
> Does anyone have an idea what I can do ?
> 
> I have bzr 0.12 on Debian Sarge.
Sorry, that looks like bitrot. The latest version of svn2bzr I have
worked on worked with bzr 0.8 and there have been a lot of API changes
between 0.8 and 0.12. I am no longer maintaining svn2bzr, I work on
bzr-svn (http://launchpad.net/products/bzr-svn) these days. 

Cheers,

Jelmer
-- 
Jelmer Vernooij <jelmer at samba.org> - http://samba.org/~jelmer/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20061121/f797e323/attachment.pgp 


More information about the bazaar mailing list