Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the problems encountered by Sublime Text3 in installing the svn plug-in

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you what are the problems encountered in installing the svn plug-in in Sublime Text3. I hope you will gain a lot after reading this article. Let's discuss it together.

Since svn is used in project management in the company, I intend to install a svn plug-in on sublime text3 to facilitate future programming project submission.

However, it was not as simple as I expected, and I encountered some thorny problems in the process of installing the svn plug-in. I searched a lot of methods on the Internet, most of which only explained the simplest problems and solutions, which was of no essential help to my problem. In the process that I spent the whole morning solving this problem, I got something, at least I learned the general process of installing plug-ins in sublime text, and the effort was not in vain, and I finally succeeded. Now I would like to talk about the problems I have encountered and the solutions:

First, how to install the svn plug-in for sublime Text3:

1. Before installing the svn plug-in, you need to install package control:

Open the website: https://packagecontrol.io/

Click the "Install now" button

Copy the corresponding code of sublime Text3

Open sublime text3 and press the shortcut key: ctrl + ~ to open the console

Paste the code in and press enter. A string of numbers is displayed to indicate that package control is installed successfully.

two。 Install the svn plug-in

At this time, we have secured package control, but we have not yet installed the svn plug-in, and we do not see TortoiseSVN in the preferences-plug-in settings.

At this point, we click the shortcut key: ctrl+shift+p to open package control, click: Package Control:Install Package

An input box (you can enter the name of the plug-in) and a list of plug-ins appear

We click svn,windows system selection: TortoiseSVN;Linux system selection: SVN in the input box

Then a file will pop up, the most important of which is the following sentences, saying that if you install TortoiseSVN by default, you can use it without changing it. If you customize the path, you need to manually configure the svn plug-in path of sublime text. The specific configuration file can be found in Preferences- > Package Settings- > TortoiseSVN- > Settings- User.

If my path is D:SVNbinTortoiseProc.exe

Then enter the contents in the configuration file you just opened

{/ / Auto close update dialog when no errors, conflicts and merges "autoCloseUpdateDialog": false, "tortoiseproc_path": "D:\ SVN\\ bin\\ TortoiseProc.exe"}

Note that catalog layers are split with\ instead of split.

That's all right.

Second, sublime text 3 package Install cannot install plug-ins and always pops out:

There are no packages available for installation

Solution: after finding countless solutions, in Zhihu problem:

Sublime text 3 package Install cannot install plug-ins. How to solve the following problems?

A comment in this article called Han Zhichen found a solution:

Here's what he said:

Download Package Control.sublime-package

Https://packagecontrol.io/Pac...

Open sublime3-> preferences-> browse the plug-in (the program automatically opens the plug-in directory) delete the Package Control directory, copy the newly downloaded plug-in Package Control.sublime-package to close the SUBLIME3 and reopen it.

After reading this article, I believe you have a certain understanding of the problems encountered in installing the svn plug-in in Sublime Text3. I would like to know more about it. Welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report