Хранилища Subversion ant

Редакция

Редакция 69 | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 69 Редакция 87
1
<commands version="1.0">
1
<commands version="1.0">
2
 <login>
2
 <login>
3
  <summary>Connects and authenticates to remote server</summary>
3
  <summary>Connects and authenticates to remote server</summary>
4
  <shortcut>li</shortcut>
4
  <shortcut>li</shortcut>
5
  <function>doLogin</function>
5
  <function>doLogin</function>
6
  <options />
6
  <options />
7
  <doc>&lt;channel name&gt;
7
  <doc>&lt;channel name&gt;
8
Log in to a remote channel server.  &lt;channel name&gt; is not supplied,
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
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
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
11
username and password you enter here will be stored in your per-user
12
PEAR configuration (~/.pearrc on Unix-like systems).  After logging
12
PEAR configuration (~/.pearrc on Unix-like systems).  After logging
13
in, your username and password will be sent along in subsequent
13
in, your username and password will be sent along in subsequent
14
operations on the remote server.</doc>
14
operations on the remote server.</doc>
15
 </login>
15
 </login>
16
 <logout>
16
 <logout>
17
  <summary>Logs out from the remote server</summary>
17
  <summary>Logs out from the remote server</summary>
18
  <shortcut>lo</shortcut>
18
  <shortcut>lo</shortcut>
19
  <function>doLogout</function>
19
  <function>doLogout</function>
20
  <options />
20
  <options />
21
  <doc>
21
  <doc>
22
Logs out from the remote server.  This command does not actually
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
23
connect to the remote server, it only deletes the stored username and
24
password from your user configuration.</doc>
24
password from your user configuration.</doc>
25
 </logout>
25
 </logout>
26
</commands>
26
</commands>