[issue2817] Cannot Update a Repository with a Subrepository

John Schneiderman bugs at mercurial.selenic.com
Thu May 19 10:57:30 CDT 2011


New submission from John Schneiderman <john.schneiderman at gmail.com>:

I have a repository with an SVN sub-repository. When I attempt to run an
update I get the following errors at various times:
     FIRST:
% hg update --repository C:\Users\John\Documents\Visual Studio
2010\Projects\Reliant\137 --verbose --config ui.merge=internal:merge --rev
469 --clean
resolving manifests
abort: The handle is invalid
[command returned code 255 Thu May 19 15:49:25 2011]
     SECOND:
** Mercurial version (1.8.3).  TortoiseHg version (2.0.4)
** Command: --nofork workbench
** CWD: C:\Projects\Reliant\AddProductCodes
** Extensions loaded: fixfrozenexts
** Python version: 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64
bit (AMD64)]
** Windows version: (6, 1, 7601, 2, 'Service Pack 1')
** Processor architecture: x64
** Qt-4.7.1 PyQt-4.8.3
Traceback (most recent call last):
  File "tortoisehg\hgqt\update.pyo", line 251, in update
  File "tortoisehg\hgqt\update.pyo", line 203, in isclean
  File "mercurial\subrepo.pyo", line 602, in dirty
  File "mercurial\subrepo.pyo", line 580, in _wcchanged
  File "mercurial\subrepo.pyo", line 546, in _svncommand
Abort: svn: warning: 'C:\Projects\Reliant\AddProductCodes\'QtArgs' is not a
working copy

I was able to work around the second error by running the svn checkout
command directly from the command-line. I have not found a way around the
first error.

----------
messages: 16310
nosy: JadziaMD
priority: bug
status: unread
title: Cannot Update a Repository with a Subrepository

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2817>
____________________________________________________


More information about the Mercurial-devel mailing list