[issue3031] convert from tfs over svnbridge fails

FObermaier bugs at mercurial.selenic.com
Fri Sep 30 01:45:31 CDT 2011


New submission from FObermaier <felix.obermaier at netcologne.de>:

Hello I' m trying to convert a source repository on codeplex that is run by
TeamFoundationServer with SvnBridge enabled.

The url: https://sharpmap.svn.codeplex.com/svn/

- Converting the whole fails,
- Converting just Trunk folder works
- Converting branch Branches/0.9.5 works, all others fail with the following
error message:
[D:\temp\sharpmap2mercurial]hg convert -v -A authors.txt https://sharpmap.svn.co
deplex.com/svn/Branches/0.9 smhgtrunk
svn: cannot probe remote repository, assume it could be a subversion repository.
 Use --source-type if you know better.
scanning source...
fetching revision log for "/Branches/0.9" from 85141 to 0
sorting...
converting...
326 Created team project folder $/SharpMap via the Team Project Creation Wizard
source: svn:81e6e737-5a20-4d0f-a97c-cb01297b46e0/Branches/0.9 at 2118
** 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
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\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://sharpmap.svn.codeplex.com/svn/Branc
hes/0.9' non-existent in that revision", 160013)

The error is the same for whole repository conversion.

----------
messages: 17543
nosy: FObermaier
priority: bug
status: unread
title: convert from tfs over svnbridge fails
topic: convert

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


More information about the Mercurial-devel mailing list