###############################   PART ONE   ###############################

#1. Introduction of the VisualSVN Server tool

VisualSVN Server is free to use for us. But VisualSVN client needs you to pay some money for it if you need it. VisualSVN just is a widget for Visual studio.

If you don't want to spend the money, I will suggest you to take place it instead of  AnkhSvn (VS2008 plug-in). It also provides you the same function to finish your work.

VisualSVN Server is distributed as an all-in-one standard Windows Installer package and the installation process is easy and painless: a ready-to-go server can be quickly installed in a Next-Next-Finish manner.

All in all, We always use the VisualSVN Server to setup our svn server environment. It's easy for us to do that, and you just need to click the next button by next button until you come across the finish button.

#2. download the VisualSVN Server tool

the available URL will be provided here, and you can visit its official website.

https://www.visualsvn.com/

Click the download button to get your tools.

#3. Install the VisualSVN Server

After completing to download, you double click this executable program to run it.

Run the VisualSvn-Server-2.1.4.msi program, click Next, the following screenshot sequence is the installation steps:

#step1

#step2

#step3

#step4

#step5

#4.  How to use VisualSVN Server

After installing Server VisualSVN, run Server Manger VisualSVN, the following screenshot is the start GUI

1) Create a code Repository named Test , and related settings:

2) Add a user group and add some users into this group, by the way setup their permission what thing they can do.

###############################   PART TWO  ###############################

#1. Introduction of the TortoiseSVN tool

TortoiseSVN is a free open source windows platform Subversion client for version control system, and you do not need to pay any money for it. It's a pretty good thing for us.

#2. Download the TortoiseSVN tool

go access to its official webiste, you can copy this URL (https://tortoisesvn.net/downloads.html) to visit, and find a place to download it on your computer.

#3. Install TortoiseSVN

#step1 Click TortoiseSVN-1.6.6.17493-win32-svn-1.6.6.msi and click the Next button

#step2  Accept the items in the License Agreements and Click the Next button to jump into the next part installation.

#step3 Click the Next button to go ahead

#step4 Click the Install button to go ahead

#step5 Wait for a moment to let it install on your system, it's a coffee time to have a break.

#step6 Click the finish button to end this process

NOTE: After the final installation is complete, the system prompts to restart.

It's up to you to choose it. but in my advice, you have bettr to click on Yes (because it does not restart may cause the display is not correct)

If you succed to install this software on your PC, you use this method to verify if you have installed it correctly. see the following screenshot.

You can click the right mouse button in any folder, if the display as shown below, indicating that the installation is successful.

#4. Use it in Eclipse IDE

#step1 Download the SVN plug-in for Eclipse, you can visit here the URL (http://subclipse.tigris.org)

#step2 Extract to a folder which you want to place

#step3

1) Enter in to your Eclipse installation directory

2) Find the special directory named dropins diretory

3) Create a new file and named subclipse.link (any names you want and you like)

4) type some informations into this file.

like this:

path=your plug-in extract directory

###############################   END HERE  ###############################

It's time to say goodbye. It's all I want to share with you. Hope you can enjoy your VisualSVN Server's journey. Thanks for your reading.

###############################   END HERE  ###############################

