Skip to content

CVS checkout instructions out of date at http://r-spatial.sourceforge.net/

4 messages · David Forrest, Virgilio Gómez-Rubio, Roger Bivand

#
Maybe I'm doing things wrong, but do the instructions for CVS checkout 
from
http://r-spatial.sourceforge.net/ (and the Download link show there:
http://r-spatial.sourceforge.net/download.html )
work for others?

export CVS_RSH=ssh

cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/r-spatial login
cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/r-spatial co -P 
sp

They seem inconsistent with the instructions at 
http://sourceforge.net/cvs/?group_id=84357 which seem to work.

Dave
#
Hi David,

My setting to connect to the CVS are:

export CVSROOT=":ext:vir at r-spatial.cvs.sf.net:/cvsroot/r-spatial"
export CVS_RSH=ssh


You will need to change the server to r-spatial.cvs.sf.net. I do not
know why, but it works.

Best,

Virgilio

El vie, 02-02-2007 a las 14:45 -0600, David Forrest escribi?:
2 days later
#
On Fri, 2 Feb 2007, Virgilio G?mez-Rubio wrote:

            
The reason is that Sourceforge split out projects into separate addresses 
last year to aid administration. I have updated the information on the 
website, and added notes where appropriate that the old R repository on 
sourceforge is now no longer updated, because the packages kept there are 
all included in rgdal, maptools, or spgrass6 on CRAN.

Thanks for pointing out the lapse.

Roger

  
    
#
On Mon, 5 Feb 2007, Roger Bivand wrote:

            
...
Thanks for repairing it -- I bonked up against it a few times and thought 
the server was down or I was doing something wrong.

Dave