Cvs (ConcurrentVersionSystem) is a very popular version control tool.
Although its functionality is Perforce, Subversion, and so powerful, but because of its ease of configuration, simple to use, and launched a long time, so in a variety of a sample application for software project. The first is to install FreeBSD and application security patches. This step is very simple, download a FreeBSD (upcoming 5.2-RELEASE is a good choice, in this article was published, this version may have been able to download the) miniiso firing CD-ROM, and then install it (choose the "Minimum" installation). Note that in order to be able to use ssh authentication, be sure to install the crypto to the machine configuration, network, and so on, reboot. Then install some necessary package.FreeBSD4.x built in, but in perl 5.x, perl is from basic system was deleted. In order to be able to better use including ACLs, commitmail, a number of features, you must install perl. I personally recommend using ports in the version of perl 5.8.x. prior to installation, first of all that there is no installation for perl5.6.x new system, you can safely perform the following command: this will remove any package that already exist, the vast majority of. generally FreeBSD users are using cvsup to update your system, but the release of the CD, there is no included cvsup-without-gui, while ordinary cvsuppackage you need x 11 a series library. In order to avoid trouble, consider the following two different ways to complete its first code update work: 1, using FreeBSD in cvs to synchronize code: cvs-d:pserver: & nbspanoncvs@anoncvs.jp.freebsd.org:/home/ncvslogin enter "anoncvs", enter cd/usrcvs-R-d: pserver: & nbspanoncvs@anoncvs.jp.freebsd.org:/home/ncvsexport-rRELENG_5_2srcports Note: If you are not using 5.2-RELEASE, properly modify RELENG_5_2 (for example, 4-STABLE is RELENG_4,-CURRENT is the HEAD, and so on): 2, install, and then use pkg_add-rcvsup-without-gui cvsup-without-gui cvsup to synchronize the code, limited to the length, I will not repeat them here is recommended to use the first method, of course, the second method should be faster, and do not need to manually compile cvsup. Subsequently, the installation Perl5.8.x: cd/usr/ports/lang/perl5.8 makeallinstallclean & & & & reas shortly afterwards we encounter a very serious problem: ports inside use.perl script did not know that the system was not installed perl, so it is an error when executing — in this case, you only need to make a symbolic link perl. Well, the Executive: use.perlport so use.perl script will help you finish modifying the configuration file (e.g./etc/make.conf), and a series of work. Here is a table, a little configuration about OpenSSH (sshd) configuration, as a general rule, add the following two lines: Protocol2PasswordAuthenticationno
No comments:
Post a Comment