[Bug 4161] New: Clone error

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Feb 7 02:44:11 CST 2014


http://bz.selenic.com/show_bug.cgi?id=4161

          Priority: normal
            Bug ID: 4161
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Clone error
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: onlycider at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: unspecified
         Component: Mercurial
           Product: Mercurial

hg clone http://192.168.1.5:2134 /Users/CHOI/2134 
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.5 (default, Aug 25 2013, 00:04:04) [GCC 4.2.1 Compatible Apple
LLVM 5.0 (clang-500.0.68)]
** Mercurial Distributed SCM (version 2.2.2)
** Extensions loaded: transplant, fetch, extdiff, rebase, mq, hgsubversion,
hgattic, hgflow, sourcetree_auth, gpg
Traceback (most recent call last):
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/hg_local",
line 35, in <module>
    mercurial.dispatch.run()
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 27, in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 64, in dispatch
    return _runcatch(req)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 87, in _runcatch
    return _dispatch(req)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 696, in _dispatch
    cmdpats, cmdoptions)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 472, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 786, in _runcommand
    return checkargs()
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 757, in checkargs
    return cmdfunc()
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 693, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/util.py",
line 463, in check
    return func(*args, **kwargs)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/extensions.py",
line 139, in wrap
    util.checksignature(origfn), *args, **kwargs)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/util.py",
line 463, in check
    return func(*args, **kwargs)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/hgext/hgsubversion/wrappers.py",
line 559, in clone
    orig(ui, source, dest, **opts)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/util.py",
line 463, in check
    return func(*args, **kwargs)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/commands.py",
line 1171, in clone
    branch=opts.get('branch'))
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/extensions.py",
line 184, in wrap
    return wrapper(origfn, *args, **kwargs)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/hgext/hgsubversion/wrappers.py",
line 548, in hgclonewrapper
    data['srcrepo'], data['dstrepo'] = orig(ui, *args, **opts)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/hg.py",
line 400, in clone
    _update(destrepo, uprev)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/hg.py",
line 416, in update
    stats = mergemod.update(repo, node, False, False, None)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/merge.py",
line 582, in update
    _checkcollision(p2, None)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/merge.py",
line 106, in _checkcollision
    fold = util.normcase(fn)
  File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/posix.py",
line 191, in normcase
    u = s.decode('utf-8')
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py",
line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc6 in position 48: invalid
continuation byte
requesting all changes
adding changesets
adding manifests
adding file changes
added 5 changesets with 1636 changes to 1628 files
updating to branch default
Completed with errors, see above

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list