Skip to content

Commit

Permalink
svn-fe manual: Clarify warning about deltas in dump files
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
jrn authored and gitster committed Aug 15, 2010
1 parent 712308f commit d0fc40c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/svn-fe/svn-fe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ svnadmin dump --incremental REPO | svn-fe [url] | git fast-import
DESCRIPTION
-----------

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

Dumps produced with 'svnadmin dump --deltas' (dumpfile format v3)
are not supported.

OUTPUT FORMAT
-------------
The fast-import format is documented by the git-fast-import(1)
Expand Down

0 comments on commit d0fc40c

Please sign in to comment.