By default, store temporary files in the standard location.
commit43a5109336ca2d19a982ddf79adde6932cc6b855
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Fri, 11 Jan 2013 20:14:25 +0000 (11 20:14 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Fri, 11 Jan 2013 20:14:25 +0000 (11 20:14 +0000)
tree87995aafe717913452c3df4b3b1224f26e2ff7d4
parent8f4524945f18bf6e077531a20bea8bd9280e2799
By default, store temporary files in the standard location.

Change the default for --tmpdir from "cvs2svn-tmp" to the result of
tempfile.mkdtemp(), which follows the usual convention for temporary
files (e.g., trying $TMPDIR, $TEMP, $TMP, then defaulting to a
platform-specific standard location).

Most of the effort of this patch is adjusting the documentation.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5416 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn_lib/bzr_run_options.py
cvs2svn_lib/context.py
cvs2svn_lib/git_run_options.py
cvs2svn_lib/hg_run_options.py
cvs2svn_lib/main.py
cvs2svn_lib/run_options.py
cvs2svn_lib/svn_run_options.py
run-tests.py
www/cvs2svn.html