atom-svn-commit
Simple SVN commit plugin for the Atom editor to commit the current working file to the repository with a commit message right in the editor.
glowurms 3,477 0 0.1.1 MIT GitHub

SVN commit package for Atom

Simple SVN commit plugin for the Atom editor to svn ci the current working file with a commit message right in the editor.

Works for Subversion working copies:

  • Make edits
  • Save your progress
  • alt+shift+t
  • Type in your commit message in the prompt (shift+enter for newlines)
  • Press Enter
  • Wait for SVN commit log output to complete.
  • Boom!

Package Install Instructions

Atom text editor
Install:
  • Open Settings ctrl+, or command+, (Mac)
  • Go to + Install Packages
  • Search atom-svn-commit
  • Click the install button on the atom-svn-commit package
Via apm
Install:

apm install atom-svn-commit

Git via apm commands
Install:

apm install github:glowurms/atom-svn-commit

Update:

apm update atom-svn-commit

Manual installation/update

Clone/download this repo then copy or move the working copy into your Atom packages directory.

Mac/Linux location:

~/.atom/packages/

May require a restart of the Atom text editor