You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ja...@apache.org on 2016/03/25 15:27:42 UTC

svn commit: r1736576 - /subversion/trunk/subversion/bindings/ctypes-python/README

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
 
 Once you have all of the above software installed, you can build the
 ctypes Python bindings by running the following:



Re: svn commit: r1736576 - /subversion/trunk/subversion/bindings/ctypes-python/README

Posted by Branko Čibej <br...@apache.org>.
On 25.03.2016 16:18, Ivan Zhakov wrote:
> On 25 March 2016 at 17:27,  <ja...@apache.org> 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

Re: svn commit: r1736576 - /subversion/trunk/subversion/bindings/ctypes-python/README

Posted by Ivan Zhakov <iv...@apache.org>.
On 25 March 2016 at 17:27,  <ja...@apache.org> 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

-- 
Ivan Zhakov