[issue3037] hg convert svn and hgsubversion fail

G. Richard Bellamy bugs at mercurial.selenic.com
Thu Oct 6 02:17:10 CDT 2011


New submission from G. Richard Bellamy <rbellamy at pteradigm.com>:

hg 1.9.2
Windows 7 Ultimate SP1 x64

Trying to clone/convert Codeplex repo: 
https://reactiveetl.svn.codeplex.com/svn/reactiveetl

In the following, you can see the failure of convert, along with the error.

Then I try to use hgsubversion in an already init'd and path'd repo, which 
causes hg (and thg) to crash completely (see attached minidump).

2011-10-05 21:44:40
D:\Development
» hg convert -s svn https://reactiveetl.svn.codeplex.com/svn/reactiveetl
assuming destination reactiveetl-hg
initializing destination reactiveetl-hg repository
svn: cannot probe remote repository, assume it could be a subversion 
repository. Use --source-type if you know better.
warning: failed to set color mode to win32
scanning source...
scanning [ <=>                                                                                                                                                                 
] 1warning: failed to set color mode to win32
sorting...
converting...
9 Created team project folder $/reactiveetl via the Team Project Creation 
Wizard
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit 
(AMD64)]
** Mercurial Distributed SCM (version 1.9.2)
** Extensions loaded: convert, fetch, color, churn, children, graphlog, hgk, 
progress, rebase, relink, schemes, share, transplant, mq, extdiff, purge, 
hgsubversion
Traceback (most recent call last):
  File "hg", line 42, in <module>
  File "mercurial\dispatch.pyo", line 27, in run
  File "mercurial\dispatch.pyo", line 64, in dispatch
  File "mercurial\dispatch.pyo", line 87, in _runcatch
  File "mercurial\dispatch.pyo", line 688, in _dispatch
  File "mercurial\dispatch.pyo", line 463, in runcommand
  File "mercurial\extensions.pyo", line 182, in wrap
  File "hgext\color.pyo", line 368, in colorcmd
  File "mercurial\dispatch.pyo", line 742, in _runcommand
  File "mercurial\dispatch.pyo", line 696, in checkargs
  File "mercurial\dispatch.pyo", line 685, in <lambda>
  File "mercurial\util.pyo", line 385, in check
  File "hgext\convert\__init__.pyo", line 269, in convert
  File "hgext\convert\convcmd.pyo", line 445, in convert
  File "hgext\convert\convcmd.pyo", line 361, in convert
  File "hgext\convert\convcmd.pyo", line 304, in copy
  File "hgext\convert\subversion.pyo", line 398, in getchanges
  File "libsvn\client.pyo", line 1627, in svn_client_ls
svn.core.SubversionException: ("URL 
'https://reactiveetl.svn.codeplex.com/svn/reactiveetl' non-existent in that 
revision", 160013)
2011-10-05 21:45:34
D:\Development
» cd .\rxetl
2011-10-05 21:45:39
D:\Development\rxetl
hg[default tip]» hg pull svn
pulling from svn+https://reactiveetl.svn.codeplex.com/svn/reactiveetl
[r750] SND\gleborgne_cp:
pull [>                                                                                                                                                              
]   105/130072011-10-05 21:46:30
D:\Development\rxetl
hg[default tip]»

----------
files: WER68F2.tmp.mdmp
messages: 17581
nosy: rbellamy
priority: bug
status: unread
title: hg convert svn and hgsubversion fail

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3037>
____________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WER68F2.tmp.mdmp
Type: application/octet-stream
Size: 1454419 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20111006/512e059e/attachment-0001.obj>


More information about the Mercurial-devel mailing list