Common-lisp.net, where elephant is hosted, offers SVN as a standard
service, 
and we might have to install and support darcs ourselves.

(Personally, I'll support whatever Ian decides.  I've tried to use Darcs
and subversion,
and can't really see enough of a difference with CVS to matter --- but
then I used CVS
in a job for a long time, so I am quite familiar with it.)

On Mon, 2007-01-22 at 21:50 +0100, Henrik Hjelte wrote:

> For those of us that don't know cvs and don't want to learn svn,
> here is a way I use to convert elephant cvs to darcs. 
> I don't want to start a flamewar, but is there a reason to switch to
> subversion rather than darcs? 
> 
> There is a way to run Trac with darcs, which I believe is already set up
> on common-lisp.net: http://progetti.arstecnica.it/trac+darcs
> 
> Now I'll start testing the new code, hope I can help with some issues.
> 
> /Henrik Hjelte
> 
> 
> Get the tailor python script here:
> darcs get http://darcs.arstecnica.it/tailor/
> 
> Make a file elephant-cvs-darcs.tailor like below, and
> run:
> tailor elephant-cvs-darcs.tailor
> Just run it again to get the latest cvs changes.
> 
> #-----------------------------------------------------------------------
> # For syncing cvs elephant to local darcs
> [DEFAULT]
> verbose = True
> 
> [project]
> target = darcs:target
> start-revision = INITIAL
> root-directory = .
> state-file = tailor.state
> source = cvs:source
> 
> [darcs:target]
> subdir = darcs
> 
> [cvs:source]
> module = elephant
> repository= :pserver:anonymous:[EMAIL PROTECTED]:/project/elephant/cvsroot
> subdir = originalcvs
> 
> 
> 
> _______________________________________________
> elephant-devel site list
> elephant-devel@common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to