X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:cc:date:in-reply-to
	:references:content-type:mime-version:content-transfer-encoding;
	 q=dns; s=default; b=Lu3n+w5CJuAOZTqP2Juv7tAJ4WXhAaeyzcjOpTbE1ln
	6+gB4VVIW3Is3iuaIHnovDhwDiXjb3vUSGddYHeBUPVjRFZQ9WsleQ3JEe6tw4sY
	1KO1mCVAvvDzW7unBgAQts6y2sbhhqCWveVS4sQn9W+unBfOJGLmhEGQTeiC+zVk
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:cc:date:in-reply-to
	:references:content-type:mime-version:content-transfer-encoding;
	 s=default; bh=Ba02A9u4ehJDr0fjKiHKFAjdFpM=; b=WHvZ4ylxCFVR650uP
	4peujThLxp7gha4RdFYMBr2TJPyjhd7EZL6BlvNJtsUnx10GyGp6d9ASBkRs06B0
	Et/gP6siBFNSYIkvF/ls4HdGpo9+N3Q4XlE409CeWkWVKfFZT+eZMSEUAbZCVu8G
	RJ04GEhJ8xjA4oE/5bgkEaOwk8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_40,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: waste.org
Message-ID: <1438186069.3627.74.camel@selenic.com>
Subject: Re: Problems running "hg convert" with "subversion[-python]" 1.8.13-2
From: Matt Mackall <mpm@selenic.com>
To: Dr Rainer Woitok <rainer.woitok@gmail.com>
Cc: cygwin@cygwin.com, mercurial@selenic.com
Date: Wed, 29 Jul 2015 11:07:49 -0500
In-Reply-To: <21944.44923.542832.554094@woitok.gmail.com>
References: <21944.44923.542832.554094@woitok.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit

On Wed, 2015-07-29 at 12:48 +0200, Dr Rainer Woitok wrote:
>   File "/usr/lib/python2.7/site-packages/libsvn/core.py", line 7285, in <module>
>     svn_pool_create()
> TypeError: svn_pool_create() takes exactly 2 arguments (0 given)

This is apparently known breakage with libsvn's SWIG bindings related to
new versions of SWIG. We're more or less powerless to do anything about
it. You can tell it's not Mercurial's problem because the error occurs
-in libsvn/core.py- while it's calling SVN.

https://encrypted.google.com/search?output=search&sclient=psy-ab&q=svn_pool_create&=&=&oq=&gs_l=&pbx=1#q=svn_pool_create+exactly+2+arguments

-- 
Mathematics is the supreme nostalgia of our time.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

