svn co duch svn export ersetzt. Damit entfaellt das aufraeumen der .svn

verzeichnisse



git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6031 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-03-04 15:42:19 +00:00
parent a6b799f483
commit 8454f84670

View File

@ -118,10 +118,7 @@ if [ "$CVSASK" ]; then
fi
for i in ViitorInstall genCD; do
svn co $SVNURL/$i
cd $i
find . -name ".svn" -exec rm -r {} \;
cd ..
svn export $SVNURL/$i
done
msgfmt ViitorInstall/locale/Viitor_Install.pod.de -o /usr/share/locale/de/LC_MESSAGES/Viitor_Install.mo
mv ViitorInstall install
@ -142,7 +139,7 @@ if [ "$CVSASK" ]; then
echo "Bitte Internetverbindung herstellen und beliebige Taste drücken"
read
fi
svn co $SVNURL/Viitor_cdboot
svn export $SVNURL/Viitor_cdboot
mv Viitor_cdboot/isolinux boot
rm -r Viitor_cdboot
echo "ViitorBase Build ready. Please Reinstall and continue with sysbuild"