source: gs3-installations/test-suite/trunk/sites/test-suite/collect/testing-filelevel-docver/FILELEVEL-DOCVER-TEST-STEP2.sh@ 37175

Last change on this file since 37175 was 37175, checked in by davidb, 15 months ago

A collection that helps test file-level document-version history

  • Property svn:executable set to *
File size: 724 bytes
Line 
1#!/bin/bash
2
3source ../_local_collect_config.bash
4
5echo ""
6echo "****"
7echo "Touching file: import/09/09_1_1.item "
8echo "****"
9
10touch import/09/09_1_1.item
11
12echo ""
13echo "****"
14echo "Removing directory: import/23"
15echo " which contains 23__1.itemm and 23__2.item"
16echo "****"
17
18/bin/rm -rf import/23
19
20
21echo ""
22echo "****"
23echo "Initiating incremental build with -keepold"
24echo " => Triggers file-level document-version history ONLY for newly processed content in 'archives'"
25echo "****"
26
27sleep 3
28
29incremental-import.pl -site $site -keepold $col \
30 && incremental-buildcol.pl -site $site -keepold -library_url $gs_library_url -activate $col
31
32
33## incremental-rebuild.pl -site $site -library_url $gs_library_url "$@" $col
Note: See TracBrowser for help on using the repository browser.