[openbeos] Re: Problem with anonymous CVS checkout
- From: Simon Taylor <simontaylor1@xxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Thu, 27 May 2004 7:21:21 +0000
From the Site Status page at sf:
-----------
( 2004-05-03 05:41:25 - Project CVS Service ) As of 2004-04-28 the CVS
services will no longer function with the hostname of
cvs.PROJECTNAME.sourceforge.net. You should change your CVS commands to use the
host cvs.sourceforge.net (the fix for this under all platforms is to perform a
checkout into a new directory using the new hostname) and that should resolve
any outstanding issues that you may have (this includes issues relating to the
SSH host key change warning, among others). This issue came about as a result
of upgrading from BIND 8 to BIND 9 which doesn't allow for a wildcard in the
middle of a hostname.
-------------
Sounds like you may need to check the whole thing out again to a new directory.
> > My checkout script is based on an article in an PBOS newsletter:
> >
> > #!/bin/sh
> > # check out the entire CVS repository for OpenBeOS
> > export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxx:/cvsroot/open-
> > beos
> > cvs login
> > cd ~/obos_repos
> > cvs co .
> > cvs logout
>
> Just go to ~/obos_repos and try to do a `cvs update -R -d -P`.
> That should be enough anyway. As soon as you have checked out the
> repository once, you
> can stay up to date that way.
>
> N.
>
-----------------------------------------
Email provided by http://www.ntlhome.com/
- Follow-Ups:
- [openbeos] Re: Problem with anonymous CVS checkout
- From: Finn Bastiansen
- [openbeos] Re: Problem with anonymous CVS checkout
- From: Niels Reedijk
Other related posts:
- » [openbeos] Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- [openbeos] Re: Problem with anonymous CVS checkout
- From: Finn Bastiansen
- [openbeos] Re: Problem with anonymous CVS checkout
- From: Niels Reedijk