Revision 14050
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
10 | 10 |
svn up --force -r [rev] # runtime: 1 min ("0m50.945s") |
11 | 11 |
# use `patch` instead of `svn merge` because `svn merge` sometimes inexplicably |
12 | 12 |
# doens't apply patches |
13 |
svn di -c r12872|patch -p 0 |
|
14 |
svn di -c r12689|patch -p 0 |
|
13 |
svn di -c r12872|patch --force -p 0
|
|
14 |
svn di -c r12689|patch --force -p 0
|
|
15 | 15 |
# if any of the commands below are broken, try a different revision |
16 | 16 |
yes|make mk_db rm_initial_public schemas/reinstall # mk_db: install new extensions |
17 | 17 |
yes|make inputs/.TNRS/reinstall |
Also available in: Unified diff
bugfix: config/VirtualBox_VMs/vegbiendev/README.TXT: patch: need to use --force to avoid prompting user