chore: copy to svn script
This commit is contained in:
parent
ece5923ed8
commit
7595ba6c52
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/target
|
/target
|
||||||
|
/.git
|
||||||
|
|
5
scripts/copy_to_svn.sh
Executable file
5
scripts/copy_to_svn.sh
Executable 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/"
|
Loading…
Add table
Reference in a new issue