特性
|
Berkeley
DB
|
FSFS
|
对操作中断的敏感
|
很敏感;系统崩溃或者权限问题会导致数据库“塞住”,需要定期进行恢复。
|
不敏感
|
可只读加载
|
不能
|
可以
|
存储平台无关
|
不能
|
可以
|
可从网络文件系统访问
|
不能
|
可以
|
版本库大小
|
稍大
|
稍小
|
扩展性:修订版本树数量
|
无限制
|
某些本地文件系统在处理单一目录包含上千个条目时会出现问题。
|
扩展性:文件较多的目录
|
较慢
|
较慢
|
检出最新代码的速度
|
较快
|
可以
|
大量提交的速度
|
较慢,但时间被分配在整个提交操作中
|
较快,但最后较长的延时可能会导致客户端操作超时
|
组访问权处理
|
对于用户的 umask 设置十分敏感,最好只由一个用户访问。
|
对 umask 设置不敏感
|
功能成熟时间
|
2001 年
|
2004 年
|
<Location /svndata>
//设置url,代表要访问的仓库的父目录
DAV svn
SVNParentPath /data/svndata //svn根目录
AuthType Basic
AuthName "SVN Test"
AuthzSVNAccessFile /data/svndata/authz.conf //svn认证文件,创建一个authz.conf文件
AuthUserFile /data/svndata/authfile //apache认证文件
Require valid-user
</Location>
|
[pro1:/]
//表示仓库pro1根目录
sum = rw
//仓库对sum用户有读写权
wyj = r
//仓库对wyj用户有读权限
[pro2:/]
//仓库pro2根目录
sum = r
wyj = rw
[/]
//这个表示在所有仓库的根目录下
* = r
//这个表示对所有的用户都具有读权限
[groups]
//这个表示群组设置
developers = sum, wyj
//developers组中的用户
[pro1:/]
@svn1-developers = rw
//对这个组有读写权限
|
18
16 sum fff.txt
18
1 root index2.php
18
10 sum index20090416.html
18
17 sum 111/fff.txt
18
17 sum 111/index2.php
18
17 sum 111/index20090416.html
18
17 sum 111/index.jsp
|
Sum
//作者
2009-09-10 11:51:17 +0800 (Thu, 10 Sep 2009)
//提交时间
0
//最后一次提交参数信息
|
jytk.html <0-1.0.r1/232049>
gallery.php <3-1.0.r1/232223>
gywm.html <5-1.0.r1/232402>
database.php <7-1.0.r1/232579>
lxyp.html <b-1.0.r1/232979>
|
Added: 11.txt
//显示增加了11.txt文件
|
fxywy/
fxywy/src
jxywy/
jxywy/src
src/
|
/usr/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
make: *** [subversion/svn/svn] Error 1
|
Repository moved permanently to ' xxxxxx ' please relocate
|
update -r HEAD D:/xywyworkspace/fxywy
Working copy not locked; this is probably a bug, please report
svn: Directory 'D:\xywyworkspace\fxywy\WebRoot\WEB-INF\classes\com\.svn' containing working copy admin area is missing
|
attempt to write a readonly database
|
-rw-r--r-- 1 www www
3 9月 1 09:40 current
-r--r--r-- 1 www www
22 8月 30 18:18 format
-rw-r--r-- 1 www www
1920 8月 30 18:18 fsfs.conf
-rw-r--r-- 1 www www
5 8月 30 18:18 fs-type
-rw-r--r-- 1 www www
2 8月 30 18:18 min-unpacked-rev
-rw-r--r-- 1 www www 935936 9月 1 09:40 rep-cache.db
drwxr-sr-x 3 www www
4096 8月 30 18:18 revprops
drwxr-sr-x 3 www www
4096 8月 30 18:18 revs
drwxr-sr-x 2 www www
4096 9月 1 09:40 transactions
|