Changeset 61
- Timestamp:
- 12/30/05 22:58:26 (5 years ago)
- Files:
-
- antsvk/trunk/testsuite.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
antsvk/trunk/testsuite.sh
r60 r61 55 55 # Import directory structure 56 56 svn import . svn://localhost:6544/antsvk/trunk -m"- Import of project" 57 # 58 # Create mirror of Subversion... 59 svk mirror svn://localhost:6544/antsvk/trunk //antsvk/trunk 60 # 61 svk mirror --list 62 # 63 svk checkout //antsvk/trunk $TESTSUITEDIR/antsvk 64 # 65 svk checkout --list 66 # 57 67 # This should work with SVK as well.... 58 68 # This might be a scenario for testing push/pull/mirror etc. … … 61 71 sleep 1s 62 72 # 63 kill -s SIGKILL $DAEMON_PID >/dev/null 73 # No output on console... 74 kill -s SIGKILL $DAEMON_PID >/dev/null 2>&1 75 # remove directory... 64 76 rm -fr $TESTSUITEDIR
