chore: copy to svn script

This commit is contained in:
cscherr 2025-07-10 16:16:53 +02:00
parent ece5923ed8
commit 7595ba6c52
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/target
/.git

5
scripts/copy_to_svn.sh Executable file
View file

@ -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/"