Google Appengine 的 SVN 存储库问题

发布于 2024-09-13 20:46:14 字数 648 浏览 7 评论 0原文

你好,stackoverflow,
我有一个 Google Appengine 项目。
我决定对其进行 SVN。

我在 Google Appengine 中收到了从未见过的错误:

  • com.google.appengine.tools.info.LocalVersionFactory getVersion
  • INFO: Could not find API version from E:\ws\ msgServ\war\WEB-INF\lib.svn
  • java.io.FileNotFoundException: E:\ws\msgServ\war\WEB-INF\lib.svn (访问被拒绝)

它似乎正在寻找“.svn”文件在项目的'WEB-INF\lib'目录下。
当然,由于版本控制,它对项目的每个目录都有一个“.svn”子目录,包括上面提到的目录。

有谁知道如何规避这个问题吗?
我可能会指出,这个项目不是开始时是一个版本控制项目,而是一个常规的 GAE 项目。
然后,我创建了一个适当的存储库,并手动拖放了所有项目文件。

(我使用的是 Eclipse,带有 Subclipse 和 GAE 插件)

有建议吗?
大卫

Hello there stackoverflow,
I have a Google Appengine project.
I've decided to SVN it.

I get an error I've never seen from the Google Appengine:

  • com.google.appengine.tools.info.LocalVersionFactory getVersion
  • INFO: Could not find API version from E:\ws\msgServ\war\WEB-INF\lib.svn
  • java.io.FileNotFoundException: E:\ws\msgServ\war\WEB-INF\lib.svn (Access is denied)

It seems to be looking for a '.svn' file under the project's 'WEB-INF\lib' directory.
Of course, being version-controlled, it has a '.svn' subdir to each directory of the project, including the above mentioned directory.

Does any1 know how to circumvent this?
I may point out, that this project did not begin as a version controlled one, but as a regular GAE project.
I then created a proper repository, and drag-dropped all project files by hand.

(I'm using Eclipse, with Subclipse and the GAE plugin)

Suggestions?
David

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文