Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2002 12:03:32 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Michelle Weeks <tristan11@mindspring.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: synchronizing ports
Message-ID:  <20020727000332.GB25762@grimoire.chen.org.nz>
In-Reply-To: <F8882906-A0F1-11D6-B459-00039368B8EC@mindspring.com>
References:  <F8882906-A0F1-11D6-B459-00039368B8EC@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 26, 2002 at 04:46:57PM -0700, Michelle Weeks wrote:
> i am new to freebsd and am trying to synchronize the ports on our 
> freebsd 4.5 server using cvsup.  the directions i have state to comment 
> out the lines beginning with src - in the /etc/cvsupfile which i did.  i 
> then tried to run:
> 
> /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
> 
> and received the output that the cvsupfile is empty?  i'm not sure what 
> i'm doing wrong.  here is my /etc/cvsupfile:
> 
> *default  host=cvsup10.FreeBSD.org
> *default  base=/usr
> *default  prefix=/usr
> *default  release=cvs
> *default  tag=.
> *default  delete use-rel-suffix
> 
> #src-all

Here's your problem. You've commented out the collection to get. Hence
the warning that the file is empty. If you uncomment this line, you'll
get -current.

> *default tag=.

If you want -stable (ie the 4.x series), your file should read:

    *default  host=cvsup10.FreeBSD.org
    *default  base=/usr
    *default  prefix=/usr
    *default  release=cvs
    *default  delete use-rel-suffix
    *default  tag=RELENG_4
    src-all

Cheers.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
                        "Only the meek get pinched. The bold survive."
                                                      - Ferris Bueller

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020727000332.GB25762>