Shiro Kawai | 6 Jun 12:27

Migrating to Subversion

Hi Gauche developers,

I've been procrastinating this, but SourceForge.net's CVS
is getting so slow enough to convince me to finally
start migrating Gauche repository to Subversion.

Since Gauche repository have several packages and we have
several committers, I gradually move one package at a time
whenever I find time to do so.   I just migrated Gauche-gl
for the starter.  I'm going to move small packages first,
then Gauche itself.

When you browse the source at the sourceforge.net webpage,
check out the subversion repository first:
http://gauche.svn.sourceforge.net/viewvc/gauche/
Once a package is migrated, the CVS repository will no longer
be updated.  I'll try to remove files from CVS repository
to avoid confusions, but there may be some delay.

Here's a short summary of how to access the new repository,
for your convenience:

THOSE WHO WANT TO GET CUTTING EDGE SOURCE
-----------------------------------------

This command works in general:

$ svn co https://gauche.svn.sourceforge.net/svnroot/gauche/Gauche-gl/trunk Gauche-gl

This extracts the 'trunk', the main development line,
(Continue reading)

Shiro Kawai | 19 Jun 12:10

Re: Migrating to Subversion

Most of Gauche source trees on sf.net have been migrated to
Subversion.

http://gauche.svn.sourceforge.net/viewvc/gauche/

See my previous email quoted below for the instructions 
of how to check them out (replace Gauche-gl with suitable
module name).

I didn't touch Gauche-gtk and Gauche-h2s.  Michal, if you
like to move to Subversion, let me know and I can migrate
them as well.

--shiro

From: Shiro Kawai <shiro <at> lava.net>
Subject: [Gauche-devel] Migrating to Subversion
Date: Fri, 06 Jun 2008 00:27:29 -1000 (HST)

> Hi Gauche developers,
> 
> I've been procrastinating this, but SourceForge.net's CVS
> is getting so slow enough to convince me to finally
> start migrating Gauche repository to Subversion.
> 
> Since Gauche repository have several packages and we have
> several committers, I gradually move one package at a time
> whenever I find time to do so.   I just migrated Gauche-gl
> for the starter.  I'm going to move small packages first,
> then Gauche itself.
(Continue reading)


Gmane