导入颠覆存储库

发布于 2024-12-06 13:14:07 字数 340 浏览 4 评论 0原文

我遇到问题:我在 Subclipse 中创建一个指向 URL 的新存储库。当我检查代码并创建 Flex Builder 项目时,我收到与 .actionscriptProperties 和 .flexProperties 文件问题相关的错误。

因此,我被告知只需创建一个新的 FB 项目并将 src 文件夹指向 SVN 在我的计算机上的位置。

我对此很陌生。但我猜测,直到我执行诸如导入存储库之类的操作之前......它在我的机器上不存在。但是当我导入它时,它似乎尝试将我拥有的每个现有 FB 项目添加到 SVN 中。那不是我想要的。

我该如何正确地做到这一点?我缺少什么?

感谢您提供任何有用的提示!

I'm having problems: I create a new repository in Subclipse that points to a URL. When I check out the code and it creates a Flex Builder project, I am getting errors that relate to issues with the .actionscriptProperties and .flexProperties files.

So, I was told to just create a new FB project and point the src folder to where SVN is on my machine.

I'm new at this. But I'm guessing that until I do something like import my repository....it's nowhere on my machine. But when I imported it, it appeared to try and take every existing FB project I had and add it to SVN. That's not what I want.

How do I do this right? What am I missing?

Thanks for any helpful tips!

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

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

发布评论

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

评论(1

千笙结 2024-12-13 13:14:07
  1. 在导航器中右键单击,新建->其他
  2. 在 SVN 下,选择 Checkout items from SVN
  3. 选择 FB 项目的存储库位置,点击下一步,
  4. 应该只有一个单选按钮可用,如果没有,则说明您没有选择正确的主干位置在项目文件中
  5. 检查“检查 HEAD 修订版”,深度:完全递归,取消选中忽略外部,检查允许未版本化的障碍
  6. 单击“完成”

如果它抱怨任何事情,请让我知道错误是什么。您可能有不同的默认值,例如,如果项目是使用“默认 SDK”配置的,并且项目创建者的默认 SDK 与您的默认 SDK 不同,您会收到错误。

  1. right click in the navigator, new -> other
  2. Under SVN, select Checkout projects from SVN
  3. Select the location of your repo with the FB project, hit next
  4. there should only be one radio button available, if not, you didn't select the correct trunk location with the project files
  5. Check "Check out HEAD revision", depth: fully recursive, uncheck ignore externals, check allow unversioned obstructions
  6. click "finish"

If it complains about anything, let me know what the error is. You may have a different default, for instance, if the project was configured using "default SDK" and the project creator's default SDK was different than your default SDK you'd get errors.

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