|
| 1 | +# 2.3.1 - 2014-05-14 |
| 2 | + |
| 3 | + This is a critical bugfix release if you're running git >= 1.8.3.2. In the days of svn2git 1.x we supported syncing |
| 4 | + local branches with upstream by tracking the branch as we set them up. This allowed one to checkout the branch and |
| 5 | + issue a "git pull" to fetch the changes. git-svn ceased allowing this in 1.8.3.2, which broke svn2git with that |
| 6 | + version of git and all subsequent versions. The rationale seemed to be in order to prevent pushing changes from |
| 7 | + git-svn back up and breaking the remote link, but this was never something svn2git supported anyway. |
| 8 | + |
| 9 | + Acknowledging the new reality of upstream, the old behavior is retained but deprecated for users of git < 1.8.3.2. |
| 10 | + We'll be removing the establishment of remote tracking SVN branches in the 2.5.0 release. If you wish to sync back |
| 11 | + with upstream, run `svn2git --rebase`. If you're on git >= 1.8.3.2 your only option for resynchronizing is to |
| 12 | + use `svn2git --rebase`. |
| 13 | + |
| 14 | + Many thanks to ktdreyer for modernizing the test suite and Daniel Ruf (DanielRuf) for pushing on the git compatibility |
| 15 | + issue. |
| 16 | + |
| 17 | + * Fixed creating local branches for remote SVN branches in git >= 1.8.3.2. |
| 18 | + * Fixed verbose logging of sub-process STDERR stream. |
| 19 | + * Added MIT license metadata to gemspec. |
| 20 | + * Switched to minitest to get tests working on Ruby 1.9+ with minitest 5+ installed. |
| 21 | + |
| 22 | + |
1 | 23 | # 2.3.0 - 2014-05-14
|
| 24 | + |
2 | 25 | This release passes STDIN through to the underlying git-svn process, allowing users to interact with the
|
3 | 26 | git-svn prompt. Principally, it will allow users to choose what to do when prompted about unverified
|
4 | 27 | SSL certificates.
|
5 | 28 |
|
6 | 29 | * Pass STDIN through to the underlying git-svn process so users can respond to prompts.
|
7 | 30 |
|
8 | 31 | # 2.2.5 - 2014-03-09
|
| 32 | + |
9 | 33 | This is a bugfix release. It improves handling of quotes in SVN commit messages.
|
10 | 34 |
|
11 | 35 |
|
|
20 | 44 |
|
21 | 45 | # 2.2.3 - 2014-03-08
|
22 | 46 |
|
23 |
| - This is a bugfix release. First change done by FeeJai |
| 47 | + This is a bugfix release. First change done by FeeJai. |
24 | 48 |
|
25 | 49 | * Fixed an issue with password protected svn-repositories. The prompt to enter the password is now displayed.
|
26 | 50 | * Fixed an issue with server certificates. If the certificate is untrusted, the prompt to confirm or deny the certificate is now shown.
|
|
0 commit comments