Changeset 590

Show
Ignore:
Timestamp:
03/29/07 14:16:18 (2 years ago)
Author:
sacha
Message:

installation just needs trunk ... no need to get branches

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/debian-base-hefeweizen-installation.sh

    r571 r590  
    1919cd $target 
    2020 
    21 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 
     21echo "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." 
     22svn checkout https://svn.havanawave.com:443/svn/HefeWeizen/trunk 
    2323if [ $? = 0 ]; then 
    2424    echo "Successfully checkout the latest version of HefeWeizen."