首页 > 代码库 > 亲测svn

亲测svn

free -m 查看内存状况

cat /proc/version 查看linux版本状况

fdisk -l  查看硬盘使用状况

模糊查询

find / -name "*svn*"
find / -name "*Svn*"
find / -name "*SVN*"

独立安装的方式:

1、yum install -y subversion-* 

2、mkdir –p /opt/svndata/repos

3、svnadmin create /opt/svndata/repos

出现错误一:
svnadmin: Could not create top-level directory
svnadmin: Can‘t create directory ‘/opt/svn/repos‘: No such file or directory

-----------------------------------------------------------------------------------------------

解决方案:添加环境变量

 

find / -name xxx(xxx是包的名字)就可以找到了