`
haojinghua
  • 浏览: 54332 次
  • 性别: 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 ...

    HLS-WWWDC-2017

    These playlists can either be master playlists that list multiple alternative renditions of the same content with different bitrates or media playlists that list the individual media segments of a ...

    Nginx 反向代理 location 语法规则说明

    Location 规则用于匹配客户端请求的 URI,并将其路由到相应的服务器或应用程序。下面我们详细解释 Location 语法规则的语法、匹配顺序和示例。 语法规则 Location 语法规则的基本语法格式如下: ``` location [=|~...

    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...

    Python 后端开发框架模板.zip

    # 可以使用MySQL,把URI改掉,并且更改 requirements.txt里的驱动即可 $ export SQLALCHEMY_DB_URI='postgresql+psycopg2://&lt;用户&gt;:&lt;密码&gt;@&lt;地址&gt;/&lt;数据库&gt;' $ ./revision.sh init # 生成第一个数据库migration 用法...

    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...

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

    标题中的"PyPI 官网下载 | auri-1.3.1.tar.gz"表明这是一个在Python Package Index(PyPI)上发布的软件包,名为"Auri",版本为1.3.1,其分发形式是tar.gz压缩文件。PyPI是Python开发者发布自己软件包的官方平台,...

    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 ...

    查看android.provider包中的uri内容

    在Android中,管理联系人数据主要通过`ContactsContract`类,它提供了许多预定义的`URI`,比如获取所有联系人的URI、获取某个联系人的URI、获取联系人详情的URI等等。开发者可以使用这些`URI`结合`ContentResolver`...

    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, ...

    A_APP通过Uri调用B_APP(Uri含两个应用包)demo最新版

    在Android平台上,应用程序之间的交互是常见的需求,例如用户在A_APP中希望使用B_APP的服务,如授权登录。这种场景下,通常我们不希望通过集成SDK来实现,而是利用Android的Uri调用机制,使得两个应用之间可以无侵入...

    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.

    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 ...

    flask+sqlite+redis开发的一款非常简单的实时redis监视器.zip

    rf &lt;密码&gt;/app/conf/rdsdata.dbvim 应用程序/conf/config.pySQLALCHEMY_DATABASE_URI = 'sqlite:///app/conf/rdsdata.db'#&gt;数据迁移python &lt;pwd&gt;/xmzoomeye-redis 数据库初始化python &lt;pwd&gt;/xmzoomeye-redis 数据库...

Global site tag (gtag.js) - Google Analytics