Re: problem with supfile

2007-08-19 Thread dgmm
On Sunday 19 August 2007, Jordan Gordeev wrote:
> Pollywog wrote:
> > Someone please tell me why my supfile is not working.  I think the
> > problem is the tag but I am unsure why:
> >
> > *default host=cvsup2.FreeBSD.org
> > *default base=/var/db
> > *default prefix=/usr
> > *default release=cvs tag=RELENG_6_2
> > *default delete use-rel-suffix
> >
> > # If you seem to be limited by CPU rather than network or disk bandwidth,
> > try # commenting out the following line.  (Normally, today's CPUs are
> > fast enough # that you want to run compression.)
> > *default compress
> >
> > # This collection retrieves the www/ tree of the FreeBSD repository
> > #www
> > ports-all
>
>  From the FreeBSD Handbook, A.5 Using CVSup:
> "Warning: Be very careful to specify any tag= fields correctly. Some
> tags are valid only for certain collections of files. If you specify an
> incorrect or misspelled tag, CVSup will delete files which you probably
> do not want deleted. In particular, use only tag=. for the ports-*
> collections.
> [...]
> Keep in mind that only the tag=. is relevant for the Ports Collection."

This may need updating for some circumstances, eg using the tag PRE_XORG_7

> Please, remember to check the documentation before posting.
>
> The Handbook also describes how to use portsnap to update the Ports
> Collection. Portsnap is very convenient and easy to use, and comes
> installed with FreeBSD 6.2.


-- 
Dave
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-19 Thread Jordan Gordeev

Pollywog wrote:
Someone please tell me why my supfile is not working.  I think the problem is 
the tag but I am unsure why:


*default host=cvsup2.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6_2
*default delete use-rel-suffix

# If you seem to be limited by CPU rather than network or disk bandwidth, try
# commenting out the following line.  (Normally, today's CPUs are fast enough
# that you want to run compression.)
*default compress

# This collection retrieves the www/ tree of the FreeBSD repository
#www
ports-all


From the FreeBSD Handbook, A.5 Using CVSup:
"Warning: Be very careful to specify any tag= fields correctly. Some 
tags are valid only for certain collections of files. If you specify an 
incorrect or misspelled tag, CVSup will delete files which you probably 
do not want deleted. In particular, use only tag=. for the ports-* 
collections.

[...]
Keep in mind that only the tag=. is relevant for the Ports Collection."

Please, remember to check the documentation before posting.

The Handbook also describes how to use portsnap to update the Ports 
Collection. Portsnap is very convenient and easy to use, and comes 
installed with FreeBSD 6.2.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-18 Thread Pollywog
On Saturday 18 August 2007 20:26:53 Manolis Kiagias wrote:

>
> I suggest you read the example files in /usr/share/examples/cvsup. You
> will get it instantly.

Thanks.  I do get it now, after reading your post and looking at the sample 
files.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-18 Thread Manolis Kiagias


Pollywog wrote:
> On Saturday 18 August 2007 19:47:21 Manolis Kiagias wrote:
>   
>> Pollywog wrote:
>> 
>>> Someone please tell me why my supfile is not working.  I think the
>>> problem is the tag but I am unsure why:
>>>
>>> *default host=cvsup2.FreeBSD.org
>>> *default base=/var/db
>>> *default prefix=/usr
>>> *default release=cvs tag=RELENG_6_2
>>> *default delete use-rel-suffix
>>>
>>> # If you seem to be limited by CPU rather than network or disk bandwidth,
>>> try # commenting out the following line.  (Normally, today's CPUs are
>>> fast enough # that you want to run compression.)
>>> *default compress
>>>
>>> # This collection retrieves the www/ tree of the FreeBSD repository
>>> #www
>>> ports-all
>>> ___
>>> freebsd-questions@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to
>>> "[EMAIL PROTECTED]"
>>>   
>> Since this is obviously a ports-supfile, are you sure you want to cvsup
>> the RELENG_6_2 ports;
>> These refer to the ports tree at the exact point when 6.2 was released.
>> You already have them, you installed that ports tree from your CDROM
>> during installation.
>> Instead, you probably need a line like:
>>
>> *default release=cvs tag=.
>>
>> to get the latest available ports.
>> 
>
> Thanks, that has to be it, because on my laptop, I have it as above and it 
> works.  The problem is that when I updated src-ports with a similar supfile, 
> I ended up with FreeBSD 7 on the laptop.
>
>
>   
Yes, and this is the right behavious since tag=. will get you HEADS from
the repository and if you use it for the BASE SYSTEM, that is src-all, 
you will get FreeBSD 7.0
If you use it for the ports, you will simply get the latest available
applications, which (should) work fine on the RELEASE version.

If you wish to get the latest stable (base) system:

*default release=cvs tag=RELENG_6
src-all

If you wish to get the security branch of 6.2 RELEASE, us:

*default release=cvs tag=RELENG_6_2
src-all

I suggest you read the example files in /usr/share/examples/cvsup. You
will get it instantly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-18 Thread Pollywog
On Saturday 18 August 2007 19:47:21 Manolis Kiagias wrote:
> Pollywog wrote:
> > Someone please tell me why my supfile is not working.  I think the
> > problem is the tag but I am unsure why:
> >
> > *default host=cvsup2.FreeBSD.org
> > *default base=/var/db
> > *default prefix=/usr
> > *default release=cvs tag=RELENG_6_2
> > *default delete use-rel-suffix
> >
> > # If you seem to be limited by CPU rather than network or disk bandwidth,
> > try # commenting out the following line.  (Normally, today's CPUs are
> > fast enough # that you want to run compression.)
> > *default compress
> >
> > # This collection retrieves the www/ tree of the FreeBSD repository
> > #www
> > ports-all
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
>
> Since this is obviously a ports-supfile, are you sure you want to cvsup
> the RELENG_6_2 ports;
> These refer to the ports tree at the exact point when 6.2 was released.
> You already have them, you installed that ports tree from your CDROM
> during installation.
> Instead, you probably need a line like:
>
> *default release=cvs tag=.
>
> to get the latest available ports.

