aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-05-15 14:24:21 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-05-15 14:24:21 +0200
commit03e6ac6d5c5feb12a0942b59b0ef745952fc19f7 (patch)
treeea21ccd6d248231160107a76a6587e045566c432
parent89cd81cf47c9f05831e854d5185b5cc599745db4 (diff)
Remove missing files from svn before commiting to r-forge
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 979caca9..f37dfe06 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -92,7 +92,7 @@ move-sd:
r-forge: sd move-sd
git archive master > $(HOME)/mkin.tar;\
cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\
- svn add --force .; cd $(RFSVN) && svn commit -m 'sync with git'
+ svn add --force .; svn rm --force `svn status | grep "\!" | cut -d " " -f 8`; cd $(RFSVN) && svn commit -m 'sync with git'
winbuilder: build
date

Contact - Imprint