Issue2099

Title Using FogBugz KilnImporter, get error importing from subversion
Priority bug Status chatting
Superseder Nosy List benjamin, cowwoc, mpm, pmezard, slolife
Assigned To Topics 1.4.3, convert, svn

Created on 2010-03-17.23:21:48 by slolife, last changed 2011-03-08.00:24:33 by mpm.

Files
File name Uploaded Type Edit Remove
debug.log cowwoc, 2011-02-19.01:49:50 text/plain
Messages
msg15340 (view) Author: cowwoc Date: 2011-02-19.17:30:29
Command: hg --debug --verbose convert controlcenter
python-svn: 1.6.6 (I am running TortoiseHg 1.1.8)
msg15339 (view) Author: mpm Date: 2011-02-19.17:28:13
What is the precise command you're using?
What version of the svn bindings are you using?
msg15333 (view) Author: cowwoc Date: 2011-02-19.01:49:50
Hey Matt,

I can reproduce the problem consistently when attempting to convert a
specific repository on my machine (using Hg 1.7.3). Unfortunately the
source-code is proprietary and cannot be shared with the public.

I propose you send me a patched versions of Hg (with extra logging) and I'll
attach the resulting logs. Please see debug.log (attached) which contains
the result of "hg convert --debug --verbose". Hopefully these will give you
a head start.

PS: I've replaced the company name with "foo" so the paths you see are not
identical to the original. I doubt this will affect the bug but it is worth
noting.
msg15332 (view) Author: mpm Date: 2011-02-19.00:35:35
Tell us how we can reproduce the problem.

If that's not possible, tell us EVERYTHING else you can. We don't want to
play 20 questions.
msg15331 (view) Author: cowwoc Date: 2011-02-18.23:48:25
mpm,

It would be nice if you actually read my last post :)
msg15330 (view) Author: mpm Date: 2011-02-18.23:40:48
Still need more info. Setting to need-eg.
msg15062 (view) Author: cowwoc Date: 2011-02-01.17:34:29
I can reproduce the issue using hg 1.7.3 when I issue a "hg convert" command
(I am not using KilnImporter). What do you need from me to fix this problem?
msg13877 (view) Author: benjamin Date: 2010-10-09.14:51:13
Not enough info.
msg12066 (view) Author: slolife Date: 2010-03-17.23:21:48
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 1.4.3)
** Extensions loaded: convert, bookmarks, hggit, big-push, flush
Traceback (most recent call last):
  File "hg", line 36, in <module>
  File "mercurial\dispatch.pyo", line 16, in run
  File "mercurial\dispatch.pyo", line 30, in dispatch
  File "mercurial\dispatch.pyo", line 46, in _runcatch
  File "mercurial\dispatch.pyo", line 454, in _dispatch
  File "mercurial\dispatch.pyo", line 324, in runcommand
  File "mercurial\dispatch.pyo", line 505, in _runcommand
  File "mercurial\dispatch.pyo", line 459, in checkargs
  File "mercurial\dispatch.pyo", line 453, in <lambda>
  File "mercurial\util.pyo", line 386, in check
  File "hgext\convert\__init__.pyo", line 229, in convert
  File "hgext\convert\convcmd.pyo", line 398, in convert
  File "hgext\convert\convcmd.pyo", line 312, in convert
  File "hgext\convert\convcmd.pyo", line 109, in walktree
  File "hgext\convert\convcmd.pyo", line 267, in cachecommit
  File "hgext\convert\filemap.pyo", line 198, in getcommit
  File "hgext\convert\subversion.pyo", line 412, in getcommit
  File "hgext\convert\subversion.pyo", line 604, in reparent
  File "libsvn\ra.pyo", line 557, in svn_ra_reparent
svn.core.SubversionException: ("URL 
'file:///C:/temp/SvnSync%20am22ta20.bi3/' is not a child of the session's 
repository root URL 'file:///C:/temp/SvnSync%20am22ta20.bi3'", 170000)
History
Date User Action Args
2011-03-08 00:24:33mpmsetstatus: need-eg -> chatting
nosy: mpm, pmezard, benjamin, slolife, cowwoc
2011-02-19 17:30:29cowwocsetnosy: mpm, pmezard, benjamin, slolife, cowwoc
messages: + msg15340
2011-02-19 17:28:13mpmsetnosy: mpm, pmezard, benjamin, slolife, cowwoc
messages: + msg15339
2011-02-19 01:49:50cowwocsetfiles: + debug.log
nosy: mpm, pmezard, benjamin, slolife, cowwoc
messages: + msg15333
2011-02-19 00:35:35mpmsetnosy: mpm, pmezard, benjamin, slolife, cowwoc
messages: + msg15332
2011-02-18 23:48:25cowwocsetnosy: mpm, pmezard, benjamin, slolife, cowwoc
messages: + msg15331
2011-02-18 23:40:48mpmsetstatus: unread -> need-eg
nosy: + mpm
messages: + msg15330
2011-02-01 17:34:29cowwocsetstatus: done-cbb -> unread
nosy: + cowwoc
messages: + msg15062
2010-10-09 14:51:14benjaminsetstatus: unread -> done-cbb
nosy: + benjamin
messages: + msg13877
2010-03-18 10:20:41djcsettopic: + convert
nosy: + pmezard
2010-03-17 23:21:48slolifecreate