I was using my own source code<br><b>lp:~luoyonggang/bzr-svn/b3<br></b><br><br>D:\CI\bld\b>run.bat<br><br>D:\CI\bld\b>rm -rf l*<br><br>D:\CI\bld\b>bzr svn-import --layout auto svn://localhost/br/llvm l1<br>('AutoDetectCopyLayout with log', <bzrlib.plugins.svn.logwalker.CachingLogWalker object at 0x02F99A10>, '/llvm/')<br>

WARNING:Path /llvm has copy from None and not in an branch in revision:1<br>WARNING:Path /llvm/branches has copy from None and not in an branch in revision:1<br>WARNING:Path /llvm/tags has copy from None and not in an branch in revision:1<br>

Try add branch /llvm/trunk by using path trunk on revision 1 copy from None!<br>Add branch /llvm/trunk with ['/trunk', 0, 1, True]!<br>Try add branch /llvm/branches/chaos by using path chaos on revision 2 copy from None!<br>

Add branch /llvm/branches/chaos with ['/trunk', 0, 2, True]!<br>Add branch /llvm/branches/fine with ['/llvm/trunk', 1, 4, True]!<br>Add branch /llvm/branches/chaos/b with ['/llvm/trunk', 4, 6, True]!<br>

Add branch /llvm/branches/chaos/d with ['/llvm/trunk', 4, 8, True]!<br>Try add branch /llvm/branches/apple by using path apple on revision 9 copy from None!<br>Add branch /llvm/branches/apple with ['/trunk', 0, 9, True]!<br>

Add branch /llvm/branches/apple/a with ['/llvm/trunk', 8, 10, True]!<br>Add branch /llvm/branches/apple/b with ['/llvm/trunk', 8, 11, True]!<br>Try add branch /llvm/branches/history by using path history on revision 13 copy from None!<br>

Add branch /llvm/branches/history with ['/trunk', 0, 13, True]!<br>Add branch /llvm/branches/history/a with ['/llvm/trunk', 8, 14, True]!<br>Add branch /llvm/branches/history/b with ['/llvm/trunk', 8, 15, True]!<br>

Add branch /llvm/tags/good with ['/llvm/branches/apple/a', 10, 16, True]!<br>Add branch /llvm/tags/goodb with ['/llvm/branches/apple/b', 11, 17, True]!<br>Add branch /llvm/tags/chaosa with ['/llvm/branches/chaos/d', 8, 18, True]!<br>

WARNING:Path /unicode has copy from None and not in an branch in revision:25<br>WARNING:Path /unicode/1 has copy from None and not in an branch in revision:25<br>WARNING:Path /unicode/2 has copy from None and not in an branch in revision:25<br>

AutoDetectCopyLayout finished<br>Using repository layout: auto<br>parse llvm/branches/history/a/Are you sure.txt:24<br>parse llvm/branches/history/a:24nches 2/26<br>parse llvm/branches/apple/b/GOOD.txt:23<br>parse llvm/branches/chaos/d/sametime.txt:23<br>

parse llvm/branches/fine/TODO.txt:23<br>parse llvm/trunk/funny.txt:23<br>parse llvm/branches/fine:23<br>parse llvm/branches/apple/b:23<br>parse llvm/trunk:23<br>parse llvm/branches/chaos/d:23<br>parse llvm/trunk/modifydefault.txt:22<br>

parse llvm/branches/history/wow:21<br>parse llvm/branches/history/wow/goodoptions.txt:21<br>parse llvm/branches/history:21<br>parse llvm/branches/history/readme.txt:20<br>parse llvm/branches/history/a/HA.txt:19<br>parse llvm/tags/chaosa:18<br>

parse llvm/tags/goodb:17<br>parse llvm/tags/good:16<br>parse llvm/tags/good/WHyApple.txt:16<br>parse llvm/branches/history/b:15<br>parse llvm/branches/history/b:15<br>parse llvm/branches/history/a:14<br>parse llvm/branches/history:13<br>

parse llvm/branches/apple/a/WHyApple.txt:12<br>parse llvm/branches/apple/a:12<br>parse llvm/branches/apple/b:11<br>parse llvm/branches/apple/a:10<br>parse llvm/branches/apple:9<br>parse llvm/branches/apple:9<br>parse llvm/branches/chaos/d:8<br>

parse llvm/branches/chaos/a:7<br>('is_parent', 'llvm/branches/chaos/a', 'branch', False)<br>('is_parent', 'llvm/branches/chaos/a', 'tag', False)<br>parse llvm/branches/chaos:7<br>

parse llvm/branches/chaos/b:6<br>parse llvm/branches/chaos/b:6<br>parse llvm/branches/chaos/a:5<br>parse llvm/branches/chaos/a/TODO.txt:5<br>parse llvm/branches/chaos/a/a:5<br>parse llvm/branches/chaos/a/a/a.txt:5<br>parse llvm/branches/chaos/a/b:5<br>

