Skip to content

Commit d0fc40c

Browse files
jrngitster
authored andcommitted
svn-fe manual: Clarify warning about deltas in dump files
Those in the know would notice that dump file format version 2 means "svnadmin dump --no-deltas", but for the rest of us, an explicit reminder is useful. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 712308f commit d0fc40c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contrib/svn-fe/svn-fe.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ svnadmin dump --incremental REPO | svn-fe [url] | git fast-import
1212
DESCRIPTION
1313
-----------
1414

15-
Converts a Subversion dumpfile (version: 2) into input suitable for
15+
Converts a Subversion dumpfile into input suitable for
1616
git-fast-import(1) and similar importers. REPO is a path to a
1717
Subversion repository mirrored on the local disk. Remote Subversion
1818
repositories can be mirrored on local disk using the `svnsync`
@@ -25,6 +25,9 @@ Subversion's repository dump format is documented in full in
2525
Files in this format can be generated using the 'svnadmin dump' or
2626
'svk admin dump' command.
2727

28+
Dumps produced with 'svnadmin dump --deltas' (dumpfile format v3)
29+
are not supported.
30+
2831
OUTPUT FORMAT
2932
-------------
3033
The fast-import format is documented by the git-fast-import(1)

0 commit comments

Comments
 (0)