Reindent and fix svn+ssh checkout.

This commit is contained in:
Andrius Štikonas 2009-03-17 11:47:21 +02:00
parent 1883def34c
commit cf9e2f6409
1 changed files with 51 additions and 58 deletions

View File

@ -92,13 +92,6 @@ if [ ! -f $THS ]; then
echo doctrunk="$doctrunk" >> $THS
fi
echo "Enter enter workspace prefix (Default: workspace):"
read workspace
if [ ! "$workspace" ]; then
workspace="workspace"
fi
echo workspace="$workspace" >> $THS
while [ ! "$svnwrite" = "n" ] && [ ! "$svnwrite" = "y" ]; do
echo "Do you have write access to KDE svn repository? [y/N]"
read svnwrite
@ -110,7 +103,7 @@ if [ ! -f $THS ]; then
echo svnwrite="$svnwrite" >> $THS
if [ "$svnwrite" = "y" ]; then
while [ "$username" ]; do
while [ ! "$username" ]; do
echo "Please enter your username for KDE svn repository:"
read username
done