[Bug 4180] New: SubversionException: (URL is not a child of the session's repository root URL, 170000)

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Sat Feb 22 10:06:15 CST 2014


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

          Priority: normal
            Bug ID: 4180
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: SubversionException: (URL is not a child of the
                    session's repository root URL, 170000)
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: vv at kogama.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.9
         Component: convert
           Product: Mercurial

Created attachment 1760
  --> http://bz.selenic.com/attachment.cgi?id=1760&action=edit
log file

We trying to convert local svn repo to mercurial and getting unknown exception
with somewhat confusing error message. See output below, the log file is
attached

D:\Work\Kogama\Repo>hg --debug convert file:///D:/Work/Kogama/Repo/kg.svn
D:/Work/Kogama/Repo/kg.hg -A authors.txt > convert.log
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 2.9)
** Extensions loaded: convert
Traceback (most recent call last):
  File "hg", line 42, in <module>
  File "mercurial\dispatch.pyo", line 28, in run
  File "mercurial\dispatch.pyo", line 69, in dispatch
  File "mercurial\dispatch.pyo", line 134, in _runcatch
  File "mercurial\dispatch.pyo", line 806, in _dispatch
  File "mercurial\dispatch.pyo", line 586, in runcommand
  File "mercurial\dispatch.pyo", line 897, in _runcommand
  File "mercurial\dispatch.pyo", line 868, in checkargs
  File "mercurial\dispatch.pyo", line 803, in <lambda>
  File "mercurial\util.pyo", line 511, in check
  File "hgext\convert\__init__.pyo", line 282, in convert
  File "hgext\convert\convcmd.pyo", line 527, in convert
  File "hgext\convert\convcmd.pyo", line 424, in convert
  File "hgext\convert\convcmd.pyo", line 180, in walktree
  File "hgext\convert\convcmd.pyo", line 372, in cachecommit
  File "hgext\convert\subversion.pyo", line 439, in getcommit
  File "hgext\convert\subversion.pyo", line 659, in reparent
  File "libsvn\ra.pyo", line 538, in svn_ra_reparent
svn.core.SubversionException: ("URL 'file:///D:/Work/Kogama/Repo/kg.svn/' is
not a child of the session's repository root URL
'file:///D:/Work/Kogama/Repo/kg.svn'", 170000)

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


More information about the Mercurial-devel mailing list