可以将 AnkhSVN 与 Codeplex 一起使用吗?
在 codeplex.com,他们支持一些 svn 客户端,但如果可能的话我想使用 AnkhSVN。是否可以 ?
In codeplex.com, they support some of svn clients but i want to use AnkhSVN if it possible there. Is it possible ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据此页面,应该有可能:
(AnkhSVN 是一个 Subversion 客户端)
更新(回答您的评论):
Subversion 是一个 版本控制系统,管理文件的不同版本(或修订版),例如源代码。要将文件放入 subversion 或将其从 subversion 中取出,您需要一个客户端程序。对于 Subversion,存在各种客户端,例如 TortoiseSVN(集成在 Windows 资源管理器中)、AnkhSVN(集成到 Visual Studio 中)或命令行客户端(从命令提示符使用)。
每个 Subversion 客户端都使用相同的协议与 Subversion 存储库通信,因此您可以使用任何客户端访问 Subversion 存储库(例如 Codeplex 存储库)。
我希望这有助于让事情变得更清晰。否则,我建议阅读上面链接的文章,这篇文章,以获取有关颠覆的信息,当然还有 <一本 href="http://svnbook.red-bean.com/index.en.html" rel="nofollow noreferrer">subversion(在线)书籍。
According to this page, it should be possible:
(AnkhSVN is a subversion client)
Update (to answer you comment):
Subversion is a version control system, which manages different versions (or revision) of files, e.g. source code. To put files into subversion or to get them out of subversion you need a client program. For subversion, there exist various client, such as TortoiseSVN (integrated in windows explorer), AnkhSVN (integrated into Visual Studio) or the command line client (used from the command prompt).
Each subversion client uses the same protocol to talk to the subversion repository, therefore you can use any client to access a subversion repository (such as the codeplex repository).
I hope this helps a little bit to make things clearer. Otherwise I suggest reading the article linked above, this one for information about subversion or of course the subversion (online) book.