mirror of https://github.com/ArduPilot/ardupilot
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:
parent
37e137a82c
commit
e2e3b9eee9
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue