`
haojinghua
  • 浏览: 51916 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

The URI does not contain the name of a repository. [403, #190001]

SVN 
阅读更多
这个原因是因为httpd.conf文件里SVNParentPath

加上这行代码后必须在你的访问URL中访问你的SVN下的具体的库

如果开启父目录显示就不会有这个问题了,即加上SVNListParentPath on
还有意Location /svn/的svn后面有一条斜线。完整的配置如下:
<Location /svn/>
DAV svn
SVNParentPath /home/svn
SVNListParentPath on
AuthType Basic
AuthName "Hello welcome to svn"
AuthUserFile /home/svn/passwd
AuthzSVNAccessFile /home/svn/authz.conf
Require valid-user
</Location>
分享到:
评论

相关推荐

    google api php client

    The method used is a matter of preference, but *it will be very difficult to use this library without first understanding the JSON syntax for the API*, so it is recommended to look at the [APIs ...

    Package with uri not found.doc

    Package with uri not found.doc

    servlet2.4doc

    The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain. doGet...

    反向代理Nginx

    server_name localhost; #charset koi8-r; #access_log logs/host.access.log main; root E:\yuehou\git\web-h5\dist; location / { try_files $uri $uri/ /index.html; } #error_page 404 /404....

    高性能消息传输机制Aeron.zip

    Can not go back to a wrapped value.Term Offset: Identifier of a single byte within the Term. Always start at 0. This is the number of the byte within a given term starting from the beginning.Frame...

    documentgetelementsbytagnameNS01.rar_The Given_uri

    The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document ...

    addressable:Addressable是URI实现的替代实现,它是Ruby标准库的一部分。 它非常灵活,提供启发式解析,并且还为IRI和URI模板提供了广泛的支持

    可寻址的 主页 作者 版权 ...uri = Addressable :: URI . parse ( "http://example.com/path/to/resource/" ) uri . scheme #=&gt; "http" uri . host #=&gt; "example.com" uri . path #=&gt; "/path/to/resou

    freemarker总结

    [ {“Akey”:”Avalue”},{“Akey1”:”Avalue1”}, {“Bkey”:”Bvalue”},{“Bkey1”:”Bvalue1”}, ] hashes {“you”:”a”,”me”:”b”,”he”:”c”} 注释标志 &lt;#-- 这里是注释 --&gt; 旧版本的freemarker...

    X3D浏览器——能够浏览X3D编程的程序

    # META "creator" "*enter name of original author here*" # META "rights" "*enter copyright information here* Example: Copyright (c) Web3D Consortium Inc. 2006" # META "identifier" "*enter online ...

    RESTful Web Services.rar

    The world of web services has been on a fast track to supernova ever since the architect astronauts spotted another meme to rocket out of pragmatism and into the universe of enterprises. But, ...

    PyPI 官网下载 | auri-1.3.1.tar.gz

    资源来自pypi官网。 资源全名:auri-1.3.1.tar.gz

    URI (Java Platform SE 8 )

    Java 8 documentation for class URI, a good reference for recapping the concepts and use cases of URI/URL/URN.

    EGit用户指南

    3.5 Inspecting the state of the Repository 3.5.1 Label Decorations 3.5.1.1 Text Decorations 3.5.1.2 Icon Decorations 3.5.2 Commit Dialog 3.5.3 Comparing Content 3.5.3.1 Compare editor and ...

    google cloud sdk

    # Add the Cloud SDK distribution URI as a package source echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list # Import the ...

    支持jdk8版本dubbo-admin

    Does the parameter type of the setter match the return type of the getter? 这个问题我也在网上找了很久也没有好的解决方案,最后还是自己看源码看出问题,现在奉献出来。支持jdk8版本dubbo-admin,直接压缩放...

    explorer:AiBlocks网络的分类帐浏览器

    URI 操作 交易 分类帐 付款 交易 效果 /效果 目录 资源资源 URI 资产 /资产 帐户 资源资源 URI 按联合地址 /account/aiblocks*fed.network 通过公共地址 /account/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7...

    firebase-ruby:Firebase的Ruby包装器

    push ( "todos" , { :name =&gt; 'Pick the milk' , :'.priority' =&gt; 1 } )response . success? # =&gt; trueresponse . code # =&gt; 200response . body # =&gt; { 'name' =&gt; "-INOQPH-aV_psbk3ZXEX" }response . ra

    ImageRepository:使用Express.js和Mongo在Node.js上构建的RESTful API

    检索和删除其图像先决条件NodeJS v14.15.4或更高版本MongoDB连接URI 邮递员(发送带有表单数据的HTTP请求)设置克隆存储库并切换到master分支从ImageRepository的根目录运行npm install 将您的Mongo连接字符串添加到...

    simple-rss:一个用于Ruby的简单,灵活,可扩展和开放的RSS和Atom阅读器。 它被设计为与标准RSS解析器向后兼容,但绝不会生成RSS。

    下载gem install simple-rss git clone :cardmagic / simple-rss.git用法该API与Ruby的标准RSS解析器类似: require 'rubygems'require 'simple-rss'require 'open-uri'rss = SimpleRSS.parse open('...

    ZendFramework中文文档

    10.8.5. Fetching a Rowset via a Many-to-many Relationship 10.8.6. Cascading Write Operations 10.8.6.1. Notes Regarding Cascading Operations 11. Zend_Debug 11.1. 输出变量的值 (Dumping Variables) 12...

Global site tag (gtag.js) - Google Analytics