bzrlib.errors.PathNotChild

Bug #367044 reported by Peter Connolly
2
Affects Status Importance Assigned to Milestone
svn2bzr
New
Undecided
Unassigned

Bug Description

Get the following error when running svn2bzr rev 24:

...
Committed revision 1666
debug: Changing file: /var/bzr/ZacksTool/trunk/core/src/main/resources/com/alembix/model/ScenarioCourse.hbm.xml
debug: Changing file: /var/bzr/ZacksTool/trunk/core/src/test/java/com/alembix/util/DaoTestKeys.java
debug: rel_branch_path = ''
debug: len(content) = 4000
Committed revision 1667
Traceback (most recent call last):
  File "/home/peterc/bin/svn2bzr/svn2bzr.py", line 194, in <module>
    main()
  File "/home/peterc/bin/svn2bzr/svn2bzr.py", line 187, in main
    log=log)
  File "/home/peterc/bin/svn2bzr/svn2bzr.py", line 88, in svn2bzr
    creator.run()
  File "/home/peterc/bin/svn2bzr/branchcreator.py", line 622, in run
    entries = self.filter_entries(entries)
  File "/home/peterc/bin/svn2bzr/branchcreator.py", line 671, in filter_entries
    entries = self.filter_moves(entries)
  File "/home/peterc/bin/svn2bzr/branchcreator.py", line 727, in filter_moves
    entries = self.filter_simult_fren_dirmove(entries)
  File "/home/peterc/bin/svn2bzr/branchcreator.py", line 784, in filter_simult_fren_dirmove
    newfname = svnrelpath(newdpth, newfpth)
  File "/home/peterc/bin/svn2bzr/branchcreator.py", line 60, in svnrelpath
    raise errors.PathNotChild(path, base)
bzrlib.errors.PathNotChild: Path "ZacksTool/trunk/web/src/main/java/com/alembix/framework/servlet/ApplicationDispatcherServlet.java"

I'm attaching repository dump file with offending commit (1668) and previous commit (1661) involving same file.

Revision history for this message
Peter Connolly (peterc-alembixengineering) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.