Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2002 12:20:44 +0200
From:      Mark Rowlands <mark.rowlands@minmail.net>
To:        Michelle Weeks <tristan11@mindspring.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: synchronizing ports
Message-ID:  <200207271220.44622.mark.rowlands@minmail.net>
In-Reply-To: <F8882906-A0F1-11D6-B459-00039368B8EC@mindspring.com>
References:  <F8882906-A0F1-11D6-B459-00039368B8EC@mindspring.com>

index | next in thread | previous in thread | raw e-mail

On Sat July 27 2002 01:46, 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
> *default tag=.

try 

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


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



help

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