On Thu, 2010-06-24 at 06:07 -0500, Jonathan Nieder wrote:
+To support incremental imports, 'svn-fe' will put a `git-svn-id`
+line at the end of each commit log message if passed an url on the
+command line. This line has the form `git-svn-id: URL@REVNO UUID`.
If you are importing from an svk mirror or svnsync mirror, it will be
required to rewrite this portion.
+Empty directories and unknown properties are silently discarded.
Yeah. These should probably be carried over in this pass. Revision
properties could possibly be converted to extra RFC822-style headers in
the commit message. Directory properties can go under $dir/.svnfe-props
(use an empty file to mark empty directories) and $filename.svnfe-props
- it is up to the data mining phase whether it wants to actually do
anything with that data later.
Sam