Re: Ignorance and file suffixes

2005-05-03 Thread Jonathan Chen
On Mon, May 02, 2005 at 08:03:26PM -0700, [EMAIL PROTECTED] wrote:

[...]
> On running cvsup I received an error message
> < Realease not specified for collection "ports-all">
[...]

My working file for -STABLE + ports looks like this:

# Defaults that apply to all the collections
#
*default  host=cvsup.FreeBSD.org
*default  base=/var/db
*default  prefix=/usr
*default  release=cvs
*default  delete use-rel-suffix

*default compress

*default  tag=RELENG_5
src-all

*default tag=.
ports-all

Cheers.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
The Internet: an empirical test of the idea that a million monkeys
banging on a million keyboards can produce Shakespeare
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ignorance and file suffixes

2005-05-02 Thread vizion

>
>> On Mon, May 02, 2005 at 10:53:57AM -0700, [EMAIL PROTECTED] wrote:
>>>
>>
>> [...]
>>> Here are my entries in the supfile:
>>> *default host=cvsup7.freebsd.org
>>> *default base=/var/db
>>> *default prefix=/usr
>>> *default release=cvs delete use-rel-suffix
>>> src-all
>>> ports-all
>>> doc-all
>>> www
>>> cvsroot-all
>>>
>>
>> This setup will get you not only an up-to-date ports tree, but also
>> the -CURRENT system sources which I suspect you don't want. What you
>> should do is to take the supfiles in /usr/share/examples/cvsup and
>> tweak it (all you need to do is to change the `host' specification).
>
> Thanks done that.
> I hope that will solve my inconsistencies with X when I have finished
> cvsuping  (sounds like eating while making a job application) 
>
> BTW I got a fail on the .sh file for installing X asking for extract.exe
> -- I did not find the sources for that -- I am wondering if it goes by
> some other name.
>
> David
>
>
PS If someone can answer the above question it would be appreciated. At
the same time I followed the advice to modify the supfile in line with the
example "stable-supfile"  On running cvsup I received an error message
< Realease not specified for collection "ports-all">

There is the following line in my supfile, taken from the example, which is:

"ports-all tag=."

Now I do want to cvsup all the ports. I am running freebsd 5.3.
The other line (which may be relevant is:

"*Default release=cvs tag-RELENG_5"

Can anyone tell me if these lines are correct?

Thanks

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


Re: Ignorance and file suffixes

2005-05-02 Thread vizion

> On Mon, May 02, 2005 at 10:53:57AM -0700, [EMAIL PROTECTED] wrote:
>>
>
> [...]
>> Here are my entries in the supfile:
>> *default host=cvsup7.freebsd.org
>> *default base=/var/db
>> *default prefix=/usr
>> *default release=cvs delete use-rel-suffix
>> src-all
>> ports-all
>> doc-all
>> www
>> cvsroot-all
>>
>
> This setup will get you not only an up-to-date ports tree, but also
> the -CURRENT system sources which I suspect you don't want. What you
> should do is to take the supfiles in /usr/share/examples/cvsup and
> tweak it (all you need to do is to change the `host' specification).

Thanks done that.
I hope that will solve my inconsistencies with X when I have finished
cvsuping  (sounds like eating while making a job application) 

BTW I got a fail on the .sh file for installing X asking for extract.exe
-- I did not find the sources for that -- I am wondering if it goes by
some other name.

David



David Southwell  Ham call sign M0TAU

40 yrs ocean
and computing
experience.
English Owner & Captain of British Registered 60' bluewater Ketch S/V
Taurus. Currently in San Diego, CA. sailing May bound for Europe via
Panama Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ignorance and file suffixes

2005-05-02 Thread Jonathan Chen
On Mon, May 02, 2005 at 10:53:57AM -0700, [EMAIL PROTECTED] wrote:
> 

[...]
> Here are my entries in the supfile:
> *default host=cvsup7.freebsd.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs delete use-rel-suffix
> src-all
> ports-all
> doc-all
> www
> cvsroot-all
> 

This setup will get you not only an up-to-date ports tree, but also
the -CURRENT system sources which I suspect you don't want. What you
should do is to take the supfiles in /usr/share/examples/cvsup and
tweak it (all you need to do is to change the `host' specification).

Cheers.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
"I don't want to achive immortality through my works..
 I want to achieve it through not dying" - Woody Allen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ignorance and file suffixes

2005-05-02 Thread vizion

>  Sun, May 01, 2005 at 23:07:36, vizion wrote about "Ignorance and file
> suffixes":
>
>> I have tried unsuccessfuly to find out from the manual what the suffixes
>> mean on the files collected by cvsup (e.g. "v") is there a reference for
>> such info?
>  ,v is RCS and CVS suffix. You can use CVS (`info cvs') for dealing with
> them.
>
> But I think you simply missed tag specification from your supfile.
>
>
I think you may be right

Here are my entries in the supfile:
*default host=cvsup7.freebsd.org
*default base=/var/db
*default prefix=/usr
*default release=cvs delete use-rel-suffix
src-all
ports-all
doc-all
www
cvsroot-all

_--

There is no entry:
*default tag=.

-
Question is what will have happened and what should I do now?

Thanks
David

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


Re: Ignorance and file suffixes

2005-05-02 Thread Valentin Nechayev
 Sun, May 01, 2005 at 23:07:36, vizion wrote about "Ignorance and file 
suffixes": 

> I have tried unsuccessfuly to find out from the manual what the suffixes
> mean on the files collected by cvsup (e.g. "v") is there a reference for
> such info?
 ,v is RCS and CVS suffix. You can use CVS (`info cvs') for dealing with
them.

But I think you simply missed tag specification from your supfile.


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


Re: Ignorance and file suffixes

2005-05-01 Thread Jonathan Chen
On Sun, May 01, 2005 at 11:07:36PM -0700, [EMAIL PROTECTED] wrote:
> Hi
> 
> I have tried unsuccessfuly to find out from the manual what the suffixes
> mean on the files collected by cvsup (e.g. "v") is there a reference for
> such info?

Files with a ,v suffix are RCS files, usually used by CVS. I don't
think you intentionally want those files. Your supfile may have an
error in it; please show us your supfile.

Cheers.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
   Do not take life too seriously.
   You will never get out of it alive.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Ignorance and file suffixes

2005-05-01 Thread vizion
Hi

I have tried unsuccessfuly to find out from the manual what the suffixes
mean on the files collected by cvsup (e.g. "v") is there a reference for
such info?
As a newcomer to cvsup when reading the cvsup pages I did not see any
recomendations for good practice for management or use of the files once
they have been downloaded. I am pretty familar with downloading tar files
and the processes of extracting and compiling. With so many packages/ports
coming at the same time (I am half way through my first cvsup right now) I
am wondering what I need to do when the downloads are complete!

David


David Southwell  Ham call sign M0TAU

40 yrs ocean
and computing
experience.
English Owner & Captain of British Registered 60' bluewater Ketch S/V
Taurus. Currently in San Diego, CA. sailing May bound for Europe via
Panama Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"