Changeset 61

Show
Ignore:
Timestamp:
12/30/05 22:58:26 (5 years ago)
Author:
anonymous
Message:

r1071@wanderer: kama | 2005-12-30 22:39:16 +0100

  • svk callings now working
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • antsvk/trunk/testsuite.sh

    r60 r61  
    5555# Import directory structure 
    5656svn import . svn://localhost:6544/antsvk/trunk -m"- Import of project" 
     57# 
     58# Create mirror of Subversion... 
     59svk mirror svn://localhost:6544/antsvk/trunk //antsvk/trunk 
     60# 
     61svk mirror --list 
     62# 
     63svk checkout //antsvk/trunk $TESTSUITEDIR/antsvk 
     64# 
     65svk checkout --list 
     66# 
    5767# This should work with SVK as well.... 
    5868# This might be a scenario for testing push/pull/mirror etc. 
     
    6171sleep 1s 
    6272# 
    63 kill -s SIGKILL $DAEMON_PID >/dev/null 
     73# No output on console... 
     74kill -s SIGKILL $DAEMON_PID >/dev/null 2>&1 
     75# remove directory... 
    6476rm -fr $TESTSUITEDIR