From 00bc244647bf47157ab8ea4c05c4fff58d0bf6df Mon Sep 17 00:00:00 2001 From: David Barr Date: Tue, 30 Mar 2010 21:39:27 +1100 Subject: [PATCH] Update README to reflect the state of the project. Signed-off-by: David Barr --- README.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 0f0d304..c1d7a8a 100644 --- a/README.textile +++ b/README.textile @@ -1,9 +1,10 @@ h1. A tool to convert a subversion dump for input to git-fast-import -This project is currently in its infancy - just the building blocks for the data-structures needed for good time and memory bounds. The inspiration comes from both git2svn.py and svn-all-fast-export. It will eventually combine some functions of both projects but hopefully with a small codebase with few dependencies. +This project is now largely functionally complete. There is still quite a bit of testing and code cleanup to be done before the first major release. h1. License This project is distributed under a two-clause BSD style license. It contains a derivative of Jason Evans' hash-based treap implementation. +It also contains a derivative of svndump-0.92, a parser in Java by Stefan Hegny and others. This was a component of "SvnToCCase":http://svn2cc.sarovar.org. The rest of the project is presently copyright David Barr. -- 2.11.4.GIT