Changeset 593
- Timestamp:
- 03/29/07 14:56:40 (2 years ago)
- Files:
-
- trunk/bin/debian-base-hefeweizen-installation.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/debian-base-hefeweizen-installation.sh
r590 r593 19 19 cd $target 20 20 21 echo "Downloading the source code (latest trunk version). Here is a userinteraction required. Please accept (temporarly or permanently the certificate) to continue downloading the source code."22 svn checkout https://svn.havanawave.com:443/svn/HefeWeizen /trunk21 echo "Downloading the source code. Here is a userinteraction required. Please accept (temporarly or permanently the certificate) to continue downloading the source code." 22 svn checkout https://svn.havanawave.com:443/svn/HefeWeizen 23 23 if [ $? = 0 ]; then 24 24 echo "Successfully checkout the latest version of HefeWeizen."
