File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# 1.3.3 - 2010-03-31
2
15
3
16
Thanks to Jeff Ramnani (jramnani) for finding a problem with with the --excludes tag and providing a patch.
You can’t perform that action at this time.
0 commit comments