TortoiseSVN using a single file downloaded from github

Problem Description:

github is a good share code warehouse management, we can archive directly in the form of a direct download from the project on github, you can also git, using git clone + URL command to download the entire catalog.
However, sometimes a big project, and we need only a single file in the project folder (for example, I want to download the file decorder project). We can use TortoiseSVN to complete

TortoiseSVN download and install

TortoiseSVN is a free open source version control system Subversion client, and manage files and directories can transcend time. Files stored in a central repository, in addition to remember every change files and directories repository is much like an ordinary file server. You can restore files to previous versions, and what changes can be made by examining historical data to know who did the modification. This is why many people think of Subversion and version control systems in general as a kind of "time machine."

1. Click to open the link
TortoiseSVN Download
2. Select the appropriate client installed (here I chose 64) The system digits.

3. Extract the installation package, double-click to run
4. Click the Next ()


5. Make sure your installation path

6. If you prefer to use the command-line operation, be sure to check the command line client tool as will be install on local hard driver, do not command line skip this step.

7. Click finish

8. When the installation is complete, anywhere right view the shortcut menu. TortoiseSVN discovery means that the installation was successful.
If you check the install command-line tool, then enter the command SVN, the following tips also said that the installation was successful


TortoiseSVN using a single file downloaded from github

1.在任意文件夹中鼠标点击右键,点击SVN checkout


2.从github上复制整个项目的URL(注意:use http)

3.将URL复制到URL of repository中,并在后面添加/trunk/+你想要的下载文件夹的名称(Checkout dirctory自动填充为当前路径),点击ok

4.等待下载完成点击ok

Guess you like

Origin www.cnblogs.com/miaowulj/p/12033893.html