Added svn add to sync script to prevent further problems.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1092 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
james.goppert 2010-12-08 21:51:27 +00:00
parent 37e137a82c
commit e2e3b9eee9
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ git clone git://github.com/pixhawk/mavlink.git -b dev _tmp
rm -rf _tmp/.git
rsync -av _tmp/* .
rm -rf _tmp
svn add *