From 7595ba6c523c75f768683be4e2e36bebe89ea054 Mon Sep 17 00:00:00 2001 From: cscherr Date: Thu, 10 Jul 2025 16:16:53 +0200 Subject: [PATCH] chore: copy to svn script --- .gitignore | 1 + scripts/copy_to_svn.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 100755 scripts/copy_to_svn.sh diff --git a/.gitignore b/.gitignore index ea8c4bf..e32179b 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +/.git diff --git a/scripts/copy_to_svn.sh b/scripts/copy_to_svn.sh new file mode 100755 index 0000000..11eabbb --- /dev/null +++ b/scripts/copy_to_svn.sh @@ -0,0 +1,5 @@ +#!/bin/bash +set -e +rsync --cvs-exclude --recursive --links --copy-links --filter=':- .gitignore' \ + --verbose --human-readable --partial --progress \ + "$PWD" "/home/cscherr/Documents/SVN/nt/BA/trunk/Studium/Christoph_Scherr/system/Implementation/"