From ff0a0c3b51929b0f3a360b8571e7a736471d4c6f Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Wed, 26 May 2021 08:09:15 +0200
Subject: [PATCH] Added how to use meld as diff viewer with SVN.

---
 doc/erko_howto_tools.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index d7b18e76f0..58bd7d22dc 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -3,6 +3,7 @@
 * RadioHDL issues
 * ARGS
 * GIT workflow
+* SVN
 * Confluence
 * Polarion
 * Latex
@@ -337,6 +338,12 @@ alle branches dan dezelfde referentie hebben. Voordat je een merge request van j
 bovenliggende branch doet, moet je eerst die bovenliggende branch mergen naar je branch.
 
 
+*******************************************************************************
+* SVN:
+*******************************************************************************
+svn -diff --diff-cmd='meld' [filepath] -r [revision]
+
+
 *******************************************************************************
 * Confluence:
 *******************************************************************************
-- 
GitLab