SVN for Atom editor
By in Front-end development
onI’ve become a recent convert to Atom Editor from Sublime Text and I really appreciate the highlighting in the treeview of a project when items have been added, edited or deleted since a recent commit to a GitHub repo.
We’re currently using SVN in work and Atom only supports this feature against GitHub repo’s out of the box. There is a nice little package that provides the same support for SVN repo’s by andischerer.
To Install the package
- Open Atom
- Goto Preferences
- Select Install
- Search for SVN against packages
- Click install on the SVN package by andischerer
- Job Done!