Installing Subversion.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 19 Sep 2017 19:45:59 +0300
changeset 2183 8d21b768f87d
parent 2182 c422c3f118bd
child 2184 fa9a0e9f5b7d
Installing Subversion.
svn.rst
--- a/svn.rst	Tue Sep 19 19:42:14 2017 +0300
+++ b/svn.rst	Tue Sep 19 19:45:59 2017 +0300
@@ -6,6 +6,22 @@
 .. contents::
    :local:
 
+Installing Subversion
+=====================
+
+Under Cygwin::
+
+  $ apt-cyg install subversion
+
+Cygwin's package can't be used with native Windows applications like IDE.
+Official home page provides own build (which require registration) and point to
+several trusted builds:
+
+https://subversion.apache.org/packages.html#windows
+  Apache Subversion Binary Packages for Windows.
+https://sliksvn.com/download/
+  SlikSVN Windows command line client.
+
 Where palced config files?
 ==========================