X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fsvn-fe%2Fsvn-fe.txt;h=72ffea0b3a6a29d69cb8c88989adc0692cd01f34;hb=1fad2862c8d13d430f3a9df7c6741d81e6c716b4;hp=35f84bd9e7577b58bc9905c8b46806bfb37963ff;hpb=1b6d0ae58822ca35ce325dab978c35f0265f7227;p=git.git diff --git a/contrib/svn-fe/svn-fe.txt b/contrib/svn-fe/svn-fe.txt index 35f84bd9e..72ffea0b3 100644 --- a/contrib/svn-fe/svn-fe.txt +++ b/contrib/svn-fe/svn-fe.txt @@ -7,6 +7,7 @@ svn-fe - convert an SVN "dumpfile" to a fast-import stream SYNOPSIS -------- +[verse] svnadmin dump --incremental REPO | svn-fe [url] | git fast-import DESCRIPTION @@ -18,6 +19,9 @@ Subversion repository mirrored on the local disk. Remote Subversion repositories can be mirrored on local disk using the `svnsync` command. +Note: this tool is very young. The details of its commandline +interface may change in backward incompatible ways. + INPUT FORMAT ------------ Subversion's repository dump format is documented in full in