Skip to content

Commit 29ea726

Browse files
committed
Updated changelog for 2.0.0 release.
1 parent 2bd075b commit 29ea726

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ChangeLog.markdown

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.0.0 - 2010-05-29
2+
3+
This release adds the oft requested incremental SVN update support. If you run svn2git with the `--rebase` option on an existing
4+
repository that you've converted with svn2git, it will fetch new branches & tags from SVN and update existing ones. There are
5+
two important things to note:
6+
7+
* This will not work on already converted repositories because the tracking information isn't set up correctly. You could do that
8+
yourself, but it's probably a lot easier to do the conversion over.
9+
* svn2git now maintains remote tracking information. If this is a problem for you because you don't want any links to the SVN server
10+
you can either stick with a 1.x release of svn2git or simply clone the repo created with svn2git, which will lose the tracking information.
11+
12+
A great deal of thanks to Nathaniel McCallum (npmccallum) for coming up with an elegant solution and then providing the patch for this release.
13+
114
# 1.3.3 - 2010-03-31
215

316
Thanks to Jeff Ramnani (jramnani) for finding a problem with with the --excludes tag and providing a patch.

0 commit comments

Comments
 (0)