SVN client deployment-win10 operating system

1. Download the svn client package and voice package

SVN client official website: https://tortoisesvn.net/downloads.zh.html

Download 64-bit client and simplified Chinese voice package

 

Two, installation

1. Install the svn client

According to the operating system selection, mine is 64-bit, double-click to run

Next

Next step

Click x, there are 4 options in total, modify the installation path

will be installed on local hard drive

feature will be installed when required

entire feature will be installed on local hard drive

entire feature will be unavailable

Choose the first one here

installation

The installation is complete; show changelog means to display the update log, this depends on your needs

2. Install the voice package

carry out

3. Sinicization

right click

Select Chinese in general, language, click apply, click OK

Chinese successfully

 

3. Pull files from the svn server to the local, and upload files to the svn server

1. Pull the code or file of the server version library

Right click the mouse and click SVN checkout

Explanation:

repository

URL of repository URL of the repository [is the warehouse address]

checkout directory download directory

multiple ,independent working copies

checkout depth

【Fully recursive fully recursive

immediate children, including folders immediate children, including folders

only file children

only this item only this item】

omit externals omit appearance choose items choose items

revision

head revision 

show log show log

Enter the user and password of the SVN library, click ok,

Click ok

This is a green warehouse folder will be generated under the checkout directory path

However, after clicking ok, it did not turn to green. After shutting down and restarting, it turned to green. The Internet said that after logging out and logging in again, it can also turn to green.

[The folder is displayed in green, indicating that the content in your current local folder is consistent with the content on the server side]

 

2. Upload files to the svn server

Put a file in the warehouse folder and display a blue question mark [blue question mark means this file is not added to the version plan]

Add to version plan

The icon turns into a blue plus sign

Here is a demonstration of file type *.txt

added the file pattern(s) *.txt to the ignore list

add to ignore list

Add file type to ignore list

At this time all the .txt files are displayed as

In this case, it means that uploading to the library is prohibited

 

Ignore the specified file test10

In this option add to ignore list select test10.txt

If there are files that are forbidden to upload in this folder, a red one will appear !

Submit the project to the SVN server warehouse

message
recent messages

Click ok to submit directly

Click ok again

If it still shows! It can be updated

Guess you like

Origin blog.csdn.net/weixin_42162451/article/details/114728660