当前位置:网站首页>The use of TortoiseSVN little turtle
The use of TortoiseSVN little turtle
2022-08-10 21:13:00 【Front end Jia Gongzi】
目录
2.Get the latest version on the server(SVN Update)
一、下载地址
(The address contains the Chinese version in various languages and see it directly Language packs):
Downloads · TortoiseSVNdownload TortoiseSVN
https://tortoisesvn.net/downloads.html
二、安装注意事项:
If command line operation is required,需要勾选command line client tools,未勾选,You can reopen the installation package to repair it:
小乌龟操作
1检出操作:(Checkout)
① 链接到SVN服务器端
② 更新服务端数据到本地
注意:Checkout只在第一次链接时操作一次,以后如果进行更新操作请使用Update(更新指令)
old directory download:空白处右键 ---> SVN Update即可.
进入TortoiseSVN ---> settings ---> Saved Data/已保存的数据 ---> Authentication data/认证数据 ---> clear/清除,Find the logged in user,清除即可.

2.Get the latest version on the server(SVN Update)
1)当从配置库迁出相应目录后,他人对服务器上此目录内容进行了修改,则需要再次获取改动内容到本地目录的过程称为更新.更新可以针对一个文件、几个选中的文件或者整个文件目录.选中要被更新的文件,右键选择“SVN Update”项,如下:
2)点击“SVN Update”后会弹出窗口显示更新的进度.
3.Commit)提交操作:
① 提交本地数据到服务器端
Submit the modified file to svn(SVN Commit)
1)本地文件修改后,若是需要更新到服务器上,则需要提交(Commit)最新的更新.Commit的作用是将本地最新修改的文件同步到SVN服务端,供其他人来参考或者使用,当然使用之前,要先Update一下,来确保是最新的,在修改文件上击右键,出现菜单,选择“SVN Commit…”,如下:



SVN图标集
1)常规图标
含义:When the client-side file is fully synchronized with the server-side file,The system will display the above icon.

2)冲突图标
含义:When the file submitted by the client conflicts with the server-side data,The system will display the above icon

3)删除图标
含义:当服务端数据已删除,那么客户端该文件将显示以上图标

4)增加图标
含义:When we write the document is added to the submission queue,那么The system will automatically display the above icons

5)无版本控制图标
含义:When we write the file is not added to the upload queue,The system will automatically display the above icons

6)修改图标
含义:当客户端文件有修改但未提交,此时The above icons will be displayed automatically

7)只读图标
含义:当客户端文件以只读形式存在时,The above icons will be displayed automatically

8)锁定图标
含义:当服务端数据已锁定,Then the client file will automatically display the above icon

9)忽略图标
含义:客户端文件已忽略,不需要进行提交上传,那么The above icons will be displayed automatically

忽略功能
Some files do not want to be uploaded to svn服务器,应该将该文件或该类型的文件添加至忽略列表
1)忽略某个指定的文件

2)Ignore files of a certain type

SVN版本回退
1、什么是版本回退
有些时候,软件的运行可能使开发者或使用者不满意,这时我们需要把当前版本退回到以前的某个版本.

2、版本回退功能
① 在项目空白处鼠标右键,采用如下图所示操作

根据日志进行版本回退

根据日志信息选择要回退的状态,效果如下图所示

The fallback effect is as follows:

边栏推荐
- 找的笔试题的复盘(一)
- 【nvm】【node多版本管理工具】使用说明和踩坑(exit status 1)
- C语言写数据库
- 论配置化系统的配置
- In 2021 China industrial Internet security competition (competition) in fujian province and the first industry of fujian province Internet innovation competition
- mysql服务器参数设置
- Auto.js中的悬浮窗
- 【实用软件】【VSCode】使用技巧大全(持续更新)
- 大小端的理解以及宏定义实现的理解
- 如何提高代码的可读性 学习笔记
猜你喜欢

win10 xbox录屏功能不能录声音怎么办

(10) Sequence and deserialization of image data

设备管理中数据聚类处理

CMU博士论文 | 视频多模态学习:探索模型和任务复杂性
壁仞推出全球最大算力芯片,号称以7nm超越英伟达4nm最新GPU

【golang map】 深入了解map内部存储协议

"Distributed Microservice E-commerce" Topic (1) - Project Introduction
![[mysql] 深入分析MySQL版本控制MVCC规则](/img/16/e28641c355d941fda50a6e8b7911ee.png)
[mysql] 深入分析MySQL版本控制MVCC规则

C语言详解系列——关于调试那些事

数据标注太昂贵?这个方法可以用有限的数据训练模型实现基于文本的ReID!
随机推荐
How to submit a PR?【OpenHarmony Growth Plan】【OpenHarmony Open Source Community】
PostgreSQL 介绍
找的笔试题的复盘(一)
【语义分割】2016-SegNet TPAMI
深度学习实战教程(一):感知器
大小端的理解以及宏定义实现的理解
Implementation of graceful exit in Golang
数字化转型:如何引导创新领导者
【网络通信四】ping工具源码cmake工程编译以及运行说明
Transferrin-modified osthole long-circulating liposomes/PEG-PLGA nanoparticles loaded with notoginsenoside R1 ([email prot
Auto.js找图找色常用功能
OPPO Enco X2 迎来秋季产品升级 旗舰体验全面拉满
组合导航精度分析
重载和重写
Apache DolphinScheduler 3.0.0 正式版发布!
姜还是老的辣,看看老战哥的老底儿和严谨劲儿
Future-oriented IT infrastructure management architecture - Unified IaaS
XML小讲
Web3中值得关注的基础设施
洛谷 P1629 邮递员送信 (三种最短路)