subversion 无法列出或导出
我需要从工作中的存储库导出一些项目,我使用的是我通常不使用的另一台机器,并且发现使用命令行在检查和列出存储库时遇到一些问题,
因此出于测试目的,我使用:
并获得此响应
svn:“http://linuxfromscratch.org/BLFS/trunk/BOOK”的选项:200 OK(http://linuxfromscratch.org)
如果我只是使用,则相同的响应
$ svn list http://linuxfromscratch.org/BLFS/trunk/BOOK
那么...
- 什么是
200 好
- 也可以,对于我的真正导出,我需要提供用户名和密码,那么导出命令会是什么样子?
多谢!
I need to export some project from a repo at my work, im using a different machine that I have not usually use, and have discovered that using the command line im having some troubles checking out and listing the repo,
so for testing purposes I use:
$ svn export http://linuxfromscratch.org/BLFS/trunk/BOOK
and get this response
svn: OPTIONS of 'http://linuxfromscratch.org/BLFS/trunk/BOOK': 200 OK (http://linuxfromscratch.org)
same response if i just use
$ svn list http://linuxfromscratch.org/BLFS/trunk/BOOK
so...
- what is the
200 OK
- also, for my real export, i need to provide username and password, so how would the export command look like?
thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该 URL 似乎不存在:
但是,这确实有效:
当您尝试导出时,您的 subversion 客户端应该提示您输入用户名和密码。
That URL doesn't appear to exist:
This, however, does work:
Your subversion client should prompt you for a username and password when you attempt the export.