Sicherheitsabfrage ins make.sh fuer die commit Option eingebracht

linuxadmin


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@240 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
linuxadmin
2006-08-08 20:53:05 +00:00
parent ce56e92709
commit d63e88899d
2 changed files with 523 additions and 510 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1597,7 +1597,10 @@ batch)
$0 clean
;;
"SVN: Commit")
$0 svn commit
echo "Are your sure to Update all Files to the Server (write: yes)?"; read input
if [ "$input" == "yes" ]; then
$0 svn commit
fi
;;
"SVN: Update")
$0 svn update