|
2370.
|
|
|
aftp:// Access using active FTP.
bzr:// Fast access using the Bazaar smart server.
bzr+ssh:// Fast access using the Bazaar smart server over SSH.
file:// Access using the standard filesystem (default)
ftp:// Access using passive FTP.
http:// Read-only access of branches exported on the web.
https:// Read-only access of branches exported on the web using SSL.
sftp:// Access using SFTP (most SSH servers provide SFTP).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:5
|
|
2371.
|
|
|
Supported modifiers::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:14
|
|
2372.
|
|
|
gio+ Access using any GIO supported protocols.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:16
|
|
2373.
|
|
|
Bazaar supports all of the standard parts within the URL::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:18
|
|
2374.
|
|
|
<protocol>://[user[:password]@]host[:port]/[path]
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:20
|
|
2375.
|
|
|
allowing URLs such as::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:22
|
|
2376.
|
|
|
http://bzruser:BadPass@bzr.example.com:8080/bzr/trunk
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:24
|
|
2377.
|
|
|
For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin 
with '~' as meaning that the rest of the path should be interpreted 
relative to the remote user's home directory. For example if the user 
``remote`` has a home directory of ``/home/remote`` on the server 
shell.example.com, then::
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:26
|
|
2378.
|
|
|
bzr+ssh://remote@shell.example.com/~/myproject/trunk
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:32
|
|
2379.
|
|
|
would refer to ``/home/remote/myproject/trunk``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:34
|