Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2001 18:16:29 +0200
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        PetBuilder <petbuilder@mediaone.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cvsup question
Message-ID:  <20011004181628.A57212@student.uu.se>
In-Reply-To: <001901c14ced$b07062c0$0100a8c0@home>
References:  <001901c14ced$b07062c0$0100a8c0@home>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 04, 2001 at 09:00:29AM -0700, PetBuilder wrote:
> I followed the instructions for setting up and running cvsup. Now I cannot find where the ports files are now stored.
> 
> this is my-ports-supfile:
>     *default host=cvsup2.FreeBSD.org
>     *default base=/usr/local/etc/cvsup    *default prefix=/usr
>     *default release=cvs tag=RELENG_4    *default delete use-rel-suffix
>     
>     src-all    ports-all
> All the files are gone from my /usr/ports directories
> Where would it have moved the files to?

It didn't move them. They got deleted. The ports tree is not branched
and therefore there are no files in the ports tree with the RELENG_4
tag.

Try something like:

     *default host=cvsup2.FreeBSD.org
     *default base=/usr/local/etc/cvsup
     *default prefix=/usr
     *default release=cvs tag=RELENG_4    
     *default delete use-rel-suffix
     
     src-all    
     ports-all tag=.

instead.




-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se


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?20011004181628.A57212>