顾乔芝士网

持续更新的前后端开发技术栈

linux 配置svn服务器+使用+注意事项

本文以ubuntu系统进行安装。

1、安装svn服务器

输入 y 回车确认安装。

安装完毕后可以用 下边的命令查看是否安装完成,如果现实出版本号和版权信息等等就证明安装完成。

svn --version 成功后展示如下信息
svn, version 1.8.8 (r1568071)
   compiled Aug 20 2015, 12:51:30 on x86_64-pc-linux-gnu

Copyright (C) 2013 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - using serf 1.3.3
  - handles 'http' scheme
  - handles 'https' scheme

centos7安装SVN

第一步:先关闭防火墙

【firewall-cmd --state 】查看防火墙的状态 关闭后显示not running,开启后显示running。【systemctl stop firewalld.service】临时关闭防火墙。

【systemctl disable firewalld.service】禁止防火墙开机启动。

第二步

java svn版本管理工具

SVN 基本认识

  • 定位:集中式版本控制系统,适合代码协作、版本追踪和备份。
  • 核心概念
    • 仓库(Repository):服务器端的中央存储库,保存所有版本历史。
<< < 1 2 3 >>
控制面板
您好,欢迎到访网站!
  查看权限
网站分类
最新留言