我的 Bazaar 层次结构中的哪个目录应该是 Eclipse 项目目录?

发布于 2024-10-30 08:24:52 字数 340 浏览 7 评论 0原文

这可能是一个愚蠢的问题,但我决定将我的 Python 项目从 Spyder IDE 切换到 Eclipse。现在我不确定应该选择哪个目录作为主项目目录。

我习惯选择 src,但现在我使用 Bazaar 而不是 git,并且我有 trunk 文件夹和 srcdoc< /code> 等在里面。

那么,我应该选择 projectproject/trunk 还是 project/trunk/src 作为主目录?如果没有规定,你更喜欢哪一个?

This may be a silly question, but I've decided to switch my Python project from Spyder IDE to Eclipse. And now I'm not sure which directory should I choose as main project directory.

I'm used to selecting src, but now I use Bazaar instead of git and I have trunk folder and src, doc, etc. inside of it.

So, should I choose project, project/trunk or project/trunk/src as main directory? If there's no rule on it, which one do you prefer?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

[旋木] 2024-11-06 08:24:52

如果您从未对项目进行过分支,那么您应该在project/trunk/src 之外进行工作。如果您要切换到 Eclipse,请考虑 Bazaar 集成。我正在使用 svn。我只是使用 Eclipse SVN 透视图检查整个项目,生成的项目结构类似于 SVN 存储库。您只需要了解主干/分支/标签即可正确组织它。

If you have never branched your project you should be working out of project/trunk/src. If you're switching to Eclipse look into Bazaar integration. I am using svn. I just checkout the entire project using Eclipse SVN perspective and the resulting project structure resembles the SVN repo. You just have to understand trunks/branches/tags to get it organized correctly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文