Google Appengine 的 SVN 存储库问题
你好,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论