Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2006 20:22:55 -0700
From:      Brian <bri@sonicboom.org>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: cvsup
Message-ID:  <45402A0F.9080208@sonicboom.org>
In-Reply-To: <AD8301DB-3CBF-4B13-ACE6-BD3AC70ECA18@gmail.com>
References:  <AD8301DB-3CBF-4B13-ACE6-BD3AC70ECA18@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
eoghan wrote:
> Hi
> Trying to cvsup my ports and server is saying:
> Rejected by server: Access limit exceeded, try again later
> So im using cvsup.FreeBSD.org
> but have tried cvsup1.FreeBSD.org, cvsup2.FreeBSD.org and 
> cvsup3.FreeBSD.org
> and get the same message... is there something wrong?
> Thanks
> Eoghan
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
I like using fastest_cvsup with this.

I use this script to get ports using it.  You can adjust this to see 
more or less detail.

 more fastest-cvsup-ports-see
#!/bin/sh
      if SERVER=`/usr/local/bin/fastest_cvsup -q -c us`; then
        /usr/local/bin/cvsup -g -L 1 -h $SERVER 
/usr/share/examples/cvsup/my-ports-supfile
      fi







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45402A0F.9080208>