]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/log
svn2svn.git
12 years agoTest scripts
Tony Duckles [Sat, 7 Jan 2012 03:06:20 +0000 (21:06 -0600)]
Test scripts

12 years agoAdd COPYING.txt (GPL v3)
Tony Duckles [Fri, 30 Dec 2011 01:19:09 +0000 (19:19 -0600)]
Add COPYING.txt (GPL v3)

12 years agoAdd more TODO's. Need to support "svn copy" from an earlier commit on trunk.
Tony Duckles [Sun, 25 Dec 2011 16:02:33 +0000 (10:02 -0600)]
Add more TODO's. Need to support "svn copy" from an earlier commit on trunk.

12 years agoFix display for action="D"
Tony Duckles [Sun, 25 Dec 2011 03:43:58 +0000 (21:43 -0600)]
Fix display for action="D"

12 years agoProcess action="M" inline too now: we process paths in sorted order (depth-first...
Tony Duckles [Sun, 25 Dec 2011 03:35:50 +0000 (21:35 -0600)]
Process action="M" inline too now: we process paths in sorted order (depth-first), so need to run "svn merge" commands for parent folders ahead of "svn add/copy" commands for child files. Only action="D" are deferred now.

12 years agoDo WC "svn copy" if source exists locally, else do URL "svn copy" from copy-from...
Tony Duckles [Sat, 24 Dec 2011 22:05:35 +0000 (16:05 -0600)]
Do WC "svn copy" if source exists locally, else do URL "svn copy" from copy-from URL@rev

12 years ago* Fix changed_path sorting in parse_svn_log_xml()
Tony Duckles [Sat, 24 Dec 2011 18:31:40 +0000 (12:31 -0600)]
* Fix changed_path sorting in parse_svn_log_xml()
* Update process_svn_log_entry() to display 'action' rather than 'd['action']', since for action="R" we change action="A"

12 years agoOnly do replay_svn_ancestors() for kind="dir"
Tony Duckles [Fri, 23 Dec 2011 23:46:40 +0000 (17:46 -0600)]
Only do replay_svn_ancestors() for kind="dir"

12 years ago* Remove unused source_offset param in process_svn_log_entry
Tony Duckles [Fri, 23 Dec 2011 23:21:34 +0000 (17:21 -0600)]
* Remove unused source_offset param in process_svn_log_entry
* For "svn copy", use explicit target_url references rather than local wc references, to avoid problems for rename-cases during replays where the "remove" is committed ahead of the "add".
* Force -r value to be passed if using continue-mode, for short-term

12 years agoUpdate svnlog_verbose handling to log messages for deferred actions when deferred...
Tony Duckles [Fri, 23 Dec 2011 02:53:10 +0000 (20:53 -0600)]
Update svnlog_verbose handling to log messages for deferred actions when deferred actions are processed

12 years agoDisplay status message before running "svn commit" command
Tony Duckles [Fri, 23 Dec 2011 00:21:35 +0000 (18:21 -0600)]
Display status message before running "svn commit" command

12 years ago* Only pass "-v" to svn log when needed
Tony Duckles [Fri, 23 Dec 2011 00:13:48 +0000 (18:13 -0600)]
* Only pass "-v" to svn log when needed
* Fix replaced ("R") action handling
* Run "svn up" after each pull_svn_rev() to ensure working-copy is all at the same final HEAD revision.

12 years agoAdd warning about initial get_first_svn_log_entry() can be *very* slow
Tony Duckles [Thu, 22 Dec 2011 23:12:39 +0000 (17:12 -0600)]
Add warning about initial get_first_svn_log_entry() can be *very* slow

12 years agoFix run_svn_log @rev handling, don't run svn add on paths already in svn
Tony Duckles [Thu, 22 Dec 2011 23:10:41 +0000 (17:10 -0600)]
Fix run_svn_log @rev handling, don't run svn add on paths already in svn

12 years agoBetter verbose status messages source_url revisions
Tony Duckles [Thu, 22 Dec 2011 22:34:55 +0000 (16:34 -0600)]
Better verbose status messages source_url revisions

12 years agoEliminate _original_wc, replace initial "svn import" with "svn export+add"
Tony Duckles [Thu, 22 Dec 2011 22:03:45 +0000 (16:03 -0600)]
Eliminate _original_wc, replace initial "svn import" with "svn export+add"

12 years agoMore changes for find_svn_ancestors() support
Tony Duckles [Mon, 19 Dec 2011 04:37:18 +0000 (22:37 -0600)]
More changes for find_svn_ancestors() support

12 years agoAdding README
Tony Duckles [Mon, 19 Dec 2011 00:41:55 +0000 (18:41 -0600)]
Adding README

12 years agoMajor rewrite for find_svn_ancestors() support
Tony Duckles [Sun, 18 Dec 2011 20:24:52 +0000 (14:24 -0600)]
Major rewrite for find_svn_ancestors() support

12 years agoAdding in_svn() for SVN 1.7 support
Tony Duckles [Thu, 15 Dec 2011 23:50:21 +0000 (17:50 -0600)]
Adding in_svn() for SVN 1.7 support

12 years agosvn log -r HEAD:HEAD doesn't always work, but svn log should return HEAD info by...
Tony Duckles [Thu, 15 Dec 2011 04:31:01 +0000 (22:31 -0600)]
svn log -r HEAD:HEAD doesn't always work, but svn log should return HEAD info by default

12 years agoBetter svn merge handling
Tony Duckles [Thu, 15 Dec 2011 04:28:23 +0000 (22:28 -0600)]
Better svn merge handling

12 years agoInitial commit: http://svn2svn.googlecode.com/svn/trunk/ r14
Tony Duckles [Thu, 15 Dec 2011 04:26:18 +0000 (22:26 -0600)]
Initial commit: http://svn2svn.googlecode.com/svn/trunk/ r14