Project

General

Profile

« Previous | Next » 

Revision 14061

config/VirtualBox_VMs/vegbiendev/README.TXT: to test the import: documented that the patches are specifically for regressions that occurred during the revision range, not all bugs that were fixed in that range

View differences:

trunk/config/VirtualBox_VMs/vegbiendev/README.TXT
8 8
# pick [rev] from r12025 (2014-2-2, last success)..r13002 (2014-3-30, 1st failure)
9 9
svn revert --depth infinity .
10 10
svn up --force -r [rev] # runtime: 1 min ("0m50.945s")
11
# use `patch` instead of `svn merge` because `svn merge` sometimes inexplicably
12
# doens't apply patches
13
# --fuzz: allow patching even when surrounding lines have changed
11
# fix regressions that occurred during the revision range:
14 12
for patch in r12689 r12760 r12865 r12872 r12994; do
15 13
	svn di -c "$patch"|patch --force --fuzz=3 -p 0
16 14
done
15
	# use `patch` instead of `svn merge` because `svn merge` sometimes inexplicably
16
	# doens't apply patches
17
	# --fuzz: allow patching even when surrounding lines have changed
17 18
# if any of the commands below are broken, try a different revision
18 19
yes|make mk_db rm_initial_public schemas/reinstall # mk_db: install new extensions
19 20
yes|make inputs/.TNRS/reinstall

Also available in: Unified diff