Revision 12998
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/README.TXT | ||
---|---|---|
47 | 47 |
See note under Testing below |
48 | 48 |
ssh -t vegbiendev.nceas.ucsb.edu exec sudo su - aaronmk |
49 | 49 |
Ensure there are no local modifications: svn st |
50 |
svn up
|
|
50 |
up |
|
51 | 51 |
make inputs/download |
52 | 52 |
make inputs/download live=1 |
53 | 53 |
For each newly-uploaded datasource above: make inputs/<datasrc>/reinstall |
... | ... | |
296 | 296 |
Commit: svn ci -m "Added inputs/<datasrc>/" inputs/<datasrc>/ |
297 | 297 |
Update vegbiendev: |
298 | 298 |
ssh aaronmk@jupiter.nceas.ucsb.edu |
299 |
svn up
|
|
299 |
up |
|
300 | 300 |
On local machine: |
301 | 301 |
./fix_perms |
302 | 302 |
make inputs/upload |
303 | 303 |
make inputs/upload live=1 |
304 | 304 |
ssh -t vegbiendev.nceas.ucsb.edu exec sudo su - aaronmk |
305 |
svn up
|
|
305 |
up |
|
306 | 306 |
make inputs/download |
307 | 307 |
make inputs/download live=1 |
308 | 308 |
Follow the steps under Install the staging tables above |
... | ... | |
573 | 573 |
"Binary chop" debugging: |
574 | 574 |
(This is primarily useful for regressions that occurred in a previous |
575 | 575 |
revision, which was committed without running all the tests) |
576 |
svn up -r <rev>; make inputs/.TNRS/reinstall; make schemas/public/reinstall; make <failed-test>.xml
|
|
576 |
up -r <rev>; make inputs/.TNRS/reinstall; make schemas/public/reinstall; make <failed-test>.xml |
|
577 | 577 |
.htaccess: |
578 | 578 |
mod_rewrite: |
579 | 579 |
**IMPORTANT**: whenever you change the DirectorySlash setting for a |
Also available in: Unified diff
fix: /README.TXT: always use `up` instead of `svn up` since this includes --force