andischerer / atom-svn

SVN integration for atom text editor
MIT License
34 stars 7 forks source link

Add async API to conform to Atom's new async git api #21

Closed 0rvar closed 8 years ago

0rvar commented 8 years ago

Fixes errors with Atom 1.7, as reported in issue #20.

This is a quick fix; the underlying svn file operations are still performed synchronously, but the execution is deferred. The API does not include all methods, only those that seemed to be needed.

0rvar commented 8 years ago

@andischerer are you considering merging this? If you want me to change the PR, I'll gladly do it.

andischerer commented 8 years ago

Hey @awestroke, thanks for your time :+1: For a first step of getting rid of those nasty exceptions on startup i will merge it in. Havent had a lot of spare time for the last months. I've also fully migrated all of my repos to git so i've havent got a proper test environment to work on this plugin. If your interested in doing some more work i can add you as a contributor.

0rvar commented 8 years ago

Sure, I am willing to put in some time. I use atom-svn every day at work