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 18:31:16 UTC

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

Author: jamessan
Date: Fri Mar 25 17:31:16 2016
New Revision: 1736619

URL: http://svn.apache.org/viewvc?rev=1736619&view=rev
Log:
* subversion/bindings/ctypes-python/README
  (BUILDING CSVN): Document how to perform an svn co of the ctypesgen GitHub
    repo. Follow up to r1736576.

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=1736619&r1=1736618&r2=1736619&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/ctypes-python/README (original)
+++ subversion/trunk/subversion/bindings/ctypes-python/README Fri Mar 25 17:31:16 2016
@@ -16,6 +16,8 @@ https://github.com/davidjamesca/ctypesge
 the ctypes python bindings.
 
 For example:
+   $ svn co https://github.com/davidjamesca/ctypesgen/trunk ctypesgen
+or
    $ git clone https://github.com/davidjamesca/ctypesgen
 
 Once you have all of the above software installed, you can build the