SubversionException: ("Can't get entries of non-directory", 160016)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Subversion Plugin |
Fix Released
|
Undecided
|
Jelmer Vernooij |
Bug Description
When attempting to branch from a private repository, I get the following error:
Wed 2008-11-05 13:07:33 -0500
0.019 bzr arguments: [u'branch', u'file:
0.019 looking for plugins in /home/codyc/
0.052 bzr-svn: using Subversion 1.4.6 ()
0.060 looking for plugins in /usr/lib/
0.076 encoding stdout as sys.stdout encoding 'UTF-8'
0.105 opening SVN RA connection to 'file:/
0.459 creating branch <bzrlib.
4.317 Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
force_
File "/home/
return super(SvnRemote
File "/usr/lib/
result, revision_
File "/home/
self.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
source_dict = self.get_tag_dict()
File "/home/
mapping=
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/home/
layout=layout, mapping=mapping, from_revnum=0, to_revnum=revnum)
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/home/
tags[p] = self.generate_
File "/home/
return self.get_
File "/home/
revid = self.actual.
File "/home/
(bzr_revno, revid) = mapping.
File "/home/
text = fileprops.
File "/home/
self.
File "/home/
self.dict = self.create_
File "/home/
current = self.get_
File "/home/
revnum)
File "/home/
return conn.get_dir(path, revnum, kind)
SubversionExcep
4.318 return code 4
After a bit more digging with -Dtransport, I found that the culprit is a *file* that has been placed in */tags/.
It would be nice if there were a more useful error message here with a workaround to ignore tags/branches (if one exists)?
Changed in bzr-svn: | |
assignee: | nobody → jelmer |
milestone: | none → 0.4.15 |
status: | New → Fix Released |
status: | Fix Released → Fix Committed |
Changed in bzr-svn: | |
status: | Fix Committed → Fix Released |