Project

General

Profile

« Previous | Next » 

Revision 14056

config/VirtualBox_VMs/vegbiendev/README.TXT: to test the import: bugfixes: use for loop to avoid needing to repeat the command

View differences:

trunk/config/VirtualBox_VMs/vegbiendev/README.TXT
11 11
# use `patch` instead of `svn merge` because `svn merge` sometimes inexplicably
12 12
# doens't apply patches
13 13
# --fuzz: allow patching even when surrounding lines have changed
14
svn di -c r12689|patch --force --fuzz=3 -p 0
15
svn di -c r12760|patch --force --fuzz=3 -p 0
16
svn di -c r12865|patch --force --fuzz=3 -p 0
17
svn di -c r12872|patch --force --fuzz=3 -p 0
14
for patch in r12689 r12760 r12865 r12872; do
15
	svn di -c "$patch"|patch --force --fuzz=3 -p 0
16
done
18 17
# if any of the commands below are broken, try a different revision
19 18
yes|make mk_db rm_initial_public schemas/reinstall # mk_db: install new extensions
20 19
yes|make inputs/.TNRS/reinstall

Also available in: Unified diff