# HG changeset patch # User Oleksandr Gavenko # Date 1505839559 -10800 # Node ID 8d21b768f87df15cc7d62a4c6701928bc5e4194c # Parent c422c3f118bd6e1d1aee874b8b903ada004d23a7 Installing Subversion. diff -r c422c3f118bd -r 8d21b768f87d 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? ==========================