Re: Querying a cvsup server

2012-02-07 Thread Warren Block

On Tue, 7 Feb 2012, Lowell Gilbert wrote:


Warren Block wbl...@wonkity.com writes:


On Mon, 6 Feb 2012, Lowell Gilbert wrote:


Warren Block wbl...@wonkity.com writes:


Is there a way to query one of the FreeBSD cvsup mirrors, something
like 'svn list -v svn:...' (only with cvs or csup)?  I'm looking to
find the revision or date of a file.


Anonymous CVS is probably the best approach for you.
It's covered in the Handbook.


The goal is to check arbitrary files on FreeBSD cvsup servers to see
if they are up to date.  AFAIK, there are only a couple of anoncvs
servers and the normal cvsupN.freebsd.org servers don't do that.


It's not clear why you're insisting on using the cvsup servers as
opposed to anonymous CVS,


I'm not looking for a specific version of a file, but trying to find out 
whether any arbitrary cvsup mirror is current with the main repository.

Not version control, but network monitoring.

Rephrasing: cvsupN.freebsd.org, do you have the latest version of the 
doc and src trees?


but if you have to use those, then you need to download the whole 
repository in CVS mode and use cvs with that. The cvsup protocol 
does not support version control operations.


It's desirable to keep bandwidth usage low.

