ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/JavaServer/test/runPropagate.sh
Revision: 1.2
Committed: Fri Dec 15 20:54:03 2006 UTC (18 years, 5 months ago) by sekhri
Content type: application/x-sh
Branch: MAIN
Changes since 1.1: +2 -1 lines
Log Message:
reorganised the code

File Contents

# User Rev Content
1 sekhri 1.1 echo "set the debug mode to false in DBSContants for this script to work properly"
2     echo "Fetching dataset contents .. "
3 sekhri 1.2 #out=`./cli.sh api=listDatasetContents path=/aThis_is_a_test_prim/aThis_is_a_test_tier/aCHILD_This_is_a_test_processed block_name="/test/abcest#92357b24-c458-4649-b61e-655939533659"`
4     out=`./cli.sh api=listDatasetContents path=/This_is_a_test_primary_77197b0f-7ff4-4eb3-a849-a7764905f176/This_is_a_test_tier_SIM_77197b0f-7ff4-4eb3-a849-a7764905f176/CHILD_This_is_a_test_processed_77197b0f-7ff4-4eb3-a849-a7764905f176 "block_name=/test/test#77197b0f-7ff4-4eb3-a849-a7764905f176"`
5 sekhri 1.1 echo "$out"
6     echo "Inserting dataset contents .."
7     ./cli.sh api=insertDatasetContents "xmlinput=$out"