Revision 13423
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/README.TXT | ||
---|---|---|
98 | 98 |
extract the svn revision after "Revision:" |
99 | 99 |
export version=r[revision]_2 # +suffix to distinguish from last import |
100 | 100 |
# env var will be inherited by `screen` shell |
101 |
screen |
|
102 |
Press ENTER |
|
101 |
for full import: |
|
102 |
screen |
|
103 |
Press ENTER |
|
104 |
for small import, use above, or the following: |
|
105 |
$0 # nested shell to contain the env changes |
|
103 | 106 |
the following must happen within screen to avoid affecting the outer shell: |
104 | 107 |
unset TMOUT # TMOUT causes screen to exit even with background processes |
105 | 108 |
set -o ignoreeof #prevent Ctrl+D from exiting `screen` to keep attached jobs |
Also available in: Unified diff
/README.TXT: Full database import: screen: added alternative for a small import (just use nested shell)