cvsup syntax questions... and what's the difference between branch and release tags?

2003-09-11 Thread Bsd Neophyte
can someone take a look at my cvsupfile and see if it's alright:

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

src-all tag=RELENG_5_1_0_RELEASE

# added manually... collection will be filtered through the refuse file
ports-all tag=RELENG_5_1_0_RELEASE
doc-all tag=RELENG_5_1_0_RELEASE
-

i have a few questions... i'm getting many errors.  i'm getting Network
tree failure: connection refused is the main error that keeps reoccuring.

i've also noticed that my ports/ and doc/ directories have vanished.

finally, what are the differences between branch and release tags?




__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup syntax questions... and what's the difference between branch and release tags?

2003-09-11 Thread Val Smith
Why did you add the _0_RELEASE at the end of your src-all, ports-all and doc-all 
tags?

FWIW this is what I use for 5.1 Release and never had any problems except I 
occasionally change the mirror name if the connection seems bad with one in particular:

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

src-all 
*default tag=.
ports-all
doc-all.


Good luck!

VS




On Thu, 11 Sep 2003 15:28:53 -0700 (PDT)
Bsd Neophyte [EMAIL PROTECTED] wrote:

 can someone take a look at my cvsupfile and see if it's alright:
 
 ---
 *default  host=cvsup10.us.FreeBSD.org
 *default  base=/usr
 *default  prefix=/usr
 *default  release=cvs
 *default  tag=RELENG_5_1
 *default  delete use-rel-suffix
 
 src-all tag=RELENG_5_1_0_RELEASE
 
 # added manually... collection will be filtered through the refuse file
 ports-all tag=RELENG_5_1_0_RELEASE
 doc-all tag=RELENG_5_1_0_RELEASE
 -
 
 i have a few questions... i'm getting many errors.  i'm getting Network
 tree failure: connection refused is the main error that keeps reoccuring.
 
 i've also noticed that my ports/ and doc/ directories have vanished.
 
 finally, what are the differences between branch and release tags?
 
 
 
 
 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]