2012-02-18 |
Tony Duckles | Ensure target WC is clean/reverted when continuing. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-18 |
Tony Duckles | Perf: Only "svn update" when needed. This means a mixed... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-18 |
Tony Duckles | Update parse_svn_status_xml() to use defensive conditio... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-18 |
Tony Duckles | Fix process_svn_log_entry() to not include action=... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-16 |
Tony Duckles | Fix a place in find_svn_ancestors() which should've... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-16 |
Tony Duckles | Fix another --keep-revnum edge-case |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-12 |
Tony Duckles | Correctly handle --keep-revnum mode during initial... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-11 |
Tony Duckles | Updates to README |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-11 |
Tony Duckles | Update README for --keep-date and --keep-revnum support |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-11 |
Tony Duckles | Add --keep-revnum support |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-11 |
Tony Duckles | Add --keep-date, --keep-prop, --archive, --log-author... v1.2.0 |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-11 |
Tony Duckles | Better options.svn_rev parsing and validation |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-11 |
Tony Duckles | Make 'options' a global var |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-09 |
Tony Duckles | Perf Enh: Add skip_paths handling to do_svn_add(),... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-09 |
Tony Duckles | Support SVN versioned property updating |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-09 |
Tony Duckles | Update process_svn_log_entry() to calculate d['kind... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-09 |
Tony Duckles | Fix copy-from handling and parent-path checking in... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-09 |
Tony Duckles | Use is_child_path() for correct path-is-child-of-parent... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-09 |
Tony Duckles | Support revision range in --revision, both start and... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-08 |
Tony Duckles | Fix iter_svn_log_entries() to handle chunks which have... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-08 |
Tony Duckles | Fix parse_svn_log_xml() to calculate d['kind'] if not... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-04 |
Tony Duckles | Handle empty "svn log" commit messages |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-04 |
Tony Duckles | Change iter_svn_log_entries() back to getting smaller... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-02 |
Tony Duckles | Add Links section to README |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-02 |
Tony Duckles | Update def process_svn_log_entry() to enumerate possibl... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-02-01 |
Tony Duckles | Update build_rev_map() to gracefully handle case where... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-29 |
Tony Duckles | Make module-level variables for source_*/target_*/rev_map |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-29 |
Tony Duckles | Misc code clean-up |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-28 |
Tony Duckles | Update README.mkd and documentation |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-28 |
Tony Duckles | Improve optparse formatting v1.1.0 |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-27 |
Tony Duckles | * Add new --dry-run and --limit command-line args |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-27 |
Tony Duckles | Migrate shared code to commit_from_svn_log_entry() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-26 |
Tony Duckles | Additive verbosity command-line args |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-26 |
Tony Duckles | Add test revprop case. Fix some non-appending echo's. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-26 |
Tony Duckles | No need to pre-throttle commit_paths in process_svn_log... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-26 |
Tony Duckles | No need to defer "svn remove" actions anymore, due... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-26 |
Tony Duckles | * Carry-forward revprop values from source repo |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-25 |
Tony Duckles | Better "Usage" help-text |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-25 |
Tony Duckles | Remove obsolete pre-revprop-change.example.sh |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-25 |
Tony Duckles | Continue-mode support w/ rev_map |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | Merge branch 'modules' into develop |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | Run make-replay-repo in verbose-mode |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | Remove HEAD-specific short-circuiting |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | * Use ui.status for all status messages (verbose and... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | Minor fixes to get_svn_status() handling |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | Don't truncate status messages by default |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | Add optional 'no_fail' param to run_svn() and downstrea... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | Support 'color' named-param in ui.status() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-24 |
Tony Duckles | Migrate to run/svn2svn.py v1.0.0 |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-22 |
Tony Duckles | Add svn2svn specific changes |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-22 |
Tony Duckles | Remove hgsvn-centric exception classes |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-22 |
Tony Duckles | Copy shared hgsvn code: https://bitbucket.org/andialbre... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-22 |
Tony Duckles | Merge branch 'ancestors' into develop |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-21 |
Tony Duckles | Update tests for "_wc_target" |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-21 |
Tony Duckles | More test cases |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-21 |
Tony Duckles | * Fix replace handling in do_svn_add() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-21 |
Tony Duckles | Checkout target WC in "_wc_target" instead of "_dup_wc" |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-21 |
Tony Duckles | Split pre-revprop-change example from make-replay-repo... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-21 |
Tony Duckles | * Refactor find_svn_ancestors() to never require passed... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-20 |
Tony Duckles | More robust in_svn() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-16 |
Tony Duckles | * Debug parser option-group |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-15 |
Tony Duckles | Handle source-tracking revprop setting directly in... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-15 |
Tony Duckles | Add command-line options for enabling debug/verbose... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-15 |
Tony Duckles | Code clean-up |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-15 |
Tony Duckles | Tweaks to get_svn_dirlist() handling |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-15 |
Tony Duckles | Tweaks to tests/make-ref-repo.sh |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-15 |
Tony Duckles | Fix and simplify get_svn_dirlist() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-15 |
Tony Duckles | Major rewrite for replay_svn_ancestors() -> replay_svn_... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-09 |
Tony Duckles | Initial rev_map support handling and better svn-copy... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-07 |
Tony Duckles | Add source-tracking revprop's |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2012-01-07 |
Tony Duckles | Test scripts |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-30 |
Tony Duckles | Add COPYING.txt (GPL v3) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-25 |
Tony Duckles | Add more TODO's. Need to support "svn copy" from an... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-25 |
Tony Duckles | Fix display for action="D" |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-25 |
Tony Duckles | Process action="M" inline too now: we process paths... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-24 |
Tony Duckles | Do WC "svn copy" if source exists locally, else do... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-24 |
Tony Duckles | * Fix changed_path sorting in parse_svn_log_xml() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Only do replay_svn_ancestors() for kind="dir" |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | * Remove unused source_offset param in process_svn_log_... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Update svnlog_verbose handling to log messages for... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Display status message before running "svn commit"... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | * Only pass "-v" to svn log when needed |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Add warning about initial get_first_svn_log_entry(... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Fix run_svn_log @rev handling, don't run svn add on... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Better verbose status messages source_url revisions |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Eliminate _original_wc, replace initial "svn import... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | More changes for find_svn_ancestors() support |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Adding README |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-23 |
Tony Duckles | Major rewrite for find_svn_ancestors() support |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-15 |
Tony Duckles | Adding in_svn() for SVN 1.7 support |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-15 |
Tony Duckles | svn log -r HEAD:HEAD doesn't always work, but svn log... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-15 |
Tony Duckles | Better svn merge handling |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2011-12-15 |
Tony Duckles | Initial commit: http://svn2svn.googlecode.com/svn/trunk... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
|