Code Monkey home page Code Monkey logo

svnadmin's Introduction

SvnAdmin

frok from https://git.oschina.net/hpboys/svnadmin.git

说明:本系统用于配合silksvn服务器使用,不支持Visual SvnServer。

致力于成为一个安全流畅,极简可靠的SVN管理工具

主要功能

  • SVN仓库创建,管理;
  • SVN用户,用户组创建,管理;
  • SVN资源权限授权;
  • 用户权限查看,密码更改;
  • SVN仓库支持多库模式;

获取老司机的带路:

SVN管理系统-交流群

一、使用源码开发部署步骤:

  1. 下载项目源码;
  2. 找到文件 test\resources\svnadmin_init.sql 进行执行初始化;
  3. 默认root账户:root/root
  4. 删除所有账户,进行登录,则可以重新初始化管理员账号;
  5. SVN认证账户和登录账户默认一致;

二、使用部署包直接部署步骤:

  1. 下载最新部署包(点此下载);
  2. 找到文件 sql\svnadmin_init.sql 进行执行初始化;
  3. 配置数据库连接信息,配置文件位置:WEB-INF/classes/jdbc.properties,修改数据库密码
  4. 部署到tomcat等Web容器中即可;环境推荐JDK1.8 / Tomcat8
  5. 系统默认root账户:root/root
  6. 删除所有账户,进行登录,则可以重新初始化管理员账号;
  7. SVN认证账户和登录账户默认一致;

三、SilkSvn启动模式:
在cmd里面输入以下命令安装服务:
sc stop silksvn
sc delete silksvn
sc create silksvn binPath= "\"C:/Program Files/SlikSvn/bin/svnserve.exe\" --service -r D:\svn\repository" DisplayName= "Silk SVN" depend= tcpip start= auto
上面的路径分别是SilkSvn的安装路径以及SVN仓库的根目录(该目录必须已经存在,否则服务启动失败)。 最后在windows服务里面启动silksvn服务 PS:silksvn 默认的端口是:3690,注意开启防火墙

svnadmin's People

Contributors

tanhaican avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.