该系统为使用PHP开发的基于web的Subversion(SVN)服务器端管理工具。支持功能:SVN仓库管理、SVN用户管理、SVN分组管理、目录授权、目录浏览、Hooks管理、在线dump备份、在线备份恢复、SVN用户禁用、服务器状态管理、日志管理、消息通知、更新检测...
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

138 lines
3.6 KiB

{
"version": "2.4",
"fixd": {
"con": [
{
"title": "1",
"content": "修复SVN仓库权限配置的bug"
},
{
"title": "2",
"content": "完善用户权限控制逻辑"
}
]
},
"add": {
"con": [
{
"title": "1",
"content": "支持文件级授权"
},
{
"title": "2",
"content": "支持目录浏览"
},
{
"title": "3",
"content": "支持仓库备份与恢复"
},
{
"title": "4",
"content": "支持SVN用户禁用与启动"
},
{
"title": "5",
"content": "支持用户级日志记录"
},
{
"title": "6",
"content": "兼容PHP5.5+"
}
]
},
"remove": {
"con": [
{
"title": "1",
"content": "暂时移除仓库钩子的配置功能"
}
]
},
"release": {
"download": [
{
"nodeName": "gitee.com",
"url": ""
},
{
"nodeName": "github.com",
"url": ""
},
{
"nodeName": "witersen.com",
"url": "https://download.witersen.com/SVNAdmin/SVNAdmin-2.3.zip"
}
]
},
"update": {
"step": [
{
"title": "1",
"content": "登录服务器控制台"
},
{
"title": "2",
"content": "执行命令 php ${your_path}/server/install.php"
}
],
"download": [
{
"nodeName": "gitee.com",
"packages": [
{
"for": {
"source": "2.3",
"dest": "2.4"
},
"url": "xxx"
},
{
"for": {
"source": "2.3",
"dest": "2.5"
},
"url": "xxx"
}
]
},
{
"nodeName": "github.com",
"packages": [
{
"for": {
"source": "2.3",
"dest": "2.4"
},
"url": "xxx"
},
{
"for": {
"source": "2.3",
"dest": "2.5"
},
"url": "xxx"
}
]
},
{
"nodeName": "witersen.com",
"packages": [
{
"for": {
"source": "2.3",
"dest": "2.4"
},
"url": "xxx"
},
{
"for": {
"source": "2.3",
"dest": "2.5"
},
"url": "xxx"
}
]
}
]
}
}