Sublime Forum

SublimeSubversion plugin

#1

A few months ago I threw together a simple plugin to carry out some subversion tasks from within Sublime. I was meaning to mention it here in case it was of use to anyone else, but it seems that I forgot!

The aim is to provide a quick method to commit simple changes without leaving Sublime. To this end the only subversion commands that are supported are ‘status’, to check what will be commited, ‘add’, to add new files to the commit, and ‘commit’. Committing will show you a diff of your changes, and allow you to enter a single line of text for the commit message.

You can find the plugin and instructions for use at the following page.

http://github.com/burriko/sublime-subversion

0 Likes

#2

Hi burriko,

I posted some questions about your SublimeSubversion plugin, here:
*Howto setup/use Mercurial local & remote repo on bitlocker? *
https://forum.sublimetext.com/t/howto-setup-use-mercurial-local-remote-repo-on-bitlocker/968/1
I was hoping you could help me get a liitle further with this, please.

Carlos

0 Likes

#3

Hi Carlos,

Those questions seem to be about the Mercurial plugin, which I have nothing to do with (except for shamelessly borrowing parts of it and applying it to subversion for this plugin).

Graeme

0 Likes