discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] savannah cvs restructured; checkout neeeds updati


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] savannah cvs restructured; checkout neeeds updating
Date: Mon, 12 Dec 2005 22:08:06 -0800
User-agent: Mutt/1.5.6i

On Mon, Dec 12, 2005 at 04:55:57PM -0500, Greg Troxel wrote:
> I went to cvs update and got errors from the checkout script.
> Savannah has restructured CVS:
> 
>   http://savannah.gnu.org/forum/forum.php?forum_id=4168
> 
> They say to do the following to convert a working copy:
> 
> find -path '.*/CVS/Root' -print0 | xargs -0 perl -i -p -e 
> 's/:ext:anoncvs\@(cvs\.)?s/:pserver:address@hidden/'
> 
> Without GNU find (e.g. on NetBSD):
> 
> find . -name Root -print0 | xargs -0 perl -i -p -e 
> 's/:ext:anoncvs\@(cvs\.)?s/:pserver:address@hidden/'
> 
> worked for me, but is slightly dangerous.
> 
> They renamed /cvsroot to /sources, so I also did:
> 
> find . -name Root -print0 | xargs -0 perl -i -p -e 's/cvsroot/sources/'
> 
> Also, checkout needs changing for the non-developer case.  I also
> removed the cvs login, since it insists on a password at every update
> which is inconvenient.  Probably the developer CVSROOT should change
> as well.
> 

Thanks.

I've applied your patch as well as the developer fix.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]