]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
Use "--ignore-externals" for "svn update" and "svn export"
authorTony Duckles <tony@nynim.org>
Thu, 12 Apr 2012 00:33:46 +0000 (19:33 -0500)
committerTony Duckles <tony@nynim.org>
Thu, 12 Apr 2012 04:14:09 +0000 (23:14 -0500)
commit0c4a8f217665e7f959add4eae0b8476843d18204
treebc057de7d707eb9562fea33da7aa7bacd12f8d8a
parent9bfe6505f93bb802a33937f49f390804d8169e59
Use "--ignore-externals" for "svn update" and "svn export"

* svn2svn/svnclient.py (update/remove/export): Introduce wrapper
functions for update/remove/export. For update and remove, pass
"--ignore-externals".

* svn2svn/svnclient.py: Rename private functions to have a leading
underscore.
* svn2svn/svnclient.py: Rename public functions to match svn
sub-command name: get_svn_info -> info, get_svn_status -> status,
get_prop_val -> propget, etc.

* svn2svn/run/svn2svn.py (verify_commit): Remove extraneous
safe_path() call. svnclient.run_svn_log() already handles this.
svn2svn/run/svn2svn.py
svn2svn/svnclient.py