From 54f1c09d1d2bd3ac06a353a30f53dad14ef3c3a8 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 26 Oct 2006 03:23:16 +0200 Subject: [PATCH] TODO: Forking was already implemented, but some stuff still remains to be done --- TODO | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 699d7d8..91d73ec 100644 --- a/TODO +++ b/TODO @@ -6,19 +6,16 @@ * The notion of project forking: - You can register a fork for a given project. This won't clutter up - the index page (but there'll be number of forks for each project there) - but the forks will be listed at the summary page. You won't need to - have permission from the project admin to set up a fork. The fork - will use the parent project's object database as an alternate. + Make it more obvious to people what a fork is and why should they + create it. They seem to be confused now. - This will be much better than just having n index entries for the same - project. + Conserve bandwidth and send haves from forkees when pushing to forked + repositories - essential especially for the initial pull. - Also, make it possible to aggregate the forks in graphiclog and diff + Make it possible to aggregate the forks in graphiclog and diff between forks. Mmmm... -* CVS mirroring: +* CVS, SVN mirroring: Support CVS pserver URLs as mirror sources. Must be subject to manual approval. -- 2.11.4.GIT