Comment 3 for bug 383368

Revision history for this message
Mike Woelmer (mike-woelmer) wrote :

I tried it with the latest bzr svn code as of 7/14/09 and I now receive a different error. It fails to find the last revision. I've tried this several times with someone else checking in files in-between and the result is always not finding whatever the last revision is.

C:\Users\mike\source\SuppliesNowBzr>bzr checkout https://myhost.com/svnrepos/myproject/myproject/Code/trun
k trunk
bzr: ERROR: bzrlib.errors.NoSuchRevision: SvnRepository('https://myhost.com/svnrepos/myproject') has no revi
sion svn-v4:77df2848-f5bb-9c4d-9d1f-639eca2f0d91:myproject/Code/trunk:1768

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 729, in exception_to_return_code
  File "bzrlib\commands.pyo", line 924, in run_bzr
  File "bzrlib\commands.pyo", line 560, in run_argv_aliases
  File "bzrlib\builtins.pyo", line 1230, in run
  File "C:/Program Files (x86)/Bazaar/plugins\svn\branch.py", line 328, in create_checkout
  File "C:/Program Files (x86)/Bazaar/plugins\svn\branch.py", line 273, in _create_heavyweight_checkout
  File "bzrlib\decorators.pyo", line 192, in write_locked
  File "bzrlib\branch.pyo", line 859, in pull
  File "C:/Program Files (x86)/Bazaar/plugins\svn\branch.py", line 721, in pull
  File "C:/Program Files (x86)/Bazaar/plugins\svn\branch.py", line 656, in update_revisions
  File "C:/Program Files (x86)/Bazaar/plugins\svn\fetch.py", line 1278, in fetch
NoSuchRevision: SvnRepository('https://dev.srtsolutions.com/svnrepos/SuppliesNow') has no revision svn-v4:77df2848-f5bb-
9c4d-9d1f-639eca2f0d91:SuppliesNow/Code/trunk:1768

bzr 1.15 on python 2.5.2 (win32)
arguments: ['bzr', 'checkout', 'https://dev.srtsolutions.com/svnrepos/SuppliesNow/SuppliesNow/Code/trunk', 'trunk']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools C:\Program Files (x86)\Bazaar\plugins\bzrtools [1.15]
  extmerge C:\Program Files (x86)\Bazaar\plugins\extmerge [unknown]
  launchpad C:\Program Files (x86)\Bazaar\plugins\launchpad [1.15]
  netrc_credential_store C:\Program Files (x86)\Bazaar\plugins\netrc_credential_store [1.15]
  qbzr C:\Program Files (x86)\Bazaar\plugins\qbzr [0.9.9]
  svn C:\Program Files (x86)\Bazaar\plugins\svn [0.6.3dev]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.