我正在尝试查看MoreLINQ的项目源
这是网站上说的:
非会员可以通过 HTTP 匿名签出只读工作副本。
svn签http://morelinq.googlecode.com/svn/trunk/ morelinq-只读
我正在使用 TortoiseSVN UI(不是命令行工具),我得到的只是
错误:网址“ http://morelinq.googlecode.com/svn/trunk/morelinq-read-only ”不存在
有任何想法吗?
README 位于使用Google-appengine 的Google代码预览中。
要在本地运行应用程序(例如用于测试),请从http://code.google.com/appengine/downloads.html下载 Google App Engine SDK 。然后,您可以使用运行服务器
Run Code Online (Sandbox Code Playgroud)make serve
make serve将 Google-appengine.app 移动到 OS X Leopard 中的 Application 文件夹后,我在终端中运行。
我得到
make: *** No rule to make target `serve'. Stop.
Run Code Online (Sandbox Code Playgroud)
您如何运行make serveGoogle AppEngine 来运行服务器?