Sublime Text 2 sidebar SVN status

I am new to Sublime Text 2 IDE.

I installed the TortoiseSVN package, but was wondering if there is a way to show the status of a file (requiring commit / update) in the file list?

I used this with eclipse and e-texteditor.

Looked literally everywhere for it!

Thanks in advance. James

+4
source share
1 answer

In the sidebar, you cannot get the file status, for example, eclipse. You must run the command to check the status. Then it will show the status in a text file

+1
source

Source: https://habr.com/ru/post/1444405/


All Articles