Skip to content

Commit 2483cec

Browse files
committed
Preparing the 2.3.1 release.
1 parent 5842a2a commit 2483cec

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

ChangeLog.markdown

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
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+
123
# 2.3.0 - 2014-05-14
24+
225
This release passes STDIN through to the underlying git-svn process, allowing users to interact with the
326
git-svn prompt. Principally, it will allow users to choose what to do when prompted about unverified
427
SSL certificates.
528

629
* Pass STDIN through to the underlying git-svn process so users can respond to prompts.
730

831
# 2.2.5 - 2014-03-09
32+
933
This is a bugfix release. It improves handling of quotes in SVN commit messages.
1034

1135

@@ -20,7 +44,7 @@
2044

2145
# 2.2.3 - 2014-03-08
2246

23-
This is a bugfix release. First change done by FeeJai
47+
This is a bugfix release. First change done by FeeJai.
2448

2549
* Fixed an issue with password protected svn-repositories. The prompt to enter the password is now displayed.
2650
* 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

Comments
 (0)