parse llvm/branches/chaos/a/b/b.txt:5<br>parse llvm/branches/fine:4<br>parse llvm/branches/fine/a:4<br>parse llvm/branches/fine/b:4<br>parse llvm/trunk/a:3<br>parse llvm/trunk/a/a.txt:3<br>parse llvm/trunk/b:3<br>parse llvm/trunk/b/b.txt:3<br>

parse llvm/branches/chaos:2<br>parse llvm/branches/chaos/README.TXT:2<br>parse llvm:1<br>parse llvm/branches:1<br>parse llvm/tags:1<br>parse llvm/trunk:1<br>parse llvm/trunk/TODO.txt:1<br>bzr: ERROR: bzrlib.errors.NoSuchRevision: CHKInventoryRepository('file:///D:/CI/bld/b/l1/.bzr/repository/') has no revision ('svn-v4:c19a81e<br>

0-789f-1047-ad32-a6eb670b4137:llvm/branches/chaos:6',)<br><br>Traceback (most recent call last):<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\commands.py", line 926, in exception_to_return_code<br>

    return the_callable(*args, **kwargs)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\commands.py", line 1126, in run_bzr<br>    ret = run(*run_argv)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\commands.py", line 691, in run_argv_aliases<br>

    return self.run(**all_cmd_args)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\commands.py", line 713, in run<br>    return self._operation.run_simple(*args, **kwargs)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\cleanup.py", line 135, in run_simple<br>

    self.cleanups, self.func, *args, **kwargs)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\cleanup.py", line 165, in _do_with_cleanups<br>    result = func(*args, **kwargs)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\commands.py", line 169, in run<br>

    incremental=not restore, to_revnum=to_revnum, prefix=prefix)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\convert.py", line 357, in convert_repository<br>    RepositoryConverter(*args, **kwargs)<br>

  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\convert.py", line 244, in __init__<br>    revfinder, mapping, heads)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\convert.py", line 283, in _fetch_to_shared_repo<br>

    inter.fetch(needed=missing)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\fetch.py", line 1568, in fetch<br>    pack_hint = self._fetch_revisions(needed, pb)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\fetch.py", line 1493, in _fetch_revisions<br>

    use_replay=self._use_replay)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\fetch.py", line 1455, in _fetch_revisions_nochunks<br>    editor = self._get_editor(revmeta, mapping)<br>

  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\fetch.py", line 1361, in _get_editor<br>    bzr_parent_trees = self._get_parent_trees(revmeta, mapping)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\plugins\svn\fetch.py", line 1346, in _get_parent_trees<br>

    parent_trees = [self.target.revision_tree(parent_revids[0])]<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\decorators.py", line 140, in read_locked<br>    result = unbound(self, *args, **kwargs)<br>

  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\repository.py", line 2596, in revision_tree<br>    inv = self.get_inventory(revision_id)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\decorators.py", line 140, in read_locked<br>

    result = unbound(self, *args, **kwargs)<br>  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\repository.py", line 2423, in get_inventory<br>    return self.iter_inventories([revision_id]).next()<br>

  File "D:\CI\Tools\Building\Python\lib\site-packages\bzrlib\repofmt\groupcompress_repo.py", line 1018, in _iter_inventories<br>    raise errors.NoSuchRevision(self, record.key)<br>NoSuchRevision: CHKInventoryRepository('file:///D:/CI/bld/b/l1/.bzr/repository/') has no revision ('svn-v4:c19a81e0-789f-1047-ad32-a6eb670b4<br>

137:llvm/branches/chaos:6',)<br><br>bzr 2.3.3 on python 2.7.1 (Windows-7-6.1.7601-SP1)<br>arguments: ['D:\\CI\\Tools\\Building\\Python\\Scripts\\bzr', 'svn-import', '--<br>    layout', 'auto', 'svn://localhost/br/llvm', 'l1']<br>

plugins: bash_completion[2.3.3], launchpad[2.3.3],<br>    netrc_credential_store[2.3.3], news_merge[2.3.3], svn[1.1.0dev]<br>encoding: 'cp936', fsenc: 'mbcs', lang: None<br><br>*** Bazaar has encountered an internal error.  This probably indicates a<br>

    bug in Bazaar.  You can help us fix it by filing a bug report at<br>        <a href="https://bugs.launchpad.net/bzr/+filebug">https://bugs.launchpad.net/bzr/+filebug</a><br>    including this traceback and a description of the problem.<br>

<br>D:\CI\bld\b><br><br><br>-- <br>         此致<br>礼<br>罗勇刚<br>Yours<br>    sincerely,<br>Yonggang Luo<br><br><br>