]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
More fixes to iter_svn_log_entries ancestry-handling
authorTony Duckles <tony@nynim.org>
Fri, 16 Mar 2012 03:23:08 +0000 (22:23 -0500)
committerTony Duckles <tony@nynim.org>
Fri, 16 Mar 2012 03:23:08 +0000 (22:23 -0500)
commit4216a57efaa97b8b72cf16ddec26d8b3f80fe774
tree73a162135c9a8a67973c5801a38cedd582a1bebe
parent8e4b538fab45c1cecad2c938050f42d451b43b40
More fixes to iter_svn_log_entries ancestry-handling

* svn2svn/svnclient.py (iter_svn_log_entries): Correctly use and
respect ancestors() array: look for the next copyfrom_rev, and once
we crawl past the last copy-from then start at the final
path+revision.

* svn2svn/run/svn2svn.py (process_svn_log_entry): For action='R'
don't run "svn remove" command if path_offset="", i.e. don't try to
remove the root of the WC.
svn2svn/run/svn2svn.py
svn2svn/svnclient.py