From 03e6ac6d5c5feb12a0942b59b0ef745952fc19f7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 15 May 2015 14:24:21 +0200 Subject: Remove missing files from svn before commiting to r-forge --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1