Advertisement
Guest User

Untitled

a guest
Oct 9th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. 3.790 Traceback (most recent call last):
  2. File "/var/lib/python-support/python2.5/bzrlib/smart/request.py", line 355, in _call_converting_errors
  3. return callable(*args, **kwargs)
  4. File "/var/lib/python-support/python2.5/bzrlib/smart/request.py", line 140, in execute
  5. return self.do(*args)
  6. File "/var/lib/python-support/python2.5/bzrlib/smart/branch.py", line 52, in do
  7. return self.do_with_branch(branch, *args)
  8. File "/var/lib/python-support/python2.5/bzrlib/smart/branch.py", line 72, in do_with_branch
  9. return self.do_with_locked_branch(branch, *args)
  10. File "/var/lib/python-support/python2.5/bzrlib/smart/branch.py", line 182, in do_with_locked_branch
  11. return self.do_tip_change_with_locked_branch(branch, *args)
  12. File "/var/lib/python-support/python2.5/bzrlib/smart/branch.py", line 289, in do_tip_change_with_locked_branch
  13. branch.set_last_revision_info(int(new_revno), new_last_revision_id)
  14. File "/var/lib/python-support/python2.5/bzrlib/decorators.py", line 194, in write_locked
  15. result = unbound(self, *args, **kwargs)
  16. File "/var/lib/python-support/python2.5/bzrlib/branch.py", line 2874, in set_last_revision_info
  17. self._run_post_change_branch_tip_hooks(old_revno, old_revid)
  18. File "/var/lib/python-support/python2.5/bzrlib/branch.py", line 1222, in _run_post_change_branch_tip_hooks
  19. hook(params)
  20. File "/home/highscore/.bazaar/plugins/restart_server.py", line 30, in post_change_branch_tip
  21. params.branch.create_checkout(to_location=checkout.path, lightweight=False)
  22. File "/var/lib/python-support/python2.5/bzrlib/branch.py", line 1442, in create_checkout
  23. to_location, force_new_tree=False, format=format)
  24. File "/var/lib/python-support/python2.5/bzrlib/bzrdir.py", line 470, in create_branch_convenience
  25. repo = bzrdir._find_or_create_repository(force_new_repo)
  26. File "/var/lib/python-support/python2.5/bzrlib/bzrdir.py", line 432, in _find_or_create_repository
  27. policy = self.determine_repository_policy(force_new_repo)
  28. File "/var/lib/python-support/python2.5/bzrlib/bzrdir.py", line 417, in determine_repository_policy
  29. policy = self._find_containing(repository_policy)
  30. File "/var/lib/python-support/python2.5/bzrlib/bzrdir.py", line 581, in _find_containing
  31. next_transport)[0]
  32. File "/var/lib/python-support/python2.5/bzrlib/bzrdir.py", line 781, in open_containing_from_transport
  33. result = BzrDir.open_from_transport(a_transport)
  34. File "/var/lib/python-support/python2.5/bzrlib/bzrdir.py", line 726, in open_from_transport
  35. hook(transport)
  36. File "/var/lib/python-support/python2.5/bzrlib/smart/request.py", line 75, in _pre_open_hook
  37. raise errors.JailBreak(abspath)
  38. JailBreak: An attempt to access a url outside the server jail was made: 'file:///home/highscore/'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement