From 484ec7f42a0d20024fd59bfc2b3f953cd93e3509 Mon Sep 17 00:00:00 2001
From: Robert Watson
Date: Tue, 18 Mar 2008 13:17:26 +0000
Subject: [PATCH] Updated csup project description.
Submitted by: lulf
---
en/projects/ideas/ideas.xml | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml
index a76ee84d16..98ef62f16c 100644
--- a/en/projects/ideas/ideas.xml
+++ b/en/projects/ideas/ideas.xml
@@ -15,7 +15,7 @@ Ideas//EN"
- $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.52 2008/03/18 07:21:30 imp Exp $
+ $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.53 2008/03/18 09:26:43 pav Exp $
@@ -929,19 +929,22 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here.
href="http://mu.org/~mux/csup.html">csup homepage, CVSweb
-Maxime Henrion is working on a rewrite of CVSup in C, called csup, and he has
- imported csup into the FreeBSD base system. It should be ready for use in a
- stable environment, but there are however still several missing features.
- The following list should be a good starting point:
+Maxime Henrion is working on a rewrite of CVSup in C, called csup, and he
+ has imported csup into the FreeBSD base system. It should be ready for use
+ in a stable environment, but there are however still several missing
+ features. The following list should be a good starting point:
- Add support for authentication.
- Add support for shell commands sent by the server.
- Add missing support for various CVSup options: -D, -a (requires
- authentication support), -e and -E (requires shell commands support)
- and the destDir parameter.
- - Add support for CVS mode. This is important for developers, since this
- mode sends the actual RCS files themselves. This is very useful
- for storing a full copy of the CVS repository on the client machine.
+authentication support), -e and -E (requires shell commands support) and the
+destDir parameter.
+ - Add support for CVS mode. This is important for developers, since this
+ mode sends the actual RCS files themselves. Some parts of this has
+ already been implemented, such as an RCS parser and an interface to
+ edit RCS files. The remaining parts for this feature is RCS
+ correctness testing, protocol correctness testing, fixing bugs and
+ checking for memory leaks and performance issues.
Requirements: