Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D75BE18CBB for ; Fri, 25 Mar 2016 15:23:39 +0000 (UTC) Received: (qmail 20119 invoked by uid 500); 25 Mar 2016 15:23:39 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 20062 invoked by uid 500); 25 Mar 2016 15:23:39 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 20052 invoked by uid 99); 25 Mar 2016 15:23:39 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2016 15:23:39 +0000 Received: from zulu.23.e-reka.si (89-233-126-4.dynamic.t-2.net [89.233.126.4]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 059821A01A6 for ; Fri, 25 Mar 2016 15:23:38 +0000 (UTC) Subject: Re: svn commit: r1736576 - /subversion/trunk/subversion/bindings/ctypes-python/README To: dev@subversion.apache.org References: <20160325142742.DBC063A0314@svn01-us-west.apache.org> From: =?UTF-8?Q?Branko_=c4=8cibej?= Organization: The Apache Software Foundation Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAAXNSR0IArs4c6QAAADBQTFRF IhsbCy0qZjoVOVRoeFxSAIKBzXQiAKaibYiewnk7nn9z0qCTgL3i87Ep6Kx/+tHBsrE+zgAAAjZJ REFUOMvF0jFoE1EYB/CzjWlqIzaTjqVIBifRRWyG0t5iUqlLyFpCeXBgKg5yq6A4degUDJjoUDpc 1Qt4Ux94B11SOLB0KGS4discpbkORTCn9/m9d3fvLhXnvuHu3f+Xx/veyyfZfLSdZHzgicSfeyw4 JISwdz8FT6M8lM8Ceg385Dlhs+cC9sQCDn0B78QCogzwN+sxfHGOIXBbRGkNAM4cZymGtgNsDPgz cByxon3EEm1TLmvAlghoHOO3CZSa+IQ/vF6JV8tgKOMow78gRgL2/+EIvATOUtB3SSdMg4GXgrbn uk0uLiGdoCHKbX4E+t1FUTqn1AtIdPJebssDQ64YANSQyyaQNyUOFs0ijMsMFnOPTahPLXKYowtY 08MfCP7vR7hRnc5zmPK7CDYYbHcbC7tHuyFA94U/1LYZaJpu/sxACHMwvwZljTLY0TbNk4x+zuEt yC3MfCM6uSIvfwur0itFL4FA2Yal8BzLfnYV4EIGwEPAk7o5zIcnvzHMEjwJrrhAKK7on6IrsfRJ 7A53BhaK+CL7fj6+q/sPeOvcDTtoZTxpUYsFeIknrOXep3p3l7Ua+8sZ5FPQKyKwWi+DfROTU7ny C1/9UhpeY7K287WJCzbsNPQm2S6Yk4PSCNhWM2r3nD0K9liYb6yPgCRJhSzPrxUK0yUBVk1VX0lj s7MzGZyp0wImMK/e8rHbz2soL+O+2r1dxfGsAmBcx0lNjS/RUhlUC7gRn1wGMdQ7Vw1/AReW/RN3 xFWdAAAAAElFTkSuQmCC Message-ID: <56F557F7.9010703@apache.org> Date: Fri, 25 Mar 2016 16:23:35 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 25.03.2016 16:18, Ivan Zhakov wrote: > On 25 March 2016 at 17:27, wrote: >> Author: jamessan >> Date: Fri Mar 25 14:27:42 2016 >> New Revision: 1736576 >> >> URL: http://svn.apache.org/viewvc?rev=1736576&view=rev >> Log: >> * subversion/bindings/ctypes-python/README >> (BUILDING CSVN): Update ctypesgen instructions for move from Google Code to >> GitHub. >> >> Modified: >> subversion/trunk/subversion/bindings/ctypes-python/README >> >> Modified: subversion/trunk/subversion/bindings/ctypes-python/README >> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/ctypes-python/README?rev=1736576&r1=1736575&r2=1736576&view=diff >> ============================================================================== >> --- subversion/trunk/subversion/bindings/ctypes-python/README (original) >> +++ subversion/trunk/subversion/bindings/ctypes-python/README Fri Mar 25 14:27:42 2016 >> @@ -12,11 +12,11 @@ installed: >> apr-1-config / apr-config script) >> >> Next, checkout the latest version of ctypesgen from >> -http://code.google.com/p/ctypesgen/ to a "ctypesgen" subdirectory under >> +https://github.com/davidjamesca/ctypesgen to a "ctypesgen" subdirectory under >> the ctypes python bindings. >> >> For example: >> - $ svn co http://ctypesgen.googlecode.com/svn/trunk ctypesgen >> + $ git clone https://github.com/davidjamesca/ctypesgen > I think it's better to refer 'svn co' to checkout from GitHub in > Subversion build instructions. The following command works for me: > [[[ > svn co https://github.com/davidjamesca/ctypesgen/trunk > ]]] > > Subversion developers and users may not have git installed Just put in both commands. -- Brane