Revision 11967
Added by Aaron Marcuse-Kubitza about 11 years ago
README.TXT | ||
---|---|---|
12 | 12 |
sudo su - aaronmk |
13 | 13 |
cd /home/bien/svn # should happen automatically at login |
14 | 14 |
|
15 |
Notes on editing files: |
|
16 |
**WARNING**: shell scripts should always be read-only, so that editing them |
|
17 |
while an import is in progress will not crash the import (see |
|
18 |
http://vegpath.org/links/#**%20modifying%20a%20running%20shell%20script) |
|
19 |
|
|
15 | 20 |
Single datasource import: |
16 | 21 |
Follow the steps under Connecting to vegbiendev above |
17 | 22 |
(Re)import and scrub: make inputs/<datasrc>/reimport_scrub by_col=1 & |
Also available in: Unified diff
/README.TXT: added note that shell scripts should always be read-only, so that editing them while an import is in progress will not crash the import (see http://vegpath.org/links/#**%20modifying%20a%20running%20shell%20script)