We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f74c8e commit 3dbe116Copy full SHA for 3dbe116
contrib/examples/git-svnimport.txt
@@ -114,9 +114,9 @@ due to SVN memory leaks. (These have been worked around.)
114
-R <repack_each_revs>::
115
Specify how often git repository should be repacked.
116
+
117
-The default value is 1000. git-svnimport will do import in chunks of 1000
118
-revisions, after each chunk git repository will be repacked. To disable
119
-this behavior specify some big value here which is mote than number of
+The default value is 1000. git-svnimport will do imports in chunks of 1000
+revisions, after each chunk the git repository will be repacked. To disable
+this behavior specify some large value here which is greater than the number of
120
revisions to import.
121
122
-P <path_from_trunk>::
0 commit comments