使用命令行创建 VisualSVN Server 存储库
如何从命令行在 VisualSVN 服务器中创建新存储库?
svnadmin create IKnowIShouldBeUsingMercurialOrGitRepository
...什么都不做(尽管它不会失败)。
我缺少什么?
How do I create a new repository in VisualSVN server from commandline?
svnadmin create IKnowIShouldBeUsingMercurialOrGitRepository
...does nothing (allthough it does not fail).
What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须从 VisualSVN 存储库专用的路径运行此命令。
You must run this command from path dedicated to VisualSVN repositories.