gpt4 book ai didi

linux - 如何构建颠覆服务?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:41:12 25 4
gpt4 key购买 nike

我想用 subversion 构建一个工作区,我遵循了一些教程;

  1. 安装 subversion --OK
  2. svnadmin create/var/svn/repos --OK
  3. 重建 conf 文件(删除 passwd、authz、svnserve.conf 中的“#”)。
  4. 启动服务器 (svnserve -d -r/var/svn/repos) --have no return
  5. import something (svn import/var/svn/import/var/svn/repos) -- 也不返回
  6. 测试服务(svn info svn://localhost/var/home/repos)

--

svn: warning: W160013: URL 'svn://localhost/var/svn/repos' non-existent in revision 1 svn: E200009: Could not list all targets because some targets don't exist

哪一步错了?我错过了什么重要的事情吗?

最佳答案

第 6 步中的路径错误。svnserve 将路径解释为它所服务的存储库中的本地路径。试试这个:

svn info svn://localhost/

关于linux - 如何构建颠覆服务?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9792787/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com