]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
Don't allow starting a fresh (non-continue) replay into a non-empty target directory...
authorTony Duckles <tony@nynim.org>
Sun, 25 Mar 2012 04:26:02 +0000 (23:26 -0500)
committerTony Duckles <tony@nynim.org>
Sun, 25 Mar 2012 04:26:02 +0000 (23:26 -0500)
commite219f1e2109f3115e8e07d5aec09c0b83dc53b8e
treed5685fa2bd53f6141618127aa8f759fb7d0e055c
parentfa1b7e404296db78c92b21b262addc3503f1e25f
Don't allow starting a fresh (non-continue) replay into a non-empty target directory (by default)

* svn2svn/run/svn2svn.py (real_main): Prevent user from starting a
fresh replay into a non-empty target directory, since chances are
they wanted to do a continue instead. Introduce "--force" arg to
allow replaying into a non-empty target directory.
svn2svn/run/svn2svn.py