Has anyone written Go bindings for Subversion? By that I mean for programmatic access to the Subversion API. If not I’ll consider writing some.
I looked in these places:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like there aren’t any existing SVN bindings, or at least nothing outstanding. Here are the results on GitHub, though perhaps that’s not the best place to check for SVN tools. As @PW suggested, you might try invoking the system shell for SVN tasks. That might be suboptimal, but it depends on how much effort you’d want to put into developing bindings. If you do, they’ll definitely be appreciated.
Good luck!