Changeset 44


Ignore:
Timestamp:
Jul 23, 2008, 5:23:36 PM (16 years ago)
Author:
waue
Message:

debug ..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • svnupload.sh

    r41 r44  
    11#!/bin/bash
    2 # Save the script in ~/bin/ and set it the mode "755"
    3 #
    42
    5 # change these two parameters to yours
    6 CODE_DIR=~/workspace/sample
    7 TRAC_DIR=~/workspace/trac_svn/cloud/sample/hadoop-0.16
    8 
    9 #########################################
    10 printf "copy $CODE_DIR to $TRAC_DIR  \n"
    11 cp -ruf $CODE_DIR/*.java $TRAC_DIR
    12 
    13 cd $TRAC_DIR
    14 # if you want to delete any class files
    15 # $> find ./ -name "*.class" |xargs rm
     3printf "copy ~/workspace/sample/ to ~/workspace/trac_svn/cloud/sample/hadoop-0.16/  \n"
     4cp -ruf /home/waue/workspace/sample/* /home/waue/workspace/trac_svn/cloud/sample/hadoop-0.16/
     5cd /home/waue/workspace/trac_svn/cloud/sample
     6find ./ -name "*.class" |xargs rm
    167
    178printf "Svn start ... \n "
Note: See TracChangeset for help on using the changeset viewer.