Remove the csup CVSup in C project. It was worked on last year and

there are still outstanding patches to be integrated.

Submitted by:	mux
This commit is contained in:
Murray Stokely 2006-04-17 22:52:12 +00:00
parent fef310fcca
commit 70089b1042
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27574

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.36 2006/04/15 16:29:01 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.37 2006/04/17 15:09:40 brooks Exp $">
<!ENTITY title "FreeBSD Summer Projects">
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -74,20 +74,6 @@ href="&base;/projects/ideas/index.html">here</a>.</p>
installer could be updated to make it possible to setup a Xen
system with several FreeBSD nodes, etc.</li>
<li><strong>Rewrite CVSup in C</strong>: <a
href="http://www.cvsup.org">CVSup</a> is the CVS-Optimized
General-Purpose Network File Distribution System. It has been
used heavily for nearly 10 years to distribute the FreeBSD CVS
tree to mirrors around the world. CVSup was written in Modula-3
and a rewrite in C would encourage more users to improve it.
CVSup is a multi-threaded application by design so the applicant
should have at least some experience with pthreads.
Additional requested features include understanding of Subversion
fsfs repositories and Perforce depots. Currently part of the work
and research has already been completed. More information on this
project is available <a href="http://mu.org/~mux/csup.html">here</a>.
<a href="mailto:mux@FreeBSD.org">&a.mux;</a> is the coordinator.</li>
<li><strong>Improve our regression testing system</strong>: Nik
Clayton has written a regression test infrastructure using Perl.
More of the regression tests should be made to work with libtap.