FreePascal/Lazarus 的 SVN 和 GIT 存储库之间有什么区别/联系
我一直在从主页上的 SVN 存储库进行更新,但也在 github 上找到了 GIT 存储库。
它们是否已连接,或者我应该多使用其中一个?
SVN 存储库中的 github 上的 fpbuild 和 fpprojects 位于哪里?
干杯。
I've been updating from the SVN repo from the main page, but also found the GIT repo on github.
Are they connected or should I use one more than the other?
Where is the fpbuild and fpprojects on github that exist on the SVN repos?
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前FPC仅使用Subversion。
第三方对 git 进行了一些实验(一些镜像,一些用于开发激进功能的分叉),但这不是官方的。
出于同样的原因,还存在(仍然?)水银镜。
因此,简而言之,请使用 SVN,并且仅在您知道自己在做什么时才使用 SVN。
Currently FPC only uses Subversion.
There are some experiments with git by 3rd party parties (some mirroring, some forking for the development of radical features), but that is not official.
There also existed (still?) a Mercurial mirror for the same reasons.
So, in short, use SVN, and SVN only unless you know what you are doing.