<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Common-lisp.net, where elephant is hosted, offers SVN as a standard service, <BR>
and we might have to install and support darcs ourselves.<BR>
<BR>
(Personally, I'll support whatever Ian decides.  I've tried to use Darcs and subversion,<BR>
and can't really see enough of a difference with CVS to matter --- but then I used CVS<BR>
in a job for a long time, so I am quite familiar with it.)<BR>
<BR>
On Mon, 2007-01-22 at 21:50 +0100, Henrik Hjelte wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">For those of us that don't know cvs and don't want to learn svn,</FONT>
<FONT COLOR="#000000">here is a way I use to convert elephant cvs to darcs. </FONT>
<FONT COLOR="#000000">I don't want to start a flamewar, but is there a reason to switch to</FONT>
<FONT COLOR="#000000">subversion rather than darcs? </FONT>

<FONT COLOR="#000000">There is a way to run Trac with darcs, which I believe is already set up</FONT>
<FONT COLOR="#000000">on common-lisp.net: <A HREF="http://progetti.arstecnica.it/trac+darcs">http://progetti.arstecnica.it/trac+darcs</A></FONT>

<FONT COLOR="#000000">Now I'll start testing the new code, hope I can help with some issues.</FONT>

<FONT COLOR="#000000">/Henrik Hjelte</FONT>


<FONT COLOR="#000000">Get the tailor python script here:</FONT>
<FONT COLOR="#000000">darcs get <A HREF="http://darcs.arstecnica.it/tailor/">http://darcs.arstecnica.it/tailor/</A></FONT>

<FONT COLOR="#000000">Make a file elephant-cvs-darcs.tailor like below, and</FONT>
<FONT COLOR="#000000">run:</FONT>
<FONT COLOR="#000000">tailor elephant-cvs-darcs.tailor</FONT>
<FONT COLOR="#000000">Just run it again to get the latest cvs changes.</FONT>

<FONT COLOR="#000000">#-----------------------------------------------------------------------</FONT>
<FONT COLOR="#000000"># For syncing cvs elephant to local darcs</FONT>
<FONT COLOR="#000000">[DEFAULT]</FONT>
<FONT COLOR="#000000">verbose = True</FONT>

<FONT COLOR="#000000">[project]</FONT>
<FONT COLOR="#000000">target = darcs:target</FONT>
<FONT COLOR="#000000">start-revision = INITIAL</FONT>
<FONT COLOR="#000000">root-directory = .</FONT>
<FONT COLOR="#000000">state-file = tailor.state</FONT>
<FONT COLOR="#000000">source = cvs:source</FONT>

<FONT COLOR="#000000">[darcs:target]</FONT>
<FONT COLOR="#000000">subdir = darcs</FONT>

<FONT COLOR="#000000">[cvs:source]</FONT>
<FONT COLOR="#000000">module = elephant</FONT>
<FONT COLOR="#000000">repository= :pserver:anonymous:<A HREF="mailto:anonymous@common-lisp.net">anonymous@common-lisp.net</A>:/project/elephant/cvsroot</FONT>
<FONT COLOR="#000000">subdir = originalcvs</FONT>



<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">elephant-devel site list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</A></FONT>
<FONT COLOR="#000000"><A HREF="http://common-lisp.net/mailman/listinfo/elephant-devel">http://common-lisp.net/mailman/listinfo/elephant-devel</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>