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.
我想通过Java程序从/向SVN签入/签出文件。你能指导我如何做到这一点。我在看 SVNKit。
更新:eclipse如何对SVN进行签入/签出?
您应该阅读SVNKit 文档,尤其是有关提交到存储库和从存储库接收更改的示例。
请记住,尽管支持锁,但 SVN 并不专门用于签入或签出模型。如果其他客户端正在访问同一个存储库,您也需要能够合并更改。