Skip to content

Commit

Permalink
Merge pull request #14 from lite3/master
Browse files Browse the repository at this point in the history
add auto update and remove package
  • Loading branch information
litefeel committed Oct 24, 2013
2 parents f50a489 + d162b09 commit 614b12a
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 18 deletions.
4 changes: 4 additions & 0 deletions messages.json
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"
}
9 changes: 9 additions & 0 deletions messages/1.2.0.txt
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.
37 changes: 37 additions & 0 deletions messages/install.txt
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"
}
18 changes: 0 additions & 18 deletions packages.json

This file was deleted.

0 comments on commit 614b12a

Please sign in to comment.