Go绑定用于Subversion

huangapple go评论82阅读模式
英文:

Go bindings for Subversion

问题

有人为Subversion编写过Go绑定吗?我的意思是用于对Subversion API进行编程访问。如果没有,我会考虑自己编写一些。

我在以下地方查找过:

英文:

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:

答案1

得分: 1

看起来没有现有的SVN绑定,或者至少没有什么突出的。这里是在GitHub上的结果,尽管也许那不是检查SVN工具的最佳地方。正如@PW建议的那样,你可以尝试调用系统shell来执行SVN任务。这可能不是最佳选择,但这取决于你愿意为开发绑定付出多少努力。如果你这样做,它们肯定会受到赞赏。

祝好运!

英文:

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!

答案2

得分: 1

https://github.com/Masterminds/vcs <br>
支持 - Git, SVN, Bazaar (Bzr)和Mercurial (Hg)

https://github.com/assembla/svn2go <br>
它是libsvn-dev的包装器。

https://godoc.org/golang.org/x/tools/go/vcs <br>
围绕VCS的Go工具

英文:

https://github.com/Masterminds/vcs <br>
Supports - Git, SVN, Bazaar (Bzr), and Mercurial (Hg)

https://github.com/assembla/svn2go <br>
its wrapper around libsvn-dev.

https://godoc.org/golang.org/x/tools/go/vcs <br>
Go tooling around VCS

huangapple
  • 本文由 发表于 2012年9月27日 20:46:17
  • 转载请务必保留本文链接:https://go.coder-hub.com/12621731.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定