csup can be forced with -i to only download one file, and that file has 
the creation date.  The trick to taking that as a freshness indicator 
for the whole would be picking a file that changes on every commit.  Or 
maybe sup/*/checkouts.cvs:., which is updated even when -i specifies a 
nonexistent file.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Querying a cvsup server

2012-02-07 Thread Rob Farmer
On Tue, Feb 7, 2012 at 9:13 AM, Warren Block wbl...@wonkity.com wrote:
 I'm not looking for a specific version of a file, but trying to find out
 whether any arbitrary cvsup mirror is current with the main repository.
 Not version control, but network monitoring.

http://www.mavetju.org/unix/freebsd-mirrors/cvsup-stats-global.php

-- 
Rob Farmer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Querying a cvsup server

2012-02-06 Thread Lowell Gilbert
Warren Block wbl...@wonkity.com writes:

 Is there a way to query one of the FreeBSD cvsup mirrors, something
 like 'svn list -v svn:...' (only with cvs or csup)?  I'm looking to
 find the revision or date of a file.

Anonymous CVS is probably the best approach for you. 
It's covered in the Handbook.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Querying a cvsup server

2012-02-06 Thread Warren Block

On Mon, 6 Feb 2012, Lowell Gilbert wrote:


Warren Block wbl...@wonkity.com writes:


Is there a way to query one of the FreeBSD cvsup mirrors, something
like 'svn list -v svn:...' (only with cvs or csup)?  I'm looking to
find the revision or date of a file.


Anonymous CVS is probably the best approach for you.
It's covered in the Handbook.


The goal is to check arbitrary files on FreeBSD cvsup servers to see if 
they are up to date.  AFAIK, there are only a couple of anoncvs servers 
and the normal cvsupN.freebsd.org servers don't do that.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Querying a cvsup server

2012-02-06 Thread Conrad J. Sabatier
On Mon, 6 Feb 2012 14:53:58 -0700 (MST)
Warren Block wbl...@wonkity.com wrote:

 On Mon, 6 Feb 2012, Lowell Gilbert wrote:
 
  Warren Block wbl...@wonkity.com writes:
 
  Is there a way to query one of the FreeBSD cvsup mirrors, something
  like 'svn list -v svn:...' (only with cvs or csup)?  I'm looking to
  find the revision or date of a file.
 
  Anonymous CVS is probably the best approach for you.
  It's covered in the Handbook.
 
 The goal is to check arbitrary files on FreeBSD cvsup servers to see
 if they are up to date.  AFAIK, there are only a couple of anoncvs
 servers and the normal cvsupN.freebsd.org servers don't do that.

This is one of the reasons I maintain a local copy of the CVS repo
which I keep up-to-date via csup.  Comes in quite handy at times.

In fact, the CVS repo is the *only* thing I update directly via csup.
I then do all my /usr/{doc,ports,src} updates from the local repo.
Great for creating patches for submission, too.

HTH

-- 
Conrad J. Sabatier
conr...@cox.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Querying a cvsup server

2012-02-05 Thread Warren Block
Is there a way to query one of the FreeBSD cvsup mirrors, something like 
'svn list -v svn:...' (only with cvs or csup)?  I'm looking to find the 
revision or date of a file.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: creating own CVSup server

2009-01-12 Thread Tim Judd

Stefan Miklosovic wrote:

Hi all,

I decided to set up my own CVSup server just for my local
network. After reading all related stuff I should find, I have
solid knowledge about this issue but one thing disturbed my mind.

My pc, server which I will mirroring from, is also downloading
source tree from another server (cvsup.at.freebsd.org) to /usr/src
directory. I will download my src tree once a week.
When I am going to set up cvsup server on my own, cvsup-mirror
asks me, where I want to download files I just purchased. Default
directory is /home/ncvs.

My question is, can be downloading directory /usr/src ?
Which reason should I place downloading files to /home/ncvs for?
Does it matter ? Can I serve my own src tree for other computers?
Does it have to be stored twice?

thank you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


You are mirroring the CVS source tree, you are not making a subversion 
server for your own stuff.


I've used this cvs mirror utility before.  You're mirroring a database, 
which has metainfo, versioning info, plus a whole lot more.  You can't 
simply dump this database-type of files into /usr/src and get your 
system to use them.  (There won't be a Makefile for example).


You need to store them to another location outside /usr/src -- 
/home/ncvs is a good place since the uid and gid that the cvs will serve 
as is called 'ncvs'


I'd keep progressing forward, leaving the defaults alone.

Good luck.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


creating own CVSup server

2009-01-11 Thread Stefan Miklosovic
Hi all,

I decided to set up my own CVSup server just for my local
network. After reading all related stuff I should find, I have
solid knowledge about this issue but one thing disturbed my mind.

My pc, server which I will mirroring from, is also downloading
source tree from another server (cvsup.at.freebsd.org) to /usr/src
directory. I will download my src tree once a week.
When I am going to set up cvsup server on my own, cvsup-mirror
asks me, where I want to download files I just purchased. Default
directory is /home/ncvs.

My question is, can be downloading directory /usr/src ?
Which reason should I place downloading files to /home/ncvs for?
Does it matter ? Can I serve my own src tree for other computers?
Does it have to be stored twice?

thank you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: creating own CVSup server

2009-01-11 Thread Stefan Miklosovic
Hi, me again,

I also havent noticed, that there is a choice
among -current or -stable. If I want to
mirror just -stable (this is possible with cvsup stable-supfile),
can I?

thank you again

On Sun, Jan 11, 2009 at 8:37 PM, Stefan Miklosovic 
miklosovic.free...@gmail.com wrote:

 Hi all,

 I decided to set up my own CVSup server just for my local
 network. After reading all related stuff I should find, I have
 solid knowledge about this issue but one thing disturbed my mind.

 My pc, server which I will mirroring from, is also downloading
 source tree from another server (cvsup.at.freebsd.org) to /usr/src
 directory. I will download my src tree once a week.
 When I am going to set up cvsup server on my own, cvsup-mirror
 asks me, where I want to download files I just purchased. Default
 directory is /home/ncvs.

 My question is, can be downloading directory /usr/src ?
 Which reason should I place downloading files to /home/ncvs for?
 Does it matter ? Can I serve my own src tree for other computers?
 Does it have to be stored twice?

 thank you

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


cvsup server resolution weirdness

2006-11-02 Thread Vince
Does anyone know why a) every so often i get
Name lookup failure for cvsup.uk.FreeBSD.org: Host name lookup
failed when i try to connect to cvsup.uk.freebsd.org and b) why even
after i get the name resolved I get this output from a dig +trace on the
servername

[EMAIL PROTECTED] +trace cvsup.uk.FreeBSD.org



;  DiG 9.3.2-P1  +trace A cvsup.uk.FreeBSD.org
;; global options:  printcmd
.   429453  IN  NS  B.ROOT-SERVERS.NET.
.   429453  IN  NS  C.ROOT-SERVERS.NET.
.   429453  IN  NS  D.ROOT-SERVERS.NET.
.   429453  IN  NS  E.ROOT-SERVERS.NET.
.   429453  IN  NS  F.ROOT-SERVERS.NET.
.   429453  IN  NS  G.ROOT-SERVERS.NET.
.   429453  IN  NS  H.ROOT-SERVERS.NET.
.   429453  IN  NS  I.ROOT-SERVERS.NET.
.   429453  IN  NS  J.ROOT-SERVERS.NET.
.   429453  IN  NS  K.ROOT-SERVERS.NET.
.   429453  IN  NS  L.ROOT-SERVERS.NET.
.   429453  IN  NS  M.ROOT-SERVERS.NET.
.   429453  IN  NS  A.ROOT-SERVERS.NET.
;; Received 244 bytes from 192.168.10.222#53(192.168.10.222) in 1 ms

org.172800  IN  NS  TLD3.ULTRADNS.org.
org.172800  IN  NS  TLD4.ULTRADNS.org.
org.172800  IN  NS  TLD5.ULTRADNS.INFO.
org.172800  IN  NS  TLD6.ULTRADNS.CO.UK.
org.172800  IN  NS  TLD1.ULTRADNS.NET.
org.172800  IN  NS  TLD2.ULTRADNS.NET.
;; Received 352 bytes from 192.228.79.201#53(B.ROOT-SERVERS.NET) in 157 ms

FREEBSD.ORG.172800  IN  NS  NS2.DOWNLOADTECH.COM.
FREEBSD.ORG.172800  IN  NS  NS1.IAFRICA.COM.
FREEBSD.ORG.172800  IN  NS  NS1.DOWNLOADTECH.COM.
FREEBSD.ORG.172800  IN  NS  NS0.FREEBSD.ORG.
;; Received 165 bytes from 199.7.66.1#53(TLD3.ULTRADNS.org) in 2174 ms

;; Received 38 bytes from 66.220.3.226#53(NS2.DOWNLOADTECH.COM) in 167 ms


Additionaly if you do a
for server in NS2.DOWNLOADTECH.COM NS1.IAFRICA.COM NS1.DOWNLOADTECH.COM
NS0.FREEBSD.ORG ; do dig a cvsup.uk.freebsd.org @server ; done

you get nothing from NS2.DOWNLOADTECH.COM
you get a recursive answer from NS1.DOWNLOADTECH.COM

and you get (as expected) an AUTHORITY SECTION from the other 2 telling
you where to look (the uk.freebsd.org nameservers)


I'm not a DNS wizard but i'd say something is wrong with
NS2.DOWNLOADTECH.COM and has been for a while now.



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


Error with CVSUP server

2006-10-06 Thread Warren Liddell
is the cvsup2 server in australia down?  As trying to connect i get a lookup 
failure
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error with CVSUP server

2006-10-06 Thread Josh Paetzel
On Friday 06 October 2006 17:17, Warren Liddell wrote:
 is the cvsup2 server in australia down?  As trying to connect i get
 a lookup failure

;; QUESTION SECTION:
;cvsup2.au.freebsd.org. IN  A

;; ANSWER SECTION:
cvsup2.au.freebsd.org.  43200   IN  CNAME   cvsup.isp.net.au.
cvsup.isp.net.au.   86400   IN  A   202.1.117.1

[EMAIL PROTECTED] /home/jpaetzel - telnet cvsup2.au.freebsd.org 5999
Trying 202.1.117.1...
Connected to cvsup.isp.net.au.
Escape character is '^]'.
OK 17 0 SNAP_16_1h CVSup server ready

-- 
Thanks,

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


cvsup server not working....

2005-07-19 Thread Mike Pittelkow


cvsup6.us.FreeBSD.org

reports not src-all cvs release.

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


What chooses the cvsup server ?

2004-04-23 Thread Aleksandar Simic
Hello,


the reason I ask is because when I issue 'make update' command in
/usr/src I get the following message:


[root@/usr/src]# make update
--
 Running /usr/local/bin/cvsup
--
Parsing supfile /usr/local/etc/cvsup/cvsup.stable
Connecting to cvsup2.uk.FreeBSD.org
Connected to cvsup2.uk.FreeBSD.org
Rejected by server: Access limit exceeded; try again later
Will retry at 10:16:19
 

*note the server name*:  cvsup2.uk.FreeBSD.org


My /usr/local/etc/cvsup/cvsup.stable looks like this:

*default host=cvsup18.us.FreeBSD.org -- note the server name
*default base=/usr/local/etc/cvsup   
*default prefix=/usr
*default release=cvs tag=RELENG_4
*default delete use-rel-suffix
*default compress
src-all


Now if I 'cd' to /usr/local/etc/cvsup/ and issue 'grep cvsup2 *' I
don't get anything back. 

So where is this cvsup2.uk.FreeBSD.org comming from ?



Thank you

Aleksandar 

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


Re: What chooses the cvsup server ?

2004-04-23 Thread Matthew Seaman
On Fri, Apr 23, 2004 at 10:22:34AM +0100, Aleksandar Simic wrote:

 the reason I ask is because when I issue 'make update' command in
 /usr/src I get the following message:

 *note the server name*:  cvsup2.uk.FreeBSD.org

 *default host=cvsup18.us.FreeBSD.org -- note the server name

 So where is this cvsup2.uk.FreeBSD.org comming from ?

/etc/make.conf  -- specifically the SUPHOST setting.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: What chooses the cvsup server ?

2004-04-23 Thread Aleksandar Simic
On Fri, Apr 23, 2004 at 10:23:16AM +0100, Matthew Seaman wrote:
 On Fri, Apr 23, 2004 at 10:22:34AM +0100, Aleksandar Simic wrote:
 
  the reason I ask is because when I issue 'make update' command in
  /usr/src I get the following message:
 
  *note the server name*:  cvsup2.uk.FreeBSD.org
 
  *default host=cvsup18.us.FreeBSD.org -- note the server name
 
  So where is this cvsup2.uk.FreeBSD.org comming from ?
 
 /etc/make.conf  -- specifically the SUPHOST setting.
 

Doh !

I was just looking at the SUPFILE setting and completely glazing over
SUPHOST even though it is just a line above it.

I feel so guilty about bothering the list with this.

Thanks Matthew

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


Internal cvsup server?

2004-01-28 Thread stan
I'm supporting a fair number of FreeBSD machines that live behind a very
restrictive corporate firewall. 

I finally managed to get the powers that be to agree to open up the port
for cvsup, but they want to limit it to one IP address. Actually this is
probably not a bad solution.

My plan is to set up an internal cvsup master machine, and cvsup the
internal machines from it. I'm only interested in the STABLE branch, and
really on the latest version of that.

Can anyone point me to some documentation on how to go about setting this
up?

My knowledge level is very basic here, as I have only used cvsup, never set
it up.

Thanks.

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Internal cvsup server?

2004-01-28 Thread Ruben de Groot
On Wed, Jan 28, 2004 at 08:38:57AM -0500, stan typed:
 I'm supporting a fair number of FreeBSD machines that live behind a very
 restrictive corporate firewall. 
 
 I finally managed to get the powers that be to agree to open up the port
 for cvsup, but they want to limit it to one IP address. Actually this is
 probably not a bad solution.
 
 My plan is to set up an internal cvsup master machine, and cvsup the
 internal machines from it. I'm only interested in the STABLE branch, and
 really on the latest version of that.
 
 Can anyone point me to some documentation on how to go about setting this
 up?
 
Look for the cvsup-mirror port. It'll do what you want.

Ruben

 My knowledge level is very basic here, as I have only used cvsup, never set
 it up.
 
 Thanks.
 
 -- 
 They that would give up essential liberty for temporary safety deserve
 neither liberty nor safety.
   -- Benjamin Franklin
 ___
 [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]


Re: Internal cvsup server?

2004-01-28 Thread Andrew Boothman
Ruben de Groot wrote:

My plan is to set up an internal cvsup master machine, and cvsup the
internal machines from it. I'm only interested in the STABLE branch, and
really on the latest version of that.
Can anyone point me to some documentation on how to go about setting this
up?
 
Look for the cvsup-mirror port. It'll do what you want.
You might also find the hubs article useful 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/hubs/index.html

Andrew

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


CVSUP server

2003-11-15 Thread dvv
Hi!
Can you tell me thesize of FreeBSD src+ports. Couple of guys including me 
are exploring the possibility to run a CVSUP server in Nulgaria and update 
it once per day. What are the requierements for CVS machines and is it 
acceptable the machine to be accessible from the destination country only.
Best regards,
Dimitar Vassilev 

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


Re: CVSUP server

2003-11-15 Thread Kent Stewart
On Saturday 15 November 2003 01:53 am, dvv wrote:
 Hi!
 Can you tell me thesize of FreeBSD src+ports. Couple of guys including me
 are exploring the possibility to run a CVSUP server in Nulgaria and update
 it once per day. What are the requierements for CVS machines and is it
 acceptable the machine to be accessible from the destination country only.

My local cvs-mirror only has docs, src,  ports, and www. It is 2.0 GB. Of 
that, 1.2 GB is src. The ports are 598 MB. The docs are also necessary and 
were only 153 MB. The www was something that was more trouble to turn off 
than to let the cvsupd script set it up. 

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


Re: CVSUP server

2003-11-15 Thread Rob
Have a look at http://www.freebsd.org/doc/en/articles/hubs/

- Original Message -
From: dvv [EMAIL PROTECTED]
Subject: CVSUP server


 Hi!
 Can you tell me thesize of FreeBSD src+ports. Couple of guys including
me
 are exploring the possibility to run a CVSUP server in Nulgaria and
update
 it once per day. What are the requierements for CVS machines and is it
 acceptable the machine to be accessible from the destination country
only.
 Best regards,
 Dimitar Vassilev


 ___
 [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]


Setting up a cvsup server

2003-09-18 Thread Wayne Pascoe
Hi all, 

Can anyone give me any pointers to setting up a server for all my other
boxen to cvsup from ? 

What I'd like to do is have one box cvsup from the main freebsd cvsup
servers, but then for all my other boxen to be able to update both ports
and source from this central server.

The reason that I want to do this is that I've just upgraded openssh on
all of my machines twice this week. This has meant updating the ports
tree twice over 30 machines and this is a bit of a hit both on the
freebsd servers and my own pipes. 

If anyone can advice on this, I would be truly greatful.

Regards,

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


Re: Setting up a cvsup server

2003-09-18 Thread Matthew Seaman
On Thu, Sep 18, 2003 at 11:02:56AM +0100, Wayne Pascoe wrote:
 Hi all, 
 
 Can anyone give me any pointers to setting up a server for all my other
 boxen to cvsup from ? 
 
 What I'd like to do is have one box cvsup from the main freebsd cvsup
 servers, but then for all my other boxen to be able to update both ports
 and source from this central server.
 
 The reason that I want to do this is that I've just upgraded openssh on
 all of my machines twice this week. This has meant updating the ports
 tree twice over 30 machines and this is a bit of a hit both on the
 freebsd servers and my own pipes. 
 
 If anyone can advice on this, I would be truly greatful.

Simple: just install the net/cvsup-mirror port.  It will run you
through an interactive installation script to help you configure
things.  Since you're setting up a private mirror, you shouldn't use
cvsup-master.freebsd.org. (In fact, you shouldn't use that server
anyhow without permission from the powers that be.) The other cvsup
servers are generally fine for this purpose.  If you're going to run
the mirroring frequently, do check with the admins of the server
you want to use first.

Cheers,

Matthew 

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Setting up a cvsup server

2003-09-18 Thread Ruben de Groot
On Thu, Sep 18, 2003 at 11:02:56AM +0100, Wayne Pascoe typed:
 Hi all, 
 
 Can anyone give me any pointers to setting up a server for all my other
 boxen to cvsup from ? 
 
 What I'd like to do is have one box cvsup from the main freebsd cvsup
 servers, but then for all my other boxen to be able to update both ports
 and source from this central server.
 
 The reason that I want to do this is that I've just upgraded openssh on
 all of my machines twice this week. This has meant updating the ports
 tree twice over 30 machines and this is a bit of a hit both on the
 freebsd servers and my own pipes. 
 
 If anyone can advice on this, I would be truly greatful.
 
What I do is use the standard cvs-supfile example to mirror the 
entire cvs repository locally in /home/ncvs
The other servers on the network use cvs checkout to update their sources.


 Regards,
 
 -- 
 Wayne Pascoe
 Making numberplates
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
The world is coming to an end.  Please log off.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvsup server down???

2003-08-19 Thread RYAN vAN GINNEKEN
having trouble with cvsup keeps refuseing to let me log in

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


Re: cvsup server down???

2003-08-19 Thread Kris Kennaway
On Tue, Aug 19, 2003 at 08:10:46PM -0600, RYAN vAN GINNEKEN wrote:
 having trouble with cvsup keeps refuseing to let me log in

Try another mirror.

Kris


pgp0.pgp
Description: PGP signature


Re: cvsup server down???

2003-08-19 Thread RYAN vAN GINNEKEN
Kris Kennaway wrote:
aready tried three mirrors
On Tue, Aug 19, 2003 at 08:10:46PM -0600, RYAN vAN GINNEKEN wrote:
 

having trouble with cvsup keeps refuseing to let me log in
   

Try another mirror.

Kris
 



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


Re: cvsup server down???

2003-08-19 Thread Kris Kennaway
On Tue, Aug 19, 2003 at 08:49:17PM -0600, RYAN vAN GINNEKEN wrote:
 Kris Kennaway wrote:
 aready tried three mirrors

It's probably a local problem then.  Unless you give more details we
can't help you.

Kris


pgp0.pgp
Description: PGP signature