-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from lite3/master
add auto update and remove package
- Loading branch information
Showing
4 changed files
with
50 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"install": "messages/install.txt", | ||
"1.2.0": "messages/1.2.0.txt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Sublime-TortoiseSVN 1.2.0 changelog | ||
============================= | ||
|
||
NEW FEATURES | ||
------------ | ||
|
||
- Add "TortoiseSVN Revert" command. | ||
Shortcuts: [Alt+r] | ||
- Add "TortoiseSVN Log" command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Sublime-TortoiseSVN | ||
============= | ||
|
||
Sublime-TortoiseSVN is tiny and simple plugin for sublime text. It's behavior seems subclipse in Eclipse. It's need TortoiseSVN and TortoiseSVN command line tools(TortoiseProc.exe) in Windows | ||
|
||
|
||
Usage | ||
============= | ||
|
||
your can install it by Sublime Package Control, then configure TortoiseSVN.sublime-settings. | ||
|
||
- [alt+c] : commit current file. | ||
- [alt+u] : update current file. | ||
- [alt+r] : revert current file. | ||
|
||
Right click folder or file in SiderBar can commit/update also. | ||
|
||
|
||
IMPORTANT | ||
============== | ||
|
||
Do NOT edit the default Sublime-TortoiseSVN settings. Your changes will be lost | ||
when Sublime-TortoiseSVN is updated. ALWAYS edit the user Sublime-TortoiseSVN settings | ||
by selecting "Preferences->Package Settings->TortoiseSVN->Settings - User". | ||
Note that individual settings you include in your user settings will **completely** | ||
replace the corresponding default setting, so you must provide that setting in its entirety. | ||
|
||
Settings | ||
============== | ||
|
||
If your TortoiseProc.exe path not default. Please modify the path into [Settings - User]. | ||
|
||
The default settings: | ||
|
||
{ | ||
"tortoiseproc_path": "C:\\Program Files\\TortoiseSVN\\bin\\TortoiseProc.exe" | ||
} |
This file was deleted.
Oops, something went wrong.