diff --git a/messages.json b/messages.json new file mode 100644 index 0000000..80711e9 --- /dev/null +++ b/messages.json @@ -0,0 +1,4 @@ +{ + "install": "messages/install.txt", + "1.2.0": "messages/1.2.0.txt" +} \ No newline at end of file diff --git a/messages/1.2.0.txt b/messages/1.2.0.txt new file mode 100644 index 0000000..4b63679 --- /dev/null +++ b/messages/1.2.0.txt @@ -0,0 +1,9 @@ +Sublime-TortoiseSVN 1.2.0 changelog +============================= + +NEW FEATURES +------------ + +- Add "TortoiseSVN Revert" command. + Shortcuts: [Alt+r] +- Add "TortoiseSVN Log" command. diff --git a/messages/install.txt b/messages/install.txt new file mode 100644 index 0000000..cea5fce --- /dev/null +++ b/messages/install.txt @@ -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" + } diff --git a/packages.json b/packages.json deleted file mode 100644 index cc50460..0000000 --- a/packages.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "schema_version": "2.0", - "packages": [ - { - "name": "TortoiseSVN", - "details": "https://github.com/dexbol/sublime-TortoiseSVN" - "releases": [ - { - "version":"1.1.1", - "sublime_text": "<3000", - "platforms": "windows", - "date": "2013-10-24 10:13:41", - "details": "https://github.com/dexbol/sublime-TortoiseSVN/master" - } - ] - } - ] -}