Ignore:
Timestamp:
Oct 13, 2010, 8:15:51 PM (14 years ago)
Author:
rosiere
Message:

1) add test with SPECINT2K
2) new config of Selftest
3) modif RAT to support multiple depth_save ... but not finish (need fix Update Prediction Table)
4) add Function_pointer but need fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Script/version.sh

    r138 r145  
    77function usage ()
    88{
    9     echo "Usage              : ${0} action";
    10     echo "Arguments          : ";
     9    echo "Usage                    : ${0} action";
     10    echo "Arguments                : ";
    1111    echo " * action";       
    12     echo "   * add           : add all file unpresent in project and set proprity";
    13     echo "   * commit        : update revision number and commit";
    14     echo "   * status        : print only locally modified items";
    15     echo "   * status_new    : print only locally new      items";
    16     echo "   * status_delete : print only locally new      items";
    17     echo "   * help          : print this message";
    18     echo "Note               :";
     12    echo "   * add                 : add all file unpresent in project and set proprity";
     13    echo "   * commit              : update revision number and commit";
     14    echo "   * status              : print only locally modified items";
     15    echo "   * status_new          : print only locally new      items";
     16    echo "   * status_delete       : print only locally new      items";
     17    echo "   * local_status_new    : print only locally new      items";
     18    echo "   * local_status_delete : print only locally new      items";
     19    echo "   * help                : print this message";
     20    echo "Note                     :";
    1921    echo " * Morpheo's environnement must be positionned.";
    2022    exit;
     
    9698            cd ${pwd};
    9799            ;;
     100
     101        "local_status_new")
     102            #cd ${MORPHEO_TOPLEVEL};
     103
     104            svn status | grep '?';
     105
     106            #cd ${pwd};
     107            ;;
     108
     109        "local_status_delete")
     110            #cd ${MORPHEO_TOPLEVEL};
     111
     112            svn status | grep '!';
     113
     114            #cd ${pwd};
     115            ;;
    98116           
    99117        "help")
Note: See TracChangeset for help on using the changeset viewer.