如何在Android项目中使用CVS来维护版本历史记录?
我在 Google 上搜索了很多 SVN、GIT 和 CVS。我唯一了解的是它用于维护我们开发的软件项目。它们用于维护当前和历史版本。
我在 这篇文章
现在我可以在 Eclipse 中看到任务和 CVS 存储库,但我不知道不知道如何在 CVS 中使用我的项目。它如何维护版本?
这些链接都没有解释如何维护任何项目或任何小示例。有人可以帮忙解决这个问题吗?
I have Googled a lot for SVN, GIT and CVS. Only thing that I understand that It is used for maintains of the software project that we have develop. They are used for maintains of Current and Historical versions.
- For Git I have referred to this user guide
- For SVN I have refer to this guide
I have implemented the CVS repository on my system by taking the help of this article
Now I can see the task and CVS repository inside Eclipse, but I don't know how to use my project inside the CVS. How it maintains version?
None of the link explain how to maintain any project or any small example. Can any one please help on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您想了解版本控制系统的基础知识。我建议您阅读 Joel Spolsky 的 HgInit ,其中教授版本控制的基础知识。
使用任何版本控制系统的一般步骤:
我确信其他人会建议您使用更现代的 VCS,例如 Mercurial/Git,如果您仍然对 CVS 感兴趣,请查看以下 2 个:
Seems you want to understand the basics of version control system. I'd recommed you read Joel Spolsky's HgInit which teaches the basics of version control.
General steps on working with any version control system:
I'm sure others will point you to use a more Modern VCS like Mercurial/Git, if you're still interested in CVS look at these 2: