svn configuration
---
diff --git a/etc/profile.d/svn_ssh.sh b/etc/profile.d/svn_ssh.sh
new file mode 100644
--- /dev/null
+++ b/etc/profile.d/svn_ssh.sh
@@ -0,0 +1,5 @@
+# use /bin/plink.exe for svn+ssh:// protocol
+# works best when used together with /bin/pageant.exe
+# OpenSSH private keys can be converted to plink compatible private keys with /bin/puttygen.exe
+
+export SVN_SSH="/bin/plink"
