如何为 sourceforge 的开源项目配置环境
经过一些论坛对话后,我想尝试纠正基于 SourceForge 的项目 (DataNucleus) 上的一些开源代码。
在我看来,一切都像大多数其他开源项目一样配置。
我的目标是配置环境,以便我可以运行他们为项目创建的测试用例。
我从未尝试过从这些来源之一配置环境,并且不知道真正从哪里开始。我有一个命令行 SVN 客户端(但也没有使用 SVN 的真实经验)。
我看到里面有很多项目。测试用例似乎是单独的项目。目前尚不清楚依赖关系等如何工作。
我认为这些项目的设置是为了在大多数情况下创建项目的本地环境是直接的。
这让我相信我只是不知道这是如何正确完成的。
如果有人这样做了,你能给我一个要点列表,列出我需要做的事情来建立一个典型的 sourceforge 环境吗?
After some forum conversations I'd like to try correcting some open source code on a project (DataNucleus) based in SourceForge.
Everything is configured like most other open source projects there as far as it appears to me.
My goal is to configure the environment so I can run the test cases they have created for the project.
I've never tried to configure an environment from one of these sources and don't know where to start really. I have a command line SVN client (but no honest experience with SVN either).
I see a lot of projects in there. Test cases appear to be separate projects. It's not clear how dependencies and such work.
I would think that these projects are set up so that creating a local environment of the project is, for the most part, straight forward.
Which leads me to believe that I just don't know how that's done, properly.
If someone's done this, could you give me a bullet point list of things I need to do to set up a typical environment off of sourceforge?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DataNucleus 网站上的论坛帖子回答了这个问题,他们的网站上有关于设置开发环境的完整文档,但我还没有遇到过:
http://www.datanucleus.org/development/index.html
A forum post on DataNucleus site answered this, there is complete documentation on setting up a development environment available on their site that I hadn't come across yet:
http://www.datanucleus.org/development/index.html