Revision 12011
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/README.TXT | ||
---|---|---|
12 | 12 |
sudo su - aaronmk |
13 | 13 |
cd /home/bien/svn # should happen automatically at login |
14 | 14 |
|
15 |
Notes on running programs: |
|
16 |
**WARNING**: always start with a clean shell, to avoid spurious bugs. the |
|
17 |
shell should not have changes to the env vars. (there have been bugs |
|
18 |
that went away after closing and reopening the terminal window.) note |
|
19 |
that running `exec bash` is not sufficient to *reset* the env vars. |
|
20 |
|
|
15 | 21 |
Notes on editing files: |
16 | 22 |
**WARNING**: shell scripts should always be read-only, so that editing them |
17 | 23 |
while an import is in progress will not crash the import (see |
... | ... | |
27 | 33 |
Full database import: |
28 | 34 |
WARNING: You must perform *every single* step listed below, to avoid |
29 | 35 |
breaking column-based import |
30 |
WARNING: always start with a clean shell, which does not have changes to the |
|
31 |
env vars. (there have been bugs that went away after closing and |
|
32 |
reopening the terminal window.) note that running `exec bash` is not |
|
33 |
sufficient to *reset* the env vars. |
|
36 |
**WARNING**: always start with a clean shell, as described above under |
|
37 |
"Notes on running programs" |
|
34 | 38 |
Follow the steps under Connecting to vegbiendev above |
35 | 39 |
Follow the steps under Connecting to vegbiendev above, using jupiter instead |
36 | 40 |
On jupiter: svn up --force |
Also available in: Unified diff
/README.TXT: Notes on running programs: added warning that you should always start with a clean shell to avoid spurious bugs