]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/history - svn2svn/run/svn2svn.py
Correctly handle --keep-revnum mode during initial import
[svn2svn.git] / svn2svn / run / svn2svn.py
2012-02-12 Tony DucklesCorrectly handle --keep-revnum mode during initial...
2012-02-11 Tony DucklesAdd --keep-revnum support
2012-02-11 Tony DucklesAdd --keep-date, --keep-prop, --archive, --log-author... v1.2.0
2012-02-11 Tony DucklesBetter options.svn_rev parsing and validation
2012-02-11 Tony DucklesMake 'options' a global var
2012-02-09 Tony DucklesPerf Enh: Add skip_paths handling to do_svn_add(),...
2012-02-09 Tony DucklesSupport SVN versioned property updating
2012-02-09 Tony DucklesUpdate process_svn_log_entry() to calculate d['kind...
2012-02-09 Tony DucklesUse is_child_path() for correct path-is-child-of-parent...
2012-02-09 Tony DucklesSupport revision range in --revision, both start and...
2012-02-04 Tony DucklesChange iter_svn_log_entries() back to getting smaller...
2012-02-02 Tony DucklesUpdate def process_svn_log_entry() to enumerate possibl...
2012-02-01 Tony DucklesUpdate build_rev_map() to gracefully handle case where...
2012-01-29 Tony DucklesMake module-level variables for source_*/target_*/rev_map
2012-01-29 Tony DucklesMisc code clean-up
2012-01-28 Tony DucklesUpdate README.mkd and documentation
2012-01-28 Tony DucklesImprove optparse formatting v1.1.0
2012-01-27 Tony Duckles* Add new --dry-run and --limit command-line args
2012-01-27 Tony DucklesMigrate shared code to commit_from_svn_log_entry()
2012-01-26 Tony DucklesAdditive verbosity command-line args
2012-01-26 Tony DucklesNo need to pre-throttle commit_paths in process_svn_log...
2012-01-26 Tony DucklesNo need to defer "svn remove" actions anymore, due...
2012-01-26 Tony Duckles* Carry-forward revprop values from source repo
2012-01-25 Tony DucklesBetter "Usage" help-text
2012-01-25 Tony DucklesContinue-mode support w/ rev_map
2012-01-24 Tony DucklesMerge branch 'modules' into develop
2012-01-24 Tony Duckles* Use ui.status for all status messages (verbose and...
2012-01-24 Tony DucklesMigrate to run/svn2svn.py v1.0.0