Revision 7675
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
29 | 29 |
Note that these commands also work if the datasource is not yet imported |
30 | 30 |
|
31 | 31 |
Full database import: |
32 |
On jupiter: svn up |
|
32 | 33 |
On local machine: |
33 | 34 |
make inputs/upload |
34 | 35 |
make test by_col=1 |
Also available in: Unified diff
README.TXT: Full database import: Before running `make inputs/upload`, added step to do svn up on jupiter so that unversioned files are not uploaded before their versioned equivalents are checked out from svn (requiring each file to be manually svn-added before the svn up can proceed)