How to use VisualSVN Server and TortoiseSVN to host your codes and control your codes' version
############################### 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.
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的更多相关文章
- VisualSVN Server以及TortoiseSVN客户端的配置和使用方法
http://www.cnblogs.com/beautifulFuture/archive/2014/07/01/3818211.html 近期学习代码管理工具,首先学习一下svn和Tortoise ...
- 项目管理实践教程二、源代码控制【Source Control Using VisualSVN Server and TortoiseSVN】
在第一篇文章 项目管理实践教程一.工欲善其事,必先利其器[Basic Tools]发布后,根据大家的回复,我需要向大家说明几个问题: 1.为什么要用VisualSVN Server,而不用Subver ...
- 服务器svn 小乌龟 visualsvn server manager Tortoisesvn的部署使用
这个主要说说实现hook,就是本地上传文件后,服务器svn将相应的文件也修改了,实现本地上传,可以及时在浏览器查看效果 首先安装visualsvn 可参考http://blog.csdn.net/zl ...
- PCB SVN 服务端VisualSVN Server与TortoiseSVN
PCB 工程系统SVN源代码招病毒破坏以后,一周时间都没有源代码同步更新了,今天终于将SVN源代码数据恢复并重建SVN服务器,这里将SVN搭建安装过程整理如下 一.服务端SVN安装 1.下载地址:ht ...
- SVN 的搭建及使用(二)VisualSVN Server建立版本库,以及VisualSVN和TortoiseSVN的使用
上一篇介绍了VisualSVN Server和TortoiseSVN的下载,安装,汉化.这篇介绍一下如何使用VisualSVN Server建立版本库,以及VisualSVN和TortoiseSVN的 ...
- 用VisualSVN Server创建版本库,以及TortoiseSVN的使用
介绍了VisualSVN Server和TortoiseSVN的下载,安装,汉化. SVN服务器搭建和使用(一) Subversion是优秀的版本控制工具,其具体的的优点和详细介绍,这里就不再多说. ...
- VIsualSVN server 安装及旧仓库导入
安装参考: 1, http://www.cnblogs.com/xiaobaihome/archive/2012/03/20/2407610.html SVN服务器搭建和使用(一) Subversi ...
- (转)TortoiseSVN与VisualSVN Server搭建SVN版本控制系统
本片主要介绍如何搭建SVN版本控制系统,主要使用工具: 1 客户端:TortoiseSVN (小乌龟) 2 服务端:VisualSVN Server 搭建出图形化管理,以及右键菜单版本控制管理的SVN ...
- TortoiseSVN与VisualSVN Server搭建SVN版本控制系统
本片主要介绍如何搭建SVN版本控制系统,主要使用工具: 1 客户端:TortoiseSVN (小乌龟) 2 服务端:VisualSVN Server 搭建出图形化管理,以及右键菜单版本控制管理的SVN ...
随机推荐
- HttpServletRequest获取URL、URI
从Request对象中可以获取各种路径信息,以下例子: 假设请求的页面是index.jsp,项目是WebDemo,则在index.jsp中获取有关request对象的各种路径信息如下 import j ...
- spring boot基础 入门
spring boot基础 spring boot 的简单搭建 spring boot 的基本用法 spring boot 基本用法 自动配置 技术集成 性能监控 源码解析 工程的构建 创建一个mav ...
- 微信bug:建议了解,不要实验,不要手贱,不要。。。。
今天下午在群里聊天的时候,群友反应发现微信的一个bug:使用微信给好友发送‘15...............’(数字15后面加15个句号)会导致微信运行缓慢,到最后的应用未响应,退出微信. 解决办法 ...
- RG_5
必须发博纪念经过昨天的开车, 作业本终于做完啦!!! 可以认真的刷题了.
- ASP.NET Core 认证与授权[1]:初识认证
在ASP.NET 4.X 中,我们最常用的是Forms认证,它既可以用于局域网环境,也可用于互联网环境,有着非常广泛的使用.但是它很难进行扩展,更无法与第三方认证集成,因此,在 ASP.NET Cor ...
- div内部实现图片旋转、放大、缩小、拖拽
药药,切克闹,一人我编码累,累把那bug写成堆.秋高气爽空气干燥你一定dei多喝水,过完了这周我就要回去.趁还有几天.你尽情的来跟我怼~~~ 新的一年,很久没更博客了,眼看十一要来了,听说过了十一就等 ...
- 基于React Native的移动平台研发实践分享
转载:http://blog.csdn.net/haozhenming/article/details/72772787 本文目录: 一.React Native 已经成为了移动前端技术的趋势 二.基 ...
- ThinkPHP中:用户登录权限验证类
使用CommonAction.class.php公共类,统一判断用户是否登录 <?php //后台登录页 Class CommonAction extends Action{ //后台登录页面 ...
- 快速搭建属于自己的数据库——mongodb
为了真实模拟一个项目上线,拥有前端后端数据库都具备的功能,我选择了mongodb作为项目的数据库支持,这里分享一些mongodb的经验心得和血的教训. mongoddb安装 在本地安装 直接通过官网下 ...
- 【JVM命令系列】jmap
命令基本概述 Jmap是一个可以输出所有内存中对象的工具,甚至可以将VM 中的heap,以二进制输出成文本.打印出某个java进程(使用pid)内存内的,所有'对象'的情况(如:产生那些对象,及其数量 ...