From 578141806d6c63d6718eb3ed8494c24a92f4ce07 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Mon, 10 May 2021 17:13:03 +0200
Subject: [PATCH] Added note on svn diff using meld.

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

diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index 12cf2dacce..7e993f73bd 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -334,7 +334,12 @@ ik alleen vanaf de master branchen, omdat je de branches dan onafhankelijk houdt
 alle branches dan dezelfde referentie hebben. Voordat je een merge request van je branch naar een
 bovenliggende branch doet, moet je eerst die bovenliggende branch mergen naar je branch.
   
-  
+
+*******************************************************************************
+* SVN:
+*******************************************************************************
+svn -diff --diff-cmd='meld' [filepath] -r [revision]
+
 *******************************************************************************
 * Confluence:
 *******************************************************************************
-- 
GitLab