How to use VisualSVN Server and TortoiseSVN to host your codes and control your codes' version的更多相关文章

  1. VisualSVN Server以及TortoiseSVN客户端的配置和使用方法

    http://www.cnblogs.com/beautifulFuture/archive/2014/07/01/3818211.html 近期学习代码管理工具,首先学习一下svn和Tortoise ...

  2. 项目管理实践教程二、源代码控制【Source Control Using VisualSVN Server and TortoiseSVN】

    在第一篇文章 项目管理实践教程一.工欲善其事,必先利其器[Basic Tools]发布后,根据大家的回复,我需要向大家说明几个问题: 1.为什么要用VisualSVN Server,而不用Subver ...

  3. 服务器svn 小乌龟 visualsvn server manager Tortoisesvn的部署使用

    这个主要说说实现hook,就是本地上传文件后,服务器svn将相应的文件也修改了,实现本地上传,可以及时在浏览器查看效果 首先安装visualsvn 可参考http://blog.csdn.net/zl ...

  4. PCB SVN 服务端VisualSVN Server与TortoiseSVN

    PCB 工程系统SVN源代码招病毒破坏以后,一周时间都没有源代码同步更新了,今天终于将SVN源代码数据恢复并重建SVN服务器,这里将SVN搭建安装过程整理如下 一.服务端SVN安装 1.下载地址:ht ...

  5. SVN 的搭建及使用(二)VisualSVN Server建立版本库,以及VisualSVN和TortoiseSVN的使用

    上一篇介绍了VisualSVN Server和TortoiseSVN的下载,安装,汉化.这篇介绍一下如何使用VisualSVN Server建立版本库,以及VisualSVN和TortoiseSVN的 ...

  6. 用VisualSVN Server创建版本库,以及TortoiseSVN的使用

    介绍了VisualSVN Server和TortoiseSVN的下载,安装,汉化. SVN服务器搭建和使用(一) Subversion是优秀的版本控制工具,其具体的的优点和详细介绍,这里就不再多说. ...

  7. VIsualSVN server 安装及旧仓库导入

    安装参考: 1,  http://www.cnblogs.com/xiaobaihome/archive/2012/03/20/2407610.html SVN服务器搭建和使用(一) Subversi ...

  8. (转)TortoiseSVN与VisualSVN Server搭建SVN版本控制系统

    本片主要介绍如何搭建SVN版本控制系统,主要使用工具: 1 客户端:TortoiseSVN (小乌龟) 2 服务端:VisualSVN Server 搭建出图形化管理,以及右键菜单版本控制管理的SVN ...

  9. TortoiseSVN与VisualSVN Server搭建SVN版本控制系统

    本片主要介绍如何搭建SVN版本控制系统,主要使用工具: 1 客户端:TortoiseSVN (小乌龟) 2 服务端:VisualSVN Server 搭建出图形化管理,以及右键菜单版本控制管理的SVN ...

随机推荐

  1. 【漏洞公告】CVE-2017-12615/CVE-2017-12616:Tomcat信息泄漏和远程代码执行漏洞

    2017年9月19日,Apache Tomcat官方确认并修复了两个高危漏洞,漏洞CVE编号:CVE-2017-12615和CVE-2017-12616,该漏洞受影响版本为7.0-7.80之间,在一定 ...

  2. python 集合的操作

    list_1 = set([1,2,3,4,5])#print(list_1,type(list_1))list_2 = set([1,2,3,6,7,8,9,10])#print(list_2,ty ...

  3. 易语言 【寻找文本】命令的bug

    最近在重写易语言模块的时候,在取子文本操作时老是出错,经常出现一些奇怪的问题,一开始以为是代码问题,可是找半天硬是找不到问题所在. 于是进入了找bug模式,这么几行代码,看了我半个小时,左改右改,总感 ...

  4. apriori关联规则

    挖掘数据集:贩物篮数据 频繁模式:频繁地出现在数据集中的模式,例如项集,子结构,子序列等 挖掘目标:频繁模式,频繁项集,关联规则等 关联规则:牛奶=>鸡蛋[支持度=2%,置信度=60%] ...

  5. 利用Docker快速创建Nginx负载均衡节点

    本文版权归博客园和作者吴双本人共同所有 转载和爬虫请注明原文地址 www.cnblogs.com/tdws 一.Self-Host Kestrel 1. 在vs2017中新建dotnet core2. ...

  6. 一个完整的Node.js RESTful API

    前言 这篇文章算是对Building APIs with Node.js这本书的一个总结.用Node.js写接口对我来说是很有用的,比如在项目初始阶段,可以快速的模拟网络请求.正因为它用js写的,跟i ...

  7. 51 nod 1097 拼成最小的数 思路:字符串排序

    题目: 思路:1.以字符串输入这些整数. 2.对这些字符串排序,排序规则为尽量让能让结果变小的靠前. 代码中有注释,不懂的欢迎在博客中评论问我. 代码: #include <bits\stdc+ ...

  8. 使用LayUI展示数据

    LayUI是一款免费,开源,轻量级的前端cms框架,适用于企业后端,能快速上手开发,集成了常用的组件,还有完善的文档和社区. 点击查看 文档地址 下载框架 使用: 1.把这个5个文件项都拷贝到项目中 ...

  9. 用 Python 撸一个区块链

    本文翻译自 Daniel van Flymen 的文章 Learn Blockchains by Building One 略有删改.原文地址:https://hackernoon.com/learn ...

  10. Theano学习-scan循环

    \(1.Scan\) 通用的一般形式,可用于循环 减少和映射(对维数循环)是特殊的 \(scan\) 对输入序列进行 \(scan\) 操作,每一步都能得到一个输出 \(scan\) 能看到定义函数的 ...