]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
For options.keep_author, update via post-commit rev-prop
authorTony Duckles <tony@nynim.org>
Sat, 24 Mar 2012 20:05:33 +0000 (15:05 -0500)
committerTony Duckles <tony@nynim.org>
Sat, 24 Mar 2012 20:12:08 +0000 (15:12 -0500)
commita07da8a4e351226a04df300eac81c84eb8ee360b
treec9aa7e74d0741f63e1c755b619712a545aefcf95
parentcb97307237c6431196ed7760ac70d9db23f0ddb7
For options.keep_author, update via post-commit rev-prop

Rather than using "svn commit --username %author%", mirror the
source author info by setting the "svn:author" revprop post-commit
the same as we do for "svn:date" (options.keep_date). This frees us
up to be able to use --username in the future for legitimate
source/target repo auth.

* svn2svn/run/svn2svn.py (commit_from_svn_log_entry): Update
  "svn:author" via post-commit revprop rather than --username.
* README.mkd: Reflect new "svn:author" handling.
README.mkd
svn2svn/run/svn2svn.py