Install Subversion on FreeBSD
- Sun, 26 Jun 2011 15:02:25 +0800
- It's necessary to install a source manage system to sort out my sources, so i choose Subversion.My enviroment is FreeBSD 8.2.[CODE type="shell"]cd /usr/ports/develop/subversionmake install clean[/CODE]Install completely.Now i need to configure it.1) Configure it run automaticallyadd the following to /etc/inetd.conf[CODE type="shell"]svn stream tcp nowait root /usr/local/bin/svnserve svnserve -i -r /data/svn/repos1[/CODE]add the following to /etc/rc.conf[CODE type="shell"]inetd_enable="YES"[/CODE]2) Create A Repository[CODE type="shell"]svnadmin create /data/svn/repos1[/CODE]We create a repository for store the projects..That's over, the installation guild end with here. Next, we can use Subversion to control the sources' version.
Tag:FreeBSD, Subversion
- Hots
- 评论
- 发表评论:
- Tags
- Apache C Emacs FreeBSD GODADDY MySQL Newage Nginx Perl Subversion UNIX WEB WINDOWS 单曲 数据库 服务器 网络 读书 随写 音乐
- Recent Post
- Recent Comments
-
- Links
- Copyright Notes
- You can reship all of these articles without permission but MUST mark the original link in your post. Please contact with me() if u have advice or other arrangements.





