2010-05-18 5 views
2

Tout en essayant de travailler avec Mercurial sur le projet situé sur la partition TrueCrypt je reçois toujours en erreur comme suit:Mercurial échoue lors de la validation/mise à jour/etc. en utilisant Mercuriual + TrueCrypt + MAC

** unknown exception encountered, details follow 
** report bug details to http://mercurial.selenic.com/bts/ 
** or [email protected] 
** Mercurial Distributed SCM (version 1.5.2+20100502) 
** Extensions loaded: 
Traceback (most recent call last): 
    File "/usr/local/bin/hg", line 27, in <module> 
    mercurial.dispatch.run() 
    File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 16, in run 
    sys.exit(dispatch(sys.argv[1:])) 
    File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 30, in dispatch 
    return _runcatch(u, args) 
    File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 50, in _runcatch 
    return _dispatch(ui, args) 
    File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 470, in _dispatch 
    return runcommand(lui, repo, cmd, fullargs, ui, options, d) 
    File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 340, in runcommand 
    ret = _runcommand(ui, options, cmd, d) 
    File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 521, in _runcommand 
    return checkargs() 
    File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 475, in checkargs 
    return cmdfunc() 
    File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 469, in <lambda> 
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions) 
    File "/Library/Python/2.6/site-packages/mercurial/util.py", line 401, in check 
    return func(*args, **kwargs) 
    File "/Library/Python/2.6/site-packages/mercurial/commands.py", line 3332, in update 
    return hg.update(repo, rev) 
    File "/Library/Python/2.6/site-packages/mercurial/hg.py", line 362, in update 
    stats = _merge.update(repo, node, False, False, None) 
    File "/Library/Python/2.6/site-packages/mercurial/merge.py", line 495, in update 
    _checkunknown(wc, p2) 
    File "/Library/Python/2.6/site-packages/mercurial/merge.py", line 77, in _checkunknown 
    for f in wctx.unknown(): 
    File "/Library/Python/2.6/site-packages/mercurial/context.py", line 660, in unknown 
    return self._status[4] 
    File "/Library/Python/2.6/site-packages/mercurial/util.py", line 156, in __get__ 
    result = self.func(obj) 
    File "/Library/Python/2.6/site-packages/mercurial/context.py", line 622, in _status 
    return self._repo.status(unknown=True) 
    File "/Library/Python/2.6/site-packages/mercurial/localrepo.py", line 1023, in status 
    if (f not in ctx1 or ctx2.flags(f) != ctx1.flags(f) 
    File "/Library/Python/2.6/site-packages/mercurial/context.py", line 694, in flags 
    flag = findflag(self._parents[0]) 
    File "/Library/Python/2.6/site-packages/mercurial/context.py", line 690, in findflag 
    return ff(path) 
    File "/Library/Python/2.6/site-packages/mercurial/dirstate.py", line 145, in f 
    if 'x' in fallback(x): 
TypeError: argument of type 'NoneType' is not iterable 

Il est fait mention vaut que Mercurial fonctionne parfaitement si le projet ne se trouve pas sur TrueCrypt cloison.

Configuration: MacOS X 10.6.3 Mercurial Distribué SCM (version 1.5.2 + 20100502) Python 2.6.5

Avez quelqu'un d'entre vous généreux des gens me aider? :)

+0

um ... n'utilisez pas de partition TrueCrypt? Aussi ne sais pas si cela est pertinent, mais http://www.g-loaded.eu/2006/11/05/truecrypt-on-2618-kernels/. Et pourquoi utilisez-vous le cryptage si vous n'avez rien à cacher? ;) – msw

+1

Rien à cacher? Que diriez-vous de la base de code de votre entreprise. Dans certaines situations, considérez que la perte de votre ordinateur portable peut entraîner * des millions * de dollars de dommages et intérêts. Truecrypted: zéro. Truecrypter un projet de codage fait un sens ridicule dans un contexte professionnel. – Groxx

Répondre

2

Ce bug a été ajouté dans 1.5.2 (désolé à ce sujet), nous avons publié 1.5.3 peu de temps après, s'il vous plaît utilisez-le.

Questions connexes