]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
Better "svn list" handling
authorTony Duckles <tony@nynim.org>
Thu, 12 Apr 2012 01:46:34 +0000 (20:46 -0500)
committerTony Duckles <tony@nynim.org>
Thu, 12 Apr 2012 04:14:27 +0000 (23:14 -0500)
commite58dd5b3b280ffdf53d5555c6483a8b8ce6ba699
treeb7301bdb42bccb4d0f06394c6c171cd3943657c0
parent0c4a8f217665e7f959add4eae0b8476843d18204
Better "svn list" handling

* svn2svn/svnclient.py (list, _parse_svn_list_xml): Add a tag for
proper "svn list --xml" handling.
* svn2svn/run/svn2svn.py: Remove get_svn_dirlist() in favor of using
svnclient.list(). Replace all usages of run_svn("svn list") with
svnclient.list(), which eliminates all hacky .split("\n") cases.

* svn2svn/run/svn2svn.py (verify_commit): Move unconditioned "OK"
ui.status line behind an else, so that "OK" message isn't
incorrectly logged when "FAIL" message is logged.
svn2svn/run/svn2svn.py
svn2svn/svnclient.py