Project

General

Profile

« Previous | Next » 

Revision 14048

bugfix: config/VirtualBox_VMs/vegbiendev/README.TXT: use `patch` instead of `svn merge` because `svn merge` sometimes inexplicably doens't apply patches

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 .
10 10
svn up --force -r [rev] # runtime: 1 min ("0m50.945s")
11
svn merge -c r12872 lib/sh/util.sh
11
# use `patch` instead of `svn merge` because `svn merge` sometimes inexplicably
12
# doens't apply patches
13
svn di -c r12872|patch -p 0
14
svn di -c r12689|patch -p 0
12 15
# if any of the commands below are broken, try a different revision
13 16
yes|make mk_db rm_initial_public schemas/reinstall # mk_db: install new extensions
14 17
yes|make inputs/.TNRS/reinstall

Also available in: Unified diff