Is this important which CVS server use for cvsup

I use FreeBSD 7 and I use TW cvsup serverfor CVSup my port tree and SRC , but it was slow so I change it to JP ,
Is this important which Server I use ?
Can change server make my port tree damage and make problem for me ?
 
mfaridi said:
I use FreeBSD 7 and I use TW cvsup serverfor CVSup my port tree and SRC , but it was slow so I change it to JP , Is this important which Server I use ?

As in http://www.freebsd.org/doc/en/books/handbook/cvsup.html: Any of the CVSup mirror sites will do, though you should try to select one that is close to you in cyberspace.

mfaridi said:
Can change server make my port tree damage and make problem for me ?

I won't make any damage.
 
Use csup, it's in the base, no need to install a port/package.
 
Install and run fastest_cvsup like ale pointed out:

Code:
# cd /usr/ports/sysutils/fastest_cvsup
# make install clean
# rehash
# fastest_cvsup -Q -r -c all

When the last command is ran it identifies the fastest mirror for your connection.
 
Other than that, fastest_cvsup can also be used together with csup, so there's no need to stick with cvsup. For ports, portsnap is preferable.
 
Back
Top