On Fri, Mar 10, 2006 at 10:04:42PM +0000, Alex Bennee wrote:
> I've been tracking GTKG for a while now via anonymous CVS and its been
> getting more and more painful. Today I can't access it at all (I assume
> this is a SF.net issue). 
> 
> How is its performance for the developers with ssh access?
> 
> Is it time to think about maybe moving the hosting of the source tree or
> someway of making the development process easier for us casual
> developers that like to track the development tree but don't need commit
> to the repositary?

I'm tracking gtk-gnutella via git. I only periodically grab a new
tarball of CVS -- but git cvsimport is happy to talk to live CVS server.

It means I get revision control/branching and merging support for the
small set of patches I maintain against gtk-gnutella for the Debian
tree.

Below is my script.

Cheers,
Anand

$ cat update-gtk-gnutella.sh
#!/bin/sh

DATE=`date +%Y%m%d`
PROJECT=gtk-gnutella

wget http://cvs.sourceforge.net/cvstarballs/$PROJECT-cvsroot.tar.bz2 -O 
$PROJECT-$DATE-cvsroot.tar.bz2

rm -rf $PROJECT

tar jxf $PROJECT-$DATE-cvsroot.tar.bz2

git cvsimport -v -d `pwd`/$PROJECT -C $PROJECT.git gtk-gnutella-current


Attachment: signature.asc
Description: Digital signature

Reply via email to