Repository URLs 仓库网址 www.shengfang.org Subversion repositories can be accessed through many different methods—on local disk, or through various network protocols. A repository location, however, is always a URL. Table 2-1 describes how different URL schemas map to the available access methods. Table 2.1. Repository Access URLs 仓库存取网址 www.shengfang.org Schema Access Method 对应存取方法 www.shengfang.org For the most part, Subversion's URLs use the standard syntax, allowing for server names and port numbers to be specified as part of the URL. Remember that the file: access method is valid only for local repositories—in fact, in accordance with convention, the server name portion of the URL is required to be either absent or localhost: $ svn checkout file:///path/to/repos www.shengfang.org Also, users of the file: scheme on Windows platforms will need to use an unofficially “standard” syntax for accessing repositories that are on the same machine, but on a different drive than the client's current working drive. Either of the two following URL path syntaxes will work where X is the drive on which the repository resides: C:> svn checkout file:///X:/path/to/repos www.shengfang.org In the second syntax, you need to quote the URL so that the vertical bar character is not interpreted as a pipe. www.shengfang.org Note that a URL uses ordinary slashes even though the native (non-URL) form of a path on Windows uses backslashes. You can safely access an FSFS repository via a network share, but you cannot access a BDB repository in this way Warning www.shengfang.org 发现很久没有作英文翻译了,主要是突然要开始LINUX,整天弄得头晕晕的。虽然我也是从DOS TC走过来,对于字符界面也不可怕,但是我实在很害怕那些词不达意的错误提示,以及那些言简意赅的命令说明~~~~ 字体:大 中 小 |
![]() | 永久地址 http://www.shengfang.org/blog/p/tsvnhlpurlrepos.php |
![]() | 引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1126964939 |
2005年9月17日21:48星期六 [English]