Thanks, that has to be it, because on my laptop, I have it as above and it 
works.  The problem is that when I updated src-ports with a similar supfile, 
I ended up with FreeBSD 7 on the laptop.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-18 Thread Manolis Kiagias
Erik Trulsson wrote:
> On Sat, Aug 18, 2007 at 10:47:21PM +0300, Manolis Kiagias wrote:
>   
>> Pollywog wrote:
>> 
>>> Someone please tell me why my supfile is not working.  I think the problem 
>>> is 
>>> the tag but I am unsure why:
>>>
>>> *default host=cvsup2.FreeBSD.org
>>> *default base=/var/db
>>> *default prefix=/usr
>>> *default release=cvs tag=RELENG_6_2
>>> *default delete use-rel-suffix
>>>
>>> # If you seem to be limited by CPU rather than network or disk bandwidth, 
>>> try
>>> # commenting out the following line.  (Normally, today's CPUs are fast 
>>> enough
>>> # that you want to run compression.)
>>> *default compress
>>>
>>> # This collection retrieves the www/ tree of the FreeBSD repository
>>> #www
>>> ports-all
>>> ___
>>> freebsd-questions@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>>>
>>>
>>>   
>>>   
>> Since this is obviously a ports-supfile, are you sure you want to cvsup
>> the RELENG_6_2 ports;
>> These refer to the ports tree at the exact point when 6.2 was released.
>> You already have them, you installed that ports tree from your CDROM
>> during installation.
>> Instead, you probably need a line like:
>>
>> *default release=cvs tag=.
>>
>> to get the latest available ports.
>> 
>
> And if the OP did want the ports tree that shipped with 6.2, then RELENG_6_2
> would have been the wrong tag anyway (in that case the tag should have been
> RELEASE_6_2_0.)  
>
>   

True, and quite obviously :) I never csup-ed the release ports myself,
so I missed this one! Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-18 Thread Erik Trulsson
On Sat, Aug 18, 2007 at 10:47:21PM +0300, Manolis Kiagias wrote:
> Pollywog wrote:
> > Someone please tell me why my supfile is not working.  I think the problem 
> > is 
> > the tag but I am unsure why:
> >
> > *default host=cvsup2.FreeBSD.org
> > *default base=/var/db
> > *default prefix=/usr
> > *default release=cvs tag=RELENG_6_2
> > *default delete use-rel-suffix
> >
> > # If you seem to be limited by CPU rather than network or disk bandwidth, 
> > try
> > # commenting out the following line.  (Normally, today's CPUs are fast 
> > enough
> > # that you want to run compression.)
> > *default compress
> >
> > # This collection retrieves the www/ tree of the FreeBSD repository
> > #www
> > ports-all
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> >
> >   
> Since this is obviously a ports-supfile, are you sure you want to cvsup
> the RELENG_6_2 ports;
> These refer to the ports tree at the exact point when 6.2 was released.
> You already have them, you installed that ports tree from your CDROM
> during installation.
> Instead, you probably need a line like:
> 
> *default release=cvs tag=.
> 
> to get the latest available ports.

And if the OP did want the ports tree that shipped with 6.2, then RELENG_6_2
would have been the wrong tag anyway (in that case the tag should have been
RELEASE_6_2_0.)  







-- 

Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-18 Thread Manolis Kiagias
Pollywog wrote:
> Someone please tell me why my supfile is not working.  I think the problem is 
> the tag but I am unsure why:
>
> *default host=cvsup2.FreeBSD.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs tag=RELENG_6_2
> *default delete use-rel-suffix
>
> # If you seem to be limited by CPU rather than network or disk bandwidth, try
> # commenting out the following line.  (Normally, today's CPUs are fast enough
> # that you want to run compression.)
> *default compress
>
> # This collection retrieves the www/ tree of the FreeBSD repository
> #www
> ports-all
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>
>   
Since this is obviously a ports-supfile, are you sure you want to cvsup
the RELENG_6_2 ports;
These refer to the ports tree at the exact point when 6.2 was released.
You already have them, you installed that ports tree from your CDROM
during installation.
Instead, you probably need a line like:

*default release=cvs tag=.

to get the latest available ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-18 Thread Per olof Ljungmark

Pollywog wrote:
Someone please tell me why my supfile is not working.  I think the problem is 
the tag but I am unsure why:


*default host=cvsup2.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6_2
*default delete use-rel-suffix



This how one of my (working) files look.

*default  host=cvsup.de.FreeBSD.org
*default  base=/usr
*default  prefix=/usr
*default  tag=.
*default  release=cvs tag=RELENG_6_2
*default  delete use-rel-suffix

Good luck,

Per olof
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


problem with supfile

2007-08-18 Thread Pollywog
Someone please tell me why my supfile is not working.  I think the problem is 
the tag but I am unsure why:

*default host=cvsup2.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6_2
*default delete use-rel-suffix

# If you seem to be limited by CPU rather than network or disk bandwidth, try
# commenting out the following line.  (Normally, today's CPUs are fast enough
# that you want to run compression.)
*default compress

# This collection retrieves the www/ tree of the FreeBSD repository
#www
ports-all
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"