Project

General

Profile

« Previous | Next » 

Revision 13007

/README.TXT: Full database import: added steps to set a custom version, if the auto-assigned one would cause a collision with the last import

View differences:

trunk/README.TXT
67 67
	unset TMOUT # TMOUT causes screen to exit even with background processes
68 68
	set -o ignoreeof #prevent Ctrl+D from exiting `screen` to keep attached jobs
69 69
	unset version # it may have been set in the outer shell
70
	if no commits have been made since the last import (eg. if retrying an
71
		import), set a custom version that differs from the auto-assigned one
72
		(would otherwise cause a collision with the last import):
73
		svn info
74
		extract the svn revision after "Revision:"
75
		export version=r[revision]_2 # +suffix to distinguish from last import
70 76
	Start column-based import: . bin/import_all
71 77
		To use row-based import: . bin/import_all by_col=
72 78
		To stop all running imports: . bin/stop_imports

Also available in: Unified diff