Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究一个需要通过 SVN 提交日志进行解析的想法,我知道 git svn 能够做到这一点,但我想通过代码来做到这一点。libgit2sharp 是否能够支持这一点,还是只处理“真正的”git?
[...] 我知道 git svn 能够做的事情 [...] libgit2sharp 能够支持这个吗?
git svn核心库 LibGit2Sharp 所依赖的libgit2不公开功能。
git svn
尽管这可能有一天会实施,但它不在近期的路线图上。
我正在研究一个需要通过 SVN 提交日志进行解析的想法
我不是该领域的专家,但这看起来是一个常见问题。也许在 C# 中重新实现这个解析逻辑不会花费那么长时间。