Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
Fixed the included licensing to include the proper licenses for all o…
Browse files Browse the repository at this point in the history
…f the libraries used by svn, removed documentation in favor of the new website
  • Loading branch information
wbond committed Aug 15, 2011
1 parent b2b0bbe commit 0a535b6
Show file tree
Hide file tree
Showing 15 changed files with 1,950 additions and 116 deletions.
25 changes: 0 additions & 25 deletions license.txt

This file was deleted.

40 changes: 7 additions & 33 deletions readme.creole
@@ -1,42 +1,16 @@
= Sublime Tortoise

This Sublime Text 2 (http://www.sublimetext.com/2) plugin provides keyboard shortcuts and menu entries for TortoiseSVN, TortoiseGit and TortoiseHg.
Keyboard shortcuts and menu entries for using TortoiseSVN, TortoiseGit and
TortoiseHg from within [[http://www.sublimetext.com/2|Sublime Text 2]].

== Installation

Simply clone the repository into a new "Tortoise" directory in the Sublime Text 2 Packages directory. This can be located via the "Preferences > Browse Packages..." menu entry.

== Usage

Simply edit a file inside of an SVN, Git or Mercurial working copy, and the editor right-click menu will contain commands that can be performed on the current file. In addition, the sidebar right-click menu will contain commands that can be performed on the selected file or folder.

In addition to the menu item, the following key commands will be available when editing a file:

* The following commands are run on the root of the working copy:
** ctrl+alt+v, ctrl+alt+e - launch explorer to working copy
** ctrl+alt+v, ctrl+alt+l - working copy log
** ctrl+alt+v, ctrl+alt+s - working copy status
** ctrl+alt+v, ctrl+alt+c - working copy commit
** ctrl+alt+v, ctrl+alt+u - working copy update/sync
* The following commands are run on the current file:
** ctrl+alt+v, ctrl+alt+x - launch explorer to file
** ctrl+alt+v, ctrl+alt+f - diff file
** ctrl+alt+v, ctrl+alt+a - add file
** ctrl+alt+v, ctrl+alt+r - remove file
** ctrl+alt+v, ctrl+alt+t - revert file
** ctrl+alt+v, ctrl+alt+g - log of file
== Configuration

All of the shortcuts can be edited by going to the "Preferences > Browse Packages..." menu and opening the file "Tortoise\Default (Windows).sublime-keymap".

Each shortcut will automatically open the appropriate Tortoise* program to work with selected working copy. Sublime Tortoise will automatically detect TortoiseSVN, TortoiseGit and TortoiseHg in their default locations. If an error occurs trying to find the appropriate binary, a custom path can be entered for each by going to the "Preferences > Browse Packages..." menu and editing the file "Tortoise\Tortoise.sublime-settings".
Please see http://wbond.net/sublime_packages/tortoise for install instructions,
screenshots and documentation.

== License

All of Sublime Tortoise is licensed under the MIT license, except for the
files located in the svn subfolder, which are licensed according to the
LICENSE file therein.
All of Sublime Tortoise is licensed under the MIT license shown below. The
supporting files contained within the svn folder are licensed according to
the licenses in the licenses subfolder.

Copyright (c) 2011 Will Bond <will@wbond.net>

Expand Down
58 changes: 0 additions & 58 deletions svn/LICENSE → svn/licenses/apr-iconv/LICENSE
@@ -1,4 +1,3 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -202,61 +201,4 @@
limitations under the License.


SUBVERSION SUBCOMPONENTS:

Subversion includes a number of subcomponents with separate copyright
notices and license terms. Your use of the source code for the these
subcomponents is subject to the terms and conditions of the following
licenses.

For portions of the Python bindings test suite at
subversion/bindings/swig/python/tests/trac/:

I. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.

II. Copyright (C) 2003, 2004, 2005 Edgewall Software
Copyright (C) 2003, 2004, 2005 Jonas Borgström <jonas@edgewall.com>
Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
the documentation and/or other materials provided with the
distribution.
3. The name of the author may not be used to endorse or promote
products derived from this software without specific prior written
permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 2 additions & 0 deletions svn/licenses/apr-iconv/NOTICE
@@ -0,0 +1,2 @@
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).

0 comments on commit 0a535b6

Please sign in to comment.