Хранилища Subversion ant

Редакция

К новейшей редакции | Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
69 alex-w 1
<commands version="1.0">
2
 <login>
3
  <summary>Connects and authenticates to remote server</summary>
4
  <shortcut>li</shortcut>
5
  <function>doLogin</function>
6
  <options />
7
  <doc>&lt;channel name&gt;
8
Log in to a remote channel server.  &lt;channel name&gt; is not supplied,
9
the default channel is used. To use remote functions in the installer
10
that require any kind of privileges, you need to log in first.  The
11
username and password you enter here will be stored in your per-user
12
PEAR configuration (~/.pearrc on Unix-like systems).  After logging
13
in, your username and password will be sent along in subsequent
14
operations on the remote server.</doc>
15
 </login>
16
 <logout>
17
  <summary>Logs out from the remote server</summary>
18
  <shortcut>lo</shortcut>
19
  <function>doLogout</function>
20
  <options />
21
  <doc>
22
Logs out from the remote server.  This command does not actually
23
connect to the remote server, it only deletes the stored username and
24
password from your user configuration.</doc>
25
 </logout>
26
</commands>