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!
- Open Settings
ctrl+,
orcommand+,
(Mac) - Go to + Install Packages
- Search
atom-svn-commit
- Click the install button on the atom-svn-commit package
apm install atom-svn-commit
apm install github:glowurms/atom-svn-commit
apm update atom-svn-commit
Clone/download this repo then copy or move the working copy into your Atom packages directory.
~/.atom/packages/