|
2491.
|
|
|
Supported URL prefixes::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:3
|
|
2492.
|
|
|
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)
git:// Access using the Git smart server protocol.
git+ssh:// Access using the Git smart server protocol over SSH.
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
|
|
2493.
|
|
|
Supported modifiers::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:17
|
|
2494.
|
|
|
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:19
|
|
2495.
|
|
|
Breezy supports all of the standard parts within the URL::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:21
|
|
2496.
|
|
|
<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:23
|
|
2497.
|
|
|
allowing URLs such as::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:25
|
|
2498.
|
|
|
http://brzuser:BadPass@brz.example.com:8080/brz/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:27
|
|
2499.
|
|
|
For brz+ssh:// and sftp:// URLs, Breezy 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:29
|
|
2500.
|
|
|
brz+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:35
|