Fix wrong svn up path for documentation in checkout script.

Bu işleme şunda yer alıyor:
Andrius Štikonas 2009-03-22 16:16:12 +02:00
ebeveyn 4448ac061c
işleme 71c292aa9a
2 değiştirilmiş dosya ile 4 ekleme ve 3 silme

Dosyayı Görüntüle

@ -5,7 +5,8 @@ CHANGELOG
=== /TODO ===
v. 0.3 (2009-xx-xx)
* ths-poupdate.sh - changed the default from using the old translation as primary to using the new translation as primary.
* ths-poupdate - changed the default from using the old translation as primary to using the new translation as primary.
* checkout - checkout and update subversion repositories.
v. 0.2 (2008-01-18)
* updated ths-applysed.sh command, removed a serious flaw that would at times eat half a file where it should not have.

Dosyayı Görüntüle

@ -183,10 +183,10 @@ else
cd $docpottrunk
svn up
cd $wdir
cd $docpostable
cd $docstable
svn up
cd $wdir
cd $docpotrunk
cd $doctrunk
svn up
cd $wdir
fi