]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
Introduce 'svnancest' utility
authorTony Duckles <tony@nynim.org>
Wed, 8 Aug 2012 03:00:26 +0000 (22:00 -0500)
committerTony Duckles <tony@nynim.org>
Wed, 8 Aug 2012 03:37:26 +0000 (22:37 -0500)
commit76643dc2a6e5d5f761c8a96a1e1eccf40730ffdf
tree52cdea8228bfcba116e6c99e6a6422927b9f534b
parent71d8ec57df3dfaf2bf68f26b8aff5eaffc896115
Introduce 'svnancest' utility

Introduce a helper utility for calling find_svn_ancestors(), to show
full ancestry ("svn copy" history) for a given starting URL
(optionally at a specific revision).

* svn2svn/run/svnacest.py: Adding
* svn2svn/run/common.py (in_svn, is_child_path, join_path,
  find_svn_ancestors): Move common helper functions to new separate
  library, for sharing with svn2svn/run/svnacest.py.
* svn2svn/svnclient.py (valid_svn_actions): Move this constant here
  from svn2svn/run/svnreplay.py.
svn2svn/run/common.py [new file with mode: 0644]
svn2svn/run/svnancest.py [new file with mode: 0755]
svn2svn/run/svnreplay.py
svn2svn/svnclient.py
svnancest.py [new file with mode: 0755]